MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002522 | Zandronum | [All Projects] Bug | public | 2015-11-14 15:48 | 2018-09-30 21:51 |
|
Reporter | Fastclick | |
Assigned To | Edward-san | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Microsoft | OS | Windows | OS Version | XP/Vista/7 |
Product Version | 2.1 | |
Target Version | 3.0 | Fixed in Version | 3.0 | |
|
Summary | 0002522: sv_dropstyle 1 or 2, coursing items to desync online |
Description | subj |
Steps To Reproduce | 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. |
Additional Information | |
Tags | No tags attached. |
Relationships | child of | 0000750 | closed | Edward-san | Missing DropItem prediction online |
|
Attached Files | dropstyletest.pk3 (4,900) 2015-11-14 15:48 /tracker/file_download.php?file_id=1685&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2015-11-14 15:48 | Fastclick | New Issue | |
2015-11-14 15:48 | Fastclick | File Added: dropstyletest.pk3 | |
2015-11-19 15:30 | Fastclick | Note Added: 0013856 | |
2015-11-19 19:59 | Torr Samaho | Product Version | 3.0-beta => 2.1 |
2016-05-01 18:49 | Edward-san | Note Added: 0014788 | |
2016-05-01 18:49 | Edward-san | Assigned To | => Edward-san |
2016-05-01 18:49 | Edward-san | Status | new => needs review |
2016-07-06 13:10 | Fastclick | Note Added: 0015217 | |
2016-10-02 17:16 | Edward-san | Note Added: 0015731 | |
2016-10-02 17:31 | Fastclick | Note Added: 0015732 | |
2016-10-02 17:49 | Fastclick | Note Edited: 0015732 | bug_revision_view_page.php?bugnote_id=15732#r9571 |
2016-10-02 17:53 | Fastclick | Note Edited: 0015732 | bug_revision_view_page.php?bugnote_id=15732#r9572 |
2016-10-02 17:54 | Fastclick | Note Edited: 0015732 | bug_revision_view_page.php?bugnote_id=15732#r9573 |
2016-10-02 17:56 | Fastclick | Note Edited: 0015732 | bug_revision_view_page.php?bugnote_id=15732#r9574 |
2016-10-02 18:00 | Fastclick | Note Edited: 0015732 | bug_revision_view_page.php?bugnote_id=15732#r9575 |
2016-10-02 18:16 | Edward-san | Note Added: 0015733 | |
2016-10-02 19:41 | Edward-san | Note Added: 0015734 | |
2016-10-03 10:37 | Torr Samaho | Note Added: 0015742 | |
2016-10-03 10:37 | Torr Samaho | Status | needs review => needs testing |
2017-01-04 02:49 | Ru5tK1ng | Note Added: 0016596 | |
2017-01-04 02:49 | Ru5tK1ng | Status | needs testing => resolved |
2017-01-04 02:49 | Ru5tK1ng | Resolution | open => fixed |
2017-01-04 02:49 | Ru5tK1ng | Fixed in Version | => 3.0 |
2017-01-04 02:49 | Ru5tK1ng | Target Version | => 3.0 |
2017-01-04 14:48 | Edward-san | Relationship added | child of 0000750 |
2018-09-30 21:51 | Blzut3 | Status | resolved => closed |
Notes |
|
|
|
|
|
|
|
|
Oukay. "needs review". Can i have a build with fix, that mentioned above ? |
|
|
|
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
|
|
|
|
I'll go with sv_syncdroppeditems, then. |
|
|
|
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. |
|
|
|
I added the updated patch. |
|
|
|
Tested this with r170101 and both dropstyles were consistent online and offline. |
|