Solder Plate Casting (Request)

This is the place to request new mods or give ideas about what could be done.
Mecejide
Fast Inserter
Fast Inserter
Posts: 171
Joined: Mon Sep 23, 2019 8:12 pm
Contact:

Solder Plate Casting (Request)

Post by Mecejide »

A mod that disables tin plate+lead plate->solder plate and changes molten solder->solder to molten solder
->solder plate.
User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2905
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Solder Plate Casting (Request)

Post by darkfrei »

Mod dependency? Vanilla hasn't tin plate and lead; no solders and molten solders.
Mecejide
Fast Inserter
Fast Inserter
Posts: 171
Joined: Mon Sep 23, 2019 8:12 pm
Contact:

Re: Solder Plate Casting (Request)

Post by Mecejide »

darkfrei wrote: Wed Dec 25, 2019 11:02 am Mod dependency? Vanilla hasn't tin plate and lead; no solders and molten solders.
Angel's Smelting; Bob's Electronics; & Bob's Metals, Chemicals and Intermediates.
User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2905
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Solder Plate Casting (Request)

Post by darkfrei »

This two recipes?
A mod that disables tin plate+lead plate --> solder plate

changes molten solder --> solder to molten solder --> solder plate.
2019-12-27T00_26_31-Window.png
2019-12-27T00_26_31-Window.png (83.85 KiB) Viewed 4314 times
2019-12-27T00_25_14-Window.png
2019-12-27T00_25_14-Window.png (63.13 KiB) Viewed 4314 times
User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2905
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Solder Plate Casting (Request)

Post by darkfrei »

code for data-final-fixes.lua data-updates.lua:

Code: Select all

data.raw.recipe["solder-alloy-lead"].hidden = true

data.raw.recipe["angels-solder"].normal.results = {{'solder-alloy', 6}}
data.raw.recipe["angels-solder"].expensive.results = {{'solder-alloy', 6}}
Result: hidden recipe; replaced recipe result.
Attachments
SoldersOverhaul_0.0.1.zip
(9.83 KiB) Downloaded 103 times
2019-12-27T01_18_24-Factorio 0.17.79.png
2019-12-27T01_18_24-Factorio 0.17.79.png (104.75 KiB) Viewed 4304 times
User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2905
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Solder Plate Casting (Request)

Post by darkfrei »

Yes, new icon:

Code: Select all

data.raw.recipe["angels-solder"].icons[1].icon = data.raw.item["solder-alloy"].icon
Attachments
SoldersOverhaul_0.0.2.zip
(9.88 KiB) Downloaded 96 times
2019-12-27T01_22_52-Factorio 0.17.79.png
2019-12-27T01_22_52-Factorio 0.17.79.png (41.44 KiB) Viewed 4304 times
Mecejide
Fast Inserter
Fast Inserter
Posts: 171
Joined: Mon Sep 23, 2019 8:12 pm
Contact:

Re: Solder Plate Casting (Request)

Post by Mecejide »

darkfrei wrote: Fri Dec 27, 2019 12:22 am code for data-final-fixes.lua data-updates.lua:

Code: Select all

data.raw.recipe["solder-alloy-lead"].hidden = true

data.raw.recipe["angels-solder"].normal.results = {{'solder-alloy', 6}}
data.raw.recipe["angels-solder"].expensive.results = {{'solder-alloy', 6}}
Result: hidden recipe; replaced recipe result.
I don't know how to use that.
User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2905
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Solder Plate Casting (Request)

Post by darkfrei »

Mecejide wrote: Fri Dec 27, 2019 1:18 amI don't know how to use that.
But you can try the attached mod.
Mecejide
Fast Inserter
Fast Inserter
Posts: 171
Joined: Mon Sep 23, 2019 8:12 pm
Contact:

Re: Solder Plate Casting (Request)

Post by Mecejide »

darkfrei wrote: Fri Dec 27, 2019 10:02 am
Mecejide wrote: Fri Dec 27, 2019 1:18 amI don't know how to use that.
But you can try the attached mod.
What is its name?
User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2905
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Solder Plate Casting (Request)

Post by darkfrei »

Mecejide wrote: Fri Dec 27, 2019 4:25 pm What is its name?
See first attached file: viewtopic.php?p=471337#p471270
Mecejide
Fast Inserter
Fast Inserter
Posts: 171
Joined: Mon Sep 23, 2019 8:12 pm
Contact:

Re: Solder Plate Casting (Request)

Post by Mecejide »

It isn't on the mod portal.
User avatar
Deadlock989
Smart Inserter
Smart Inserter
Posts: 2529
Joined: Fri Nov 06, 2015 7:41 pm

Re: Solder Plate Casting (Request)

Post by Deadlock989 »

I wouldn't bother if I were you, darkfrei.
User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2905
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Solder Plate Casting (Request)

Post by darkfrei »

Mecejide wrote: Fri Dec 27, 2019 5:29 pm It isn't on the mod portal.
Is it problem for you?
Mecejide
Fast Inserter
Fast Inserter
Posts: 171
Joined: Mon Sep 23, 2019 8:12 pm
Contact:

Re: Solder Plate Casting (Request)

Post by Mecejide »

darkfrei wrote: Fri Dec 27, 2019 6:53 pm
Mecejide wrote: Fri Dec 27, 2019 5:29 pm It isn't on the mod portal.
Is it problem for you?
Yes.
User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2905
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Solder Plate Casting (Request)

Post by darkfrei »

Deadlock989 wrote: Fri Dec 27, 2019 5:41 pm I wouldn't bother if I were you, darkfrei.
You are right.
Post Reply

Return to “Ideas and Requests For Mods”