1
0
mirror of https://github.com/veden/Rampant.git synced 2024-12-28 21:08:22 +02:00

FACTO-90: Added pipelayer, beltlayer, and blueprint-sandboxes to

surface exclusion list
This commit is contained in:
Aaron Veden 2022-04-05 19:00:48 -07:00
parent 537a8a03e9
commit cd37f6a7d8
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84
2 changed files with 12 additions and 6 deletions

View File

@ -53,19 +53,24 @@ local processPendingChunks = chunkProcessor.processPendingChunks
-- module code
local function isExcludedSurface(surfaceName)
return sFind(surfaceName, "Factory floor") or
return
(surfaceName == "aai-signals") or
(surfaceName == "RTStasisRealm") or
(surfaceName == "minime_dummy_dungeon") or
(surfaceName == "minime-preview-character") or
(surfaceName == "pipelayer") or
(surfaceName == "beltlayer") or
sFind(surfaceName, "Factory floor") or
sFind(surfaceName, " Orbit") or
sFind(surfaceName, "clonespace") or
sFind(surfaceName, "BPL_TheLabplayer") or
sFind(surfaceName, "starmap-") or
(surfaceName == "aai-signals") or
sFind(surfaceName, "starmap%-") or
sFind(surfaceName, "NiceFill") or
sFind(surfaceName, "Asteroid Belt") or
sFind(surfaceName, "Vault ") or
(surfaceName == "RTStasisRealm") or
sFind(surfaceName, "spaceship") or
(surfaceName == "minime_dummy_dungeon") or
(surfaceName == "minime-preview-character")
sFind(surfaceName, "bpsb%-lab%-")
end
local function addCommandSet(queriesAndCommands)

View File

@ -6,6 +6,7 @@ Version: 3.0.0
- Modified death pheromone squad path scoring
- AI is now per regional base
- Regional bases now have there own aggressive and siege squad counter and cleanup process
- Added beltlayer, pipelayer, and blueprint-sandboxes mod surfaces to surface exclusion list
Tweaks:
- Added surface minime_dummy_dungeon and minime-preview-character to exclusion list
- Increased unit spawner cooldown by 2x