Project T.I.M.S.A.B.A. (Angel's, Bob's and Space Age)


Tachigami Itsuki Modpack for Space Age, Bob's and Angel's. Seamless integration of Space Age with Angel's & Bob's mods. Unified balance, new entities, items, fluids, recipes, and technologies, plus updated icons.

Mod packs
7 hours ago
2.0
2.14K
Factorio: Space Age Icon Space Age Mod
Planets Logistics Mining Fluids Manufacturing Power

b Error loading modpack with optional dependency vesta (Closed)

a month ago

In settings-final-fixes.lua you have the if block
if mods["skewer_planet_vesta"] then

It's missing a line
data_bool_setting["ske_vesta_legacy_recipes"].default_value = false

Otherwise the mod pack crashes on load if vesta is installed.

Okay, I'll add it, but what was the mistake?

a month ago

I got an error about the recipe ske-carbon-mineralization not being found, it doesn't exist in the legacy recipes, only the new ones

a month ago

I got an error about the recipe ske-carbon-mineralization not being found, it doesn't exist in the legacy recipes, only the new ones. There were more recipes that required the legacy recipes to be disabled, but I can't remember all of them anymore.

Understood

I set data_bool_setting["ske_vesta_legacy_recipes"].default_value = false
But to completely solve the problem, you need to know about all the recipes that cause it.

a month ago

From my understanding, vesta comes with 2 sets of recipes. Legacy and Overhauled. I saw quite a few references in the mod pack that assume the Overhaul recipes are available, so I'd say Legacy probably just an unexpected default.

Hmmmm

New response