边缘世界 RimWorld

边缘世界 RimWorld

148 个评价
Cats Hunt For Fun
2
2
   
奖励
收藏
已收藏
取消收藏
Mod, 1.3, 1.4, 1.5, 1.6
文件大小
发表于
更新日期
280.478 KB
2022 年 6 月 28 日 下午 1:26
6 月 29 日 上午 6:28
10 项改动说明 ( 查看 )

订阅以下载
Cats Hunt For Fun

在 Mlie 的 1 个合集中
Developed by me
111 件物品
描述


Cats will hunt for fun, not just when they are hungry.

Adds a new activity for cats to hunt when not doing anything else.
The hunting attack is always a surprise attack so the risk for the cat to get hurt is minimal.
Cats will not try to hunt when hurt or downed.
They will also not attack until the prey is downed or killed but can choose to just hit it once and walk away. (Cats are like that)
If the gift-option is active, cats can take a valid prey in any health-state and leave it as a gift to their owner.

There are options in the mod for
- Range to search for prey in
- How likely it is that a cat will attack a prey in range
- How likely it is that a cat will bring a prey in range as a gift to their owner
- Relative body-size to attack
- Hunt only in home area
- To not hunt animals belonging to the player colony
- If wild animals should hunt for fun as well (they will ignore the above limitations regarding area and colony animals)

What animals are considered "Cats" can be selected as well.
There is built in support for some common cat-mods but if anyone is missing you can add it as well.

Or go nuts and enable it for wild thrumbos and try to survive!

[discord.gg]
[github.com]


Since modding is just a hobby for me I expect no donations to keep modding. If you still want to show your support you can gift me anything from my Wishlist or buy me a cup of tea.

[ko-fi.com]


  • See if the the error persists if you just have this mod and its requirements active.
  • If not, try adding your other mods until it happens again.
  • Always post your log using the Log Uploader
  • For best support, please use the Discord-channel for error-reporting.
  • Do not report errors by making a discussion-thread, I get no notification of that.
  • If you have the solution for a problem, please post it to the GitHub repository.
  • Use RimSort[github.com] to sort your mods

| tags: animal activities
54 条留言
Mlie  [作者] 4 月 22 日 上午 11:42 
@sleepingpiranha You choose it in the mod-settings
sleepingpiranha 4 月 22 日 上午 11:12 
What IS a cat?
Nim 4 月 14 日 下午 7:25 
I love this mod. I encountered a possibly unintentional albeit funny behaviour where puppies started going after animals way too big for their size. Is the size ratio based on their adult size? Maybe hunting should be gated to adults.
Mlie  [作者] 2024 年 12 月 4 日 上午 1:52 
@Cortec Dont know, never tried that mod
Cortec 2024 年 12 月 4 日 上午 1:28 
Looks like a fun mod, does this work with multiplayer by zetrith?
Mlie  [作者] 2024 年 8 月 31 日 下午 10:04 
@flyons_gary 1. Yes
2. No cooldown, as long as they are not doing any specific job they have that chance of hunting if possible.
3. They attack a nearby valid animal and may or may not kill it. They may bring it to their owners bed if selected. Generally, nothing is certain. They are cats.
flyons_gary 2024 年 8 月 31 日 下午 7:30 
So clarifying questions since I wanted to apply the category of Cats to the owlcats from Alpha Animals.
1) Would changes to category work midsave?
2) How common exactly is hunting supposed to be? I know I can set a percentage chance, but is there a cooldown?
3) Do they do the actual hunting behavior and then basically have a chance to return with the given prey item?

So far they dont seem to do it at all so trying to figure stuff out
Church.exe 2024 年 8 月 14 日 上午 10:52 
Ah, so a bit of both, it is pre-calculated but it's done at launch rather than being hardcoded. Sure enough RIMMSqol was sorted to load after this mod, which would explain why the change wasn't showing up. I tested using a % (slightly) below where rats showed up in the text and they were still being hunted so it was definitely working, it was just that the numbers for that text preview were pre-calculated so the preview prompt made it look like it wasn't working properly.
Mlie  [作者] 2024 年 8 月 14 日 上午 10:09 
@Church.exe I dont know when rimmsqol changes the values. If its after this mod then it will bot see the changed values. I think patching the sizes would be the best way to fix it as its done before any of the assemblies are loaded
Church.exe 2024 年 8 月 14 日 上午 6:52 
I mean is the information on the animals hard-coded. In other words, if another mod (namely RIMMSqol) changes the size of a rat, would the prompt recognize that and behave differently, or does it have a static internal measure of how large various animals should be?