RimWorld
266 평점
Extend the Cat
6
2
3
11
2
3
2
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Mod, 1.1, 1.2, 1.3, 1.4, 1.5
파일 크기
게시일
업데이트일
17.198 MB
2020년 3월 13일 오후 5시 52분
2024년 5월 2일 오후 2시 04분
업데이트 노트 40개 (보기)

다운로드 위해 구독하기
Extend the Cat

Udon님의 1 모음집
Udon’s Mod for v1.1~1.4
아이템 11개
설명
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
skatdat 2025년 10월 2일 오전 8시 49분 
Miss this mod so very much! need my cute kitties! 1.6 pretty please!
如梦清欢 2025년 9월 30일 오후 4시 19분 
「Animal boys」というあなたのモッドが大好きです。1.6バージョンにアップデートできますか?
badgermacfeegal 2025년 9월 18일 오전 8시 49분 
I have kept this in my favorites category, and waiting for a 1.6 update.
PoeticRain 2025년 8월 16일 오후 2시 11분 
PLEASE 1.6 I NEEDS CATZ
Desiree1995 2025년 8월 10일 오전 9시 24분 
pls make it for 1.6
HF 2025년 8월 3일 오후 3시 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 2025년 7월 25일 오전 5시 29분 
なにとぞこちらのModも1.6対応お願いいたします・・・!
このModなしでのリムワールドは考えられない・・・!
Tye-Wynd 2025년 7월 18일 오후 3시 55분 
breaks scenario screen in 1.6. R.I.P. I really liked this mod
Féline 2025년 7월 10일 오후 12시 18분 
1.6 please
팬지 2025년 5월 12일 오전 12시 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.