Page 1 of 1

PyPetroleumhandling alpha released

Posted: Sun Apr 21, 2019 5:37 am
by kingarthur
pyanodon as released pyptroleumhandling as an alpha for some people to start testing it. as such some of us would like to have rso work with pyph asap so i went ahead an put together a rso config file for the new py mod. it seems to be ok so far. only real issue ive seen is the oil patchs in it spawn with like 20%ish or 120%ish oil.

Re: PyPetroleumhandling alpha released

Posted: Sun Apr 21, 2019 9:30 am
by orzelek
I can add it "blindly" to the rso. I'd need the conditional from mainconfig to load the config - mainly need to have the actual mod name.

Percentages on fluid resources are randomized quite much around the base value. You should compare the desired value from config with minimum/normal values for the prototype. If you put normal value into RSO config it should be close to 100% near start and then go up outward.

Re: PyPetroleumhandling alpha released

Posted: Sun Apr 21, 2019 10:47 am
by kingarthur

Code: Select all

	if game.active_mods["pypetroleumhandling"] then
		fillPyPetroleumhandlingConfig(config)
	end
i can also get you a link to the mod in a bit if that helps