DC: Add tips and tricks page for the DC

This commit is contained in:
Simon Brodtmann 2026-01-10 22:52:52 +01:00
parent f06fb0ea0a
commit 3a29d8032d
4 changed files with 37 additions and 1 deletions

1
lignumis-cf/data.lua Normal file
View file

@ -0,0 +1 @@
require("prototypes/tips-and-tricks")

BIN
lignumis-cf/graphics/dc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -2,4 +2,10 @@
lignumis-cf=○🌐Lignumis - Director's Cut
[mod-description]
lignumis-cf=Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.\n\nThis is the version that represents the original idea of the mod author. For a more isolated planet mod experience, install the regular version.
lignumis-cf=Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.\n\nThis is the version that represents the original idea of the mod author. For a more isolated planet mod experience, install the regular version.
[tips-and-tricks-item-name]
lignumis-directors-cut=Director's Cut
[tips-and-tricks-item-description]
lignumis-directors-cut=Thanks for playing the Lignumis Dircetor's Cut!\nThis is how I wanted the mod to be, but most people don't like how it changes the whole game by adding wood to everything. Be prepared to need wood on every planet and even on space ships.\n\n[img=utility/warning_icon] Many mod settings are enforced and therefore hidden. If you can't find a setting, it's because you play the Director's Cut.\n[img=utility/warning_icon] When adding more modded planets, also look for wood mods for those planets like "Wooden Cerys: Lunaponics" and "Wooden Moshine: Solaponics".

View file

@ -0,0 +1,29 @@
data:extend({
{
type = "sprite",
name = "lignumis-directors-cut",
filename = "__lignumis-cf__/graphics/dc.png",
priority = "very-low",
width = 64,
height = 64,
flags = {"gui-icon"},
mipmap_count = 1,
scale = 0.5
},
{
type = "tips-and-tricks-item",
name = "lignumis-directors-cut",
tag = "[img=lignumis-directors-cut]",
category = "space-age",
order = "0-[lignumis]-b",
indent = 1,
trigger = {
type = "research",
technology = "wood-science-pack"
},
skip_trigger = {
type = "research",
technology = "automation-science-pack"
}
}
})