Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.