Surviving Mars

Surviving Mars

Smarter Worker AI
 This topic has been pinned, so it's probably important
Thorik  [developer] 28 Mar, 2018 @ 7:28am
How to report bugs
Please provide the following:
- description of the problem,
- savegame file (you can upload it here: https://uploadfiles.io/ and post the ink)
- latest log files (they are in AppData\Roaming\Surviving Mars\logs) (you can copy their content here: https://pastebin.com/ and post the link)
- list of mods you are using (preferably in the order in which you enabled them)
Thanks for the feedback!
< >
Showing 1-3 of 3 comments
richvh 7 Apr, 2018 @ 12:15pm 
Unspecialized colonists will not take job openings in specialized buildings with no specialization restrictions.
Savegame: https://ufile.io/lr9gi
Logs: https://pastebin.com/u8LaetuZ
Mods: AutoExplore, AutoGatherTransport, AutoHelpRover, Cemetery, Drone Load Balancing, Info Bar, Show Research Progress on HUD, Show Resources on Resupply Screen, Smarter Worker AI.
Thorik  [developer] 8 Apr, 2018 @ 9:05am 
Patched, thanks for the report.
ChoGGi 7 Oct, 2018 @ 5:56am 
SmarterWorkerAI.lua line 3 is giving a log error since you're declaring a global inside a function. changing it from
spec_workplaces = { }
to
local spec_workplaces = { }
will remove the error while having the mod work the same (and slightly faster as it doesn't need to do a global lookup).
< >
Showing 1-3 of 3 comments
Per page: 1530 50