PY High-Tech REALISTIC MODE (idea)

pyanodon's mods are here

Moderator: pyanodon

Post Reply
aklesey1
Smart Inserter
Smart Inserter
Posts: 1862
Joined: Sun May 18, 2014 3:45 pm
Contact:

PY High-Tech REALISTIC MODE (idea)

Post 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
Circuit Board 1
Circuit Board 2
Processing Unit
Intelligent Unit
:!: I just need help with code writing :!:
This small change must be new challenge to people who wants more realistic factory
Last edited by aklesey1 on Sun Jun 23, 2019 9:09 am, edited 1 time in total.
Nickname on ModPortal - Naron79

kingarthur
Smart Inserter
Smart Inserter
Posts: 1459
Joined: Sun Jun 15, 2014 11:39 am
Contact:

Re: PY High-Tech REALISTIC MODE (idea)

Post 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

chrisdec
Fast Inserter
Fast Inserter
Posts: 233
Joined: Fri May 27, 2016 7:50 pm
Contact:

Re: PY High-Tech REALISTIC MODE (idea)

Post by chrisdec »

hey king i think the picture are wrong on circuit board 1and 2

kingarthur
Smart Inserter
Smart Inserter
Posts: 1459
Joined: Sun Jun 15, 2014 11:39 am
Contact:

Re: PY High-Tech REALISTIC MODE (idea)

Post 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.

aklesey1
Smart Inserter
Smart Inserter
Posts: 1862
Joined: Sun May 18, 2014 3:45 pm
Contact:

Re: PY High-Tech REALISTIC MODE (idea)

Post 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
Nickname on ModPortal - Naron79

immortal_sniper1
Filter Inserter
Filter Inserter
Posts: 771
Joined: Sun Jun 03, 2018 8:54 am
Contact:

Re: PY High-Tech REALISTIC MODE (idea)

Post 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
Circuit Board 1
Circuit Board 2
Processing Unit
Intelligent Unit
:!: 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})

aklesey1
Smart Inserter
Smart Inserter
Posts: 1862
Joined: Sun May 18, 2014 3:45 pm
Contact:

Re: PY High-Tech REALISTIC MODE (idea)

Post by aklesey1 »

Thanks to kingarthur he already made this mod :)
Nickname on ModPortal - Naron79

aklesey1
Smart Inserter
Smart Inserter
Posts: 1862
Joined: Sun May 18, 2014 3:45 pm
Contact:

Re: PY High-Tech REALISTIC MODE (idea)

Post 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 :D , so i thinking about soft-realistic mod
Nickname on ModPortal - Naron79

kingarthur
Smart Inserter
Smart Inserter
Posts: 1459
Joined: Sun Jun 15, 2014 11:39 am
Contact:

Re: PY High-Tech REALISTIC MODE (idea)

Post 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 :D , 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

aklesey1
Smart Inserter
Smart Inserter
Posts: 1862
Joined: Sun May 18, 2014 3:45 pm
Contact:

Re: PY High-Tech REALISTIC MODE (idea)

Post 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 :)
Nickname on ModPortal - Naron79

Post Reply

Return to “PyMods”