terminento wrote:Hello everyone, and thank you for the continued and amazing work on supermodel.
I'm having an issue with The Lost World on SVN 775.
Moving the mouse sideways, the player gun moves left to right, but moving the mouse up and down moves P2 gun sideways instead!
Thus, there is no way to move my gun up and down.
I tried SVN 735 with the same config file to see if it was a configuration issue but my mouse works fine as a pointer in that version.
Anyone has any idea on why is this happening? Thanks in advance
Don't know for sure but I suspect it has something to do with the fact that there are two different gun types: light gun and analog gun. The game works with either. One configuration, I believe, will display a cursor on the screen that some users prefer, which led to Games.xml being modified to use this configuration as the default.
In Games.xml if you see this under the Lost World entry:
- Code: Select all
<inputs>
<input type="common" />
<input type="analog_gun1" />
<input type="analog_gun2" />
</inputs>
Try changing it to:
- Code: Select all
<inputs>
<input type="common" />
<input type="gun1" />
<input type="gun2" />
</inputs>
Alternatively, run --config-inputs and carefully calibrate the analog guns (as distinct from the light guns).