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

Change the player spawn #25

Open
y0014984 opened this issue Dec 4, 2023 · 2 comments
Open

Change the player spawn #25

y0014984 opened this issue Dec 4, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@y0014984
Copy link
Collaborator

y0014984 commented Dec 4, 2023

Forget about the tracing to convert map into world coordinates. Use GetGame().GetWorld().GetSurfaceY() instead.

@y0014984 y0014984 added the enhancement New feature or request label Dec 4, 2023
@nomisum
Copy link
Contributor

nomisum commented Dec 5, 2023

we also had issues with teleporting all players on blufor side (not sure about opfor), sometimes only 2 out of 8 players were spawning close to the flag.

in short we need to make sure the placement is

  • not on water
  • not inside / on top of houses
  • not too far away from spawn position
  • not inside other players

@y0014984 y0014984 self-assigned this Feb 15, 2024
@y0014984
Copy link
Collaborator Author

This behavior is currently under observation. Changed behavior a little bit and added logging. We need to wait until the next event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants