[2.0.7] Melting ice platform

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
Post Reply
Tsuranuki
Burner Inserter
Burner Inserter
Posts: 12
Joined: Sun May 02, 2021 11:52 am
Contact:

[2.0.7] Melting ice platform

Post by Tsuranuki »

So, the ingame tooltip and the wiki both mention that ice platforms "will melt if exposed to heat"

Exactly how does this work? I've got a few heatpipes at max heat next to a section of ice platform, and they're not melting.
10-23-2024, 18-02-26.png
10-23-2024, 18-02-26.png (2.71 MiB) Viewed 606 times

aka13
Filter Inserter
Filter Inserter
Posts: 787
Joined: Sun Sep 29, 2013 1:18 pm
Contact:

Re: [2.0.7] Melting ice platform

Post by aka13 »

It's flavor text, they don't melt, you just can't place heat pipes on ice without concrete, that's it :(
Pony/Furfag avatar? Opinion discarded.

Tsuranuki
Burner Inserter
Burner Inserter
Posts: 12
Joined: Sun May 02, 2021 11:52 am
Contact:

Re: [2.0.7] Melting ice platform

Post by Tsuranuki »

That's a shame, the mechanic is in the game so I wonder why they didn't set it up. Several other tiles in the code refer to a thawed or a frozen variant, so clearly there's some sort of temperature threshold in the game that tiles use to change from one to the other.

Just did some testing.

Code: Select all

data.raw.tile['ice-platform'].thawed_variant = 'brash-ice'
data.raw.tile['ice-smooth'].thawed_variant = 'brash-ice'
By adding these two lines both smooth ice and ice platforms will melt away to brash ice. Sadly the melting radius seems to be only 2 tiles away, even if the temperature is at 1000 °c, and the melting temperature is a fixed 30 °c

Xorimuth
Filter Inserter
Filter Inserter
Posts: 678
Joined: Sat Mar 02, 2019 9:39 pm
Contact:

Re: [2.0.7] Melting ice platform

Post by Xorimuth »

Tsuranuki wrote:
Thu Oct 24, 2024 10:43 am
That's a shame, the mechanic is in the game so I wonder why they didn't set it up. Several other tiles in the code refer to a thawed or a frozen variant, so clearly there's some sort of temperature threshold in the game that tiles use to change from one to the other.

Just did some testing.

Code: Select all

data.raw.tile['ice-platform'].thawed_variant = 'brash-ice'
data.raw.tile['ice-smooth'].thawed_variant = 'brash-ice'
By adding these two lines both smooth ice and ice platforms will melt away to brash ice. Sadly the melting radius seems to be only 2 tiles away, even if the temperature is at 1000 °c, and the melting temperature is a fixed 30 °c
“Heat pipes and heated buildings would melt the ice, so to protect the ice that keeps you floating you can place concrete (or refined concrete) as an insulator. In practice this just means that most entities can't be placed directly on to ice, we don't actually turn the ice tiles into ocean... anymore. That used to be a mechanic, but it was too annoying to deal with when you try to build in an already heated area.”

From the Aquilo FFF. Good to hear that the engine still supports it even if it isn’t used in vanilla SA.
My mods
Content: Lunar Landings | Freight Forwarding | Spidertron Patrols | Spidertron Enhancements | Power Overload
QoL: Factory Search | Module Inserter Simplified | Wire Shortcuts X | Ghost Warnings

Tsuranuki
Burner Inserter
Burner Inserter
Posts: 12
Joined: Sun May 02, 2021 11:52 am
Contact:

Re: [2.0.7] Melting ice platform

Post by Tsuranuki »

There's now a mod for that ;)

Post Reply

Return to “Gameplay Help”