MantisBT - Zandronum
View Issue Details
0002522Zandronum[All Projects] Bugpublic2015-11-14 15:482018-09-30 21:51
Fastclick 
Edward-san 
normalminoralways
closedfixed 
MicrosoftWindowsXP/Vista/7
2.1 
3.03.0 
0002522: sv_dropstyle 1 or 2, coursing items to desync online
subj
1. zandronum.exe -iwad doom2.wad -file dropstyletest.pk3
2. load map01
3. set sv_dropstyle to 1 or 2
3. summon testdemon
4. kill it.

it should drop 4 clip's.

Reproduce offline and online.
No tags attached.
child of 0000750closed Edward-san Missing DropItem prediction online 
? dropstyletest.pk3 (4,900) 2015-11-14 15:48
/tracker/file_download.php?file_id=1685&type=bug
Issue History
2015-11-14 15:48FastclickNew Issue
2015-11-14 15:48FastclickFile Added: dropstyletest.pk3
2015-11-19 15:30FastclickNote Added: 0013856
2015-11-19 19:59Torr SamahoProduct Version3.0-beta => 2.1
2016-05-01 18:49Edward-sanNote Added: 0014788
2016-05-01 18:49Edward-sanAssigned To => Edward-san
2016-05-01 18:49Edward-sanStatusnew => needs review
2016-07-06 13:10FastclickNote Added: 0015217
2016-10-02 17:16Edward-sanNote Added: 0015731
2016-10-02 17:31FastclickNote Added: 0015732
2016-10-02 17:49FastclickNote Edited: 0015732bug_revision_view_page.php?bugnote_id=15732#r9571
2016-10-02 17:53FastclickNote Edited: 0015732bug_revision_view_page.php?bugnote_id=15732#r9572
2016-10-02 17:54FastclickNote Edited: 0015732bug_revision_view_page.php?bugnote_id=15732#r9573
2016-10-02 17:56FastclickNote Edited: 0015732bug_revision_view_page.php?bugnote_id=15732#r9574
2016-10-02 18:00FastclickNote Edited: 0015732bug_revision_view_page.php?bugnote_id=15732#r9575
2016-10-02 18:16Edward-sanNote Added: 0015733
2016-10-02 19:41Edward-sanNote Added: 0015734
2016-10-03 10:37Torr SamahoNote Added: 0015742
2016-10-03 10:37Torr SamahoStatusneeds review => needs testing
2017-01-04 02:49Ru5tK1ngNote Added: 0016596
2017-01-04 02:49Ru5tK1ngStatusneeds testing => resolved
2017-01-04 02:49Ru5tK1ngResolutionopen => fixed
2017-01-04 02:49Ru5tK1ngFixed in Version => 3.0
2017-01-04 02:49Ru5tK1ngTarget Version => 3.0
2017-01-04 14:48Edward-sanRelationship addedchild of 0000750
2018-09-30 21:51Blzut3Statusresolved => closed

Notes
(0013856)
Fastclick   
2015-11-19 15:30   
Same on v2.1.2
(0014788)
Edward-san   
2016-05-01 18:49   
My fix idea to fix this with the minor network consumption is this pull request:'https://bitbucket.org/Torr_Samaho/zandronum/pull-requests/92/fixed-item-dropping-physics-wasnt-in-sync/diff [^]'
(0015217)
Fastclick   
2016-07-06 13:10   
Oukay. "needs review". Can i have a build with fix, that mentioned above ?
(0015731)
Edward-san   
2016-10-02 17:16   
I'm thinking about adding a new sv option for this, considering the possibly high impact with the bandwidth with mods containing many actors dropping many items. What name do you suggest?
(0015732)
Fastclick   
2016-10-02 17:31   
(edited on: 2016-10-02 18:00)
sv_syncdropeditems sounds nice.
or
Since cvar has a name "sv_dropstyle", may be call it "sv_dropstyle_sync".
or
Add more values to "sv_dropstyle" like
1 - Doom style
2 - Strife style
3 - same as 1, but synced over network
4 - same as 2, but synced over network

(0015733)
Edward-san   
2016-10-02 18:16   
I'll go with sv_syncdroppeditems, then.
(0015734)
Edward-san   
2016-10-02 19:41   
During the dev meeting it was decided there should be no sv option, but a feature depending on the client's connection type. See the updated pull request.
(0015742)
Torr Samaho   
2016-10-03 10:37   
I added the updated patch.
(0016596)
Ru5tK1ng   
2017-01-04 02:49   
Tested this with r170101 and both dropstyles were consistent online and offline.