This commit is contained in:
2025-04-16 17:49:16 +09:00
parent 83f5d71225
commit c292004fc1

View File

@@ -19,6 +19,17 @@ Storage.register(research, function(tbl)
research = tbl
end)
for _, mod_name in ipairs(config.mod_set_lookup) do
if script.active_mods[mod_name] then
config.mod_set = mod_name
break
end
end
if script.active_mods["PHI-CL"] and settings.startup["PHI-VP"] and settings.startup["PHI-VP-MAIN"] then
config.mod_set = "base"
end
--- @param force LuaForce
--- @param silent boolean True when no message should be printed
function module.res_queue(force, silent)