-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix!: Reorganize addons in GSRI Gear (#28)
* Fix!: Unify backpacks, headgear, uniforms, vests in a single "equipment" addon * Feat: Tweak and adjust balistic/load/mass values in order to better reflect general appearance and offer a wide range of load-carrying/weight mixes * Fix: authors not properly inherited on custom objects, because why not : https://discord.com/channels/105462288051380224/122121444703338496/1018542108098953256 * Fix!: fuse legacy stuff together in a single "legacy" addon, that will be easy to delete once the transition from old to new stuff is fully executed * Fix!: fuse lockers and flags in a single "props" addon * Fix: merge vanilla compat in "equipment" addon * Update release.yml
- Loading branch information
1 parent
9947f23
commit d7ac3b4
Showing
124 changed files
with
1,682 additions
and
1,710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
class Bag_Base; | ||
class GSRI_AssaultPack : Bag_Base { | ||
author="$STR_GSRI_AUTHORS_PHILEAS"; | ||
scope = 2; | ||
model = "\A3\weapons_f\Ammoboxes\bags\Backpack_Compact.p3d"; | ||
displayName = "$STR_GSRI_BACKPACK_ASSAULTPACK"; | ||
picture = "\fr\gsri\equipment\backpacks\UI\icon_gsri_compact_ca.paa"; | ||
hiddenSelectionsTextures[]={"\fr\gsri\equipment\backpacks\Data\gsri_compact_co.paa"}; | ||
maximumLoad = 160; | ||
mass = 20; | ||
}; | ||
class GSRI_Kitbag : Bag_Base { | ||
author="$STR_GSRI_AUTHORS_PHILEAS"; | ||
scope = 2; | ||
model = "\A3\weapons_f\Ammoboxes\bags\Backpack_Fast.p3d"; | ||
displayName = "$STR_GSRI_BACKPACK_KITBAG"; | ||
picture = "\fr\gsri\equipment\backpacks\UI\icon_gsri_fast_ca.paa"; | ||
hiddenSelectionsTextures[]={"\fr\gsri\equipment\backpacks\Data\gsri_fast_co.paa"}; | ||
maximumLoad = 280; | ||
mass = 50; | ||
}; | ||
class GSRI_RadioBag : Bag_Base { | ||
author="$STR_GSRI_AUTHORS_PHILEAS"; | ||
scope = 2; | ||
model = "\A3\supplies_f_enoch\Bags\B_RadioBag_01_F.p3d"; | ||
displayName = "$STR_GSRI_BACKPACK_RADIOBAG"; | ||
picture = "\fr\gsri\equipment\backpacks\UI\icon_gsri_radiobag_ca.paa"; | ||
hiddenSelections[] = {"Camo1"}; | ||
hiddenSelectionsTextures[]={"\fr\gsri\equipment\backpacks\Data\gsri_radiobag_co.paa"}; | ||
maximumLoad = 220; | ||
mass = 110; | ||
tf_HasLRradio = 1; | ||
tf_dialogUpdate = "call TFAR_fnc_updateLRDialogToChannel;"; | ||
tf_encryptionCode = "tf_west_radio_code"; | ||
tf_dialog = "rt1523g_radio_dialog"; | ||
tf_subtype = "digital_lr"; | ||
}; | ||
class GSRI_TacticalPack : Bag_Base { | ||
author="$STR_GSRI_AUTHORS_PHILEAS"; | ||
scope = 2; | ||
model = "\A3\weapons_f\Ammoboxes\bags\Backpack_Small.p3d"; | ||
displayName = "$STR_GSRI_BACKPACK_TACTICALPACK"; | ||
picture = "\fr\gsri\equipment\backpacks\UI\icon_gsri_small_ca.paa"; | ||
hiddenSelectionsTextures[]={"\fr\gsri\equipment\backpacks\Data\gsri_small_co.paa"}; | ||
maximumLoad = 240; | ||
mass = 40; | ||
}; | ||
class GSRI_Carryall : Bag_Base { | ||
author="$STR_GSRI_AUTHORS_PHILEAS"; | ||
scope = 2; | ||
model = "\A3\weapons_f\Ammoboxes\bags\Backpack_Tortila.p3d"; | ||
displayName = "$STR_GSRI_BACKPACK_CARRYALL"; | ||
picture = "\fr\gsri\equipment\backpacks\UI\icon_gsri_tortila_ca.paa"; | ||
hiddenSelectionsTextures[]={"\fr\gsri\equipment\backpacks\Data\gsri_tortila_co.paa"}; | ||
maximumLoad = 320; | ||
mass = 60; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
#define TEast 0 | ||
#define TWest 1 | ||
#define TGuerrila 2 | ||
#define TCivilian 3 | ||
#define TSideUnknown 4 | ||
#define TEnemy 5 | ||
#define TFriendly 6 | ||
#define TLogic 7 | ||
|
||
class CfgPatches { | ||
class gsri_equipment { | ||
author="$STR_GSRI_AUTHORS"; | ||
units[]={}; | ||
weapons[]={}; | ||
requiredVersion=0.1; | ||
requiredAddons[] = { | ||
"A3_Characters_F", | ||
"A3_Characters_F_Beta", | ||
"A3_Characters_F_Enoch", | ||
"A3_Characters_F_EXP", | ||
"A3_Supplies_F_Enoch", | ||
"A3_Weapons_F", | ||
"cba_jr", | ||
"cba_jam", | ||
"tfar_core" | ||
}; | ||
}; | ||
}; | ||
|
||
class asdg_OpticRail1913; | ||
class asdg_FrontSideRail; | ||
|
||
class CfgMagazineWells { | ||
class CBA_556x45_STANAG { | ||
SMA_mags[] = { | ||
"SMA_30Rnd_556x45_M855A1", | ||
"SMA_30Rnd_556x45_M855A1_Tracer", | ||
"SMA_30Rnd_556x45_M855A1_IR", | ||
"SMA_30Rnd_556x45_Mk318", | ||
"SMA_30Rnd_556x45_Mk318_Tracer", | ||
"SMA_30Rnd_556x45_Mk318_IR", | ||
"SMA_30Rnd_556x45_Mk262", | ||
"SMA_30Rnd_556x45_Mk262_Tracer", | ||
"SMA_30Rnd_556x45_Mk262_IR" | ||
}; | ||
}; | ||
}; | ||
|
||
class CfgVehicles { | ||
#include "backpacks\backpacks.hpp" | ||
#include "uniforms\uniforms.hpp" | ||
}; | ||
|
||
class CfgWeapons { | ||
#include "weapons_compat.hpp" | ||
#include "headgear\headgear.hpp" | ||
#include "uniforms\uniformItems.hpp" | ||
#include "vests\vests.hpp" | ||
}; | ||
|
||
class CfgGlasses { | ||
#include "facewear\facewear.hpp" | ||
}; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.