Increase coverage angle of LandVehicle headlights

Vanilla commits:

194479c98e

369bc6c5f3

5b591a25c1

78d65bd1ae
This commit is contained in:
ebayShopper
2017-11-19 16:36:48 -05:00
parent 89a43cad8a
commit 43d349c4f3
6 changed files with 82 additions and 24 deletions

View File

@@ -52,6 +52,8 @@ class AH6J_EP1_DZE: AH6J_EP1_DZ
class AH6X_DZ: AH6X_EP1 {
displayname = $STR_VEH_NAME_AH6X;
displaynameshort = $STR_EP1_DN_AH6X;
model = "dayz_vehicles\helicopters\greybird\greybird.p3d";
//cargoAction[] = {"AH6j_Cargo_EP1","UH1Y_Cargo01","UH1Y_Cargo01"};
audible = 6;
enablemanualfire = 0;
scope = public;
@@ -61,7 +63,6 @@ class AH6X_DZ: AH6X_EP1 {
hiddenselections[] = {"camo1"};
hiddenselectionstextures[] = {"ca\air_e\ah6j\data\ah6_merge1_co.paa"};
icon = "\ca\air_e\data\UI\Icon_ah6x_CA.paa";
model = "\ca\air_e\ah6j\ah6x";
picture = "\ca\air_e\data\UI\Picture_ah6x_CA.paa";
isuav = 0;
radartype = 0;

View File

@@ -14,13 +14,14 @@ class UH1H_base: Helicopter
};
};
class UH1H_DZ: UH1H_base
class UH1H_DZ: UH1H_base
{
displayname = "UH-1H (Green Camo)";
displaynameshort = "UH-1H (Green Camo)";
scope = public;
side = 2;
crew = "";
model = "dayz_vehicles\helicopters\huey\huey.p3d";
typicalCargo[] = {};
hiddenSelections[] = {};
class TransportMagazines{};