奥拓星球 / Autonauts

奥拓星球 / Autonauts

[Obsolete] Unlock Bot Database
15 条留言
legammeurs 2023 年 1 月 21 日 下午 3:39 
bonjour vous pouver fair un mod pour pour debloquer et faciliter le craft lincinerateur ?
DasMatze  [作者] 2022 年 3 月 7 日 上午 3:29 
Sorry for posting here very late. I just browsed through the workshop and saw that this mod is one of the most popular. If there is anything not working, feel free to create a fork and fix it. I won't touch this game until the survival update comes out.
nightinggale 2021 年 11 月 6 日 上午 8:07 
Newest mod update:
- Bot Database is now properly unlocked
- Nested groups can be used since walls are required now
- Lowest tier fence and archway are also unlocked at the beginning


Looks like the mod itself is updated around 45 days after my post. If I'm to fork a mod, it should be an abandoned one. I'm not going to steal a mod from somebody else.
Twisted_Code 2021 年 11 月 4 日 下午 4:55 
@nightinggale any chance you uploaded your fix? Sounds simple enough I figure it out if not; I'm just trying to avoid reinventing the wheel. (I do that enough as is. Thanks closed source software! >->)
nightinggale 2021 年 3 月 13 日 上午 9:11 
The problem with nested teams is as follows:
The game checks if walls and floor are present and then if they are, nested groups unlocks.
Disabling the need for both of those disables the check, hence the check can't pass and the unlock code never triggers.

The solution: require floors or walls. No need for both, but one is needed.

I did this locally and removed the line, which removes the need for floors. I then unlock floors too meaning it can be build without research. Floors are for some reason called "Workshop".
lydocia 2021 年 3 月 12 日 下午 4:27 
This doesn't seem to unlock the nested teams?
Joshy Bee99, The Beekeeper 2020 年 5 月 29 日 下午 11:48 
now with the new enlightenment update you should make a mod for the ancient stone stone circle
Melagius 2020 年 5 月 28 日 下午 8:51 
I made a local copy of the mod.. it worked adding the
ModQuest.SetQuestComplete("GlueBotServer")
in the afterLoad function
DarthNemesis 2020 年 5 月 28 日 下午 8:08 
Could also try ModQuest.SetQuestComplete("GlueBotServer")
Melagius 2020 年 5 月 28 日 下午 7:14 
I have completed the 150 bots academy but cant create nested groups
Kodi4444 2020 年 5 月 24 日 下午 9:43 
it needs to be fixed to enable nested groups
DarthNemesis 2020 年 3 月 21 日 下午 3:23 
Thanks for the correction; the wiki is updated.

Regarding the certificate unlock, you might try this:
ModQuest.SetQuestComplete("AcademyRobotics2")
The Intelligent One 2020 年 3 月 17 日 上午 11:35 
Correction: it seems like it's not tied to the certificate, but instead making the Database recognize that it's in a room with a floor. However it seems to be impossible to do while the mod is active, thanks those requirements being disabled.
The Intelligent One 2020 年 3 月 16 日 上午 7:56 
I noticed something that I'm not sure you want to (or can) include in the mod: even though the wiki says that nested groups are unlocked with the Bot Database, they actually aren't, instead, by default they are tied to the certificate that unlocks the Database. This means, that although the mod allows me to build and use the Database itself, nested groups are still locked until the Database would be unlocked normally.

I wanted to mention this, in case you would want to unlock that early as well
henrik_st4rr 2020 年 3 月 13 日 下午 6:27 
GREAT MOD