Page 1 of 1

PyMods Updates

Posted: Sat May 28, 2022 5:23 am
by TwentyEighty
It's the dawn of a new era in PyMods, including a new mod altogether.

Please replace these 5 configs
pyfusion.lua
pyhightech.lua
pypetroleumhandling.lua
pyrawores.lua
pycoal.lua

Please add this new config
pyalternativeenergy.lua

(pyalienlife.lua did not change)

And here's the bit that includes the new config

Code: Select all

	if game.active_mods["pyalternativeenergy"] then
		fillPyAlternativeEnergyConfig(config)
	end
These are all tested and ready to go

Re: PyMods Updates

Posted: Sat May 28, 2022 11:45 am
by orzelek
I took all the files and posted 6.2.15 with them. Let me know if it works correctly.

Re: PyMods Updates

Posted: Tue May 31, 2022 2:47 pm
by TwentyEighty
It's perfect, thank you!