Stationeers

Stationeers

Stationeers
Share the best world creations and game modifications with the community for Stationeers through Steam workshop.
is it possible to pull item details from hash?
I am trying to make an ic that sets the furnace settings automagically. since the array of parameters from copper to steel takes up a full ic is it possible to have something like if r1 = steel read hash ... and set r2, r3.r4,r5, r7,r8,r9 to ... from parameters off the hash? or is it possible to use the logic computer to see device x needs steel so run script in {ic housing steel} and then set all the furnace parameters in that ic script specific to steel?
< >
Showing 1-2 of 2 comments
Kastuk 9 31 Mar, 2021 @ 1:34am 
Better ask for this on #logic-discussion subchannel of Discord.
I can just say its accessible to use several stuffed ic in parallel, which read one input number to react when finding equality. Like in my old unoptimised LED Letters
Last edited by Kastuk; 31 Mar, 2021 @ 1:35am
GodsFavoriteAnt 2 Apr, 2021 @ 8:41am 
You can use define to hold the hashes of each ingot type. (Use the 'define' keyword here)

Use define to set values for oxygen ratio and volatile ratio. Yes, this will eat a lot of lines.
Then when a selection is made, compare recipe against ingots needed, set your ratios, target pressure, and go.
< >
Showing 1-2 of 2 comments
Per page: 1530 50