Everything on Nauvis


Moves all resources to Nauvis. Removes other planets.

Tweaks
5 months ago
2.0
5.25K
Factorio: Space Age Icon Space Age Mod
Enemies Environment Mining Fluids

g compatibility with RampantFixed

7 months ago

For those of us who'd like to make things more fun- challenging on the Everything planet, could we get compatibility with RampantFixed? Seems to be some kind of table error.

Failed to load mods: RampantFixed/prototypes/utils/FireUtils.lua:1070: attempt to call field 'deepcopy' (a nil value)
stack traceback:
RampantFixed/prototypes/utils/FireUtils.lua:1070: in main chunk
[C]: in function 'require'
RampantFixed/prototypes/utils/AttackBall.lua:3: in main chunk
[C]: in function 'require'
RampantFixed/data-updates.lua:1: in main chunk

6 months ago

Heya, just a note, I've had the same problem with Voidcraft mod.
It seems a conflict for using a 'util' name in both mods in global context.
I've fixed it for myself by changing resources-updates.lua file, making util local variable, like this -
local util =
{
table = {}
}

I've checked the mod files and the variable isn't used in any other files so it should be safe. I'm playing a new game with both mods and so far nauvis generation seems normal, with aquilo/gleba biomes, volcanoes, resources all present.

New response