This commit is contained in:
2026-05-01 21:28:09 +09:00
parent 94227db54a
commit 1aaf6fd832
4 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
--[[
do do
local sa = settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'SAP' local sa = settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'SAP'
local p = (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'VP') or sa local p = (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'VP') or sa
@@ -46,3 +46,4 @@ if mods['space-age'] then
end end
end end
end end
]]
+2
View File
@@ -13,6 +13,8 @@ if settings.startup['PHI-MB'].value then
end end
end end
--[[
if (settings.startup['PHI-MI'].value and settings.startup['PHI-MI-GENERIC'].value) or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then if (settings.startup['PHI-MI'].value and settings.startup['PHI-MI-GENERIC'].value) or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then
require 'data.u.mi' require 'data.u.mi'
end end
]]
+2 -2
View File
@@ -13,6 +13,7 @@ if settings.startup['PHI-MB'].value then
end end
end end
--[[
if settings.startup['PHI-CT'].value then if settings.startup['PHI-CT'].value then
require('data.b.ct') require('data.b.ct')
end end
@@ -40,5 +41,4 @@ if settings.startup['PHI-GM'].value then
require('data.b.gm-vp') require('data.b.gm-vp')
end end
end end
]]
@@ -1,6 +1,6 @@
local mbe = require 'mbe-c' local mbe = require 'data.b.mbe-c'
local mbm = require 'mbm-c' local mbm = require 'data.b.mbm-c'
local mbq = require 'mbq-c' local mbq = require 'data.b.mbq-c'
for _, force in pairs(game.forces) do for _, force in pairs(game.forces) do
local technologies = force.technologies local technologies = force.technologies