MantisBT - Zandronum
View Issue Details
0000192Zandronum[All Projects] Suggestionpublic2010-11-09 20:282018-09-30 22:50
Xenaero 
Torr Samaho 
nonetweakN/A
closedduplicate 
MicrosoftWindowsXP/Vista/7
98d 
 
0000192: compat_hitscan implementation tweak to replicate oldschool damage more effectively
Essentially, compat_hitscan is supposed to re-introduce the old BLOCKMAP hit detection to bring back an element of how bullet weapon damage calculation used to work in 'oldschool'/vanilla environments.

What I'm proposing is when this is implmented during an update to the latest ZDoom (as Skulltag does not have this currently, it's an opportune time to plan for it) it introduces another factor to bring the hitscan damage effectively to its former state before the changes surrounding the RNG were introduced.

I propose that compat_hitscan applies not one but two changes: both the re-introduction of the old BLOCKMAP calculations, and the re-introduction of the old damage calculation table, reverting the changes (while the flag is on, obviously) Randy had made to alter hitscan weapons behavior. I do not have hard numbers to compare the effects of the two currently.
Obtain cake
Eat cake
Be happy.
I'm a banana and ur under arrest
No tags attached.
duplicate of 0000101closed Qent backport compatibility flags update from ZDoom r2340, r2341 | COMPAT_HITSCAN, COMPAT_WALLRUN 
duplicate of 0000031closed Torr Samaho New DMFlag: "Use Classic PRNG" 
Issue History
2010-11-09 20:28XenaeroNew Issue
2010-11-10 05:38unknownnaNote Added: 0000601
2010-11-10 06:49XenaeroNote Added: 0000602
2010-11-14 14:26AnonymousNote Added: 0000614
2011-02-18 20:52unknownnaRelationship addedduplicate of 0000101
2011-02-18 20:53unknownnaRelationship addedduplicate of 0000031
2011-02-19 15:41GezNote Added: 0001109
2011-02-23 21:28XenaeroNote Added: 0001122
2011-05-15 18:24unknownnaStatusnew => resolved
2011-05-15 18:24unknownnaResolutionopen => duplicate
2011-05-15 18:24unknownnaAssigned To => Torr Samaho
2018-09-30 22:50Blzut3Statusresolved => closed

Notes
(0000601)
unknownna   
2010-11-10 05:38   
Duplicate of:

'http://skulltag.net/tracker/view.php?id=31 [^]'
'http://skulltag.net/tracker/view.php?id=101 [^]'
(0000602)
Xenaero   
2010-11-10 06:49   
It's not a duplicate, if you read the reports, actually, it's very clear my suggestion is different from those that precede it.
(0000614)
Anonymous   
2010-11-14 14:26   
Thumbs up X!
(0001109)
Gez   
2011-02-19 15:41   
So, you want compat_hitscan to automatically trigger compat_oldrandom as well? Or do you mean other changes than those addressed by these compat flags? And if so, which?
(0001122)
Xenaero   
2011-02-23 21:28   
Gez, I had not seen Alex's ticket before I made this one, basically it's already been achieved.