安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






https://gifyu.com/images/Actions.png
https://gifyu.com/images/Rounds.png
https://gifyu.com/images/CaveTiles.png
Download this. It was recently updated with mod author features.
https://www.nexusmods.com/tabletopsimulator/mods/263?tab=files
You right click a workshop/save file, and do 'check for invalid links'. You can then right click a green invalid link (green means you have the file) and select 'Upload this asset to SteamCloud and replace URL'.
Then after that all you need to do is start up the game and upload the modified file to the workshop.
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'm not actually tested the code. So are first checking if the exit tile exist flag, 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.
http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1251884042
The default game had a 'Print & Play' PDF document which I was able to edit. The expansions don't have these, or not ones that I have been able to find :(
Sadly not. Maybe in the next update :)