Added ACE Spareparts and fixed small old mistakes

This commit is contained in:
Christian 2017-08-09 12:46:46 +02:00
parent db561baebb
commit fef06e91ee
9 changed files with 18 additions and 9 deletions

View File

@ -81,7 +81,7 @@
#define FontM "puristaMedium"
#define COLOR_BROWN { 0.18, 0.14, 0.11, 0.75 }
#define COLOR_BROWN { 0.30, 0.25, 0.2, 0.75 }
#define COLOR_GREEN { 0.2, 0.23, 0.18, 0.75 }
#define COLOR_LIGHTGREEN { 0.4, 0.55, 0.36, 0.4 }
#define COLOR_LIGHTGRAY { 0.6, 0.6, 0.6, 0.8 }
@ -626,7 +626,6 @@ class GREUH_Menu {
};
class GREUH_FPSEdit {
idc = 960;
access = 0;
type = CT_EDIT;
style = ST_LEFT + ST_FRAME;
x = 0.317 * safezoneW + safezoneX;
@ -834,7 +833,7 @@ class GREUH_respawn {
h = 0.04 * safezoneH;
text = $STR_GREUH_REPLACE_NEAREST_AI;
action = "replace_ai = 1";
}
};
class GREUH_Useless : GREUH_Respawn {
idc = -1;
x = -5;
@ -905,4 +904,4 @@ class GREUH_respawn {
w = 0.2 * safezoneW + 0.01;
h = 0.03 * safezoneH + 0.01;
};
};
};

View File

@ -231,6 +231,8 @@ support_vehicles = [
["ACE_Box_82mm_Mo_HE",50,40,0],
["ACE_Box_82mm_Mo_Smoke",50,10,0],
["ACE_Box_82mm_Mo_Illum",50,10,0],
["ACE_Wheel",10,0,0],
["ACE_Track",10,0,0],
["UK3CB_BAF_Box_WpsStatic",300,300,0],
["UK3CB_BAF_Box_L16_Ammo",0,0,0],
["UK3CB_BAF_Box_M6_Ammo",0,0,0],

View File

@ -260,6 +260,8 @@ support_vehicles = [
["ACE_Box_82mm_Mo_HE",50,40,0],
["ACE_Box_82mm_Mo_Smoke",50,10,0],
["ACE_Box_82mm_Mo_Illum",50,10,0],
["ACE_Wheel",10,0,0],
["ACE_Track",10,0,0],
["B_T_APC_Tracked_01_CRV_F",500,250,350], //CRV-6e Bobcat
["B_T_Truck_01_Repair_F",325,0,75], //HEMTT Repair
["B_T_Truck_01_fuel_F",125,0,275], //HEMTT Fuel

View File

@ -266,6 +266,8 @@ support_vehicles = [
["ACE_Box_82mm_Mo_HE",50,40,0],
["ACE_Box_82mm_Mo_Smoke",50,10,0],
["ACE_Box_82mm_Mo_Illum",50,10,0],
["ACE_Wheel",10,0,0],
["ACE_Track",10,0,0],
["B_APC_Tracked_01_CRV_F",500,250,350], //CRV-6e Bobcat
["B_Truck_01_Repair_F",325,0,75], //HEMTT Repair
["B_Truck_01_fuel_F",125,0,275], //HEMTT Fuel

View File

@ -224,6 +224,8 @@ support_vehicles = [
["ACE_Box_82mm_Mo_HE",50,40,0],
["ACE_Box_82mm_Mo_Smoke",50,10,0],
["ACE_Box_82mm_Mo_Illum",50,10,0],
["ACE_Wheel",10,0,0],
["ACE_Track",10,0,0],
["B_APC_Tracked_01_CRV_F",500,250,350], //CRV-6e Bobcat
["rhsusf_M977A4_REPAIR_BKIT_usarmy_wd",325,0,75], //M977A4 Repair
["rhsusf_M978A4_BKIT_usarmy_wd",125,0,275], //M978A4 Fuel

View File

@ -229,6 +229,8 @@ support_vehicles = [
["ACE_Box_82mm_Mo_HE",50,40,0],
["ACE_Box_82mm_Mo_Smoke",50,10,0],
["ACE_Box_82mm_Mo_Illum",50,10,0],
["ACE_Wheel",10,0,0],
["ACE_Track",10,0,0],
["B_APC_Tracked_01_CRV_F",500,250,350], //CRV-6e Bobcat
["rhsusf_M977A4_REPAIR_BKIT_usarmy_wd",325,0,75], //M977A4 Repair
["rhsusf_M978A4_BKIT_usarmy_wd",125,0,275], //M978A4 Fuel

View File

@ -220,6 +220,8 @@ support_vehicles = [
["ACE_Box_82mm_Mo_HE",50,40,0],
["ACE_Box_82mm_Mo_Smoke",50,10,0],
["ACE_Box_82mm_Mo_Illum",50,10,0],
["ACE_Wheel",10,0,0],
["ACE_Track",10,0,0],
["B_APC_Tracked_01_CRV_F",500,250,350], //CRV-6e Bobcat
["rhsusf_M977A4_REPAIR_usarmy_d",325,0,75], //M977A4 Repair
["rhsusf_M978A4_usarmy_d",125,0,275], //M978A4 Fuel

View File

@ -137,7 +137,7 @@ class liberation_build {
idc = 1095;
x = (0.527 * safezoneW + safezoneX);
text = "\A3\ui_f\data\map\mapcontrol\Bunker_CA.paa";
}
};
class BuildBuildingButton : BuildTypeButton{
idc = 109;
text = "";
@ -221,7 +221,7 @@ class liberation_build {
0,
0.65,
0.75,
0.85,
0.85
};
onLBSelChanged="";
shadow = 2;
@ -311,4 +311,4 @@ class liberation_build {
align = "right";
valign = "top";
};
};
};

View File

@ -1,6 +1,5 @@
class kndr_MapControl
{
access = 0;
idc = 10023;
type = CT_MAP_MAIN;
style = ST_PICTURE;
@ -518,7 +517,6 @@ class StdCombo {
class StdEdit {
idc = -1;
access = 0;
type = CT_EDIT;
style = ST_RIGHT+ST_FRAME;
default = false;