RimWorld
1,937 평점
Animal Gear
3
4
2
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Mod, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
파일 크기
게시일
업데이트일
2.045 MB
2018년 10월 17일 오후 12시 55분
2025년 9월 21일 오후 6시 47분
업데이트 노트 33개 (보기)

다운로드 위해 구독하기
Animal Gear

설명
Version 1.6.0.1

This mod is a framework to enable animals to have gear / equipment (like colonists) for the gear itself you should also subscribe to "Animal Equipment" OR "Animal Gear Basic" (only one of them, "Animal Equipment" is recommended as it is newer and has more content) after that you can of course add smaller mods like 'Dog Collars' etc.

Although I have now updated AG to 1.6, please take a look at "Animal Apparel: Framework" as a possible replacement:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3513825850
New³ main mod for the actual animal armor/gear "Animal Apparel: Basic Armor":
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3513849448

(previously old 'Animal Equipment')
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2568865984

(previously old 'Animal Armor: Vanilla')
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1743423205

This mod only enables this to be possible, there are no clothes/gear for animals in this mod. See the "Animal Gear: Basic"-mod
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1541439112
"Animal Gear: Vanilla"-mod
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1743423205

Description:

Requires at least HugsLib 5.0.0

Load order
// HugsLib (until 1.5), Harmony (since 1.6)
//----If used---- CombatExtended
// Animal Gear

Makes it possible for animals to have "gear" / clothes like normal colonists.

What they should wear can be set through outfits in the animal tab (like normal colonists). The animals go and equip the items on their own after that (if they can reach them etc. like colonists).

You can set "Nudist" or dissallow items and they will take them off (sometimes you have to edit the "Nudist" outfit when adding new clothes-mods).

I always felt that something like this was missing and it was very hard to have animals participate in an attack without to much of a risk of beeing hurt or dying








Short tutorial: "How to make gear":

- Get the mod "Animal Gear Basic" to have an example.

- To get an item in the game, you only need the XML with the item-infos and the matching textures
(a basic one for the item on the ground and 3 per animal)
- Important parts in the XML:

1. For which bodypart is this piece of clothing for example wolfs: "\AnimalGear\Helper\Bodies_Animal_Quadruped.xml_Info"
one item of clothing can only be for animals that all have this bodypart!
<groups> <li>Neck</li> </groups>
and then in your XML:
<bodyPartGroups> <li>Neck</li> </bodyPartGroups>

2. This defines that this is an item only for animals and which specific animals can use this item,
in this case the timber and artic wolf (each needs a set of textures, even if they are in this case the same)
You can find the excact names in "\RimWorld\Mods\Core\Defs\ThingDefs_Races\"
and in this case "Races_Animal_WildCanines.xml" <defName>WolfTimber</defName>
<tags> <li)Animal</li> <li)WolfArctic</li> <li)WolfTimber</li> ... </tags>

- There is a texture at "\Mods\AnimalGear\Helper\ItemName.png"
that can be helpful to see how the item shows up on the animal or as a placeholder when testing

- As animals don't have seperate head-textures, clothes have to be drawn different then for pawns
(see "dogscarf_Husky_south.png" for example)


(If you have different life-stage or female graphics defined,
the mod looks for them first like this [normalDefName]_[lifeStageIndex]_female
for example "item_WolfTimber_0_north.png" instead of normally "item_WolfTimber_north.png"
for the youngest version otherwise it uses the normal texture. You still need to define all 3 textures for this variant!
)

Other Mods for this framework (I know of):
Animal Gear: Basic:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1541439112

Horses(RW1.0 only):
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1541439350

Drake from the Ni'Hal mod(RW1.0 only):
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1534132871

Insect Upgrades (more interactions and armor):
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1742165242

Animal Gear Vanilla(deprecated use 'Animal Equipment' below):
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1743423205

Animal Equipment:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2568865984

Dog Collars
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2644644983

Interactions with / helpful mods:

Draftable Animals ('force wear' + re-color at styling stations):
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2590957984

Wearing Armor Info:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1839305669

Drop All Inventory:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2336610918

if I shouldn't be able to update my mods in the future, feel free to create a new version or re-use parts of it)
인기 토론 모두 보기(12)
25
2021년 8월 9일 오후 4시 24분
Migrating armors defs
Dylan
13
2021년 10월 27일 오전 11시 56분
XML Optimizations
Owlchemist
6
2021년 10월 25일 오후 1시 21분
debug log for the [] {} error if needed :)
1stReaper
댓글 584
BluePostal 2025년 9월 27일 오전 5시 19분 
nice!
Dylan  [작성자] 2025년 9월 21일 오후 7시 35분 
Sorry for the long time without updates, I just updated the mod to 1.6, but as Ascythian, you want to have a look at "Animal Apparel: Framework"

I had a look at it and the Vanilla Expanded shield belt issue seems to longer be a thing (?)

@Alex - You can set up a custom apparel policy in the animal tab, just like for colonists
Ascythian 2025년 7월 7일 오후 5시 00분 
@Travioli Superceded by Animal Apparel: Framework - https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3513825850
Travioli 2025년 7월 3일 오후 3시 00분 
1.6?
Andreas 2025년 6월 25일 오전 8시 19분 
Any plans for a 1.6 update?
Travioli 2025년 6월 23일 오후 4시 44분 
My personal issue was to do with my computer, not Rimworld or this mod
Gender Bender 2025년 6월 23일 오전 2시 06분 
i also have the issue with shield belt. animals become invisible and error message spamming the log.

https://gist.github.com/HugsLibRecordKeeper/ba0be299db66357731b23b920597d031
(^0v0^)OriginalOwl 2025년 6월 8일 오전 9시 55분 
the clothing drop down menu has disappeared for my animals
Travioli 2025년 5월 29일 오후 10시 08분 
Ah okay so this mod causes a lot of bugs?
Yummyyuck 2025년 5월 25일 오후 4시 16분 
One of the Vanilla Expanded mods adds a new type of shield belt. Some animals will randomly try to wear this shield belt, and if they do you'll get an "error drawing animal" spamming your logs, and the animal will be invisible until you take it off