mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
hpp newline fixes. Case sensitivity for model and rvmat references
This commit is contained in:
@ -1,2 +1 @@
|
||||
z\ace\addons\dragon
|
||||
|
||||
z\ace\addons\dragon
|
@ -7,5 +7,4 @@ class EGVAR(missileguidance,AttackProfiles) {
|
||||
onFired = QFUNC(onFired);
|
||||
functionName = QFUNC(attackProfile_DRAGON);
|
||||
};
|
||||
};
|
||||
|
||||
};
|
@ -143,5 +143,4 @@ class CfgAmmo {
|
||||
soundHit[] = {QPATHTOF(sounds\service_charge.wss),56.23413,1,1800};
|
||||
multiSoundHit[] = {"soundDefault1", 1};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
@ -8,5 +8,4 @@ class Extended_PreInit_EventHandlers {
|
||||
class ADDON {
|
||||
init = QUOTE(call COMPILE_FILE(XEH_preInit));
|
||||
};
|
||||
};
|
||||
|
||||
};
|
@ -12,5 +12,4 @@ class CfgMagazines {
|
||||
displayNameShort = CSTRING(dragonName);
|
||||
descriptionShort = CSTRING(dragonDescription);
|
||||
};
|
||||
};
|
||||
|
||||
};
|
@ -36,7 +36,20 @@ class CfgVehicles {
|
||||
cost = 150000;
|
||||
class Damage {
|
||||
tex[] = {};
|
||||
mat[] = {"a3\static_f_gamma\data\staticturret_01.rvmat","a3\static_f_gamma\data\staticturret_01_damage.rvmat","a3\static_f_gamma\data\staticturret_01_destruct.rvmat","a3\static_f_gamma\data\staticturret_02.rvmat","a3\static_f_gamma\data\staticturret_02_damage.rvmat","a3\static_f_gamma\data\staticturret_02_destruct.rvmat","a3\weapons_f_beta\launchers\titan\data\titan_launcher.rvmat","a3\weapons_f_beta\launchers\titan\data\titan_launcher_damage.rvmat","a3\weapons_f_beta\launchers\titan\data\titan_launcher_destruct.rvmat","a3\weapons_f_beta\launchers\titan\data\titan_mtube.rvmat","a3\weapons_f_beta\launchers\titan\data\titan_mtube_damage.rvmat","a3\weapons_f_beta\launchers\titan\data\titan_mtube_destruct.rvmat"};
|
||||
mat[] = {
|
||||
"a3\static_f_gamma\data\staticturret_01.rvmat",
|
||||
"a3\static_f_gamma\data\staticturret_01_damage.rvmat",
|
||||
"a3\static_f_gamma\data\staticturret_01_destruct.rvmat",
|
||||
"a3\static_f_gamma\data\staticturret_02.rvmat",
|
||||
"a3\static_f_gamma\data\staticturret_02_damage.rvmat",
|
||||
"a3\static_f_gamma\data\staticturret_02_destruct.rvmat",
|
||||
"a3\weapons_f_beta\launchers\titan\data\titan_launcher.rvmat",
|
||||
"a3\weapons_f_beta\launchers\titan\data\titan_launcher_damage.rvmat",
|
||||
"a3\weapons_f_beta\launchers\titan\data\titan_launcher_destruct.rvmat",
|
||||
"a3\weapons_f_beta\launchers\titan\data\titan_mtube.rvmat",
|
||||
"a3\weapons_f_beta\launchers\titan\data\titan_mtube_damage.rvmat",
|
||||
"a3\weapons_f_beta\launchers\titan\data\titan_mtube_destruct.rvmat"
|
||||
};
|
||||
};
|
||||
class Turrets: Turrets {
|
||||
class MainTurret: MainTurret {
|
||||
@ -191,5 +204,4 @@ class CfgVehicles {
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
@ -76,5 +76,4 @@ class CfgWeapons {
|
||||
mass = 68;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
@ -2,5 +2,4 @@ PREP(attackProfile_DRAGON);
|
||||
PREP(canPickupTripod);
|
||||
PREP(onFired);
|
||||
PREP(onDisassemble);
|
||||
PREP(canDeployWeapon);
|
||||
|
||||
PREP(canDeployWeapon);
|
@ -1,5 +1,5 @@
|
||||
class StageTI {
|
||||
texture="z\ace\addons\dragon\data\M47_TI_CA.paa";
|
||||
texture="z\ace\addons\dragon\data\m47_ti_ca.paa";
|
||||
};
|
||||
ambient[]={0.958,0.984,1,1};
|
||||
diffuse[]={0.958,0.984,1,1};
|
||||
@ -10,7 +10,7 @@ specularPower=90;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1 {
|
||||
texture="z\ace\addons\dragon\data\M47_nohq.paa";
|
||||
texture="z\ace\addons\dragon\data\m47_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform {
|
||||
aside[]={1,0,0};
|
||||
@ -20,7 +20,7 @@ class Stage1 {
|
||||
};
|
||||
};
|
||||
class Stage2 {
|
||||
texture="a3\weapons_f\data\detailmaps\Metal_rough_DT.tga";
|
||||
texture="a3\weapons_f\Data\DetailMaps\Metal_rough_DT.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform {
|
||||
aside[]={1,0,0};
|
||||
@ -50,7 +50,7 @@ class Stage4 {
|
||||
};
|
||||
};
|
||||
class Stage5 {
|
||||
texture="z\ace\addons\dragon\data\M47_smdi.paa";
|
||||
texture="z\ace\addons\dragon\data\m47_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform {
|
||||
aside[]={1,0,0};
|
||||
@ -70,7 +70,7 @@ class Stage6 {
|
||||
};
|
||||
};
|
||||
class Stage7 {
|
||||
texture="a3\data_f\env_land_co.tga";
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform {
|
||||
aside[]={1,0,0};
|
||||
|
@ -1,5 +1,5 @@
|
||||
class StageTI {
|
||||
texture="z\ace\addons\dragon\data\M47_TI_CA.paa";
|
||||
texture="z\ace\addons\dragon\data\m47_ti_ca.paa";
|
||||
};
|
||||
ambient[]={0.989,1,0.958,1};
|
||||
diffuse[]={0.989,1,0.958,1};
|
||||
@ -10,7 +10,7 @@ specularPower=90;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1 {
|
||||
texture="z\ace\addons\dragon\data\M47mis_nohq.paa";
|
||||
texture="z\ace\addons\dragon\data\m47mis_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform {
|
||||
aside[]={1,0,0};
|
||||
@ -20,7 +20,7 @@ class Stage1 {
|
||||
};
|
||||
};
|
||||
class Stage2 {
|
||||
texture="a3\weapons_f\data\detailmaps\Metal_rough_DT.tga";
|
||||
texture="a3\weapons_f\Data\DetailMaps\Metal_rough_DT.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform {
|
||||
aside[]={1,0,0};
|
||||
@ -50,7 +50,7 @@ class Stage4 {
|
||||
};
|
||||
};
|
||||
class Stage5 {
|
||||
texture="z\ace\addons\dragon\data\M47mis_smdi.paa";
|
||||
texture="z\ace\addons\dragon\data\m47mis_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform {
|
||||
aside[]={1,0,0};
|
||||
@ -70,7 +70,7 @@ class Stage6 {
|
||||
};
|
||||
};
|
||||
class Stage7 {
|
||||
texture="a3\data_f\env_land_co.tga";
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform {
|
||||
aside[]={1,0,0};
|
||||
|
@ -1,2 +1 @@
|
||||
#include "\z\ace\addons\dragon\script_component.hpp"
|
||||
|
||||
#include "\z\ace\addons\dragon\script_component.hpp"
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -91,5 +91,4 @@ class CfgModels {
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
Binary file not shown.
@ -15,5 +15,4 @@
|
||||
#endif
|
||||
|
||||
#include "\z\ace\addons\main\script_macros.hpp"
|
||||
#define DRAGON_BOOSTER_ANGLE 45
|
||||
|
||||
#define DRAGON_BOOSTER_ANGLE 45
|
Reference in New Issue
Block a user