安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






I wish to add a 3rd rulebook to my mod, and after that maybe more, just to sort different rulesets. I managed to add a 3rd book which works with the panel and showing the rule pictures properly, except, that the 2nd book now always shows the pages of the 3rd book.
I think somehow the Pagelists get confused. Is there a way to sort those lists to their respective rulebooks?
I'll shoot them a message when I have a moment.
I'm a bit new to UI work, but if you have any idea of a kind of 'framework' guide to doing the tedious bits, I'd gladly go through that and then return the modified work back over haha.
I did look, but the only way to do it is to have a whole other set of panels, elements, etc that is only revealed to that player, and have one for each color of player. Then you just make the button detect the color of who pressed it to reveal the correct one. It's not hard to do, but it's tedious so I never got around to it. But maybe I should
First, Thanks for this mod. Its excellent.
Second: Getting a strange bug where, if I have all the arrow/zoom/resize UI elements in, the script breaks all my global UI scripts and refuses to display them to other players. It won't display them to me until I reload the game, but it never displays for the players....until I delete those elements
Third: Were you ever able to get it showing to only one player working?
Thanks for mentioning this btw. I wouldn't have expected that to be a potential problem. Now I'll know to check different resolutions for when I do UI work. And thankfully, it would SEEM that the problem only happens as resolution goes DOWN and not UP, so I don't need to buy a 4k monitor to fully test my UIs
Is it possible to fix it?
Thanks
If so it might be because I play at 1440p, so I could see that for some reason the text on your machine is too big for the input field where the numbers should be displayed
https://imgur.com/eFc5ryh
Page number should be automated based on the number of items in the pageList table at the top of the rulebook's script. Idk what could be making %age go wrong tho...
Make sure there's a comma after the name of every page in the script, otherwise it won't know that the name of that image is part of the list of names it should be looking for.
When i do that, maybe I'll put a version where all the buttons are in the bottom left corner too. I'll see how things shake out for that because it could maybe cause problems if I have to move the page count to a corner.
Thanks
But if it gets added, I'll update it with that
(but man the idea of having to upload 100+ pages to UI assets doesn't seem fun.... Hopefully additional scripting/new options will make it easier to add more pages to UI Assets in one go)