mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 17:10:49 +03:00
moved some configs added new zeds from 177 pt1
This commit is contained in:
29
SQF/dayz_code/Configs/cfgFaces.hpp
Normal file
29
SQF/dayz_code/Configs/cfgFaces.hpp
Normal file
@@ -0,0 +1,29 @@
|
||||
class CfgFaces
|
||||
{
|
||||
class ZFaces
|
||||
{
|
||||
class Default
|
||||
{
|
||||
name = "PZombie 1";
|
||||
texture = "\dayz\textures\faces\zombie_03_co.paa";
|
||||
identityTypes[] = {"PZombie1"};
|
||||
disabled = 0;
|
||||
material = "\ca\characters\heads\male\defaulthead\data\hhl_white.rvmat";
|
||||
head = "defaultHead";
|
||||
};
|
||||
class Zombie1 : Default
|
||||
{
|
||||
name = "PZombie 1";
|
||||
texture = "\dayz\textures\faces\zombie_03_co.paa";
|
||||
identityTypes[] = {"PZombie1"};
|
||||
disabled = 0;
|
||||
};
|
||||
class Zombie2 : Default
|
||||
{
|
||||
name = "PZombie 2";
|
||||
texture = "\dayz\textures\faces\zombie_03_co.paa";
|
||||
identityTypes[] = {"PZombie2"};
|
||||
disabled = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user