Compare commits

..

2 commits

Author SHA1 Message Date
Simon Brodtmann
d50fdf0fc8 Update readme 2025-01-06 12:16:29 +01:00
Simon Brodtmann
f827ec18ee Make Burner Leech Fork optional 2025-01-06 12:16:23 +01:00
3 changed files with 69 additions and 39 deletions

View file

@ -1,12 +1,30 @@
# Lignumis
Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.
This mod extends the early game of Space Age by putting you on the moon "Lignumis" before you escape to Nauvis. It concentrates on wood and steam technologies, giving you some early game production chains for those resources.
The duration of the stay on Lignumis will be rather short. The impact of the later game will still be substantial (once implemented).
## Alpha version
This is a very early version of the mod. It contains the complete idea of the moon from beginning to end but still needs a lot of features and polishing. Also end-game content and a reason to come back are still missing but are planned.
To not hinder development, I will not be considerate about breaking changes until I switch the status to "Beta".
If you like to contribute in any way, feel free to contact me.
## Mod recommendations
The following mods can be a great addition for this mod:
- [Burner Leech Fork](https://mods.factorio.com/mod/Burner-Leech-Fork)
## Todo
Sorted by priority
- Move wood and lumber to its own fuel category
- Make seeds burnable again
- Add recipe for moist stromatolite remnants for regular furnace
- Make mod "Wooden logistics" optional
- Improve start on Nauvis
- Balance pollution (noise)
- Tweak enemies + warfare (add damage research)
- Add vent for steam
@ -22,33 +40,41 @@ Dive into the world of Lignumis, a moon of Nauvis offering only the most basic t
- Change color of gold soil
- Ban huge rocks with coal from Nauvis
- Increase default moisture bias
- Create proper experience for the transition to Nauvis with a custom UI with launch button
- Create proper experience for the transition to Nauvis with a custom UI with launch button (and don't allow taking your inventory)
Unsorted
- Integrate [PlanetsLib](https://mods.factorio.com/mod/PlanetsLib)
- Compatibility with hot metals
- Compatibility with all wood mods from SafTheLamb
- Compatibility with [Noble Metals](https://mods.factorio.com/mod/bzgold) once it's updated
-
## Credits
Hurricane:
[Hurricane](https://mods.factorio.com/user/Hurricane046)
- Lumber mill
- Core extractor
malcolmriley (https://github.com/malcolmriley/unused-renders)
[malcolmriley](https://github.com/malcolmriley/unused-renders)
- Gold seed
- Moist stromatolite remnant
PreLeyZero (https://mods.factorio.com/mod/exotic-industries)
[PreLeyZero](https://mods.factorio.com/mod/exotic-industries)
- Gold patch
planetfall (https://mods.factorio.com/mod/ThemTharHills)
[planetfall](https://mods.factorio.com/mod/ThemTharHills)
- Gold ore
- Gold wire
CG-Matt (https://mods.factorio.com/mod/simple-wood-liquefaction)
[CG-Matt](https://mods.factorio.com/mod/simple-wood-liquefaction)
- Wood liquefaction
daydev (https://mods.factorio.com/mod/EquipmentPlusPortableEngine)
[daydev](https://mods.factorio.com/mod/EquipmentPlusPortableEngine)
- Portable engine

View file

@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.0.4
Date: 06.01.2025
Changes:
- The mod "Burner Leech Fork" is removed as a dependency and listed as optional addition in the description
---------------------------------------------------------------------------------------------------
Version: 0.0.3
Date: 06.01.2025
Changes:

View file

@ -12,7 +12,6 @@
"wood-military >= 2.0.0",
"Wood-Walls >= 1.2.0",
"wood-logistics >= 2.1.1",
"Burner-Leech-Fork >= 1.0.0",
"mf-buildings >= 0.1.0",
"mf-logistics >= 0.1.0"
]