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








but the corsets are broken, texture wise, use wise and their descriptions just stretch endlessy
Can you provide more detail on this? What exactly is the item name, what does the texture look like, any screenshots, etc.
Outfits from umaboid (https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3156480674) are partially invisible when wearing certain items
Steps to reproduce:
1) Only activate umaboid, kink it up and kink it up extra (doesn't matter if uma is before or after kink)
2) spawn yourself an umaboid item (i tested with the satono diamond) -> wear
3) spawn yourself a Base.Jumper_PoloNeck (vanilla item)
4) wear item spawned in 3
5) umaboid costume will go partially invis
More Info:
This also happens when wearing items from other mods. One example of that is Rabbit Cosplay (https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3024774154). The item I tested it on is "Base.11969" / "Hu Tao". What do they have in common? They both exclusively take the Boots/Shoe Slot.
I hope this can be fixed because we cannot live without Kink it up Extra OR umaboid :D
Thanks in advance!
If you’re savvy enough you can even attempt this yourself.
I seemed to have remedied the problem by adding the following
to body locations at the end- BodyLocationsTweaker:moveOrCreateBefore("Corset", "Sweater");
in the bottom of local group- group:setExclusive("Corset", "TankTop")
BodyLocationsTweaker:moveOrCreateBefore("KIU3", "UnderwearExtra1");
BodyLocationsTweaker:moveOrCreateBefore("KIU2", "UnderwearExtra1");
BodyLocationsTweaker:moveOrCreateBefore("KIU1", "UnderwearExtra1");
BodyLocationsTweaker:moveOrCreateBefore("KIU0", "UnderwearExtra1");
BodyLocationsTweaker:moveOrCreateBefore("KIUA", "Hat");
BodyLocationsTweaker:moveOrCreateBefore("KIUB", "Hat");
BodyLocationsTweaker:moveOrCreateBefore("KIUC", "Hat");
BodyLocationsTweaker:moveOrCreateBefore("KIUX", "Sweater");
BodyLocationsTweaker:moveOrCreateBefore("Corset", "Sweater");
local group = BodyLocations.getGroup("Human")
group:setExclusive("TankTop", "KIUX")
group:setExclusive("Corset", "TankTop")
Very nice, that we were able to figure out the cause of this. Did you have any luck getting in touch with the KIU author? :)
Can you be more specific? I’ll have a look when I can, but it’s most likely Kink It Up’s issue, not Extra’s.