Server Version: 0.2.9-sty+ct_alpha_r757 unix dedicated
Respawning at place of coredump?(Split from "Tutorials!")
Respawning at place of coredump?(Split from "Tutorials!")
Z-Man, in the new tutorial I see that when you die, you are instantly respawned in the same location you died while the area still gets the blast. I was wondering if this was able to be done with settings or if it was just an added feature for the tutorial. I would like to try this in a server if it's possible. 
Server Version: 0.2.9-sty+ct_alpha_r757 unix dedicated
Server Version: 0.2.9-sty+ct_alpha_r757 unix dedicated
Re: Tutorials!
Those uber-instant respawns can't be configured, but if you activate the respawn hack (CXXFLAGS=-DRESPAWN_HACK at configure time), something similar is possible on 0.2.8 based servers.
- compguygene
- Adjust Outside Corner Grinder
- Posts: 2346
- Joined: Thu Aug 21, 2008 12:09 pm
- Location: Cleveland, Ohio
- Contact:
Re: Tutorials!
Alternatively, if you are running a sty+ct build, RESPAWN_TIME .1 will achieve a similar effect.
Armagetron: It's a video game that people should just play and enjoy 
https://bit.ly/2KBGYjvCheck out the simple site about TheServerPharm
https://bit.ly/2KBGYjvCheck out the simple site about TheServerPharm
Re: Tutorials!
Setting respawn time to 0 works too, if you wanted the instant, and -1 is off, but what I don't know how to do is get it to respawn where you died instead of where you spawned.compguygene wrote:Alternatively, if you are running a sty+ct build, RESPAWN_TIME .1 will achieve a similar effect.
Re: Tutorials!
If it's not possible I wouldn't really mind, but could ya let me know one way or the other? I would really like to try it out.
Spawning where you die.
Spawning where you die.
Re: Tutorials!
It is possible with a ladderlog parser script and sty+ct.Light wrote:If it's not possible I wouldn't really mind, but could ya let me know one way or the other? I would really like to try it out.
Spawning where you die.
You get the position with:
Code: Select all
PLAYER_GRIDPOS <name> <xpos> <ypos> <xdir> <ydir> <team name> Code: Select all
RESPAWN_PLAYER <playername> <messageflag> <posx> <posy> <dirx> <diry>Maybe some mod can split this?
Re: Respawning at place of coredump?(Split from "Tutorials!"
Ahh you're right. I kind'a ignored the idea of it because the death position ain't logged, but if I keep an array of current locations (within the second) upon death I can respawn there and it will be close to perfect.
Will try it out.
Will try it out.
Re: Respawning at place of coredump?(Split from "Tutorials!"
It works! 
Thanks for pointin' me in the right direction.
If anyone's curious to see how it turned out, it's up on server "Light's Free For All Brawl".
Thanks for pointin' me in the right direction.
If anyone's curious to see how it turned out, it's up on server "Light's Free For All Brawl".