mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-19 22:52:56 +03:00
0.935
+ added test to crafting to require fire. + added bronze bars. + Added R3F Realism to chernarus mission file.
This commit is contained in:
@@ -1400,6 +1400,16 @@ class CfgMagazines
|
||||
descriptionShort = "Copper Bar";
|
||||
};
|
||||
|
||||
class ItemBronzeBar: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Bronze";
|
||||
model = "\dayz_equip\models\bronze_bar.p3d";
|
||||
picture = "\dayz_equip\textures\equip_bar_bronze_CA.paa";
|
||||
descriptionShort = "Bronze Bar";
|
||||
};
|
||||
class ItemAluminumBar: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
|
||||
BIN
dayz_equip/models/bronze_bar.p3d
Normal file
BIN
dayz_equip/models/bronze_bar.p3d
Normal file
Binary file not shown.
41
dayz_equip/textures/bronzebar.rvmat
Normal file
41
dayz_equip/textures/bronzebar.rvmat
Normal file
@@ -0,0 +1,41 @@
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//DeRap: Produced from mikero's Dos Tools Dll version 3.97
|
||||
//http://dev-heaven.net/projects/list_files/mikero-pbodll
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define _ARMA_
|
||||
|
||||
//Class dayz_equip : textures\bronzebar.rvmat{
|
||||
ambient[] = {1.0,1.0,1.0,1.0};
|
||||
diffuse[] = {1.0,1.0,1.0,1.0};
|
||||
forcedDiffuse[] = {0.0,0.0,0.0,1.0};
|
||||
emmisive[] = {0.0,0.0,0.0,1.0};
|
||||
specular[] = {0.99498,0.99498,0.99498,1.0};
|
||||
specularPower = 100.799995;
|
||||
PixelShaderID = "NormalMapSpecularMap";
|
||||
VertexShaderID = "NormalMap";
|
||||
class Stage1
|
||||
{
|
||||
texture = "dayz_equip\textures\bronzebar_NOHQ.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[] = {1.0,0.0,0.0};
|
||||
up[] = {0.0,1.0,0.0};
|
||||
dir[] = {0.0,0.0,0.0};
|
||||
pos[] = {0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture = "dayz_equip\textures\bronzebar_SMDI.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[] = {1.0,0.0,0.0};
|
||||
up[] = {0.0,1.0,0.0};
|
||||
dir[] = {0.0,0.0,0.0};
|
||||
pos[] = {0,0,0};
|
||||
};
|
||||
};
|
||||
//};
|
||||
BIN
dayz_equip/textures/bronzebar_AS.paa
Normal file
BIN
dayz_equip/textures/bronzebar_AS.paa
Normal file
Binary file not shown.
BIN
dayz_equip/textures/bronzebar_NOHQ.paa
Normal file
BIN
dayz_equip/textures/bronzebar_NOHQ.paa
Normal file
Binary file not shown.
BIN
dayz_equip/textures/bronzebar_SMDI.paa
Normal file
BIN
dayz_equip/textures/bronzebar_SMDI.paa
Normal file
Binary file not shown.
BIN
dayz_equip/textures/bronzebar_co.paa
Normal file
BIN
dayz_equip/textures/bronzebar_co.paa
Normal file
Binary file not shown.
BIN
dayz_equip/textures/equip_bar_bronze_ca.paa
Normal file
BIN
dayz_equip/textures/equip_bar_bronze_ca.paa
Normal file
Binary file not shown.
Reference in New Issue
Block a user