Jump to content

Jesper Green Jensen

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Jesper Green Jensen

  • Rank
    On the Coast
  1. Jesper Green Jensen

    Need help with controls XML file

    Hi all. Im one of the loyal DayZ players who cant play until controls get fixed. Dont ask me to play defaults after 5000 hrs DayZ and trice that other FPS games with same settings :) I have edited the dayz_preset_user .XML file and most of the controls work now. BUT...for some reason I CAN NOT change "A" and "D" or assign Zoom?? AS you can see in the code i have changed Turnleft/Turnright to Comma and Period. but when ingame i STILL have to use A/D. It makes no sense to me? Any help is greatly appreciated, since waiting for 1.0 is just torture for a fan :( <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <preset> <input name="UAMoveForward"> <btn name="mBRight" /> <btn name="x1LeftThumbUp" /> </input> <input name="UAMoveBack"> <btn name="kRMenu" /> <btn name="x1LeftThumbDown" /> </input> <input name="UATurnLeft"> <btn name="kComma" /> </input> <input name="UATurnRight"> <btn name="kPeriod" /> </input> <input name="UATu ....And here i try to Zoom on mouse thumb button: <input name="UAZoomIn"> <btn name="m5" /> <btn name="x1ShoulderRight" />
×