MantisBT - Zandronum
View Issue Details
0002502Zandronum[All Projects] Bugpublic2015-10-24 16:442018-09-30 21:45
Monsterovich 
Zalewa 
normalminoralways
closedfixed 
2.1 
3.03.0 
0002502: Zandronum immediately removes player bodies after death in (team)lms game modes
This issue doesn't happen in SP and fake MP.
For example:
> teamlms 1
> addbot
> addbot
wait 10 seconds and die
> kill
Your body will disappear.
No tags attached.
Issue History
2015-10-24 16:44MonsterovichNew Issue
2016-08-18 16:26Ru5tK1ngNote Added: 0015492
2016-08-18 16:26Ru5tK1ngStatusnew => confirmed
2017-04-28 18:50CelebiNote Added: 0017388
2017-04-30 14:25KorshunNote Added: 0017442
2017-05-03 18:04ZalewaNote Added: 0017542
2017-05-03 18:04ZalewaAssigned To => Zalewa
2017-05-03 18:04ZalewaStatusconfirmed => needs testing
2017-05-03 18:32KorshunNote Added: 0017544
2017-05-03 18:33KorshunNote Deleted: 0017544
2017-05-03 18:41ZalewaNote Edited: 0017542bug_revision_view_page.php?bugnote_id=17542#r10538
2017-05-19 03:03CombinebobntNote Added: 0017709
2017-05-19 03:12Ru5tK1ngNote Added: 0017710
2017-05-19 03:12Ru5tK1ngStatusneeds testing => resolved
2017-05-19 03:12Ru5tK1ngResolutionopen => fixed
2017-05-19 03:12Ru5tK1ngFixed in Version => 3.0
2017-05-19 03:12Ru5tK1ngTarget Version => 3.0
2018-09-30 21:45Blzut3Statusresolved => closed

Notes
(0015492)
Ru5tK1ng   
2016-08-18 16:26   
This also is an issue in survival. As of 2.1.2, this is how everything plays out:

In survival/lms modes, when you die, your body goes through roughly half of the death state before it vanishes. If compat_instantrespawn is true, your body immediately disappears when you die thus showing no death frames.

This was recently fixed in bug 406 so that you see your body dying regardless of the compat flag.

When the bodies disappears, that is the instant you are forced into spectating and of course, the only modes you are forced to spec upon death are survival and LMS.

According to Dusk, in order to fix this, a new spectator body has to be spawned rather than forcing the corpse into the spectator body.
(0017388)
Celebi   
2017-04-28 18:50   
This is probably related to this ticket on morphes.
'https://zandronum.com/tracker/view.php?id=2207 [^]'
Except that it can happen in fake MP.
(0017442)
Korshun   
2017-04-30 14:25   
It is fixed in 3.0.
(0017542)
Zalewa   
2017-05-03 18:04   
(edited on: 2017-05-03 18:41)
As Korshun said, this commit fixes it and this newer commit fixes it properly.

(0017709)
Combinebobnt   
2017-05-19 03:03   
tested in 3.0 works in (t)lms and survival so its fixed
(0017710)
Ru5tK1ng   
2017-05-19 03:12   
Marking as resolved based off Korshun and bob's findings.