Tabletop Simulator

Tabletop Simulator

Subterra (Scripted)
 此主题已被置顶,因此可能具有重要性
Deano  [开发者] 2017 年 9 月 7 日 上午 2:05
Feature Requests / Issues
If players have any requests they wish to add to this game, feel free to post them for review.
Any bugs or issues can be submitted and I will try to fix them ASAP.
< >
正在显示第 1 - 4 条,共 4 条留言
Krova Steel 2017 年 12 月 26 日 下午 10:13 
the Expansion!
Deano  [开发者] 2017 年 12 月 31 日 上午 5:25 
引用自 Krova Steel
the Expansion!
If you can find scans of the expansion content, I will add it ASAP. I have been unable to find any myself.
Crosseye Jack 2018 年 10 月 26 日 上午 7:47 
Was helping a friend fix their TTS install and this mod drew my attension to it as they were getting a error when they flipped the table.

On line 6 in the update function you are not checking if tiles still exist which after fliping the table it will get deleted.. you are also checking the tiles before checking if exit_tile_added is true. Its been a while since I've done lua coding but I would guess the tiles.getQuantity() check happens before the exit_tile_added check, meaning that during the end game you are wasting time checking tiles.getQuantity() when exit_tile_added is already true.

Updating line 6 to
if exit_tile_added == false and tiles ~= null and tiles.getQuantity() < 6 then
Should fix both problems though I've not actually tested the code. So you are first checking if the exit tile flag exists, if tiles is not null and then checking getQuantity, so the check will fail before getQuantity is called if the exit tile flag is set or if the game couldn't find the tiles varible.
最后由 Crosseye Jack 编辑于; 2018 年 10 月 26 日 上午 7:48
Saeko 2019 年 5 月 17 日 下午 8:33 
6 "Image not found" errors. Please help me fix these.
最后由 Saeko 编辑于; 2019 年 5 月 17 日 下午 8:34
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50