Resource Spawner Overhaul

by orzelek

Overhauls resource spawning system.

6 months ago
0.14 - 1.1
134K

i Support for Beyond?

7 years ago
(updated 7 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?

7 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?

7 years ago
(updated 7 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?

7 years ago

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

7 years ago

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

7 years ago
(updated 7 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 ! :)

7 years ago
(updated 7 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.

7 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