Jump to content

Why does some .xml edits work for som people and some not?


ceano

Recommended Posts

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 by ceano
Link to comment
Share on other sites

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...