Zandronum Chat on our Discord Server Get the latest version: 3.1
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002813Zandronum[All Projects] Bugpublic2016-08-19 19:452023-10-06 10:23
ReporterFused 
Assigned ToTorr Samaho 
PriorityhighSeveritytweakReproducibilityalways
StatusassignedResolutionopen 
PlatformOSOS Version
Product Version2.1 
Target VersionFixed in Version 
Summary0002813: Major desync on certain bullet puffs in relation to their decal
DescriptionIt seems that since 3.0 many mods have granted a problem where bulletpuffs desync and show up at the wrong position. Offline it works fine however. This happends with the latest build
Steps To ReproduceI don't know really. If I manage to demolish my mod a bit up to a point where it's playable with the bug I will share it.
Additional InformationOffline:'http://i.imgur.com/9KxlFMV.png [^]'
Online:'http://i.imgur.com/Hk9gv0X.png [^]'
green circles show the position of the decal, where red circles show the location of the bullet puff.
Attached Files? file icon decalbugtest_02.pk3 [^] (177,712 bytes) 2016-10-10 06:13
? file icon decalbugtest_03.pk3 [^] (177,703 bytes) 2016-10-15 19:52
? file icon BrokenPuffs2023.pk3 [^] (4,304 bytes) 2023-10-06 10:22

- Relationships
related to 0002787closedTorr Samaho Puffs are acting weird whenever shot at ledges 

-  Notes
User avatar (0015506)
Torr Samaho (administrator)
2016-08-20 15:19
edited on: 2016-08-20 15:19

Sounds like 0002787, but if it is still happening in the latest build, it needs a different fix. Can you post a minimal example wad?

User avatar (0015528)
Fused (reporter)
2016-08-26 11:17
edited on: 2016-08-26 11:18

I forgot to mention something important.
I noticed that with my mod, vanilla weapons will desync just as bad. I tested the bfg 10k with my mod and the decal will be way below the projective it shot.

I'm guessing some option messes this up in my mod, just like it does with the rest.
I haven't been able to get a minimal example wad yet sadly. I also am not too sure what causes it.

User avatar (0015529)
Torr Samaho (administrator)
2016-08-27 10:44

While you are working on a minimal example wad, can you send the full version of the mod and tell me how to reproduce the problem with it?
User avatar (0015547)
Fused (reporter)
2016-08-30 21:09

I have actually been notified that cl_clientsidepuffs fixes this problem, which it does. I did not know such feature despite it existing since 2.0. perhaps there should be a way to force this to avoid other people running into this problem?
User avatar (0015548)
Torr Samaho (administrator)
2016-08-30 21:18

cl_clientsidepuffs has strong drawbacks (you may see a puff even if you hit, and you may not see a puff even if you missed), I'd personally would never turn it on. So we definitely need to fix the problem here, but you'll need tell my how to reproduce the problem.
User avatar (0015574)
Torr Samaho (administrator)
2016-09-03 11:10

Just a reminder: There is nothing I can do about this unless you tell us how to reproduce this. As I said above, a full version of the mod that has these problems may be a sufficient starting point.
User avatar (0015849)
Torr Samaho (administrator)
2016-10-09 17:48

Any news on this? There is still nothing we can do about this unless you tell us how to reproduce this.
User avatar (0015861)
Fused (reporter)
2016-10-09 20:04
edited on: 2016-10-09 20:05

I'm sorry. I usually check for any bolted text on the tracker but responses here didn't show for me.

Below is an example pk3 which is a majorly stripped down version of my Zombie Horde mod that has the problem. The problem still exists in this.

A weapon called "huntingshotgun" exists and has this problem, but I believe vanilla weapons do aswell

'http://allfearthesentinel.net/download?file=decalbugtest.pk3 [^]'

User avatar (0015879)
unknownna (updater)
2016-10-10 06:13

I had to improve and strip down your example pk3 further since it was impossible to select the shotgun and it contained too many resources.

Anyway, it seems to work fine for me. Could you test the new example pk3 and check whether it's still broken for you?

If you're thinking about the positions of puffs vs decals (cl_hitscandecalhack), then that's a side effect of the decals not using any net traffic and only being spawned by the client locally I believe.
User avatar (0015928)
Fused (reporter)
2016-10-12 19:14

Sorry about that. I was kind of in a rush and used console to select the weapon.

Anyway, the problem still occurs for me. cl_hitscandecalhack 0 shows no decals at all, if that helps. I even used a clean ini but the problem also still seems to appear.
User avatar (0015939)
unknownna (updater)
2016-10-12 23:42
edited on: 2016-10-12 23:42

By setting cl_hitscandecalhack to 0 you turn off hitscan decals online, so they will not appear then. Does the actual bulletpuffs appear at different positions online compared to offline to you?

User avatar (0015954)
Fused (reporter)
2016-10-13 13:23

cl_hitscandecalhack 0 shows no decals online but they do appear offline. Turning it true makes the decals show on both ends like it should. I dont know how to test if the positions are the same to be honest.
User avatar (0015958)
Torr Samaho (administrator)
2016-10-13 18:10

To keep net traffic at bay, the server doesn't inform the client about decals. The client can guess where the decals could show up (which is what "cl_hitscandecalhack 1" activates), but the guessed decal position will be different from where the decal should be. Zandronum always handled decals like this (I added this ages ago in Skulltag, before that there were simply no decals online).

The question here is whether the puffs show up at the correct position. If they do, everything is working as expected. I had a look at and the puffs seemed to be showing up at reasonable positions.

It would also be great if somebody could make the example wad compatible with 2.1.2. This way we can confirm whether 3.0 behaves consistently with 2.1.2.
User avatar (0016018)
Fused (reporter)
2016-10-15 19:53

I have attached a version that works with 2.1.2
I do get the same bug in 2.1.2 aswell.
User avatar (0016026)
Torr Samaho (administrator)
2016-10-16 16:43

Ok, this is not a regression then. I updated the ticket data accordingly.
User avatar (0016493)
Fused (reporter)
2016-12-15 20:51

I kind of played around in some servers and it pretty much happends everywhere, even in 2.1.2. Seems like this is something that has been around for a long time.
User avatar (0022916)
Fused (reporter)
2023-10-06 10:23

Six years later and this is still broken. I have attached `BrokenPuffs2023.pk3` with a broken shotgun you can test with as soon as you spawn. I attached a map `test` which should make it easier to test.

Please look into fixing this as my project suffers from this issue.

Issue Community Support
Only registered users can voice their support. Click here to register, or here to log in.
Supporters: No one explicitly supports this issue yet.
Opponents: No one explicitly opposes this issue yet.

- Issue History
Date Modified Username Field Change
2016-08-19 19:45 Fused New Issue
2016-08-19 19:46 WaTaKiD Summary Major desync on certain bulletpuffsin relation to their decal => Major desync on certain bullet puffs in relation to their decal
2016-08-19 19:49 WaTaKiD Additional Information Updated View Revisions
2016-08-20 15:18 Torr Samaho Relationship added related to 0002787
2016-08-20 15:19 Torr Samaho Note Added: 0015506
2016-08-20 15:19 Torr Samaho Note Edited: 0015506 View Revisions
2016-08-20 15:20 Torr Samaho Target Version => 3.0
2016-08-26 11:17 Fused Note Added: 0015528
2016-08-26 11:18 Fused Note Edited: 0015528 View Revisions
2016-08-27 10:44 Torr Samaho Note Added: 0015529
2016-08-30 21:09 Fused Note Added: 0015547
2016-08-30 21:18 Torr Samaho Note Added: 0015548
2016-09-03 11:10 Torr Samaho Note Added: 0015574
2016-10-09 17:48 Torr Samaho Note Added: 0015849
2016-10-09 17:53 Torr Samaho Assigned To => Torr Samaho
2016-10-09 17:53 Torr Samaho Status new => feedback
2016-10-09 20:04 Fused Note Added: 0015861
2016-10-09 20:04 Fused Status feedback => assigned
2016-10-09 20:05 Fused Note Edited: 0015861 View Revisions
2016-10-10 06:13 unknownna File Added: decalbugtest_02.pk3
2016-10-10 06:13 unknownna Note Added: 0015879
2016-10-10 06:13 unknownna Status assigned => feedback
2016-10-12 19:14 Fused Note Added: 0015928
2016-10-12 19:14 Fused Status feedback => assigned
2016-10-12 23:42 unknownna Note Added: 0015939
2016-10-12 23:42 unknownna Status assigned => feedback
2016-10-12 23:42 unknownna Note Edited: 0015939 View Revisions
2016-10-13 13:23 Fused Note Added: 0015954
2016-10-13 13:23 Fused Status feedback => assigned
2016-10-13 18:10 Torr Samaho Note Added: 0015958
2016-10-15 19:52 Fused File Added: decalbugtest_03.pk3
2016-10-15 19:53 Fused Note Added: 0016018
2016-10-16 16:42 Torr Samaho Product Version 3.0-beta => 2.1
2016-10-16 16:42 Torr Samaho Target Version 3.0 =>
2016-10-16 16:43 Torr Samaho Note Added: 0016026
2016-12-15 20:51 Fused Note Added: 0016493
2023-10-06 10:22 Fused File Added: BrokenPuffs2023.pk3
2023-10-06 10:23 Fused Note Added: 0022916






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker