Does anyone have a joystick working in Rising Storm 2 Vietnam?

Nemesis

Registered User
Joined
Feb 12, 2020
Messages
133
I have a Logitech 3D Extreme Pro that works okay except for the POV/HAT.
Any ideas?
 
i haven't tried, from what i understand there isn't any HOTAS support for the game.
 
I'll try it later today, not sure if I already did... the flight mechanics could certainly use it.
 
Joy2Key costs money.
People that like RS2VN should post at Steam, as a suggestion, to incorporate joystick functionality.
 
yea no out of the box joystick binding possible...
 
Got the POV to work as a mouse. I used 'antimicro-2.23-win32.msi'.
All I did was set the POV to mouse movements and save the file.
Other key presses for the game are set using the Logitech Gaming Profiler, v5.10.127
Just hold your assigned Freelook button and then the POV works.
The utility program must be running for the pov to ack as the mouse.
When being a soldier the hat works ... and when in a chopper pressing the freelook key allows the hat to work.
What a great little utility. I assume some other joysticks would work as well.

Update: if you enable freelook by default you will not have to press the freelook button. Works flawlessly!
I also set up my other key presses using this utility program so Logitech program is not needed.
It's best to have the Logitech Profiler running as well.

the antimicro file I cannot upload but here is the code that was generated in the output file: rs2vn.joystick.amgp

<?xml version="1.0" encoding="UTF-8"?>
<joystick configversion="19" appversion="2.23">
<!--The SDL name for a joystick is included for informational purposes only.-->
<sdlname>Logitech Extreme 3D</sdlname>
<!--The GUID for a joystick is included for informational purposes only.-->
<guid>6d0415c2000000000000504944564944</guid>
<sets>
<set index="1">
<axis index="1">
<throttle>normal</throttle>
</axis>
<axis index="2">
<throttle>normal</throttle>
</axis>
<axis index="3">
<throttle>normal</throttle>
</axis>
<axis index="4">
<throttle>normal</throttle>
</axis>
<dpad index="1">
<dpadbutton index="1">
<slots>
<slot>
<code>1</code>
<mode>mousemovement</mode>
</slot>
</slots>
</dpadbutton>
<dpadbutton index="8">
<slots>
<slot>
<code>3</code>
<mode>mousemovement</mode>
</slot>
</slots>
</dpadbutton>
<dpadbutton index="4">
<slots>
<slot>
<code>2</code>
<mode>mousemovement</mode>
</slot>
</slots>
</dpadbutton>
<dpadbutton index="2">
<slots>
<slot>
<code>4</code>
<mode>mousemovement</mode>
</slot>
</slots>
</dpadbutton>
</dpad>
</set>
</sets>
</joystick>


example of the Logitech setup:
 

Attachments

  • rs2vn logitech 3d extreme pro example.jpg
    rs2vn logitech 3d extreme pro example.jpg
    32.6 KB · Views: 784
Last edited:
Back
Top