mirror of
https://github.com/veden/Rampant.git
synced 2025-01-18 02:58:32 +02:00
FACTO-90: Added pipelayer, beltlayer, and blueprint-sandboxes to
surface exclusion list
This commit is contained in:
parent
537a8a03e9
commit
cd37f6a7d8
17
Upgrade.lua
17
Upgrade.lua
@ -53,19 +53,24 @@ local processPendingChunks = chunkProcessor.processPendingChunks
|
|||||||
-- module code
|
-- module code
|
||||||
|
|
||||||
local function isExcludedSurface(surfaceName)
|
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, " Orbit") or
|
||||||
sFind(surfaceName, "clonespace") or
|
sFind(surfaceName, "clonespace") or
|
||||||
sFind(surfaceName, "BPL_TheLabplayer") or
|
sFind(surfaceName, "BPL_TheLabplayer") or
|
||||||
sFind(surfaceName, "starmap-") or
|
sFind(surfaceName, "starmap%-") or
|
||||||
(surfaceName == "aai-signals") or
|
|
||||||
sFind(surfaceName, "NiceFill") or
|
sFind(surfaceName, "NiceFill") or
|
||||||
sFind(surfaceName, "Asteroid Belt") or
|
sFind(surfaceName, "Asteroid Belt") or
|
||||||
sFind(surfaceName, "Vault ") or
|
sFind(surfaceName, "Vault ") or
|
||||||
(surfaceName == "RTStasisRealm") or
|
|
||||||
sFind(surfaceName, "spaceship") or
|
sFind(surfaceName, "spaceship") or
|
||||||
(surfaceName == "minime_dummy_dungeon") or
|
sFind(surfaceName, "bpsb%-lab%-")
|
||||||
(surfaceName == "minime-preview-character")
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local function addCommandSet(queriesAndCommands)
|
local function addCommandSet(queriesAndCommands)
|
||||||
|
@ -6,6 +6,7 @@ Version: 3.0.0
|
|||||||
- Modified death pheromone squad path scoring
|
- Modified death pheromone squad path scoring
|
||||||
- AI is now per regional base
|
- AI is now per regional base
|
||||||
- Regional bases now have there own aggressive and siege squad counter and cleanup process
|
- 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:
|
Tweaks:
|
||||||
- Added surface minime_dummy_dungeon and minime-preview-character to exclusion list
|
- Added surface minime_dummy_dungeon and minime-preview-character to exclusion list
|
||||||
- Increased unit spawner cooldown by 2x
|
- Increased unit spawner cooldown by 2x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user