formating

This commit is contained in:
commy2 2015-01-12 20:27:43 +01:00
parent 1ea2afaec5
commit 72e3d7519b
12 changed files with 3442 additions and 3451 deletions

View File

@ -3,16 +3,12 @@
class CfgPatches {
class ADDON {
units[] = {"ACE_Box_Misc"};
weapons[] = {"ACE_ItemCore", "ACE_FakePrimaryWeapon"};
requiredVersion = 0.60;
requiredAddons[] = {
"ace_main"
};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
weapons[] = {"ACE_ItemCore","ACE_FakePrimaryWeapon"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_main"};
author[] = {"KoffeinFlummi"};
authorUrl = "https://github.com/KoffeinFlummi/";
VERSION_CONFIG;
};
};

View File

@ -1,11 +1,12 @@
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {
"a3_air_f",
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {
"a3_air_f",
"a3_air_f_beta",
"a3_air_f_beta_heli_attack_01",
"a3_air_f_beta_heli_attack_02",
@ -491,48 +492,48 @@ class CfgPatches {
"a3_weapons_f_vests",
"a3data",
"extended_eventhandlers", "CBA_UI", "CBA_XEH", "CBA_XEH_A3"
};
author[] = {"ACE Team"};
authorUrl = "";
versionDesc = "A.C.E.";
versionAct = "['MAIN',_this] execVM '\z\ace\addons\main\about.sqf';";
VERSION_CONFIG;
};
};
author[] = {"ACE Team"};
authorUrl = "";
versionDesc = "A.C.E.";
versionAct = "['MAIN',_this] execVM '\z\ace\addons\main\about.sqf';";
VERSION_CONFIG;
};
};
class CfgMods {
class PREFIX {
dir = "@ACE";
name = "Core - Advanced Combat Environment";
picture = "A3\Ui_f\data\Logos\arma3_expansion_alpha_ca";
hidePicture = "true";
hideName = "true";
actionName = "Website";
action = "http://ace.dev-heaven.net";
description = "Bugtracker: ";
};
class PREFIX {
dir = "@ACE";
name = "Core - Advanced Combat Environment";
picture = "A3\Ui_f\data\Logos\arma3_expansion_alpha_ca";
hidePicture = "true";
hideName = "true";
actionName = "Website";
action = "http://ace.dev-heaven.net";
description = "Bugtracker: ";
};
};
class CfgSettings {
class CBA {
class Versioning {
class PREFIX {
level = DEFAULT_VERSIONING_LEVEL;
handler = "ace_common_fnc_mismatch";
class Dependencies {
CBA[]={"cba_main", {1,0,0}, "true"};
XEH[]={"cba_xeh", {1,0,0}, "true"};
};
};
};
class CBA {
class Versioning {
class PREFIX {
level = DEFAULT_VERSIONING_LEVEL;
handler = "ace_common_fnc_mismatch";
class Dependencies {
CBA[]={"cba_main", {1,0,0}, "true"};
XEH[]={"cba_xeh", {1,0,0}, "true"};
};
};
};
/*
class Registry {
class PREFIX {
removed[] = {};
};
};
class Registry {
class PREFIX {
removed[] = {};
};
};
*/
};
};
};
#include "CfgModuleCategories.hpp"

File diff suppressed because it is too large Load Diff

View File

@ -2,11 +2,11 @@
#include "\z\ace\Addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_RAGDOLLS
#define DEBUG_MODE_FULL
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_ENABLED_RAGDOLLS
#define DEBUG_SETTINGS DEBUG_ENABLED_RAGDOLLS
#define DEBUG_SETTINGS DEBUG_ENABLED_RAGDOLLS
#endif
#include "\z\ace\Addons\main\script_macros.hpp"

File diff suppressed because it is too large Load Diff

View File

@ -2,11 +2,11 @@
#include "\z\ace\Addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_REALISTICNAMES
#define DEBUG_MODE_FULL
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_ENABLED_REALISTICNAMES
#define DEBUG_SETTINGS DEBUG_ENABLED_REALISTICNAMES
#define DEBUG_SETTINGS DEBUG_ENABLED_REALISTICNAMES
#endif
#include "\z\ace\Addons\main\script_macros.hpp"

File diff suppressed because it is too large Load Diff

View File

@ -1,42 +1,40 @@
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {ace_core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
author[] = {"[TF]Nkey"};
authorUrl = "https://github.com/michail-nikolaev/";
};
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {ace_common};
author[] = {"[TF]Nkey"};
authorUrl = "https://github.com/michail-nikolaev/";
VERSION_CONFIG;
};
};
class CfgVehicles {
class Land;
class Man: Land {
mFact = 1; // Metabolism factor - number from interval <0, 1> (0 - metabolism has no influence, 1 - metabolism has full influence (no other temperature source will be considered))
tBody = 32; // Metabolism temperature of the model (in celsius)
};
class Land;
class Man: Land {
mFact = 1; // Metabolism factor - number from interval <0, 1> (0 - metabolism has no influence, 1 - metabolism has full influence (no other temperature source will be considered))
tBody = 32; // Metabolism temperature of the model (in celsius)
};
class All;
// Up to this point, the thermal properties apply to the entire model,
// so if a vehicle's engine starts, the entire model will begin to warm up at the rate of htMax up to a temperature of afMax,
// likewise if it begins driving, the entire model will heat up at the rate specified by htMax to a maximum temperature of mfMax.
class AllVehicles: All {
htMin=60; // Minimum half-cooling time (in seconds)
htMax=1800; // Maximum half-cooling time (in seconds)
afMax=70; // Maximum temperature in case the model is alive (in celsius)
mfMax=50; // Maximum temperature when the model is moving (in celsius)
mFact=0.0; // Metabolism factor - number from interval <0, 1> (0 - metabolism has no influence, 1 - metabolism has full influence (no other temperature source will be considered))
tBody=0; // Metabolism temperature of the model (in celsius)
};
class All;
// Up to this point, the thermal properties apply to the entire model,
// so if a vehicle's engine starts, the entire model will begin to warm up at the rate of htMax up to a temperature of afMax,
// likewise if it begins driving, the entire model will heat up at the rate specified by htMax to a maximum temperature of mfMax.
class AllVehicles: All {
htMin=60; // Minimum half-cooling time (in seconds)
htMax=1800; // Maximum half-cooling time (in seconds)
afMax=70; // Maximum temperature in case the model is alive (in celsius)
mfMax=50; // Maximum temperature when the model is moving (in celsius)
mFact=0.0; // Metabolism factor - number from interval <0, 1> (0 - metabolism has no influence, 1 - metabolism has full influence (no other temperature source will be considered))
tBody=0; // Metabolism temperature of the model (in celsius)
};
class Animal;
class Animal_Base_F: Animal {
mFact = 1; // Metabolism factor - number from interval <0, 1> (0 - metabolism has no influence, 1 - metabolism has full influence (no other temperature source will be considered))
tBody = 32; // Metabolism temperature of the model (in celsius)
};
class Animal;
class Animal_Base_F: Animal {
mFact = 1; // Metabolism factor - number from interval <0, 1> (0 - metabolism has no influence, 1 - metabolism has full influence (no other temperature source will be considered))
tBody = 32; // Metabolism temperature of the model (in celsius)
};
};

View File

@ -2,11 +2,11 @@
#include "\z\ace\Addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_THERMALS
#define DEBUG_MODE_FULL
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_ENABLED_THERMALS
#define DEBUG_SETTINGS DEBUG_ENABLED_THERMALS
#define DEBUG_SETTINGS DEBUG_ENABLED_THERMALS
#endif
#include "\z\ace\Addons\main\script_macros.hpp"

View File

@ -1,5 +1,5 @@
class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call compile preprocessFileLineNumbers PATHTOF(XEH_preInit.sqf) );
};
class ADDON {
init = QUOTE( call compile preprocessFileLineNumbers PATHTOF(XEH_preInit.sqf) );
};
};

View File

@ -1,17 +1,17 @@
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {"ace_core"};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
author[] = {""};
authorUrl = "";
};
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {"ace_core"};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
author[] = {""};
authorUrl = "";
};
};
#include "CfgEventHandlers.hpp"

View File

@ -2,11 +2,11 @@
#include "\z\ace\addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_BLANK
#define DEBUG_MODE_FULL
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_BLANK
#define DEBUG_SETTINGS DEBUG_SETTINGS_BLANK
#define DEBUG_SETTINGS DEBUG_SETTINGS_BLANK
#endif
#include "\z\ace\addons\main\script_macros.hpp"