ReikaKalseki / Reika_FactorioMods_Issues

The issue tracker for all of my Factorio mods - EndgameCombat, NauvisDay, Geothermal, Oreverhaul, and the rest.
5 stars 1 forks source link

water balance problem (Space Exploration + Geothermal) #333

Closed chsaka closed 3 years ago

chsaka commented 3 years ago

in the mod Space Exploration + Krastorio 2 water and steam formulas are equal (100 steam = 100 water 1:1) but in Geothermal 20 water = 120 vapor (1:6) everything is fine until I use the Condenser Turbine in a water shortage environment (100 steam = 99 water, and power)

after each cycle of converting water into steam and then into electricity I get almost 6 times the lost water, in space or on a planet without water water is a precious thing, I find myself cheat

chsaka commented 3 years ago

I solved it by just fixing the mod which requires 6x input for 500C steam and 12x for 240C

Now I feel the game is more balanced

PaladinFallen commented 3 years ago

could you put what lines you changed and what files?

chsaka commented 3 years ago

file "fluid.lua" in the "prototypes" folder

114 {type="fluid", name="water", amount=12}, 115 {type="fluid", name="geothermal-water" .. color, amount=12},

133 {type="fluid", name="geothermal-water" .. color, amount=12}, 134 {type="fluid", name="water", amount=12},

135 {type="fluid", name="water", amount=30*highConsumeMultiply}, 134 {type="fluid", name="geothermal-water" .. color, amount=12*highConsumeMultiply}

172 {type="fluid", name="geothermal-water" .. color, amount=12*highConsumeMultiply}, 173 {type="fluid", name="water", amount=30*highConsumeMultiply},

sorry for the late reply, i don't check often.

ReikaKalseki commented 3 years ago

Geothermal is not designed with the ability to convert steam back to water in mind, as this is not possible in vanilla.

ReikaKalseki commented 3 years ago

Also, congratulations on being the source of the first-ever issue on any game's issue tracker to have both "Exploit" and "Not Worth Fixing".