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
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)