Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force Respawn #867

Closed
RuedigerLP opened this issue May 12, 2021 · 7 comments
Closed

Force Respawn #867

RuedigerLP opened this issue May 12, 2021 · 7 comments

Comments

@RuedigerLP
Copy link
Contributor

it would have a trigger filter that once true would force respawn every player that matches a player filter, if the trigger filter turns false and then true again it would force respawn again, maybe force respawn could also have the options of regular respawns like time, auto, etc.

This would make proper round based gamemodes possible without a lot of hackiness.

@Pablete1234
Copy link
Member

You can set auto=true in respawn tags, what exactly is the request here?

@RuedigerLP
Copy link
Contributor Author

The idea was to have a function where it was possible to respawn players without killing them. E.g. in kotf after the flag is dropped everyone would be respawned regardless if the players are respawning or alive or what ever everyone would be respawned at the same time to have some thing like a little restart of the match. like the beginning of a new round.

@Pablete1234
Copy link
Member

The answer to the problem you pose is dynamic portals, which should have a similar effect. @Pugzy was working on dynamic filters & portals as well as kits, that's part of #448

I think this can be closed

@lefckntea
Copy link

The answer to the problem you pose is dynamic portals, which should have a similar effect.

I'm pretty sure you can't quite do what this feature wants with that, especially regarding that force respawns would still have a respawn timer.
The idea is that for round based gamemodes, you wanna have respawning players and alive players enter the round at the same time and it being instantly after the last round seems a bit odd. And you obviously don't wanna kill everyone alive at the end of the round.

Maybe this is possible without force respawns but seems like a logical feature making this easier. I guess it needs dynamic filters anyway though.
tldr ruediger great Suggestion teagod vouch!!!

@Pugzy
Copy link
Contributor

Pugzy commented May 17, 2021

I think round-based game modes in PGM would require a little more than the ability to force respawn. It's just not designed for this purpose. Depending on the game-mode the playing area and objectives would be the start of your headache.

As for respawn timers, water drops did the trick in the past and could be used for this purpose.

@RuedigerLP
Copy link
Contributor Author

It would rly only work in conquest gamemodes i guess. One problem with the portals would be that respawning palyers would possibly get delayed if they respawn during everyone getting teleported.

@Pablete1234
Copy link
Member

You can get anyone in their death-screen to respawn by applying filters on <respawn> elements, have one with no-time and auto on a filter that triggers when you're trying to do this reset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants