2015-07-15 03:51:13 +00:00
|
|
|
class ACE_Settings {
|
2016-03-06 14:41:17 +00:00
|
|
|
class GVAR(allowSelectiveUI) {
|
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(AllowSelectiveUI);
|
|
|
|
description = CSTRING(AllowSelectiveUI_Description);
|
|
|
|
typeName = "BOOL";
|
|
|
|
value = 1;
|
|
|
|
};
|
|
|
|
|
2015-10-28 22:23:02 +00:00
|
|
|
// BASIC
|
|
|
|
class GVAR(soldierVehicleWeaponInfo) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(SoldierVehicleWeaponInfo);
|
2015-07-15 03:51:13 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
2015-07-15 03:51:13 +00:00
|
|
|
};
|
2015-10-28 22:23:02 +00:00
|
|
|
class GVAR(vehicleRadar) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(VehicleRadar);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(vehicleCompass) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(VehicleCompass);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(commandMenu) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(CommandMenu);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(groupBar) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(GroupBar);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 0;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
|
|
|
|
// ADVANCED
|
2016-06-02 12:32:39 +00:00
|
|
|
// Soldier
|
2015-07-15 03:51:13 +00:00
|
|
|
class GVAR(weaponName) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(WeaponName);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-07-15 03:51:13 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(weaponNameBackground) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(WeaponNameBackground);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
2015-07-15 03:51:13 +00:00
|
|
|
};
|
2015-10-28 22:23:02 +00:00
|
|
|
class GVAR(firingMode) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(FiringMode);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-07-15 03:51:13 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(ammoType) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(AmmoType);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(ammoCount) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(AmmoCount);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-07-05 21:01:25 +00:00
|
|
|
value = 0;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
2015-07-15 03:51:13 +00:00
|
|
|
class GVAR(magCount) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(MagCount);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-07-15 03:51:13 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
2015-07-15 03:51:13 +00:00
|
|
|
};
|
2016-03-06 14:41:17 +00:00
|
|
|
class GVAR(throwableName) {
|
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(throwableName);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-07-15 03:51:13 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
2015-07-15 03:51:13 +00:00
|
|
|
};
|
2016-03-06 14:41:17 +00:00
|
|
|
class GVAR(throwableCount) {
|
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(throwableCount);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-07-15 03:51:13 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
2015-07-15 03:51:13 +00:00
|
|
|
};
|
|
|
|
class GVAR(zeroing) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(Zeroing);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-07-15 03:51:13 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(weaponLowerInfoBackground) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
2016-06-02 12:32:39 +00:00
|
|
|
displayName = CSTRING(WeaponLowerInfoBackground);
|
2016-03-06 14:41:17 +00:00
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(stance) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(Stance);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
2016-03-09 17:58:46 +00:00
|
|
|
class GVAR(staminaBar) {
|
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(StaminaBar);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
|
|
|
typeName = "BOOL";
|
|
|
|
value = 1;
|
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
2015-10-28 22:23:02 +00:00
|
|
|
|
2016-06-02 12:32:39 +00:00
|
|
|
// Gunner
|
|
|
|
class GVAR(gunnerWeaponName) {
|
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(GunnerWeaponName);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
|
|
|
typeName = "BOOL";
|
|
|
|
value = 1;
|
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(gunnerWeaponNameBackground) {
|
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(GunnerWeaponNameBackground);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
|
|
|
typeName = "BOOL";
|
|
|
|
value = 1;
|
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(gunnerFiringMode) {
|
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(GunnerFiringMode);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
|
|
|
typeName = "BOOL";
|
|
|
|
value = 1;
|
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(gunnerAmmoType) {
|
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(GunnerAmmoType);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
|
|
|
typeName = "BOOL";
|
|
|
|
value = 1;
|
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(gunnerAmmoCount) {
|
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(GunnerAmmoCount);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
|
|
|
typeName = "BOOL";
|
|
|
|
value = 1;
|
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(gunnerMagCount) {
|
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(GunnerMagCount);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
|
|
|
typeName = "BOOL";
|
|
|
|
value = 1;
|
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(gunnerLaunchableName) {
|
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(gunnerLaunchableName);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
|
|
|
typeName = "BOOL";
|
|
|
|
value = 1;
|
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(gunnerLaunchableCount) {
|
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(gunnerLaunchableCount);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
|
|
|
typeName = "BOOL";
|
|
|
|
value = 1;
|
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(gunnerZeroing) {
|
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(GunnerZeroing);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
|
|
|
typeName = "BOOL";
|
|
|
|
value = 1;
|
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(gunnerWeaponLowerInfoBackground) {
|
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(GunnerWeaponLowerInfoBackground);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
|
|
|
typeName = "BOOL";
|
|
|
|
value = 1;
|
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
|
2015-10-28 22:23:02 +00:00
|
|
|
// Vehicle
|
|
|
|
class GVAR(vehicleName) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(VehicleName);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(vehicleNameBackground) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(VehicleNameBackground);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(vehicleFuelBar) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(VehicleFuelBar);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(vehicleSpeed) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(VehicleSpeed);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(vehicleAltitude) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(VehicleAltitude);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(vehicleDamage) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(VehicleDamage);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
|
|
|
class GVAR(vehicleInfoBackground) {
|
2016-03-06 14:41:17 +00:00
|
|
|
category = CSTRING(Category);
|
|
|
|
displayName = CSTRING(VehicleInfoBackground);
|
|
|
|
description = CSTRING(RequiresSoldierVehicleWeaponInfo);
|
2015-10-28 22:23:02 +00:00
|
|
|
typeName = "BOOL";
|
2016-03-06 14:41:17 +00:00
|
|
|
value = 1;
|
2015-10-28 22:23:02 +00:00
|
|
|
isClientSettable = 1;
|
|
|
|
};
|
2015-07-15 03:51:13 +00:00
|
|
|
};
|