Surviving Mars

Surviving Mars

Water Reclamation No Spire
15 Comments
delboyspencer YNWA JFT97 3 Jan, 2024 @ 8:54pm 
Yeah sadly incompatible with the latest version of the game and possibly a dead mod?
KreupelZeepaardje 10 Dec, 2021 @ 8:41am 
Can you update these? It's not working anymore with the update.
xerxes0 30 May, 2019 @ 6:36pm 
Gives it more use. Before only a dedicated farm dome used only the coveted center spot for the water reclaim spire. More useful now but I made it only 50% water use reduction so balanced without workers
BarbieGirl  [author] 24 May, 2019 @ 3:01pm 
Upgraded this so that icons show up and must be researched before showing up.
BarbieGirl  [author] 16 Feb, 2019 @ 6:30pm 
Thanks ChoGGi!
ChoGGi 16 Feb, 2019 @ 4:34pm 
It's not (you can test packed mods by manually packing them, if you want to grab a copy of hpk.exe from https://github.com/nickelc/hpk/releases)

You need to use the Id, not the template_class, though I was editing the tutorial a bit and messed up myself (it needs to be wrapped on an onmsg)

copy the example again and use this
local bt = BuildingTemplates["Water Reclamation No Spire"]
instead of:
local bt = BuildingTemplates.WaterReclamationSpire
BarbieGirl  [author] 16 Feb, 2019 @ 1:01pm 
Would someone check to see if Water Reclamation has an icon now?
BarbieGirl  [author] 16 Feb, 2019 @ 12:42pm 
I didn't know they didn't have icons. ChoGGi thanks I'll fix it!
Del 16 Feb, 2019 @ 11:32am 
Not sure why but all the 'no spire' mods don't have icons in the menus?
maiden4meldin 6 Feb, 2019 @ 5:38pm 
these no spires work awesome with spots ruined for large buildings due to passages. Thanks for building them!
ChoGGi 17 Jun, 2018 @ 2:59am 
Figured out your problem
change
'name', "Water Reclamation No Spire",
to
'name', "WaterReclamationSystem",

ActionFXParticles are expecting that name, so without it nadda
BarbieGirl  [author] 16 Jun, 2018 @ 3:43pm 
@rdr99 Thanks, I tried a number of things but they didn't work.
@ChoGGi It didn't work.
rdr99 16 Jun, 2018 @ 8:11am 
@BarbieGirl... I dunno... It seems like any "reporposed" building does not carry animations with it anymore. You can, for instance, still see people going in and out of such buildings, but they no longer appear inside it like they do with un-modded buildings. SkiRich mentioned once something about the animation portion of the code being unavailable to modders, but just what that was, in whole or in part, I am not sure of.
ChoGGi 14 Jun, 2018 @ 1:56am 
Thought I showed you how to get the water animation?