Surviving Mars

Surviving Mars

Martian Thermostat
41 kommentarer
SkiRich  [ophavsmand] 20. feb. 2023 kl. 22:23 
Should be good there as well.
pepoluan 8. feb. 2023 kl. 21:48 
Oh I didn't mean the map-wide cold snap. But the localized freezing when that mystery's antagonist start freezing areas randomly.
SkiRich  [ophavsmand] 7. feb. 2023 kl. 21:11 
It works with all mysteries.
pepoluan 7. feb. 2023 kl. 21:03 
Does this works with 'that mystery' that freezes my buildings?
SkiRich  [ophavsmand] 8. sep. 2021 kl. 9:10 
Vinterix 8. sep. 2021 kl. 7:37 
Update! :-)
Kateye 13. juni 2020 kl. 21:04 
When terraforming Mars and hitting 50% heat, cold waves end. Thermostat decides to turn on all subsurface heaters. I'd rather leave them turned off. Then I know which ones I don't need and can demolish them if I want.
SkiRich  [ophavsmand] 13. juli 2019 kl. 18:12 
Requesting maintenance on an entity that is turned off wont work. Drones will wait until its operational.
mrudat 13. juli 2019 kl. 16:54 
Perhaps something like the following:

-- based on https://github.com/HaemimontGames/SurvivingMars/blob/master/Lua/RequiresMaintenance.lua#L180
function DoMaintenanceIfNeeded(maybe_broken)
if maybe_broken.accumulated_maintenance_points < maybe_broken.maintenance_threshold_current then return end
if maybe_broken.maintenance_phase then return end
maybe_broken:RequestMaintenance()
end

function MaintainHeaters()
for _, heater in pairs(UICity.labels.BaseHeater)
DoMaintenanceIfNeeded(heater)
end
end
SkiRich  [ophavsmand] 12. juli 2019 kl. 11:49 
Not at the moment. Unless the unit is turned on the maintenance is not performed. Thats how the games' code works. To alter that would require me to change drone behavior not heater behavior. Thats a bit outside the scope of this mod and I dont want to introduce that variable here. What I'll explore is stopping the maintenance tick when powered off. On a different note, you can place a tribo scrubber next to it and never worry about maintenance at all.
mrudat 12. juli 2019 kl. 4:52 
Would it be possible to request maintenance on the subsurface heaters when the cold wave is announced, and only fire them up when it hits?
darren67 12. juni 2019 kl. 0:38 
You are one serious geekazoid. I am very impressed by your mod and thanks for sharing it. Geeks rule.
jpw0617 22. maj 2019 kl. 13:03 
best thing ever. Nothing makes me rage more when my water towers freeze bc my drones are deciding to take the scenic route to repair it.
maiden4meldin 6. feb. 2019 kl. 16:58 
Great Mod, love it!
SkiRich  [ophavsmand] 9. dec. 2018 kl. 20:24 
Mod updated. Now it controls Adv Stirling Generators as well. See notes.
JustCarlsFine 9. dec. 2018 kl. 8:33 
excellent news thanks
SkiRich  [ophavsmand] 8. dec. 2018 kl. 18:10 
@JustCarlsFine, already planning to, just for the Adv Stirlings though.
JustCarlsFine 8. dec. 2018 kl. 17:39 
love this, coulds you perhaps extend it to the Sterlings as they generate heat as well like the heaters
Lone Wolf 2. okt. 2018 kl. 22:36 
Thanks
SkiRich  [ophavsmand] 2. okt. 2018 kl. 21:29 
Sagan patch broke the heater delay feature. Now fixed. Mod Updated.
Miri 26. sep. 2018 kl. 10:14 
That would be awesome!
SkiRich  [ophavsmand] 26. sep. 2018 kl. 10:09 
@Miri, not in this mod, but I can make something separate.
Miri 26. sep. 2018 kl. 10:04 
I don't suppose you can tweak this so that it shuts the power off on solar panels, water vapes, hangers etc at "dust storm approaching: hour 0" so that we don't keep getting bugged by the "x buildings not working" message during the length of the storm and then turn them back on after the storm ends?
Seed5050 6. sep. 2018 kl. 8:10 
thanks i play allways with cold winter on.so this mod is very useful for me
SkiRich  [ophavsmand] 1. sep. 2018 kl. 14:07 
Those temps are from the game. I just expose the temperature in the notice. The temps vary each Cold Wave. The colder it is the more drain on power.
Scientist Dog 1. sep. 2018 kl. 11:45 
Are the temps actually in the game, and you made them visible? Or you just estimate them?
SkiRich  [ophavsmand] 17. aug. 2018 kl. 2:25 
Mod updated, fixed davinci mod path issue, icons restored.
Lone Wolf 6. aug. 2018 kl. 21:46 
Thanks for the update.
SkiRich  [ophavsmand] 30. juli 2018 kl. 23:41 
Mod Updated.
v2.4 July 29th, 2018
- Code optimizations and sound effects.
- Added notification for forecasted temperature.
SkiRich  [ophavsmand] 3. juli 2018 kl. 20:02 
Mod Updated. Added 8 language support. Please report bugs in bug report discussion.
v2.2 July 3rd, 2018
- Localizations added
- Code optimizations
SkiRich  [ophavsmand] 2. juli 2018 kl. 20:08 
Mod Updated. One new feature. Please report bugs in bug report discussion.
v2.1 July 2nd, 2018
- New Feature, settable delayed engagement of heaters.
- Code optimizations
Gunboat Diplomat 30. juni 2018 kl. 21:16 
Oh thank goodness. Thanks muchly.
SkiRich  [ophavsmand] 28. juni 2018 kl. 19:43 
Re-Uploaded v2.0 again. Seems like the initial upload from ModEditor didnt happen, or got corrupted in transit.
If you didnt see the update, just save your game and restart. You should have it now.
New version 2.0 of the mod live on workshop now. See notes for new features.
Please report any bugs in the bugs discussion with screenshots.
SkiRich  [ophavsmand] 28. juni 2018 kl. 17:39 
New version 2.0 of the mod live. See notes for new features.
Please report any bugs in the bugs discussion with screenshots.
JoyfulWarrior% 27. juni 2018 kl. 18:10 
ill give it a try
SkiRich  [ophavsmand] 27. juni 2018 kl. 17:12 
@Mario reach out to me in steam chat if you want to be one of my beta tester. v2.0 of this mod is currently in development with a bunch of new code, could use some more testers.
Mario55770 27. juni 2018 kl. 17:01 
@SkiRich awww www, no beta testing...(no but seriously, I kindof need that...)
SkiRich  [ophavsmand] 27. juni 2018 kl. 10:57 
I already have something in mind that will give you some finer controls. Stay tuned. Give me a day to develop it and test it out.
rdr99 27. juni 2018 kl. 9:11 
@SkiRich... I normally assiduously avoid the extreme cold environments on Mars, but like Silva, do occasionally have a map with cold patches of snow or ice somewhere on them. So... yeah, need a way to deal with those too. I subbed though. I may try a game on a cold map, but being originally from Chicago, where winter is brisk at best and murderous in most years, I don't like cold weather.
SkiRich  [ophavsmand] 27. juni 2018 kl. 7:27 
Next version I’ll add some more features that will help with maps like that.
Dash 27. juni 2018 kl. 6:26 
Good idea !! But there are various regions on Mars where there are large cold areas (in these areas there are metal deposists, water...) Subsurface Heater must always be actived.