Bob's Extended by MomoSundeass deprecated


Harder Technology. More Resources. Recipes are more complicated. More times consume. Campatible with angels mod & marathon mod. PLEASE READ CONFIG FILE BEFORE PLAY

7 years ago
0.14
9

i Add RSO-Stone(-Guide)

8 years ago
(updated 8 years ago)

Hi,

I see why you add Stone (don't know about coal since you can generate it through wood). Okay, you can generate Stone with water and "Dirt Water Electrolysis", but this feels odd. What I don't like is the vanilla Spawn of your Stone. May you ask Angel and the RSO-Author for adding a config option to enable (Infinite)Stone.

Here is a Guide for changing it in the source files:

Adding stone to Autoplace

RSO/resourceconfigs/mainconfig.lua:

  • remove or comment line:
    • config["stone"] = nil

angelsinfiniteores/prototypes/generation/angels-override.lua:

  • remove or comment lines:
    • data.raw.resource["stone"]["autoplace"] = nil
    • data.raw["autoplace-control"]["stone"] = nil

For adding infinite Stone:

angelsinfiniteores/data.lua:

  • add line after require("prototypes.generation.angels-ore6-inf") (~Line 61):
    • require("prototypes.generation.vanilla-stone")
  • add line after data.raw.resource["infinite-angels-ore6"].minimum = yield (~Line 68):
    • data.raw.resource["infinite-stone"].minimum = yield
  • add line after data.raw.resource["infinite-angels-ore6"]["minable"].results ... (~Line 76):
    • data.raw.resource["infinite-stone"]["minable"].results={{type = "item", name = "infinite-stone", amount_min = 1, amount_max = 1, probability = loweryield}}
7 years ago
(updated 7 years ago)

I just love how stone placement from vanilla game.
You also can turn it off via config file of my mod.
this line bobExtended.spawnVanillaStone

another thing is I don't want to edit code from other mod it will make me very confuse when i update that mod and my mod.

7 years ago
(updated 7 years ago)

this line bobExtended.spawnVanillaStone

Yeah i know

another thing is I don't want to edit code from other mod it will make me very confuse when i update that mod and my mod.

This is why I asked you to ask the other mod authors for adding a config on this ;-)

New response