RimWorld

RimWorld

266 betyg
Extend the Cat
6
2
3
11
2
3
2
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Mod, 1.1, 1.2, 1.3, 1.4, 1.5
Filstorlek
Lades upp
Uppdaterades
17.198 MB
13 mar, 2020 @ 17:52
2 maj, 2024 @ 14:04
40 ändringsnotiser ( visa )

Abonnera för att ladda ner
Extend the Cat

I 1 samling av Udon
Udon’s Mod for v1.1~1.4
11 artiklar
Beskrivning
This mod adds a lot of cats in the game.
The cat added in this mod has the following features.
· Hauling
· Nuzzles
· Packing Animal
· Carnivorous

Cats are found in many biomes, but each cats has its own biome.

A special item stash quest will occur when the cat is on your colony.
In this quest, you will be able to get the "cat crystal".
If you use the crystal in your cat, it will evolve into a special cat.
Each evolved cat can use special skills.

----------
The "cat bed" and "cat tower" image was created by Nome Mk-II.
Thanks for drawing great images.

----------
Extend the CAT ver1.0.4.0
Major changes
■ Bug fixes
 ・Fixed an issue where the movement speed of the monkey was too slow.
 ・Fixed an issue where the rewards in the "Cat's Treasure" event were uneven.
 ・Fixed an issue where the "Move" and "Attack" commands would work correctly even when multiple cats were selected.
 ・Fixed an issue where the translation data was not being assigned correctly.

■Specification change
・A new cats has been added.
〇dog : Use "Cat Bell" on YorkshireTerrier, Husky, LabradorRetriever.
〇snake : Use "Cat Bell" on Cobra
〇muffalo : Use "Cat Bell" on Muffalo
〇megasuros : Use "Cat Bell" on Megasuros
〇horse : Use "Cat Bell" on Horse
〇crow : Use "Cat Bell" on Duck, Emu, Turkey, Ostrich.
〇dragon : Appears from "Cat Eggs" at a very low rate

・Added "Flying" to Hediff.
Pawns in "Flying" state are immune to the effects of terrain delay.
・Added "Crawling" to Hediff.
  Pawn in "Crawling" state suppresses the effect of movement delay caused by terrain.
・The duration of the Hediff "Cat Ecstasy" has been significantly extended.
・Cats are now slightly more likely to get hungry.
91 kommentarer
skatdat 2 okt @ 8:49 
Miss this mod so very much! need my cute kitties! 1.6 pretty please!
如梦清欢 30 sep @ 16:19 
「Animal boys」というあなたのモッドが大好きです。1.6バージョンにアップデートできますか?
badgermacfeegal 18 sep @ 8:49 
I have kept this in my favorites category, and waiting for a 1.6 update.
PoeticRain 16 aug @ 14:11 
PLEASE 1.6 I NEEDS CATZ
Desiree1995 10 aug @ 9:24 
pls make it for 1.6
HF 3 aug @ 15:54 
i am also hoping for a 1.6 update. this is one of my favorites. the cats are so silly and cool.
Mikan-m 25 jul @ 5:29 
なにとぞこちらのModも1.6対応お願いいたします・・・!
このModなしでのリムワールドは考えられない・・・!
Tye-Wynd 18 jul @ 15:55 
breaks scenario screen in 1.6. R.I.P. I really liked this mod
Féline 10 jul @ 12:18 
1.6 please
팬지 12 maj @ 0:08 
🐛 Bug Report:
NullReferenceException in CompAura.Tick()
Mod: Extend The Cat (udon.extendthecat)
Game version: RimWorld 1.5 (build 4409)
Harmony, HugsLib, RocketMan installed: Yes
Issue type: Exception during game tick → log spam and possible performance impact

📋 Description:
During gameplay, I encountered a repeating NullReferenceException caused by the CompAura component from the ExtendTheCat mod. The error seems to occur when the game tries to tick a pawn of type ExC_NEKO_QueenXXXX, which likely has a CompAura attached. It looks like some internal field (possibly the aura target, the parent pawn, or another linked object) is null, and there is no null-check in place inside the Tick() method.

💡 Suggested fix:
Please add null checks inside CompAura.Tick(), particularly around any access to parent, auraTarget, or other external references that might not be initialized immediately when the comp is added.