AngelBob Space Age Rebalance


Complete Angel's and Bob's Space Age integration with extra planets: Planetaris-arig, Planetaris-hyarion, Paracelsin, Maraxsis and Moon of Nauvis Muluna.

Overhaul
20 hours ago
2.0 - 2.1
2.33K
Planets Transportation Logistics Trains Combat Armor Character Enemies Environment Mining Fluids Logistic network Circuit network Manufacturing Power Storage

b [Fixed] error

2 months ago

Bob and Angel updated today... and ever since, I've been getting an error when launching.
https://ibb.co/WNbd58Rs

2 months ago

Hey, I am at work until tonight approx 12 hours from now, I will look into this later on, for now if you can download the previous update from here, hopefully you'll be able to play.

2 months ago

If you want a quick fix open up the mod and put this at the end of data-final-fixes.lua.
I will properly patch and test later.

local belt = data.raw["transport-belt"]["express-transport-belt"]
if belt then
belt.next_upgrade = nil
end

local ubelt = data.raw["underground-belt"]["express-underground-belt"]
if ubelt then
ubelt.next_upgrade = nil
end

local splitter = data.raw["splitter"]["express-splitter"]
if splitter then
splitter.next_upgrade = nil
end

2 months ago

Thank you for the quick response. That is such a rarity.
Unfortunately, your code didn't help; a different error has started appearing.
If you are busy right now, there is no need to rush. I will wait until you have the time to test your code.
Thanks again.
https://ibb.co/sv5R4dG8

2 months ago

Okay, sorry I'll go through it all later thanks for the error code helps a lot. Once I finish my shift I'll get one up and reply here to let you know it's all sorted.

2 months ago

So was a massive update, I have patched the mod for now, I will check the migrations tomorrow, the game is now playable any problems let me know and I'll fix ASAP, thanks for your patience.

2 months ago

Everything is fine. I'm back in the game.
Thanks for the quick fix. Good luck!

2 months ago

Failed to load mods: Error while running setup for space-location prototype "vulcanus" (planet): "stone" is not a valid autoplace control name.
space-age 2.0.76
planetslib 1.18.0
planetaris-arig 1.1.34
planetris-hyarion 1.3.9
enhanced-shadows 1.0.5
BobsAngelsSpaceAge 0.0.3

2 months ago

Hey this is because you have BobsAngelsSpaceAge installed if you remove BobsAngelsSpaceAge from your mod list, then everything should work, if using AngelBob Space Age Rebalance it is obsolete as my mod already patches this.
Hope this fixes the error.

New response