MantisBT - Zandronum
View Issue Details
0002940Zandronum[All Projects] Bugpublic2016-12-01 21:352017-02-05 15:01
Filystea 
 
normalminoralways
closedinvalid 
 
 
0002940: Puffs on wall.
Seems one thing was repaired. Earlier version had no sound when hitting wall with melee. Now there is absolutly no puff actor when shooting a wall.

shoot a wall.
ZandroDev3.0-161030-2038linux-x86_64

Linux zandronum 4.8.0-1-amd64 #1 SMP Debian 4.8.7-1 (2016-11-13) x86_64 GNU/Linux


No tags attached.
related to 0002974closed Torr Samaho Puffs do not show up in multipalyer game. ( even if put in sprites not in S_START S_END ) 
? test.pk3 (737,653) 2016-12-04 15:25
/tracker/file_download.php?file_id=1981&type=bug
Issue History
2016-12-01 21:35FilysteaNew Issue
2016-12-01 22:39Edward-sanNote Added: 0016407
2016-12-01 22:39Edward-sanStatusnew => feedback
2016-12-02 08:58FilysteaNote Added: 0016408
2016-12-02 08:58FilysteaStatusfeedback => new
2016-12-03 11:49DuskNote Added: 0016409
2016-12-03 11:49DuskAssigned To => Dusk
2016-12-03 11:49DuskStatusnew => feedback
2016-12-03 11:49DuskAssigned ToDusk =>
2016-12-03 11:49DuskPriorityhigh => normal
2016-12-03 11:49DuskSeveritymajor => minor
2016-12-04 15:25FilysteaFile Added: test.pk3
2016-12-04 15:42FilysteaNote Added: 0016416
2016-12-04 15:42FilysteaStatusfeedback => new
2017-01-05 19:26DuskNote Added: 0016605
2017-01-05 19:45DuskNote Edited: 0016605bug_revision_view_page.php?bugnote_id=16605#r10024
2017-01-05 19:46DuskNote Edited: 0016605bug_revision_view_page.php?bugnote_id=16605#r10025
2017-01-05 19:46DuskStatusnew => closed
2017-01-05 19:46DuskResolutionopen => invalid
2017-02-05 15:01Torr SamahoRelationship addedrelated to 0002974

Notes
(0016407)
Edward-san   
2016-12-01 22:39   
It sounds like you used a mod, didn't you? If yes, which mod did you use? Does it happen either online or offline?
(0016408)
Filystea   
2016-12-02 08:58   
It happens only on multiplayer (connected to server). On single player it works.

I used my mod. The file order does not matter except the last one


 '-iwad' '/home/piotr/.doomseeker/DOOM2.WAD'

   '-file' '/home/piotr/.doomseeker/hmodPlayerSkins.pk3'

   '-file' '/home/piotr/.doomseeker/hmodTraces0_865.pk3'
   '-file' '/home/piotr/.doomseeker/hmodProjectiles0_865.pk3'
  
   '-file' '/home/piotr/.doomseeker/hmodMonsters0_865.pk3'
   '-file' '/home/piotr/.doomseeker/hmodMonstersZombies0_865.pk3'
   '-file' '/home/piotr/.doomseeker/hmodMonstersImps0_865.pk3'
   '-file' '/home/piotr/.doomseeker/hmodMonstersDemons0_865.pk3'
 
   '-file' '/home/piotr/.doomseeker/hmodWeps0_865.pk3'
   
   '-file' '/home/piotr/.doomseeker/hmodSpecial0_865.pk3'

   '-file' '/home/piotr/.doomseeker/hmod0_865.pk3' // this must always go on end.
    

'http://en.file-upload.net/download-12137184/hmod0_865.pk3.html [^]'
'http://en.file-upload.net/download-12137186/hmodMonsters0_865.pk3.html [^]'
'http://en.file-upload.net/download-12137185/hmodMonstersDemons0_865.pk3.html [^]'
'http://en.file-upload.net/download-12137187/hmodMonstersImps0_865.pk3.html [^]'
'http://en.file-upload.net/download-12137188/hmodMonstersZombies0_865.pk3.html [^]'
'http://en.file-upload.net/download-12137189/hmodPlayerSkins.pk3.html [^]'
'http://en.file-upload.net/download-12137194/hmodProjectiles0_865.pk3.html [^]'
'http://en.file-upload.net/download-12137190/hmodSpecial0_865.pk3.html [^]'
'http://en.file-upload.net/download-12137192/hmodTraces0_865.pk3.html [^]'
'http://en.file-upload.net/download-12137197/hmodWeps0_865.pk3.html [^]'


Never trusted those free file storage sites but dogsoft is not working so nothing good out there anyway.
(0016409)
Dusk   
2016-12-03 11:49   
Please provide a minimal example wad.
(0016416)
Filystea   
2016-12-04 15:42   
I just copied the buff code and repaced bulletpuff.
It does not work now also under singleplayer. Seems tho the lights work under single player (gldefs) but not under multiplayer.

it also does not even work in older version now. Not sure maybe i forgot something in the example.
(0016605)
Dusk   
2017-01-05 19:26   
(edited on: 2017-01-05 19:46)
You put the sprites within S_START and S_END in a PK3 file when you're supposed to put them into sprites/. The wad works fine when I fixed the zip structure.