Goto Agelsinfiniteores_x.x.x.zip you might require unzip archiveAirat9000 wrote:please example codes in screenaeros1 wrote:Airat9000
There is no need to separate resources becuase you get youki resources from those. But if you want create something like processed unprocessed scenario than just get inside "angel's infinite ores" mod(not sure where I think it is either in data or data_finaltweaks , and delete lines which delete bob's and youki's resource tables whatever you need.)
Hmm looked it now it is in angels-override. There are lines
data.raw.resource["iron-ore"]["autoplace"] = nil
data.raw["autoplace-control"]["iron-ore"] = nil
this thing you need to comment ("-- commented line")
You may delete "require" for this file from "data" or deal other ways if you know how lua works.
plase help in place map original resources
than "Agelsinfiniteores_x.x.x/prototypes/generation"
There all lines with
data.raw.resource["<Desired ore>"]["autoplace"] = nil
data.raw["autoplace-control"]["<Desired ore>"] = nil
make into
--data.raw.resource["<Desired ore>"]["autoplace"] = nil
--data.raw["autoplace-control"]["<Desired ore>"] = nil
or just delete them. Those are ores overrides which remove ores.