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








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://psteamcommunity.yuanyoumao.com/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://psteamcommunity.yuanyoumao.com/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.