simulation, nanobot, etc
This commit is contained in:
parent
a00ea9dad4
commit
bbad394de4
6 changed files with 40 additions and 1 deletions
25
gas-sim.lua
Normal file
25
gas-sim.lua
Normal file
|
@ -0,0 +1,25 @@
|
|||
|
||||
-- For testing only
|
||||
-- local kept1 = false
|
||||
-- for name in pairs(data.raw["utility-constants"]["default"].main_menu_simulations) do
|
||||
-- if kept1 then
|
||||
-- data.raw["utility-constants"]["default"].main_menu_simulations[name] = nil
|
||||
-- end
|
||||
-- kept1 = true
|
||||
-- end
|
||||
|
||||
data.raw["utility-constants"]["default"].main_menu_simulations["gas-rig"] = {
|
||||
checkboard = false,
|
||||
save = "__bzgas__/menu-simulations/gas-rig-sim.zip", length = 15*60,
|
||||
init =
|
||||
[[
|
||||
local logo = game.surfaces.nauvis.find_entities_filtered{
|
||||
name = "factorio-logo-16tiles", limit = 1}[1]
|
||||
game.camera_position = {logo.position.x, logo.position.y+14}
|
||||
game.camera_zoom = 0.75
|
||||
game.tick_paused = false
|
||||
game.surfaces.nauvis.daytime = 0
|
||||
]],
|
||||
update = [[]]
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue