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 ! :)