Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Trung giản thể)
繁體中文 (Trung phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuật
1) Use the !reload command to reload the UI.
2) Try rewinding time in Tabletop Simulator to see if that helps.
3) Reload the mod until the codemasters can see the clue box.
4) A workaround is to use the !clue command: !clue <clue> <number>
This issue is caused by an issue in Tabletop Simulator and how the UI is rendered and synced across clients. Unfortunately, this is the best advice I can offer until Berserk Games fixes the issue.
1) Use the !reload command to reload the UI.
2) Try rewinding time in Tabletop Simulator to see if that helps.
3) Reload the mod until the codemasters can see the clue box.
4) A workaround is to use the !clue command: !clue <clue> <number>
This issue is caused by an issue in Tabletop Simulator and how the UI is rendered and synced across clients. Unfortunately, this is the best advice I can offer until Berserk Games fixes the issue.
https://blog.stevenlevithan.com/archives/greedy-lazy-performance
but in short, using '.-%s*' together matches so many possible values before it gets to the answer
string.gsub("A B","^%s*(.-)%s*$", "%1") -- to get from A to B the regex goes through 137 backtracks and quickly hits the limit of backtracks in tabletop regex causing an error
string.gsub("A B","^%s*(.*)%s*$", "%1") -- to get from A to B takes no backtracks
is causing some errors for long messages. It can be made more efficient by changing the "-" to a greedy "*"
return command, args:gsub("^%s*(.*)%s*$", "%1")
The camera reset problem happens every time the table gets shuffled.
Also, what camera reset problem?
https://steamproxy.com/sharedfiles/filedetails/?id=1135941396&searchtext=reset+camera
https://steamproxy.com/sharedfiles/filedetails/?id=1528977760&searchtext=reset+camera
Also there are various bugs that everyone experiences regardless of who is host, like the background turning yellow or the game glitching one way or another. Often when this happens, nothing will fix it.