mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-27 10:11:51 +03:00
1.0.1 RC1 cont.
+ [ADDED] Keymakers Kit including the tools required to smelt, mold and shape keys, as rare drop on industrial and supermarket. + [FIXED] Keymaker kit model and icon. Special thanks goes out to Sequisha for all the hard work on models, textures, and brainstorming!
This commit is contained in:
BIN
dayz_equip/textures/equip_keykit_ca.paa
Normal file
BIN
dayz_equip/textures/equip_keykit_ca.paa
Normal file
Binary file not shown.
45
dayz_equip/textures/keykit.rvmat
Normal file
45
dayz_equip/textures/keykit.rvmat
Normal file
@@ -0,0 +1,45 @@
|
||||
ambient[]={0.74650967,0.74192148,0.74213719,0.87};
|
||||
diffuse[]={1,1,1,0.92000002};
|
||||
forcedDiffuse[]={0,0,0,0};
|
||||
emmisive[]={0,0,0,1};
|
||||
specular[]={0.34901962,0.4509804,0.68235296,1};
|
||||
specularPower=66.599998;
|
||||
PixelShaderID="NormalMapSpecularDIMap";
|
||||
VertexShaderID="NormalMap";
|
||||
class Stage1
|
||||
{
|
||||
texture="dayz_equip\textures\keykit_norm.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,1};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="dayz_equip\textures\keykit_spec.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={0,0,0};
|
||||
up[]={0,0,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
Filter="Point";
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(ai,64,64,1)fresnel(2.68,3.69)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
BIN
dayz_equip/textures/keykit_diffuse.paa
Normal file
BIN
dayz_equip/textures/keykit_diffuse.paa
Normal file
Binary file not shown.
BIN
dayz_equip/textures/keykit_norm.paa
Normal file
BIN
dayz_equip/textures/keykit_norm.paa
Normal file
Binary file not shown.
BIN
dayz_equip/textures/keykit_spec.paa
Normal file
BIN
dayz_equip/textures/keykit_spec.paa
Normal file
Binary file not shown.
Reference in New Issue
Block a user