Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción






I just had a late game issue building a set of large domes with no plans to let anyone in till they were done....
I suddenly had starving citizens as people started moving in before it was done. I am still learning the game so I didn't know that would happen. As I couldn't seem to transport them away I built a small grocer. saved the day.
With this mod I could have set up some cheap small services to keep things working whilst all the ultimate stuff I was building, gets finished.
Thank you for updating this lovely abandoned mod. <3 <3
@Wingnut Upgradeable how?
I took a look around and found the issue, in items.lua it shows stuff like:
'display_icon', "UI/Icons/Buildings/arcology.tga",
the problem is when the mod is uploaded to steam, it's packed in ModContent.hpk, and when that gets loaded you get
'display_icon' = 'PackedMods/D:\SteamGames\steamapps\workshop\content\464920\1489367429/UI/Icons/Buildings/research_lab.tga'
On the bright side it's easy enough to workaround, just append this to the bottom of fg_unlock_buildings.lua:
https://pastebin.com/EiYL7Vq2
Why not just grab the ones from an older copy of the game?