Warptorio2


Factorio but you build your factory in a restricted space that teleports yourself, the platform, and everything on it to a new and uncharted planet in an unknown corner of space, time and the universe while constantly under attack from enemies. This mod increases the difficulty of factorio by making construction harder and making biters a more significant threat, resulting in a unique experience of factorio'ing in a tight space and under pressure, almost like a tower defence game.

Overhaul
11 months ago
0.17 - 1.1
27.9K
Combat Environment

b Specific Heat Bug

4 months ago
(updated 4 months ago)

Something about the specific heat of the warp reactor to warp pipes being mis-aligned.

Code parts:
current(bugged)
-- The Reactor Itself
local t=ExtendDataCopy("reactor","nuclear-reactor",{name="warptorio-reactor",max_health=5000,neighbour_bonus=12,consumption="160MW",
energy_source={fuel_category="warp"},heat_buffer={specific_heat="10MJ",max_temperature=1000}, light={ intensity=10, size=9.9, shift={0.0,0.0}, > color={r=1.0,g=0.0,b=0.0} },

fixed:
-- The Reactor Itself
local t=ExtendDataCopy("reactor","nuclear-reactor",{name="warptorio-reactor",max_health=5000,neighbour_bonus=12,consumption="160MW",
energy_source={fuel_category="warp"},heat_buffer={specific_heat="1MJ",max_temperature=1000}, light={ intensity=10, size=9.9, shift={0.0,0.0}, > color={r=1.0,g=0.0,b=0.0} },

4 months ago

I noticed a few days ago that the warp reactor didn't go above ~502 degrees and using it for power wasn't worth it. Does this fix that issue?

4 months ago

It does, but there is a competing fix that makes them work properly without needing to alter the specific_heat. You can use this in the meantime by unzipping the mod and editing data_warptorio.lua as shown.

2 months ago

Added to 1.3.11

This thread has been locked.