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