ceano Posted December 21, 2020 Share Posted December 21, 2020 (edited) I have tried this slow walk edit... <mapping name="LeftX_Axis" type="Axis" > <button id="IK_Pad_LeftAxisX" /> <button id="IK_A" val="-1.0" overridableUI="left"/> <button id="IK_D" val="1.0" overridableUI="right"/> <button id="IK_Mouse4" val="0" overridableUI="right"/> <button id="IK_Mouse4" val="0" overridableUI="left"/> </mapping> <mapping name="LeftY_Axis" type="Axis" > <button id="IK_Pad_LeftAxisY" /> <button id="IK_W" val="1.0" overridableUI="forward"/> <button id="IK_S" val="-1.0" overridableUI="back"/> <button id="IK_Mouse4" val="0" overridableUI="forward"/> <button id="IK_Mouse4" val="0" overridableUI="back"/> </mapping> ...but i cant get it to work. But if i use this slow walk edit... <mapping name="LeftX_Axis" type="Axis" > <button id="IK_Pad_LeftAxisX" /> <button id="IK_A" val="-1.0" overridableUI="left"/> <button id="IK_D" val="1.0" overridableUI="right"/> <button id="IK_Mouse4" val="0" overridableUI="slowWalk"/> </mapping> <mapping name="LeftY_Axis" type="Axis" > <button id="IK_Pad_LeftAxisY" /> <button id="IK_W" val="1.0" overridableUI="forward"/> <button id="IK_S" val="-1.0" overridableUI="back"/> <button id="IK_Mouse4" val="0" overridableUI="slowWalk"/> </mapping> ...it works, but then i dont get the slow walk when i sidestep as you get in the first one. Also adding the line.... <button id="IK_Mouse4" val="0.4" overridableUI="vehicleAccelerate"/> ...in the section... <mapping name="Acceleration_Axis" type="Axis" > ...for slow driving dont work ether for me but for others...why? I have the latest game version (1.05) GOG. Edited December 21, 2020 by ceano Link to comment Share on other sites More sharing options...
ceano Posted December 29, 2020 Author Share Posted December 29, 2020 Is there really no one that can answer me on this?, because i think its really funny that we are playing the same game and for some a .xml change work and for some not?? Link to comment Share on other sites More sharing options...
Recommended Posts