边缘世界 RimWorld

边缘世界 RimWorld

Armor Is Uncomfortable 2 (Superseded, use AIU3 instead)
Nationality  [开发者] 2020 年 8 月 16 日 下午 11:38
Bugs, Compatibility, & Issues
Post as much information as you can.
< >
正在显示第 1 - 12 条,共 12 条留言
There appears to be a typo in AIUDefs.xml: modNameReable instead of modNameReadable. There was an error upon loading, which disappeared after i fixed xml file.
最后由 Ineluctable Sex Predator #FixTF2 编辑于; 2020 年 12 月 7 日 下午 11:14
Nationality  [开发者] 2020 年 12 月 8 日 上午 7:17 
That certainly explains why I couldn't get the mod news to work, lol. I will fix with a few other changes.
brightsideguy 2021 年 2 月 9 日 上午 8:05 
As Impreg mentioned in Dec, I get this same error, and had to go into the xml to fix it.
Nationality  [开发者] 2021 年 2 月 9 日 上午 11:55 
I thought I had fixed that issue. Maybe I didn't update the mod?
Yeah, it seams so. Last modified date is 21 oct 2020
Napalm Axolotl 🏳‍🌈 2021 年 3 月 6 日 下午 7:02 
Came to report the same issue. At least you've got the mod pretty stable if we're all reporting the same little typo!
Nationality  [开发者] 2021 年 3 月 6 日 下午 11:46 
Okay, I'll try and post an update soon. Only reason I haven't is pure laziness.
thailyn 2022 年 4 月 28 日 上午 10:28 
Hey, I really enjoy using your mod. I was digging into how the formula for discomfort works, as I was patching locally some discomfort values for modded resources. It looks like the part of the computation for an apparel's discomfort based on its stuff is not working correctly, unfortunately. From looking at the decompiled code, it looks like the StatPart_Stuff part does:

discomfort += StuffPower_Discomfort * StuffEffectMultiplierDiscomfort

The default value of StuffEffectMultiplierDiscomfort (a property of the apparel, I think) is 0, and I don't see it being set by AIU anywhere (only the value of StuffPower_Discomfort for vanilla materials). Thus, for all apparel, the StatPart_Stuff part of the computation does not modify the discomfort. Furthermore, if the default value were changed (or values patched in for specific apparel), the discomfort would simply be increased, proportional to StuffPower_Discomfort (unless one of StuffPower_Discomfort and StuffEffectMultiplierDiscomfort was negative, but they both have 0 as their minimum values), not scaled based on the two values.

Instead, I think the StatPart_Stuff part of the formula should be replaced by something like:

discomfort *= (StuffPower_Discomfort - 1) * StuffEffectMultiplierDiscomfort + 1

So the discomfort is scaled based on StuffPower_Discomfort, which is a property of the material, but that modification is itself scaled based on StuffEffectMultiplierDiscomfort, which is a property of the apparel.

I'm very new to RimWorld C# modding, so I'm not sure if a StatPart with this formula already exists. However, it would be pretty straightforward to create a new one, since it is very similar to StatPart_Stuff. I plan on testing this out locally, but I'm curious what your thoughts are, or if I missed something in understanding how the formula works.
Nationality  [开发者] 2022 年 4 月 28 日 上午 11:33 
@thailyn Hmm... I will investigate when I have the chance. Thank you for bringing this up.
Nationality  [开发者] 2022 年 11 月 21 日 上午 8:59 
引用自 lost
any chance this mod can autopatch leather optimizers?
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2252798130&searchtext=leather
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1713884017&searchtext=leather

I actually use Simple Chains: Leather in my own mod list, so they work together. Don't know about the other mod, but AIU is designed to be pretty much be compatible with everything.
An Ol' Spicy Keychain 2022 年 12 月 14 日 下午 5:15 
does the StuffPower_Discomfort tag actually work for modifying an apparels discomfort according to material? in the info window it always says "Material effect multiplier: 0%"
< >
正在显示第 1 - 12 条,共 12 条留言
每页显示数: 1530 50