Tabletop Simulator

Tabletop Simulator

Nemesis
cory.herc 2020 年 4 月 28 日 上午 3:49
Discovery Tokens not spawning correctly in Aftermath
I've been having a seemingly consistent issue where Discovery Tokens only spawn in the Cockpit, Hibernatorium, and Engines during the Aftermath Epilogues setup - not in any of the explored rooms on the ship.
I've tried three separate times on three separate games, with no success.

I assume there's a script that's not triggering properly, but I can't for the life of me figure out where.

Has anyone else experienced this / resolved this?
< >
正在显示第 1 - 8 条,共 8 条留言
kensuaga  [开发者] 2020 年 5 月 2 日 下午 4:32 
Found the issue. Here is a quick fix.
add the following below line 2418

discoveryTokenBag.setInvisibleTo({})
discoveryTokenBag.interactable = true

https://i.imgur.com/1vF0c7D.png

This will allow you to see the bag so you can manual draw them and set them in the proper places.
最后由 kensuaga 编辑于; 2020 年 5 月 2 日 下午 4:37
cory.herc 2020 年 5 月 4 日 上午 9:56 
引用自 kensuaga
Found the issue. Here is a quick fix.
add the following below line 2418

discoveryTokenBag.setInvisibleTo({})
discoveryTokenBag.interactable = true

https://i.imgur.com/1vF0c7D.png

This will allow you to see the bag so you can manual draw them and set them in the proper places.

Bless yr heart! Thank you.
Shemiroth 2020 年 5 月 4 日 下午 6:33 
Yeah we are having the same problem, should I edit that code while we are in the game?
lexsan82 2020 年 5 月 12 日 下午 2:09 
What is the proper method for triggering Aftermath? I've been doing it manually which leads me to not finding the Discovery tokens. I was able to modify the code above, but I'm unsure how to trigger the function that deploys the bag.
kensuaga  [开发者] 2020 年 5 月 25 日 下午 1:49 
引用自 lexsan82
What is the proper method for triggering Aftermath? I've been doing it manually which leads me to not finding the Discovery tokens. I was able to modify the code above, but I'm unsure how to trigger the function that deploys the bag.

To play the Aftermath Epilogue mode you will need to start with a vanilla Nemesis game mode with no modifications. Once you start that game a button will appear on the aftermath box. Click that once you are done with your first game.
kensuaga  [开发者] 2020 年 5 月 25 日 下午 3:32 
This should be patched now
Senor Misterioso 2020 年 5 月 31 日 下午 7:12 
Hi @kensuaga which file would I edit to add that script code? Is it the saved game file? I have a previously saved game our group would like to play Epilogue on, Thanks a bunch!
Senor Misterioso 2020 年 5 月 31 日 下午 8:10 
I got it figured out - I installed the Atom IDE and the TTS plugin and was then able to edit the script. Selected ''save and play' with a right click and all was good.
< >
正在显示第 1 - 8 条,共 8 条留言
每页显示数: 1530 50