From 980974be41aa0f411ebc79a45318317a44d6b79f Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 18 Jan 2026 16:40:26 +0100 Subject: [PATCH] Update tips and tricks --- lignumis/locale/en/strings.cfg | 2 +- lignumis/prototypes/tips-and-tricks.lua | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/lignumis/locale/en/strings.cfg b/lignumis/locale/en/strings.cfg index 5482c67..230fdf7 100644 --- a/lignumis/locale/en/strings.cfg +++ b/lignumis/locale/en/strings.cfg @@ -256,4 +256,4 @@ lignumis-briefing=[planet=lignumis] is a moon of [planet=nauvis] that you must e lignumis-burner-agriculture=Feeding agricultural towers both with seeds and fuel requires trickier solutions compared to the more advanced electrical counterpart. Due to an engine limitation, inserters will keep grabbing seeds while ignoring the fuel if it is on the wrong side of the belt. Use circuits or multiple inserters to prevent these kinds of problems altogether. lignumis-noise=The natives on [planet=lignumis] are sensitive to [img=airborne-pollutant/noise] loud noises. Anything mechanical created by you is potentially quite loud. Keep your base small and add walls to keep the noise inside.\nSome tools to reduce noise levels: [img=item/wooden-wall] walls, [img=entity/tree-01] trees, [img=item/efficiency-module] efficiency modules, [item=active-noise-cancelling-tower]. lignumis-steam=With [entity=steam-assembling-machine] and [entity=steam-inserter] you get new tools to build faster and more compact production chains. Due to the lack of better technologies, burning [item=moist-stromatolite-remnant] in the [entity=desiccation-furnace] is your only source of [fluid=steam]. Balance steam by burning overflowing moist stromatolite remnant in regular furnaces.\n\n[img=utility/warning_icon] The production of [fluid=steam] won't be enough to fuel a full base. Keep old burner setups where possible. -lignumis-escaping=The [entity=provisional-rocket-silo] allows you to take a generous inventory with you. Pack mostly infrastructure items to have a quick start on Nauvis. Leave fuel, gold and science packs behind. \ No newline at end of file +lignumis-escaping=The [entity=provisional-rocket-silo] allows you to take a generous inventory with you. Pack mostly infrastructure items to have a quick start on Nauvis. Leave fuel, gold and science packs behind.\n\n[img=utility/warning_icon] While it is not mandatory to research everything before leaving, it is a good idea to do so. Or at least make sure you can continue to research after leaving.\n[img=utility/warning_icon] Your base conitnues to make noise when you are gone. In addition enemies will cotinue to expand. Make sure your base is protected before you leave. \ No newline at end of file diff --git a/lignumis/prototypes/tips-and-tricks.lua b/lignumis/prototypes/tips-and-tricks.lua index 7eec335..5ad192c 100644 --- a/lignumis/prototypes/tips-and-tricks.lua +++ b/lignumis/prototypes/tips-and-tricks.lua @@ -13,7 +13,23 @@ data:extend({ type = "research", technology = "automation-science-pack" }, - simulation = data.raw["utility-constants"]["default"].main_menu_simulations.lignumis_early + simulation = { + checkboard = false, + planet = "lignumis", + save = "__lignumis-assets__/menu-simulations/lignumis1.zip", + length = 60 * 20, + game_view_settings = { default_show_value = false }, + init = [[ + game.simulation.camera_surface_index = game.surfaces["lignumis"].index + game.simulation.camera_position = {-6, 2} + game.simulation.camera_zoom = 0.75 + game.tick_paused = false + game.surfaces["lignumis"].daytime = 0.3 + game.players[1].game_view_settings.show_controller_gui = false + game.players[1].game_view_settings.show_quickbar = false + game.players[1].game_view_settings.show_shortcut_bar = false + ]] + } }, { type = "tips-and-tricks-item",