边缘世界 RimWorld

边缘世界 RimWorld

评价数不足
tests patches
   
奖励
收藏
已收藏
取消收藏
Mod, 1.3, 1.4, 1.5, 1.6
文件大小
发表于
更新日期
2.179 MB
2022 年 8 月 5 日 上午 10:01
7 月 10 日 上午 8:39
13 项改动说明 ( 查看 )

订阅以下载
tests patches

在 test 的 1 个合集中
test's mods
19 件物品
描述
THIS MOD IS UNLISTED BECAUSE I HAVENT TESTED IT IN 1.6

another personal patches mod except this time you can actually use it because everything is toggleable. If you disable everything - it will do nothing.

You can see the default settings on the screenshots, basically some minor balancing tweaks and fixes are enabled (screenshots may be slightly outdated). Note that because I don't have all the mods some settings on screenshots are grayed out. I usually have all settings enabled, but configure however you want.

There are also a bunch of options to make HAR races have human stats, if you want make them more balanced or don't like custom thoughts for example.

The settings are in XML Extensions menu: Options > More Mod Settings > tests patches

Links
my discord - https://discord.gg/BkgJ63eMux
non-steam - https://github.com/idkman2021/RimWorld-TestsPatches
21 条留言
Victor 7 月 22 日 下午 12:04 
Yeah that example is pretty weird
test  [作者] 7 月 22 日 上午 11:33 
@Victor I think the point is to avoid using it to hide errors, although a conditional will also not show anything if you put a wrong xpath into it, but whether to use success it as shorthand for conditional is a matter of preference. I'm pretty sure the rimworld wiki example though is wrong though, if it wishes to not use success tag, it can check that all things exist within the first conditional or use second conditional within first one.
Victor 7 月 22 日 上午 6:55 
test  [作者] 7 月 21 日 下午 11:31 
@Victor to be clear <success>Always</success> is equivalent to a conditional on the same xpath, it doesn't hide any other errors or warnings, it only hides the error when xpath wasn't found
test  [作者] 7 月 21 日 下午 11:27 
@Victor that being said seeing as I wrote this a long time ago, it might have some bad uses of the success tag, I remember doing a lot of defensive checks mainly to make it not break anything when patched mods update, and sometimes it got quite complex, I was very confident that my patches are correct though at the time
test  [作者] 7 月 21 日 下午 11:23 
@Victor its just a shorthand for a conditional operation, when you have so many operations the conditionals everywhere make it too verbose
Victor 7 月 21 日 下午 3:16 
I'm taking a look at your patches, I believe you should remove "<success>Always</success>" where you can, as it only serves to hide any possible errors or warnings.
test  [作者] 7 月 10 日 上午 8:42 
I am changing this to unlisted because I haven't tested anything in 1.6. And I changed all settings to be off by default.
test  [作者] 2024 年 5 月 4 日 上午 7:16 
@Victor I haven't encountered that but I kinda want to. It's not really a balanced setting as you also can get genetics expanded animals for free for example. I see why a blacklist might be benefitial though, but on the other disabling this setting makes only intended animals arrive in manhunter packs, so its kinda like a blacklist already. Essentially I would be making my own custom blacklist, which probably warrants a whole new mod