PJMaybe 0 Posted September 29, 2018 I'm a bit stuck with with a spawn point problem. I've set up triggers to activate markers as spawn points and they are working okay for me but none of my team mates in a coop game would spawn at the markers - they just spawn where they died. I can't find any setting to make spawning different for individuals, only ones that affect the markers or the triggers or the whole game so I'm not sure where to look now. Any help would be much appreciated, thanks. An e.g. of the activation string I'm using is : respawn_west setPos (markerPos "base01"); So I think this should trigger marker 'base01' to become the spawn point for everyone in my team when the conditions are met. It works... but only for me!? Share this post Link to post Share on other sites
Harzach 2517 Posted September 30, 2018 What is respawn_west? Share this post Link to post Share on other sites
PJMaybe 0 Posted September 30, 2018 I thought that was to indicate which team to respawn there. Like respawn_east and respawn_guerrilla? Have I got that wrong? Share this post Link to post Share on other sites
Harzach 2517 Posted September 30, 2018 No, WHAT is it? Is it a marker? An object? Share this post Link to post Share on other sites
PJMaybe 0 Posted September 30, 2018 an empty marker I've read something about local markers only appearing on the PC they are used on which could explain why I am the only one to spawn there. That info was over 4 years old so not sure if its still true but could the empty marker be local? If so how would I make it global? Share this post Link to post Share on other sites
Harzach 2517 Posted September 30, 2018 Unless you specifically create it via script or in-game map marker system as local, it is global. I assume it is a marker you have placed in the editor, which makes it global. You can't setPos a marker, you must use setMarkerPos. Assuming (again) that you have your respawn system set up correctly, all WEST units should respawn on the "respawn_west" marker. Share this post Link to post Share on other sites
PJMaybe 0 Posted October 1, 2018 Thanks for your time, that's actually helped me sort out another problem I had. Although it doesn't really explain why I can respawn on the markers but team mates (in coop game) cannot. We are all on the same side. However, I seem to have solved it by accident. Deleted one of the markers and replaced it with a new one. The new clear markers are now purple colour and they work for everyone. The previous ones I placed were green colour. I cannot even find those in the markers list any more. I don't know what changed or what the different colours mean for markers but the purple ones are working properly. Share this post Link to post Share on other sites