MantisBT - Zandronum
View Issue Details
0002467Zandronum[All Projects] Bugpublic2015-09-24 13:552015-09-24 19:52
fr-blood 
 
normalminoralways
closedno change required 
MicrosoftWindowsXP/Vista/7
2.1 
 
0002467: GetPlayerInput doesn't work fine online with movement keys.
Hellow everyone, I've found a bug with GetPlayerInput function, it's ignoring the moving keys when you use it online.

So we are forced to make a clientside script to detect the moving keys and then use RequestScriptPuke to make the function works for both server and client.
1. Download the test.wad
2. Launch the test.wad offline and just move and shoot, you will see that a message appears for each command (moving keys and shooting key).
3. Launch the test.wad online and you will see that only the shooting key will show a message where the moving keys will show nothing.
Actually these moving keys are broken:
- BT_FORWARD
- BT_BACK
- BT_LEFT
- BT_MOVELEFT
- BT_RIGHT
- BT_MOVERIGHT

I've also tried it with a lot of other hotkeys like: BT_ATTACK,BT_ALTATTACK,BT_USE,BT_JUMP,BT_CROUCH and they work fine
No tags attached.
? test.wad (1,400) 2015-09-24 13:55
/tracker/file_download.php?file_id=1659&type=bug
Issue History
2015-09-24 13:55fr-bloodNew Issue
2015-09-24 13:55fr-bloodFile Added: test.wad
2015-09-24 13:58IvanNote Added: 0013549
2015-09-24 19:52DuskNote Added: 0013550
2015-09-24 19:52DuskStatusnew => closed
2015-09-24 19:52DuskResolutionopen => no change required

Notes
(0013549)
Ivan   
2015-09-24 13:58   
Did you use the sv_clientssendfullbuttoninfo flag?
(0013550)
Dusk   
2015-09-24 19:52   
Evidently not.