边缘世界 RimWorld

边缘世界 RimWorld

1,935 个评价
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
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 9 月 27 日 上午 5:19 
nice!
Dylan  [作者] 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 7 月 7 日 下午 5:00 
@Travioli Superceded by Animal Apparel: Framework - https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3513825850
Travioli 7 月 3 日 下午 3:00 
1.6?
Andreas 6 月 25 日 上午 8:19 
Any plans for a 1.6 update?
Travioli 6 月 23 日 下午 4:44 
My personal issue was to do with my computer, not Rimworld or this mod
Gender Bender 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 6 月 8 日 上午 9:55 
the clothing drop down menu has disappeared for my animals
Travioli 5 月 29 日 下午 10:08 
Ah okay so this mod causes a lot of bugs?
Yummyyuck 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