Allow gamemodes to specify custom map pools (#18429)
* Allow game presets to require certain maps * make preset maps ignore the game map pool * make it use a map pool prototype * Typo --------- Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@ game-ticker-restart-round = Restarting round...
|
||||
game-ticker-start-round = The round is starting now...
|
||||
game-ticker-start-round-cannot-start-game-mode-fallback = Failed to start {$failedGameMode} mode! Defaulting to {$fallbackMode}...
|
||||
game-ticker-start-round-cannot-start-game-mode-restart = Failed to start {$failedGameMode} mode! Restarting round...
|
||||
game-ticker-start-round-invalid-map = Selected map {$map} is inelligible for gamemode {$mode}. Gamemode may not function as intended...
|
||||
game-ticker-unknown-role = Unknown
|
||||
game-ticker-delay-start = Round start has been delayed for {$seconds} seconds.
|
||||
game-ticker-pause-start = Round start has been paused.
|
||||
|
||||
Reference in New Issue
Block a user