Files
OpenRA/mods/ra/rules
Ashley Newson 1fda679b9f Refine map generator spawn placement rules
Spawn generation generally tries to place spawns:

- In spacious areas
- Away from the center (true center or mirror lines)
- Away from a symmetry-projected spawn
- Away from previously placed spawns

This commit introduces the following adjustments:

- The spacing between sequentially placed spawns is relaxed.
- Fix spawn mines contributing too much to the space reservation.
- Factor rotations into anti-center biasing calculation.
- Preserve spacing information in center space fallback decisions.
- Use a linear (instead of binary) falloff for anti-center biasing.
- Enforce that spawns have a minimum buildable area around them.
- Enforce that symmetry-projected spawns have as much separation as
  sequentially placed spawns would.
- Allow spawns on or near roads.
2025-01-31 13:58:20 +02:00
..
2024-08-05 12:55:59 +03:00
2023-11-25 16:28:19 +01:00
2023-11-25 16:28:19 +01:00
2025-01-30 14:10:09 +02:00
2023-11-25 16:28:19 +01:00
2024-11-03 15:29:47 +00:00
2024-09-19 17:53:43 +02:00
2023-11-25 16:28:19 +01:00
2024-11-03 15:29:47 +00:00
2024-09-19 17:53:43 +02:00
2023-08-19 20:46:04 +03:00
2024-11-03 15:29:47 +00:00
2024-11-03 15:29:47 +00:00
2024-11-03 15:29:47 +00:00
2025-01-17 18:01:20 +02:00