Compare commits
No commits in common. "d50fdf0fc89f4771a37212a92f8d186e1b887736" and "c5da6d14592b6cbf73a9e7fafc0dbf9ab4f8806b" have entirely different histories.
d50fdf0fc8
...
c5da6d1459
3 changed files with 39 additions and 69 deletions
102
README.md
102
README.md
|
@ -1,80 +1,54 @@
|
|||
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)
|
||||
# Lignumis
|
||||
Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.
|
||||
|
||||
## 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
|
||||
- Add recipe to void gold seeds
|
||||
- Adjust vanilla technologies
|
||||
- Add end-game stuff
|
||||
- Add burner radar
|
||||
- Balance resources
|
||||
- Force start with wooden ammo
|
||||
- Remove stromatolite (non-plant)?
|
||||
- Guarantee spawn of gold in starting area
|
||||
- Fix pipe graphics on desiccation furnace
|
||||
- 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 (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
|
||||
-
|
||||
- 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
|
||||
- Balance pollution (noise)
|
||||
- Tweak enemies + warfare (add damage research)
|
||||
- Add vent for steam
|
||||
- Add recipe to void gold seeds
|
||||
- Adjust vanilla technologies
|
||||
- Add end-game stuff
|
||||
- Add burner radar
|
||||
- Balance resources
|
||||
- Force start with wooden ammo
|
||||
- Remove stromatolite (non-plant)?
|
||||
- Guarantee spawn of gold in starting area
|
||||
- Fix pipe graphics on desiccation furnace
|
||||
- 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
|
||||
|
||||
## Credits
|
||||
|
||||
[Hurricane](https://mods.factorio.com/user/Hurricane046)
|
||||
Hurricane:
|
||||
|
||||
- Lumber mill
|
||||
- Core extractor
|
||||
|
||||
- Lumber mill
|
||||
- Core extractor
|
||||
malcolmriley (https://github.com/malcolmriley/unused-renders)
|
||||
|
||||
[malcolmriley](https://github.com/malcolmriley/unused-renders)
|
||||
- Gold seed
|
||||
- Moist stromatolite remnant
|
||||
|
||||
- Gold seed
|
||||
- Moist stromatolite remnant
|
||||
PreLeyZero (https://mods.factorio.com/mod/exotic-industries)
|
||||
|
||||
[PreLeyZero](https://mods.factorio.com/mod/exotic-industries)
|
||||
- Gold patch
|
||||
|
||||
- Gold patch
|
||||
planetfall (https://mods.factorio.com/mod/ThemTharHills)
|
||||
|
||||
[planetfall](https://mods.factorio.com/mod/ThemTharHills)
|
||||
- Gold ore
|
||||
- Gold wire
|
||||
|
||||
- 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
|
||||
|
||||
- Wood liquefaction
|
||||
daydev (https://mods.factorio.com/mod/EquipmentPlusPortableEngine)
|
||||
|
||||
[daydev](https://mods.factorio.com/mod/EquipmentPlusPortableEngine)
|
||||
|
||||
- Portable engine
|
||||
- Portable engine
|
|
@ -1,9 +1,4 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
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:
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"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"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue