Page 1 of 1
PY High-Tech REALISTIC MODE (idea)
Posted: Sun Jun 23, 2019 9:02 am
by aklesey1

This is important - must work with ALL PY mods
I want to make tiny mod which will switch py electronics and make it similar to vanilla electronics - bcuz its some strange that we can split 1 eclectronic to 5 electronic
So present progression is:
1 Circuit Board 1 = 5 Circuit Board 2
1 Circuit Board 2 = 5 Processing Unit
1 Processing unit = 2 Intelligent Unit
So after the final calculation
1 Circuit Board = 50 Intelligent Units
And many py buildings are too costly with resources
Here's new recipes that i wrote manually

I just need help with code writing
This small change must be new challenge to people who wants more realistic factory
Re: PY High-Tech REALISTIC MODE (idea)
Posted: Sun Jun 23, 2019 9:09 am
by kingarthur
if all you need is someone to write the code for it i can do that for you.
pm me here or on discord if you want
Re: PY High-Tech REALISTIC MODE (idea)
Posted: Sun Jun 23, 2019 11:53 am
by chrisdec
hey king i think the picture are wrong on circuit board 1and 2
Re: PY High-Tech REALISTIC MODE (idea)
Posted: Sun Jun 23, 2019 1:05 pm
by kingarthur
chrisdec wrote: Sun Jun 23, 2019 11:53 am
hey king i think the picture are wrong on circuit board 1and 2
Like as in the pics above? I didnt post those or even use them as any kinda reference.
Re: PY High-Tech REALISTIC MODE (idea)
Posted: Sun Jun 23, 2019 2:04 pm
by aklesey1
chrisdec wrote: Sun Jun 23, 2019 11:53 am
hey king i think the picture are wrong on circuit board 1and 2
Ouch yes its wrong, but recipes is okey
U right but that my pictures - as said before i did it by myself manually
Re: PY High-Tech REALISTIC MODE (idea)
Posted: Sun Jun 23, 2019 7:22 pm
by immortal_sniper1
aklesey1 wrote: Sun Jun 23, 2019 9:02 am

This is important - must work with ALL PY mods
I want to make tiny mod which will switch py electronics and make it similar to vanilla electronics - bcuz its some strange that we can split 1 eclectronic to 5 electronic
So present progression is:
1 Circuit Board 1 = 5 Circuit Board 2
1 Circuit Board 2 = 5 Processing Unit
1 Processing unit = 2 Intelligent Unit
So after the final calculation
1 Circuit Board = 50 Intelligent Units
And many py buildings are too costly with resources
Here's new recipes that i wrote manually

I just need help with code writing
This small change must be new challenge to people who wants more realistic factory
it is that way since the cost would bloat to incredible amounts in the case of intelligence units and other stuff
als coding is simple just write and update file like
Code: Select all
RECIPE("oil-sand-extractor-mk03"):add_ingredient({type = "item", name = "diamagnetic-material", amount = 20}):add_ingredient({type = "item", name = "harmonic-absorber", amount = 15})
RECIPE("oil-sand-extractor-mk04"):add_ingredient({type = "item", name = "nems", amount = 5}):add_ingredient({type = "item", name = "graphene-roll", amount = 15}):add_ingredient({type = "item", name = "intelligent-unit", amount = 5})
RECIPE("heavy-oil-refinery-mk03"):add_ingredient({type = "item", name = "heavy-fermion", amount = 20}):add_ingredient({type = "item", name = "diamagnetic-material", amount = 10}):add_ingredient({type = "item", name = "graphene-roll", amount = 15})
RECIPE("heavy-oil-refinery-mk04"):replace_ingredient("control-unit", "intelligent-unit"):add_ingredient({type = "item", name = "superconductor-servomechanims", amount = 5}):add_ingredient({type = "item", name = "var-josephson-junction", amount = 10})
RECIPE("upgrader-mk03"):add_ingredient({type = "item", name = "biopolymer", amount = 15}):add_ingredient({type = "item", name = "carbon-aerogel", amount = 20})
Re: PY High-Tech REALISTIC MODE (idea)
Posted: Sun Jun 23, 2019 9:24 pm
by aklesey1
Thanks to kingarthur he already made this mod

Re: PY High-Tech REALISTIC MODE (idea)
Posted: Fri Nov 08, 2019 9:54 am
by aklesey1
How to make switchable mode? It can be called soft-realistic mod
2 Circuit Board 1 = 1 Circuit Board 2
2 Circuit Board 2 = 1 Processing Unit
5 Processing unit = 1 Intelligent Unit
The latest increase in cost is necessary to emphasize the importance of high tech of intelligent unit
Several people I've played with this included mod agreed that the realistic mode eats tons of resources

, so i thinking about soft-realistic mod
Re: PY High-Tech REALISTIC MODE (idea)
Posted: Fri Nov 08, 2019 11:16 am
by kingarthur
aklesey1 wrote: Fri Nov 08, 2019 9:54 am
How to make switchable mode? It can be called soft-realistic mod
2 Circuit Board 1 = 1 Circuit Board 2
2 Circuit Board 2 = 1 Processing Unit
5 Processing unit = 1 Intelligent Unit
The latest increase in cost is necessary to emphasize the importance of high tech of intelligent unit
Several people I've played with this included mod agreed that the realistic mode eats tons of resources

, so i thinking about soft-realistic mod
could add that as normal mode and the current as expensive mode or make it a setting in high tech realism mod
Re: PY High-Tech REALISTIC MODE (idea)
Posted: Fri Nov 08, 2019 2:47 pm
by aklesey1
Thank u I will be grateful to u kingarthur, it will be good if this is done in the form of two switchable modes
