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

Feature: New spawns style preset "random" #106

Merged
merged 5 commits into from
Mar 28, 2024

Conversation

SergeyShorokhov
Copy link
Collaborator

Automatically create spawn points for players without using .nav or other helper files.

Not suitable for every map, as it may create a point outside the game area.
Read more: https://forums.alliedmods.net/showthread.php?t=309495

redm_spawn_preset "random"

- ROG is an include file which allows you to generate random valid origins around the map. It could be used to create random player spawns or in Battle Royale mods(PUBG/Fortnite) to spawn the floor loot/drop crates/llamas, etc.
@SergeyShorokhov SergeyShorokhov added the enhancement New feature or request label Mar 27, 2024
@SergeyShorokhov SergeyShorokhov self-assigned this Mar 27, 2024
@SergeyShorokhov SergeyShorokhov merged commit 6af77ac into master Mar 28, 2024
2 checks passed
@SergeyShorokhov SergeyShorokhov deleted the feature/random_spawns branch March 28, 2024 16:43
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

Successfully merging this pull request may close these issues.

Auto random spawns style preset
1 participant