安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
its a texture glitch
@drshahramanvariazar yeah i'm working on a quick fix for it, should be pushed out tonight!
I've got the whole CharacterCreationMain.lua file here: https://gist.github.com/InfiniteAero/9f9579e6f2124540612b02ac3de2329a . To patch the file, you just gotta put it in media/lua/client/OptionScreens and it'll just work. If you're curious the actual change is somewhere in line 1121 or something.
Again, it's a little hacky since there is a space allocated for the color option goes even if an item doesn't have a tint option, just has to do with how the game allocates UI elements, maybe it's possible to patch the function responsible for the color option, but it took ages to understand even a quarter of the code in the file for what ended up being a ten second fix, so I'll just leave the file alone for now
Hope you don't mind the stolen borrowed preview image. Anyway, I've also gone ahead and made the fix patch a single function in the code instead of the entire file, which makes the mod size smaller and also significantly reduces the potential amount of incompatibilities with other mods of this nature. I also spent all day trying to see if I could get the occasional weird UI spacing with certain items fixed, but none of the solutions I've made work properly; I'll see what else I can do and if all else fails I'm sure this would be an interesting problem for the modding Discord to solve