pY HighTech Discussion

pyanodon's mods are here

Moderator: pyanodon

Patrick
Inserter
Inserter
Posts: 31
Joined: Sun Apr 16, 2017 6:30 am
Contact:

Re: pY HighTech Discussion

Post by Patrick »

pyanodon wrote:Worked...thank you!
Thank Trainwreck of Sea Block. I *ahem* "borrowed" the idea from him.

Sworn
Fast Inserter
Fast Inserter
Posts: 167
Joined: Sun Apr 03, 2016 8:10 pm
Contact:

Re: pY HighTech Discussion

Post by Sworn »

pyanodon wrote:Worked...thank you!
Great! :D

Does it means that we can wait some changes at the "printed board subtract 1"?
I'm asking it, because when I started I new base, I found my self "alt-tab" from the game just to wait the board to finish, this totally kill the fun.

Patrick
Inserter
Inserter
Posts: 31
Joined: Sun Apr 16, 2017 6:30 am
Contact:

Re: pY HighTech Discussion

Post by Patrick »

Sworn wrote:
pyanodon wrote:Worked...thank you!
Great! :D

Does it means that we can wait some changes at the "printed board subtract 1"?
I'm asking it, because when I started I new base, I found my self "alt-tab" from the game just to wait the board to finish, this totally kill the fun.
Yeah, make the changes I listed and set the energy value to whatever time (0.5 is what I did) you want for crafting it. Now I can get rid of my 25 stack of assemblers making 1 circuit / 1.33 seconds.

Edit:
Mind you, wooden boards still take forever, but the initial wood processing unit is an easy craft.

Sworn
Fast Inserter
Fast Inserter
Posts: 167
Joined: Sun Apr 03, 2016 8:10 pm
Contact:

Re: pY HighTech Discussion

Post by Sworn »

Patrick wrote:
Sworn wrote:
pyanodon wrote:Worked...thank you!
Mind you, wooden boards still take forever, but the initial wood processing unit is an easy craft.
Yeh, the wooden board is no problem cause you can have the machine for it, the printed 1 is the problem, to get that you need a considerable amount of time x hand-craft.

Gonna wait to see if Py gonna change something, if not, I'll follow your advice :D .

Thanks

Sworn
Fast Inserter
Fast Inserter
Posts: 167
Joined: Sun Apr 03, 2016 8:10 pm
Contact:

Re: pY HighTech Discussion

Post by Sworn »

argh, can't wait hahahhaa.

I tried to edit it, changed everything as you said, but nothing shows in the game, only the same two old recipes.

this line

Code: Select all

table.insert(data.raw.player.player.crafting_categories, "handcraft")
I have added to the end of the fine data.lua at the root of the mod folder.

No error reported, just no changes.

edit
O my bad, I have add the recipe to the top of the file, it is actually the last recipe of the file, just need to change the values.
..

No didn't work to :(

Patrick
Inserter
Inserter
Posts: 31
Joined: Sun Apr 16, 2017 6:30 am
Contact:

Re: pY HighTech Discussion

Post by Patrick »

Modified files for pyhightech_1.0.4 that set the initial circuit board to be handcraft only, craft time of 0.5 seconds per circuit. Automation requires the proper pyhightech chain for gen1 circuits.

Changes are:
data.lua - Added to end of file

Code: Select all

table.insert(data.raw.player.player.crafting_categories, "handcraft")
data.lua
Modified data.lua for pyhightech_1.0.4
(2.86 KiB) Downloaded 101 times
recipe-categories.lua - Added to top of file

Code: Select all

    {
        type = "recipe-category",
        name = "handcraft"
    },
recipe-categories.lua
Modified recipe-categories.lua for pyhightech_1.0.4
(1.26 KiB) Downloaded 100 times
recipes.lua - Changed recipe for 'electronic-circuit-initial' to have 0.5 crafting time and set category to 'handcraft' (lines 3321 and 3323)
recipes.lua
Modified receipes.lua for pyhightech_1.0.4
(99.64 KiB) Downloaded 97 times

Sworn
Fast Inserter
Fast Inserter
Posts: 167
Joined: Sun Apr 03, 2016 8:10 pm
Contact:

Re: pY HighTech Discussion

Post by Sworn »

Thanks for sharing it!

I'm missing something very bad hahahahaha. Didn't work.
I have remove all other mods to see if it was a conflict or whatever, only full bob and full pydon but those two recipe still the same, one hand-craft with 25sec, and other by machine.

I have started another game to see if was it, but still, nothing :( .

What I did, just open the zip file, drag the data.lua to it.
went to protptype, drag the categories
and in recipe the recicepe.lua


IF I reopen the zip file, I can see the changes there in each file, exactly as I did before, and as you have previous mentioned.
:?

Vetrosian
Burner Inserter
Burner Inserter
Posts: 18
Joined: Sun Dec 24, 2017 8:27 pm
Contact:

Re: pY HighTech Discussion

Post by Vetrosian »

Just tried it out, seemed to work. Speedy hand craft recipe that couldn't be used by assemblers. Not super fast due to the number of cables you need to craft first, but much better than before.

elkillo
Burner Inserter
Burner Inserter
Posts: 12
Joined: Fri Feb 17, 2017 1:40 pm
Contact:

Re: pY HighTech Discussion

Post by elkillo »

Well just have automated cables and hand crafting isn't as bad, this is actually great news as i LOVE the mod but its painful at times.

Madd_Mugsy
Inserter
Inserter
Posts: 26
Joined: Fri May 09, 2014 8:39 pm
Contact:

Re: pY HighTech Discussion

Post by Madd_Mugsy »

Sworn wrote:Thanks for sharing it!

I'm missing something very bad hahahahaha. Didn't work.
I have remove all other mods to see if it was a conflict or whatever, only full bob and full pydon but those two recipe still the same, one hand-craft with 25sec, and other by machine.

I have started another game to see if was it, but still, nothing :( .

What I did, just open the zip file, drag the data.lua to it.
went to protptype, drag the categories
and in recipe the recicepe.lua


IF I reopen the zip file, I can see the changes there in each file, exactly as I did before, and as you have previous mentioned.
:?
I'm having the same issue. Diffed and merged the three files from the post with my extracted pyhightech folder to make sure all the changes were in place, but it doesn't take effect after reset_recipes, or even when starting a new game.

Edit: Doh - missed that electronic-circuit was the output in recipes.lua. A change is also required in the bob-additions.lua. Look for the electronic-circuit-initial recipe and make it look similar to the same recipe in the altered recipes.lua, but still outputting pcb1.

Sworn
Fast Inserter
Fast Inserter
Posts: 167
Joined: Sun Apr 03, 2016 8:10 pm
Contact:

Re: pY HighTech Discussion

Post by Sworn »

Oh Yeh baby, that works! Thanks a lot.

Patrick
Inserter
Inserter
Posts: 31
Joined: Sun Apr 16, 2017 6:30 am
Contact:

Re: pY HighTech Discussion

Post by Patrick »

Ah, a bob's mods conflict. I'm playing with vanilla + PyMods(full). No wonder.

Dumb1bunny
Burner Inserter
Burner Inserter
Posts: 5
Joined: Fri Apr 13, 2018 11:58 pm
Contact:

Re: pY HighTech Discussion

Post by Dumb1bunny »

Deadlock found in progression chain.

Need "Diodes" to make "Circuit boards 2"
Need rare earth to make "Diodes"
Need batteries for lasers to mine rare earth
Need "Rayon" for batteries which requires "fiber"
Need centrifuge to make "fiber"
Need "Circuit Boards 2" to make centrifuge.


Only using all pY mods with required dependencies.

User avatar
pyanodon
Smart Inserter
Smart Inserter
Posts: 1909
Joined: Wed Apr 20, 2016 4:42 pm
Contact:

Re: pY HighTech Discussion

Post by pyanodon »

Dumb1bunny wrote:Deadlock found in progression chain.

Need "Diodes" to make "Circuit boards 2"
Need rare earth to make "Diodes"
Need batteries for lasers to mine rare earth
Need "Rayon" for batteries which requires "fiber"
Need centrifuge to make "fiber"
Need "Circuit Boards 2" to make centrifuge.


Only using all pY mods with required dependencies.
Thank you, was fixed and will be released in the next version.
pY Coal processing mod
Discord: Pyanodon #5791

Migodus
Burner Inserter
Burner Inserter
Posts: 15
Joined: Sat Apr 14, 2018 9:01 pm
Contact:

Re: pY HighTech Discussion

Post by Migodus »

Molybdenum ore problem.

To build "Circuit board 2" you need "Diodes" for them you need "Cermet" for that you need "Crude Cermet" for that you need "Molybdenum ore" and that is made in a "Ground Borer" and that thing comes with the technology "Excavation 2" that you can only invent with "Science pack 3" and for that you need "Circuit board 2".
So i am stuck. (Or blind?)

User avatar
pyanodon
Smart Inserter
Smart Inserter
Posts: 1909
Joined: Wed Apr 20, 2016 4:42 pm
Contact:

Re: pY HighTech Discussion

Post by pyanodon »

Migodus wrote:Molybdenum ore problem.

To build "Circuit board 2" you need "Diodes" for them you need "Cermet" for that you need "Crude Cermet" for that you need "Molybdenum ore" and that is made in a "Ground Borer" and that thing comes with the technology "Excavation 2" that you can only invent with "Science pack 3" and for that you need "Circuit board 2".
So i am stuck. (Or blind?)
YOu´re part correct. You dont need ground borer for it...extract Mo from ores. But there´s a deadlock on it we should fix today to allow craft Mo mines in the science red and green.
pY Coal processing mod
Discord: Pyanodon #5791

Migodus
Burner Inserter
Burner Inserter
Posts: 15
Joined: Sat Apr 14, 2018 9:01 pm
Contact:

Re: pY HighTech Discussion

Post by Migodus »

First of all: Keep on the good work, i enjoy playing your mod very much!

There has to be nylon somewhere, but i can't find the recipe.

Shorkan
Inserter
Inserter
Posts: 30
Joined: Sun Apr 01, 2018 2:26 pm
Contact:

Re: pY HighTech Discussion

Post by Shorkan »

Its under Py HightTech and the icon is a blue plate. You can make it in the mixer building. Hope it helps you too find it.

Migodus
Burner Inserter
Burner Inserter
Posts: 15
Joined: Sat Apr 14, 2018 9:01 pm
Contact:

Re: pY HighTech Discussion

Post by Migodus »

Shorkan wrote:Its under Py HightTech and the icon is a blue plate. You can make it in the mixer building. Hope it helps you too find it.
Thanks a lot!
For some reason FNEI did not show it.

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

Re: pY HighTech Discussion

Post by aklesey1 »

I want to make fiber but i need centrifuge
Centrifuge need 100 circuit boards 2 - this'll take really long time to create first damn centrifuge

May be u can adapt another device to process this fibers? Why not wood Processing Unit? Or in Classifier? Or in Solid Separator? Or another machine?

Its interesting - particle accelerator not so costly as centrifuge :D
Nickname on ModPortal - Naron79

Post Reply

Return to “PyMods”