Killing Floor 2

Killing Floor 2

Not enough ratings
How to try Hellmark Skin Pack
By あさぴっぴ [asapi]
How to try on New Skins, "Hellmark weapon skin pack".
You have to join beta by full release for "Day of the Zed".
   
Award
Favorite
Favorited
Unfavorite
About Set Skin
You have to join beta by full release

First of all, I have to talk about the way to set skins.
  1. Hit F3 or ` , and open a console screen.
  2. Type "EnableCheats".
  3. Type a command to set skin by following ways

Basic of Set Skin Cheats
You can set skin by typing
SetWeaponSkin [Index] [ClassName]

Index is usually "0", but sometimes skin data is parsed into 2 classes, for example Kriss has two skin data for a weapon body, and a scope.
ClassName is what defines a skin.

e.g
SetWeaponSkin 0 WEP_SkinSet47_MAT.Elite_Kriss.Elite_Kriss_1P_Mint_MIC SetWeaponSkin 1 WEP_SkinSet47_MAT.Elite_Kriss.Elite_Kriss_Sight_1P_Mint
Index and ClassNames
Index is normally 0.
Hellmark Weapon Skin Pack
- HellBlade
- Thunder

DragonBreath
WEP_SkinSet48_MAT.hellblade_dragonsbreath.hellblade_dragonsbreath_1P_Mint_MIC WEP_SkinSet48_MAT.thunder_dragonsbreath.thunder_dragonsbreath_1P_Mint_MIC
FireAxe
WEP_SkinSet48_MAT.hellblade_fireaxe.hellblade_fireaxe_1P_Mint_MIC WEP_SkinSet48_MAT.thunder_fireaxe.thunder_fireaxe_1P_Mint_MIC
Katana
WEP_SkinSet48_MAT.hellblade_katana.hellblade_katana_1P_Mint_MIC WEP_SkinSet48_MAT.thunder_katana.thunder_katana_1P_Mint_MIC
BattleAxe
WEP_SkinSet48_MAT.hellblade_krampusaxe.hellblade_krampusaxe_1P_Mint_MIC WEP_SkinSet48_MAT.thunder_krampusaxe.thunder_krampusaxe_1P_Mint_MIC
BoneCrusher
0 WEP_SkinSet48_MAT.thunder_maceshield.thunder_mace_1P_Mint_MIC 1 WEP_SkinSet48_MAT.hellblade_maceshield.hellblade_shield_1P_Mint_MIC 0 WEP_SkinSet48_MAT.thunder_maceshield.thunder_mace_1P_Mint_MIC 1 WEP_SkinSet48_MAT.thunder_maceshield.thunder_shield_1P_Mint_MIC
Hemoclobber
WEP_SkinSet48_MAT.hellblade_medicbat.hellblade_medicbat_1P_Mint_MIC WEP_SkinSet48_MAT.thunder_medicbat.thunder_medicbat_1P_Mint_MIC
Pulverizer
WEP_SkinSet48_MAT.hellblade_pulverizer.hellblade_pulverizer_1P_Mint_MIC WEP_SkinSet48_MAT.thunder_pulverizer.thunder_pulverizer_1P_Mint_MIC
DoomStick
0 WEP_SkinSet48_MAT.hellblade_quadbarrel.hellblade_quadbarrel_Main_1P_Mint_MIC 1 WEP_SkinSet48_MAT.hellblade_quadbarrel.hellblade_quadbarrel_barrel_1P_Mint_MIC 0 WEP_SkinSet48_MAT.thunder_quadbarrel.thunder_quadbarrel_Main_1P_Mint_MIC 1 WEP_SkinSet48_MAT.thunder_quadbarrel.thunder_quadbarrel_barrel_1P_Mint_MIC
RPG-7
WEP_SkinSet48_MAT.hellblade_rpg7.hellblade_rpg7_1P_Mint_MIC WEP_SkinSet48_MAT.thunder_rpg7.thunder_rpg7_1P_Mint_MIC
500.Magnum
WEP_SkinSet48_MAT.hellblade_sw500.HellBlade_SW500_1P_Mint_MIC WEP_SkinSet48_MAT.thunder_sw500.thunder_SW500_1P_Mint_MIC
How to know this code?
Someone wonder how to know these ClassName.
Way1: Reading new skin upk files by SDK. Skin files are in following directory.
KillingFloor2\KFGame\BrewedPC\Packages\Weapons\Skins
After reading, you can find folders (WEP_SkinSet48_MAT), groups (hellblade_dragonsbreath) and files (hellblade_dragonsbreath_1P_Mint_MIC).
Way2: Read the source code "KFGame.KFWeaponSkinList"
Video