View Revisions: Issue #2 |
[ Back to Issue ] |
Summary |
0000002: Crouch Toggle doesn't work online |
|
Revision |
2010-09-05 17:45 by Torr Samaho |
|
Steps To Reproduce |
|
|
Revision |
2010-09-05 17:49 by Torr Samaho |
|
Steps To Reproduce |
Execute "crouch" in the console. Works offline, has no effect online. |
|
Revision |
2010-09-05 17:49 by Torr Samaho |
|
Additional Information |
|
|
Revision |
2010-09-06 18:39 by Torr Samaho |
|
Additional Information |
The crouch console command doesn't work because it uses ZDoom's Net_WriteByte mechanism which isn't used in multiplayer in Skulltag at all. To fix this, additional net code needs to be written: CLIENTCOMMANDS_ToggleCrouch, etc. |