Port inventory picture and model

This commit is contained in:
VKing 2015-12-17 00:21:54 +01:00
parent e0a21ce144
commit d8c8d02177
10 changed files with 10 additions and 10 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -7,8 +7,8 @@ class cfgMagazines {
author = ECSTRING(common,ACETeam);
displayName = CSTRING(magazine_HE_displayName);
descriptionShort = CSTRING(magazine_HE_descriptionShort);
model = "\A3\weapons_f\launchers\RPG32\tbg32v_rocket_item.p3d";
picture = "\A3\Weapons_F\launchers\RPG32\data\UI\gear_tbg32v_rocket_ca.paa";
model = PATHTOF(data\l16_ammo_he.p3d)
picture = PATHTOF(UI\w_l16_ammo_he_ca.paa);
mass = 10;
};
class 8Rnd_82mm_Mo_Smoke_white;
@ -19,8 +19,8 @@ class cfgMagazines {
author = ECSTRING(common,ACETeam);
displayName = CSTRING(magazine_Smoke_displayName);
descriptionShort = CSTRING(magazine_Smoke_descriptionShort);
model = "\A3\weapons_f\launchers\RPG32\tbg32v_rocket_item.p3d";
picture = "\A3\Weapons_F\launchers\RPG32\data\UI\gear_tbg32v_rocket_ca.paa";
model = PATHTOF(data\l16_ammo_smk_white.p3d)
picture = PATHTOF(UI\w_l16_ammo_smk_white_ca.paa);
mass = 10;
};
class 8Rnd_82mm_Mo_Flare_white;
@ -31,8 +31,8 @@ class cfgMagazines {
author = ECSTRING(common,ACETeam);
displayName = CSTRING(magazine_Illum_displayName);
descriptionShort = CSTRING(magazine_Illum_descriptionShort);
model = "\A3\weapons_f\launchers\RPG32\tbg32v_rocket_item.p3d";
picture = "\A3\Weapons_F\launchers\RPG32\data\UI\gear_tbg32v_rocket_ca.paa";
model = PATHTOF(data\l16_ammo_illum.p3d)
picture = PATHTOF(UI\w_l16_ammo_illum_ca.paa);
mass = 10;
};
class 8Rnd_82mm_Mo_guided;
@ -43,8 +43,8 @@ class cfgMagazines {
author = ECSTRING(common,ACETeam);
displayName = CSTRING(magazine_HE_Guided_displayName);
descriptionShort = CSTRING(magazine_HE_Guided_descriptionShort);
model = "\A3\weapons_f\launchers\RPG32\tbg32v_rocket_item.p3d";
picture = "\A3\Weapons_F\launchers\RPG32\data\UI\gear_tbg32v_rocket_ca.paa";
model = PATHTOF(data\l16_ammo_he.p3d)
picture = PATHTOF(UI\w_l16_ammo_he_ca.paa);
mass = 10;
};
class 8Rnd_82mm_Mo_LG;
@ -55,8 +55,8 @@ class cfgMagazines {
author = ECSTRING(common,ACETeam);
displayName = CSTRING(magazine_HE_LaserGuided_displayName);
descriptionShort = CSTRING(magazine_HE_LaserGuided_descriptionShort);
model = "\A3\weapons_f\launchers\RPG32\tbg32v_rocket_item.p3d";
picture = "\A3\Weapons_F\launchers\RPG32\data\UI\gear_tbg32v_rocket_ca.paa";
model = PATHTOF(data\l16_ammo_he.p3d)
picture = PATHTOF(UI\w_l16_ammo_he_ca.paa);
mass = 10;
};
};

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.