Skip to content
ermaccer edited this page Jul 31, 2021 · 1 revision

How to add more skins to the menu?

If you download any skin pack, you will find a ZIP archive with a folder inside it, this folder simply needs to go to data\skins folder of Manhunt.

If you are not sure if you did this right, here's an example folder tree:

---- data
-------skins
--------!StoryPack
---------ramirez.ini
...

Skin files can be placed anywhere, but remember that .ini file specifies file paths so if you move them, update those values too!

How to add my own skin?

Take a look at !default.ini in !default folder

[Skin]
; display name
Name = Cash
; dff path
Model = levels\\global\\charpak\\cash_pc.dff
; texture path
TXD = levels\\global\charpak\\cash_pc.txd
; which model to load from dff file
RootName = Player_Bod
; should skin display weapons? REQUIRES WEAPON BONES
DisplayWeapons = true
; should skin display blood map? REQUIRES 2ND UV MAP
DisplayBlood = true

Copy this file and rename it to have another skin appear in the skins menu, then follow the comments and change values to desired ones.

Clone this wiki locally