-
Notifications
You must be signed in to change notification settings - Fork 3
Skins
ermaccer edited this page Jul 31, 2021
·
1 revision
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!
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.