mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-13 05:08:44 +09:00
.
This commit is contained in:
+12
-10
@@ -285,6 +285,18 @@ if data.raw['unit-spawner'] then
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- GM-VP H 3 SPACE_AGE SPACE_LOCATION
|
||||||
|
for _, v in pairs(data.raw['space-location']) do
|
||||||
|
v.hidden = true
|
||||||
|
v.hidden_in_factoriopedia = true
|
||||||
|
end
|
||||||
|
|
||||||
|
-- GM-VP H 9 SPACE_AGE SPACE_CONNECTION
|
||||||
|
for _, v in pairs(data.raw['space-connection']) do
|
||||||
|
v.hidden = true
|
||||||
|
v.hidden_in_factoriopedia = true
|
||||||
|
end
|
||||||
|
|
||||||
for _, v in pairs(data.raw.recipe) do
|
for _, v in pairs(data.raw.recipe) do
|
||||||
v.category = nil
|
v.category = nil
|
||||||
v.surface_conditions = nil
|
v.surface_conditions = nil
|
||||||
@@ -329,16 +341,6 @@ for _, v in pairs({'vulcanus', 'gleba', 'fulgora', 'aquilo'}) do
|
|||||||
data.raw['change-surface-achievement']['visit-' .. v] = nil
|
data.raw['change-surface-achievement']['visit-' .. v] = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
for _, v in pairs(data.raw['space-location']) do
|
|
||||||
v.hidden = true
|
|
||||||
v.hidden_in_factoriopedia = true
|
|
||||||
end
|
|
||||||
|
|
||||||
for _, v in pairs(data.raw['space-connection']) do
|
|
||||||
v.hidden = true
|
|
||||||
v.hidden_in_factoriopedia = true
|
|
||||||
end
|
|
||||||
|
|
||||||
for _, v in pairs({'platform_science', 'platform_moving', 'platform_messy_nuclear', 'vulcanus_lava_forge', 'vulcanus_crossing', 'vulcanus_punishmnent', 'vulcanus_sulfur_drop', 'gleba_agri_towers', 'gleba_pentapod_ponds', 'gleba_egg_escape', 'gleba_farm_attack', 'gleba_grotto', 'fulgora_city_crossing', 'fulgora_recycling_hell', 'fulgora_nightfall', 'fulgora_race', 'aquilo_send_help', 'aquilo_starter'}) do
|
for _, v in pairs({'platform_science', 'platform_moving', 'platform_messy_nuclear', 'vulcanus_lava_forge', 'vulcanus_crossing', 'vulcanus_punishmnent', 'vulcanus_sulfur_drop', 'gleba_agri_towers', 'gleba_pentapod_ponds', 'gleba_egg_escape', 'gleba_farm_attack', 'gleba_grotto', 'fulgora_city_crossing', 'fulgora_recycling_hell', 'fulgora_nightfall', 'fulgora_race', 'aquilo_send_help', 'aquilo_starter'}) do
|
||||||
data.raw['utility-constants']['default']['main_menu_simulations'][v] = nil
|
data.raw['utility-constants']['default']['main_menu_simulations'][v] = nil
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user