Skip to content

Commit

Permalink
WIP - Multiples issues
Browse files Browse the repository at this point in the history
The shadow still shows the exosuit
The invisibility doesn't work
  • Loading branch information
Lupus590 committed Dec 30, 2023
1 parent 4d52ae5 commit 51f221a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/Addons/34thPRC_Armour_Standard/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ class CfgPatches
requiredAddond[] =
{
"A3_Characters_F_EPB", // Vanilla
"PhoenixSystems_Exosuits" // E.P.S.M ExoMod Remastered
};
};
};
class CfgVehicles
{
#include "data\config_vehicles.hpp"
};
class CfgWeapons
{
#include "data\config_weapons.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "exosuit\config.hpp"
13 changes: 13 additions & 0 deletions src/Addons/34thPRC_Armour_Standard/data/exosuit/config.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
class Sinagami_Assault_Exo; // PhoenixSystems_Exosuits
class 34thPRC_Armour_Standard_Backpack_InvisibleStealthExosuit: Sinagami_Assault_Exo
{
displayName="Exoskeleton SG-1 Stealth (Invisible)";
author="Lupus590";
hiddenSelectionsTextures[]=
{
"",
"",
"",
""
};
}
7 changes: 4 additions & 3 deletions src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
Initial release
### Added
- Beret
Initial release
### Added
- Beret
- Invisible exosuit

0 comments on commit 51f221a

Please sign in to comment.