Hi Guys,
So i am trying to run 2 player scud race using network in the same pc( 2 separate windows one bieng master and the other, the slave, i did everything right as oriented in this video:
https://www.youtube.com/watch?v=CXzI4AfqrEQ
It actually works very well but the controls only responds to the window in focus making impossible to be player by 2 people .
This is my config files for the controls for each player:
Config file for player 1:
InputSystem =xinput
InputStart1 = "KEY_1,JOY1_BUTTON8"
InputCoin1 = "KEY_3,JOY1_BUTTON7"
; Steering wheel
InputSteering = "JOY1_XAXIS" ; analog, full steering range
; Pedals
InputAccelerator = "JOY1_UP"
InputBrake = "JOY1_DOWN"
Config file for player 2:
InputSystem =xinput
InputStart1 = "KEY_1,JOY5_BUTTON9"
InputCoin1 = "KEY_3,JOY5_BUTTON10"
; Steering wheel
InputSteering = "JOY5_XAXIS" ; analog, full steering range
; Pedals
InputAccelerator = "JOY5_BUTTON7"
InputBrake = "JOY5_BUTTON8"
-----------
As i said the joystick joy1 and joy5 actually work well but only respond when each window is selected(in focus)
I already tried changing the input_system to dinput but it stays the same.
Can someonde help me??