Extraplanetary Production


Adds more and alternate recipes to the foundry, EM plant, and cryogenic plant, with a focus on immersive and vanilla-friendly changes. Also has full support for Age of Production, integrating EP's recipe changes with AoP's buildings.

Tweaks
8 months ago
2.0
2.49K
Manufacturing

b Age og production latest update compatibility

15 days ago

This mod become incompatible with Latest update 1.9.0 of Age of Production (https://mods.factorio.com/mod/Age-of-Production).

15 days ago

The startup error causing the problem.

Failed to load mods: Error in assignID: recipe-category with name 'petrochemistry-or-organic-or-chemistry' does not exist.

Source: solid-fuel-from-light-oil (recipe).

13 days ago
(updated 13 days ago)

Me too

Game crashed on start up with the following error and logs (The mod crash with The latest version of Age of Production Mod)

Failed to load mods: Error in assignID: recipe-category with name 'petrochemistry-or-organic-or-chemistry' does not exist.

Source: solid-fuel-from-light-oil (recipe).

https://1drv.ms/f/c/e1120e79b63ebbbb/IgAGNCGQlqrFTrrdFc8vQIxjAXj0y5c3M4_oqfDNirkgsTY?e=TOzYBp

10 days ago

Managed to get this working, by updating the mod's AoP compat file:

Updated extraplanetary-production_1.3.73.zip → extraplanetary-production_1.3.73/compat/Age-of-Production.lua
Replaced invalid category:
biochemistry-or-organic-or-assembling → biochemistry-or-organic-or-quantum-assembling-or-crafting
Added missing recipe-category definitions:
electromechanics-or-crafting
electronics-or-electromechanics
hydraulics-or-chemistry-or-cryogenics

Like so:

In extraplanetary-production_1.3.73/compat/Age-of-Production.lua, the following recipe-category entries were inserted at lines 136–146:
{
type = "recipe-category",
name = "electromechanics-or-crafting",
},
{
type = "recipe-category",
name = "electronics-or-electromechanics",
},
{
type = "recipe-category",
name = "hydraulics-or-chemistry-or-cryogenics",
}

New response