安装 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://pastebin.com/raw.php?i=thS1izv4
Alguien lo tiene en ESPAÑOL?
It looks like there is an object somewhere beneath the table that is broken for me? When I fond it it looks like the object itself is displaying as a question mark. I assume it maybe holds scripts somehow? I can't seem to select it either.
Failed to load Model (.obj):
http://cloud-3.steamusercontent.com/ugc/1670238607710102676/D62F468FFBF1EF5015D249B9AAD4246FDF8B442A/
The invisible table is no more.
The ? Is actually the bidder tool when it's under the table.
The atreides tracker was removed as it will soon be obsolete once expansion 2 is released. The size of the hidden zones were reduced to accommodate the player boards so it would be a little crowded for the atreides player.
As for the invisible table, I'm unsure if it will stay. Listening to feedback an it's 50/50 with people who like/dislike it.
P.S. Is it intended that Atreides no longer have access to the place to keep track of the cards of other players? Thanks in advance and great mod!
But i still think its strange that they seemed to have been mixed, thats why im asking :)
There is always a very active Dune board game community on Discord setting up games daily.
My group hit an issue when playing where intermittently the bidder wouldn't respect that a player's token was flipped over. I tracked it down to the the fact that the treachery counter token is also stored in your Tokens table. When iterating over the collider hits you sometimes get the counter first, and you get an inverted answer for is_face_down. My fix was to skip objects named "treachery card counter" in the onFactionTokenFlip function, but it seems like the better approach would be to never trigger the factionTokenFlip event on treachery card counter objects. Hope this helps in killing another bug.