Aluminum


Adds aluminum, alumina, cables, alloys and more to the game.

Content
19 hours ago
2.0
4.71K
Mining Manufacturing

b Cannot install mod.

2 months ago

Failed to load mods: bzaluminum2/data-util.lua:329: bad argument #1 of 2 to 'pairs' (table expected, got nil)
stack traceback:
[C]: in function 'pairs'
bzaluminum2/data-util.lua:329: in function 'remove_prerequisite'
bzaluminum2/aluminum-burner-phase.lua:23: in main chunk
[C]: in function 'require'
bzaluminum2/data-final-fixes.lua:7: in main chunk

Tried editing aluminum-burner-phase.lua to comment out the lines that prevent this mod from installing.
Then this mod would install, but the yellow inserters were disabled and the green circuits were disabled that I need for many other mods.
I have always felt that the yellow inserters should be allowed in the 'burner phase' and at least be allowed to research them.

And I think your mod in not compatible with the Mining_Drones_2.0.2 mod.
And possibly the no-more-trigger-techs_1.0.1 mod.

Can the aluminum-burner-phase be disabled?

Some of the mods I use: (I can send a bigger list if needed.)
bobelectronics_2.0.5
bobgreenhouse_2.0.3
bobinserters_2.0.3
boblibrary_2.0.3
bzaluminum2_2.0.5
bzcarbon_2.0.21
bzfoundry2_2.0.2
bzlead2_2.0.31
bzsilicon2_2.0.22
bztin_2.1.15
bztitanium_2.0.26

2 months ago

If you are still interested in this being fixed, could you please update including adding the new dependency bzlib and post me the updated error message?

2 months ago

And if you could give me a savegame with a minimal amount of mods that still have with problem.

15 days ago

Just came across this -
I can't provide a save because I can't get the game loaded to make a save, and of course I don't know what mods OP was using.
The easiest way I know to cause this issue is to load these two mods:
bzaluminum2
burner-phase-for-dummies

It looks to me like what's happening is that Aluminum (via bzlib) is trying to remove the Electronics technology from the dependencies for Automation Science Pack, but isn't checking if Electronics has already been removed. So it crashes when it doesn't find it.

The line is inside a block checking for AAI and K2, so it works for those cases but any other mod that changes that setup will probably crash.

New response