Added plate for Karen
This commit is contained in:
@@ -139,6 +139,16 @@ class CfgVehicles {
|
||||
initPhase = 0;
|
||||
animPeriod = 1;
|
||||
};
|
||||
class plate_back_source {
|
||||
source = "user";
|
||||
initPhase = 0;
|
||||
animPeriod = 1;
|
||||
};
|
||||
class plate_front_source {
|
||||
source = "user";
|
||||
initPhase = 0;
|
||||
animPeriod = 1;
|
||||
};
|
||||
class recoil_rest_source {
|
||||
source = "user";
|
||||
initPhase = 0;
|
||||
|
||||
Binary file not shown.
104
addons/m119/tbd_m119/data/plate.rvmat
Normal file
104
addons/m119/tbd_m119/data/plate.rvmat
Normal file
@@ -0,0 +1,104 @@
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//DeRap: Produced from mikero's Dos Tools Dll version 5.52
|
||||
//'now' is Fri Feb 09 09:45:35 2018 : 'file' last modified on Fri Feb 09 09:45:35 2018
|
||||
//http://dev-heaven.net/projects/list_files/mikero-pbodll
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define _ARMA_
|
||||
|
||||
//Class armor_f_gamma : MBT_01\Data\MBT_01_body.rvmat{
|
||||
ambient[] = { 0.65, 0.65, 0.65, 0.65 };
|
||||
diffuse[] = { 0.65, 0.65, 0.65, 0.65 };
|
||||
forcedDiffuse[] = { 0, 0, 0, 1 };
|
||||
emmisive[] = { 0, 0, 0, 1 };
|
||||
specular[] = { 0.5, 0.5, 0.5, 0.5 };
|
||||
specularPower = 30;
|
||||
PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
|
||||
|
||||
|
||||
class Stage1
|
||||
{
|
||||
texture="x\TBD_M119\addons\M119\tbd_m119\data\plate_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[] = {1,0,0};
|
||||
up[] = {0,1,0};
|
||||
dir[] = {0,0,0};
|
||||
pos[] = {0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture = "#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[] = {1,0,0};
|
||||
up[] = {0,1,0};
|
||||
dir[] = {0,0,0};
|
||||
pos[] = {0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture = "#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[] = {1,0,0};
|
||||
up[] = {0,1,0};
|
||||
dir[] = {0,0,0};
|
||||
pos[] = {0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="x\TBD_M119\addons\M119\tbd_m119\data\plate_as.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[] = {1,0,0};
|
||||
up[] = {0,1,0};
|
||||
dir[] = {0,0,0};
|
||||
pos[] = {0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="x\TBD_M119\addons\M119\tbd_m119\data\plate_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[] = {1,0,0};
|
||||
up[] = {0,1,0};
|
||||
dir[] = {0,0,0};
|
||||
pos[] = {0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6 {
|
||||
texture = "#(ai,64,64,1)fresnel(1.5,0.45)";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
up[] = { 0, 1, 0 };
|
||||
dir[] = { 0, 0, 1 };
|
||||
pos[] = { 0, 0, 0 };
|
||||
};
|
||||
};
|
||||
class Stage7 {
|
||||
texture = "a3\data_f\env_land_ca.paa";
|
||||
useWorldEnvMap = "true";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
up[] = { 0, 1, 0 };
|
||||
dir[] = { 0, 0, 1 };
|
||||
pos[] = { 0, 0, 0 };
|
||||
};
|
||||
};
|
||||
class StageTI {
|
||||
texture = "a3\data_f\default_vehicle_ti_ca.paa";
|
||||
};
|
||||
BIN
addons/m119/tbd_m119/data/plate_as.paa
Normal file
BIN
addons/m119/tbd_m119/data/plate_as.paa
Normal file
Binary file not shown.
BIN
addons/m119/tbd_m119/data/plate_co.paa
Normal file
BIN
addons/m119/tbd_m119/data/plate_co.paa
Normal file
Binary file not shown.
BIN
addons/m119/tbd_m119/data/plate_nohq.paa
Normal file
BIN
addons/m119/tbd_m119/data/plate_nohq.paa
Normal file
Binary file not shown.
BIN
addons/m119/tbd_m119/data/plate_smdi.paa
Normal file
BIN
addons/m119/tbd_m119/data/plate_smdi.paa
Normal file
Binary file not shown.
@@ -13,9 +13,10 @@ class CfgSkeletons
|
||||
isDiscrete = 0;
|
||||
skeletonInherit = "";
|
||||
skeletonBones[] =
|
||||
{
|
||||
{ "plate_front", "",
|
||||
"rest", "",
|
||||
"rightwheel", "rest",
|
||||
"plate_back", "rest",
|
||||
"rightwheel", "rest",
|
||||
"leftwheel", "rest",
|
||||
"otocvez", "rest",
|
||||
"handle_horizontal", "rest",
|
||||
@@ -271,6 +272,20 @@ class Animations
|
||||
selection="magazine";
|
||||
hideValue=1;
|
||||
};
|
||||
class plate_front_hide
|
||||
{
|
||||
type="hide";
|
||||
source="plate_front_source";
|
||||
selection="plate_front";
|
||||
hideValue=1;
|
||||
};
|
||||
class plate_back_hide
|
||||
{
|
||||
type="hide";
|
||||
source="plate_back_source";
|
||||
selection="plate_back";
|
||||
hideValue=1;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user