MantisBT - Zandronum
View Issue Details
0002543Zandronum[All Projects] Bugpublic2015-12-08 20:112015-12-13 15:16
Arco 
 
normalminoralways
closednot fixable 
Windows10
3.0-beta 
 
0002543: Screen jitters uncontrollably in HD when online
Currently, in the mod Hideous Destructor, the screen seems to jitter whenever the mouse is moved in any direction. I tried to isolate this issue, but I cannot accurately say what is causing it. I am assuming that one of the new features in Zdoom has a codepointer where the server is executing an action instead of the clients themselves.
1. Start Zandronum on a server with the provided wad.
2. Join the game as any class and attempt to move the screen. It will move uncontrollably.
I'm also expecting this to be a probable wad error as well.
No tags attached.
zip hd20130610.zip (417,750) 2015-12-08 20:11
/tracker/file_download.php?file_id=1700&type=bug
Issue History
2015-12-08 20:11ArcoNew Issue
2015-12-08 20:11ArcoFile Added: hd20130610.zip
2015-12-08 20:11ArcoSummaryScreen jitter uncontrollably in HD when online => Screen jitters uncontrollably in HD when online
2015-12-13 15:16DuskNote Added: 0013987
2015-12-13 15:16DuskStatusnew => closed
2015-12-13 15:16DuskResolutionopen => not fixable

Notes
(0013987)
Dusk   
2015-12-13 15:16   
The mod appears to contain a script that caps your turning speed. So if you change angle too fast the mod changes it back. The latency between moving the screen and the script kicking in is causing this. I don't think there's anything we can do here due to the nature of ACS, the script should probably be clientside. The mod simply isn't compatible with Zandronum as is.