边缘世界 RimWorld

边缘世界 RimWorld

Animal Flap Speed Fix
20 条留言
Yrol Akiyama 8 月 27 日 上午 12:04 
°blushes° I had to read the name of this mod twice.

That small L is SO important there!

Otherwise it would just say "Anima", like those trees.

°grins°
Awan 2024 年 4 月 27 日 上午 4:29 
Miracle mod, thank you, you titan.
cucumpear  [作者] 2024 年 3 月 7 日 上午 5:21 
Welp, turns out that was easier than expected (using xml extensions, so that's now required, sorry to anyone who dislikes dependencies).
Kaedys 2024 年 3 月 6 日 下午 1:21 
Mod options implemented separately require C# coding. However, you can implement dynamic patches with just XML using the XML Extensions framework. I know it supports sliders for configuring values like this.
cucumpear  [作者] 2024 年 3 月 6 日 下午 12:36 
I keep telling myself I'll learn how mod options work... I can't make that promise but it's really easy to edit the file yourself if that's something you're comfortable with.
kotamine 2024 年 3 月 6 日 上午 11:46 
I'd really appreciate if there was a setting to adjust the speed. I hate how slow they are in vanilla, but it feels like cheating to have them open so fast.
SpyroThyKing 2024 年 3 月 6 日 上午 8:28 
If this works fine in 1.4 do you mind adding the tag so RimPy stops throwing a version mismatch error?
Phoenix-D 2023 年 12 月 25 日 下午 8:42 
Does work fine in 1.4
cucumpear  [作者] 2022 年 10 月 29 日 上午 2:55 
It should work fine, I just haven't finished checking it yet.
shane_357 2022 年 10 月 28 日 下午 4:13 
Does this work with 1.4? It should but just checking.
cucumpear  [作者] 2021 年 9 月 4 日 上午 4:33 
Finally implemented. Thanks again!
Kaedys 2021 年 8 月 19 日 下午 3:18 
Tbh, I really wasn't sure it would even work. I've only seen that parameter used on materials, not on doors themselves, and auto-doors don't use it, despite opening 4 times as fast (but that's because they wanted it to only work that way when powered, and decided not to make it a comp for whatever reason). But figured I'd test it when I saw that this mod was running a patch on the actual base materials, just for the sake of thoroughness, and, well, turns out it actually worked! =P
cucumpear  [作者] 2021 年 8 月 19 日 下午 1:05 
That's a good point, I just migrated the code from the door curtains, which was silly!
Kaedys 2021 年 8 月 19 日 下午 12:53 
So, while it isn't present in the base defs, it turns out that the statdef `DoorOpenSpeed` is perfectly valid and functional on door defs. I plugged in the following patch locally, and it speeds up the animal flag regardless of material. Obviously the 25x multiplier is too high here (I used it just as a proof of concept), but you can swap to using this type patch, and you won't have to individually patch materials (and it won't muck with other mod doors that use cloth/leather):

<Operation Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="AnimalFlap"]/statBases</xpath>
<value>
<DoorOpenSpeed>25.0</DoorOpenSpeed>
</value>
</Operation>
kotamine 2021 年 8 月 3 日 上午 11:32 
simple and nice mod. thank you for untynanifying the flaps
Enlonwhite 2021 年 7 月 26 日 上午 1:43 
I mean Ate Without Table is a mental break option, I am sure Tynana has had some very deep trama in his life, Slow heavy Curtains seems mild compared to other issues XD...... like flammable steel, cause everyone knows metals burn.....why Tynana?

Seriously though simple mod for GREAT RESULTS thank you!

Note: Eating with a table should be a benefit aka positive thought, and metal should not burn...unless at like thousands of degrees, if its that hot you have other issues.
Mr. Moopsy 2021 年 7 月 25 日 上午 10:44 
Thank god I wasn't the only one that thought this was wild.
cucumpear  [作者] 2021 年 7 月 25 日 上午 12:42 
@darktoes Added!
@Logan IKR? Maybe he had unusually complex curtains in his childhood! :uQD:
Logan Anarcho-Capitalist 2021 年 7 月 24 日 下午 8:39 
God dang fricken deaken gosh forken danging Tynana... Holy heck Tynana! WHY?! What was your experience with curtains tynana?!

Thank you for the mod cucumpear.
darktoes 2021 年 7 月 24 日 下午 5:08 
Alpha Animals seems to be one of the most common animal mods, so I think adding the various leathers from that would be a good start.

That said, great work!