mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-12 21:08:43 +09:00
.
This commit is contained in:
@@ -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
|
||||||
|
]]
|
||||||
@@ -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
@@ -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
|
||||||
Reference in New Issue
Block a user