The provided save file is the simulation save file.
https://mods.factorio.com/mod/maraxsis/downloads
Code: Select all
data:extend{{
type = 'tips-and-tricks-item',
name = 'h2o-maraxsis',
category = 'maraxsis',
tag = '[technology=h2o-maraxsis]',
indent = 0,
trigger = {
type = 'research',
technology = 'h2o-maraxsis'
},
simulation = {
save = '__maraxsis__/prototypes/tips-and-tricks/maraxsis.zip',
mods = {},
generate_map = false,
init = 'game.camera_player = game.get_player(1)',
checkboard = false
},
is_title = true
}}