mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
+ [REMOVED] wooden bench crafting removed, as it jumps around. + [ADDED] added message to fishing that shows when you did not catch anything. + [UPDATED] Binarized all new custom models. + [UPDATED] Updated dingor and lingor, sqf, sqm, server traders config. + [UPDATED] Panthera Update: server_traders.sqf, and sqm + [UPDATED] Changed all refuel trucks to _DZ variants in dynamic_vehicle.sql + [ADDED] More models! Cooked fish models, textures, and icons.
33 lines
600 B
Plaintext
33 lines
600 B
Plaintext
ambient[]={1,1,1,1};
|
|
diffuse[]={1,1,1,1};
|
|
forcedDiffuse[]={0,0,0,0};
|
|
emmisive[]={0,0,0,0};
|
|
specular[]={0.03200002,0.73399997,2.875,0.050000001};
|
|
specularPower=100;
|
|
PixelShaderID="NormalMapSpecularDIMap";
|
|
VertexShaderID="NormalMap";
|
|
class Stage1
|
|
{
|
|
texture="dayz_equip\textures\trout_cooked_norm.paa";
|
|
uvSource="tex";
|
|
class uvTransform
|
|
{
|
|
aside[]={1,0,0};
|
|
up[]={0,1,0};
|
|
dir[]={0,0,0};
|
|
pos[]={0,0,0};
|
|
};
|
|
};
|
|
class Stage2
|
|
{
|
|
texture="dayz_equip\textures\trout_cooked_spec.paa";
|
|
uvSource="tex";
|
|
class uvTransform
|
|
{
|
|
aside[]={1,0,0};
|
|
up[]={0,1,0};
|
|
dir[]={0,0,0};
|
|
pos[]={0,0,0};
|
|
};
|
|
};
|