Skip to content

Commit

Permalink
Merge branch 'main' into feature/hemtt
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupus590 committed Feb 5, 2025
2 parents a99c7ff + f2231a7 commit a9fe8b6
Show file tree
Hide file tree
Showing 34 changed files with 1,651 additions and 38 deletions.
2 changes: 0 additions & 2 deletions src/Addons/34thPRC_ArmourStandard/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class CfgPatches
"MA_Armor", // Misriah Armory
"34thPRC_Overrides", // 34th PRC Aux Mod
"DMNS_Units", //UNSC Foundries
"sc_newequipment2", // Scion Conflict
"OPTRE_Weapons", // OPTRE
};
};
};
Expand Down
1 change: 0 additions & 1 deletion src/Addons/34thPRC_ArmourStandard/data/config_vehicles.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "marines2\config_vehicles.hpp"
#include "mkiv\config_vehicles.hpp"
#include "odst\config_vehicles.hpp"
#include "odst2\config_vehicles.hpp"
#include "mkvb\config_vehicles.hpp"

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
class CfgPatches
{
class 34thPRC_ArmourStandard_jumppacks_kjwjetpacks
{
author="34th PRC Modding Team";
units[]={};
requiredAddons[] =
{
"34thPRC_Overrides", // 34th PRC Aux Mod
"OPTRE_Weapons", // OPTRE
"jen_jetpacks_example", // KJW's Jetpacks
};
skipWhenMissingDependencies = 1;
};
};
class CfgVehicles
{
class jen_jetpacks_example_mk5Jetpack_nato; //KJW's Jetpacks ---> jen_jetpacks_example
class 34thPRC_ArmourStandard_jumppacks_kjwjetpacks_S9BSOLAJumpJet : jen_jetpacks_example_mk5Jetpack_nato
{
displayName="[34th] Series-9[B] SOLA Jump-Jet";
author="34th PRC - Vasya, Jennderqueer, KJW, & Article 2 Studios";
picture="\OPTRE_weapons\backpacks\icons\icon_jetpack_ca.paa";
scope=2;
scopeArsenal=2;
ace_gunbag=1;
tf_hasLRradio=1;
tf_range=25000;
tf_encryptionCode="tf_west_radio_code";
tf_dialog="rt1523g_radio_dialog";
tf_subtype="digital_lr";
tf_dialogUpdate="call TFAR_fnc_updateLRDialogToChannel;";
sc_grapplinghook=1;
model="OPTRE_Weapons\Backpacks\jetpack_on.p3d";
uniformModel="OPTRE_Weapons\Backpacks\jetpack_on.p3d";
hiddenSelections[]=
{
"camo"
};
hiddenSelectionsTextures[]=
{
"optre_weapons\backpacks\data\jetpack_co.paa"
};
maximumLoad=600;
mass=20;
};
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
class CfgPatches
{
class 34thPRC_ArmourStandard_jumppacks_scionconflict
{
author="34th PRC Modding Team";
units[]={};
requiredAddons[] =
{
"34thPRC_Overrides", // 34th PRC Aux Mod
"OPTRE_Weapons", // OPTRE
"sc_newequipment2", // Scion Conflict
};
skipWhenMissingDependencies = 1;
};
};
class CfgVehicles
{
class SC_MercerJumppack; //Scion Conflict ---> sc_newequipment2
class 34thPRC_ArmourStandard_jumppacks_scionconflict_S9SSOLAJumpJet : SC_MercerJumppack
{
displayName="[34th] Series-9[S] SOLA Jump-Jet";
author="34th PRC - Vasya, Outworld Studios, & Article 2 Studios";
picture="\OPTRE_weapons\backpacks\icons\icon_jetpack_ca.paa";
scope=2;
scopeArsenal=2;
ace_gunbag=1;
tf_hasLRradio=1;
tf_range=25000;
tf_encryptionCode="tf_west_radio_code";
tf_dialog="rt1523g_radio_dialog";
tf_subtype="digital_lr";
tf_dialogUpdate="call TFAR_fnc_updateLRDialogToChannel;";
sc_grapplinghook=1;
model="OPTRE_Weapons\Backpacks\jetpack_on.p3d";
uniformModel="OPTRE_Weapons\Backpacks\jetpack_on.p3d";
hiddenSelections[]=
{
"camo"
};
hiddenSelectionsTextures[]=
{
"optre_weapons\backpacks\data\jetpack_co.paa"
};
maximumLoad=600;
mass=20;
};
};
Loading

0 comments on commit a9fe8b6

Please sign in to comment.