Re: How To make a Custom Login Map.
i try at propertise this path
"C:\Users\Dontneedknow\Desktop\HideGamers\Client V1\Gunz Client\GunzLoader.exe /game "Sumo.mrs" debug "00""
thath dontneedknow is my pc name noone need know it aswell abckto topic it says it cannot find thath path on the folder wtf i cant save it zzzzzzz. why?
Re: How To make a Custom Login Map.
This debug mode runnable crashes because everyone's using the new config.xml files that have all the new key controls. All we need is an old config.xml and an old default.mrs, and it will load. Hence the problem in "InterfaceSkin".
The information required for keys and the layout in the Options menu at the new clients crash the runnable. So the big question here is: does anyone still have a 2005 client available? I had one but unfortunately had to format my computer.
And sorry for bumping. But this would be quite useful to me.
Re: How To make a Custom Login Map.
Quote:
Originally Posted by
Hakurah
This debug mode runnable crashes because everyone's using the new config.xml files that have all the new key controls. All we need is an old config.xml and an old default.mrs, and it will load. Hence the problem in "InterfaceSkin".
The information required for keys and the layout in the Options menu at the new clients crash the runnable. So the big question here is: does anyone still have a 2005 client available? I had one but unfortunately had to format my computer.
And sorry for bumping. But this would be quite useful to me.
Would this be usefull?
Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<SERVER>
<IP>192.168.0.31</IP>
<PORT>6000</PORT>
</SERVER>
<SKIN>Default</SKIN>
<VIDEO>
<WIDTH>800</WIDTH>
<HEIGHT>600</HEIGHT>
<COLORBITS>16</COLORBITS>
<GAMMA>255</GAMMA>
<FULLSCREEN>TRUE</FULLSCREEN>
<REFLECTION>TRUE</REFLECTION>
<LIGHTMAP>TRUE</LIGHTMAP>
<DYNAMICLIGHT>TRUE</DYNAMICLIGHT>
<SHADER>TRUE</SHADER>
<CHARACTORTEXTURELEVEL>1</CHARACTORTEXTURELEVEL>
<MAPTEXTURELEVEL>1</MAPTEXTURELEVEL>
</VIDEO>
<AUDIO>
<BGM_VOLUME>0.3</BGM_VOLUME>
<EFFECT_VOLUME>1.0</EFFECT_VOLUME>
</AUDIO>
<MOUSE>
<SENSITIVITY>0.8</SENSITIVITY>
<INVERT>FALSE</INVERT>
</MOUSE>
<KEYBOARD>
<FORWARD>17</FORWARD>
<BACK>31</BACK>
<LEFT>30</LEFT>
<RIGHT>32</RIGHT>
<MELEEWEAPON>2</MELEEWEAPON>
<PRIMARYWEAPON>3</PRIMARYWEAPON>
<SECONDARYWEAPON>4</SECONDARYWEAPON>
<ITEM1>5</ITEM1>
<ITEM2>6</ITEM2>
<PREVOUSWEAPON>16</PREVOUSWEAPON>
<NEXTWEAPON>18</NEXTWEAPON>
<RELOAD>19</RELOAD>
<SCORE>15</SCORE>
<TAUNT>192</TAUNT>
<MENU>1</MENU>
</KEYBOARD>
<BINDS>
</BINDS>
</XML>
Re: How To make a Custom Login Map.
It would Micro but after searching through Google and RageZone and everything I figured out the real problem, and it WILL help everyone experiencing problems when running the debug mode.
What lacks in most clients (and this one searches for) is a system.mrs file named "ZLocatorList.xml". It's basically the LOCATOR and TLOCATOR information that is inside system.xml
All you have to do is copy system.xml, rename it to ZLocatorList.xml and delete everything but the LOCATORIP and TLOCATORIP information. Then save that to your system.mrs and the debug runnable will run with no problems.
Re: How To make a Custom Login Map.
I did everything what u explained in the tutorial.
And when i login to my server and check the login the whole screen is black. I can hear the bgm and see the logo at start up.
But i can't see my character + map.
I can also see my character name and the: Select / Logout / Create / Delete buttons.
Any solutions? please reply.