Page 1 of 1
Unable to modify settings.xml
Posted: Sun Sep 20, 2009 9:03 am
by FelixTheCatetris
If i try to change my turn left/right key to z/c instead of the default q/r my bot fails to work and gives me an error (at which point I cannot even change back the keys to q/r, I have to delete settings.xml and svn update a new one). This is frustrating as I use those keys as hotkeys on my main. How do I resolve this?
P.S. Also, my friend has a similar issue. He cannot get his bot to work if he changes the default wsad movement keys.
Re: Unable to modify settings.xml
Posted: Sun Sep 20, 2009 9:28 am
by d003232
FelixTheCatetris wrote:If i try to change my turn left/right key to z/c instead of the default q/r my bot fails to work and gives me an error (at which point I cannot even change back the keys to q/r, I have to delete settings.xml and svn update a new one). This is frustrating as I use those keys as hotkeys on my main. How do I resolve this?
P.S. Also, my friend has a similar issue. He cannot get his bot to work if he changes the default wsad movement keys.
At most installations the bot reads the movement keys directly from the ingame seetings file bindings.txt. So just change your movement keys ingame. If the bot don't reads your bindings.txt (you will see a green message at bot start) then also change the settings.xml file.
Code: Select all
<hotkey description="MOVE_FORWARD" key="VK_W" modifier="" />
<hotkey description="MOVE_BACKWARD" key="VK_S" modifier="" />
<hotkey description="ROTATE_LEFT" key="VK_Z" modifier="" />
<hotkey description="ROTATE_RIGHT" key="VK_C" modifier="" />
If it don't work pls post your log.txt file from your MM root folder.