Resource Spawner Overhaul

by orzelek

Makes resources more sparse than base game. You will need to use trains much earlier to get resources. Game will be more difficult especially with higher enemy settings.

Tweaks
a day ago
0.14 - 2.0
143K
Environment

i Support for Beyond?

8 years ago
(updated 8 years ago)

Hi, I found that Beyond adds lithium-brine and something called i (I think this is meant to be quartz sand) that RSO says it's not configured for. Messages:
"The resource lithium-brine is not configured in RSO. It won't be spawned!"
"The resource i is not configured in RSO. It won't be spawned!"

Could you add support?

8 years ago

I could altho resource named i looks like mod is not really.. there yet.
Is it a new fresh mod and how playable it is?

8 years ago
(updated 8 years ago)

I haven't actually got to any for the content yet as it's all late game (post rocket launch) stuff so I'm not sure. You make a good point about i as a resource though.

If I add this:

if game.active_mods["Beyond"] then
fillBeyondConfig()
end

to the end of the mainconfig.lua and a file called beyond.lua containing http://pastebin.com/7LUXFCmZ would it work as a temporary fix?

8 years ago

It should work - maybe remove the multiplies from config since you are refering to bob's ores there.

8 years ago

Cool, I'll have a stab at this after work. Thanks a lot!

8 years ago
(updated 8 years ago)

Hey guys, I just find out how to support the Beyond's ressource in RSO !

I added this to the mainconfig.lua :

require("resourceconfigs.beyond") //After all the requires

if game.active_mods["Beyond"] then
fillBeyondConfig()
end

(At the end of the file, just before "return config")

And to finish, thanks to Shadewing, created a beyond.lua file in the resourceconfigs file, which contains : http://pastebin.com/7yZca3hB.

The game loaded properly for me, need to see if those ressources are affected by my rso settings though, but I feel confident !

Hope it may help ! :)

8 years ago
(updated 8 years ago)

I can add this to next release - not sure yet if it won't change since mod is quite new.
Ore naming has been fixed so it looks ok now.

8 years ago

Added for 2.2.3.

6 years ago

I'm getting the same sort of error with DyWorld for cadmium and tungsten.

6 years ago

Please don't resurrect year old threads.. especially when relevant one is few weeks old.

New response