Skip to content

Commit

Permalink
Update Spearhead 1944 (SPE) compatibility, Add SPEX compat (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Drofseh authored Dec 12, 2024
1 parent 551609c commit cb9c208
Show file tree
Hide file tree
Showing 10 changed files with 669 additions and 30 deletions.
22 changes: 22 additions & 0 deletions addons/compat_spe/SPE_Backpacks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,25 @@ class B_SPE_GER_Radio: B_SPE_AssaultPack_Base {
};
};
};

/*
class B_SPE_GER_Radio_battery: B_SPE_GER_Radio {
//This is just a battery, no radio, remove class TransportItems to prevent inheriting ACRE_PRC77?
};
*/

//Vichy France
class B_SPE_Milice_Radio: B_SPE_AssaultPack_Base {
class TransportItems {
class _xx_ACRE_PRC77 {
count = 1;
name = "ACRE_PRC77";
};
};
};

/*
class B_SPE_Milice_Radio_battery: B_SPE_Milice_Radio {
//This is just a battery, no radio, remove class TransportItems to prevent inheriting ACRE_PRC77?
};
*/
Loading

0 comments on commit cb9c208

Please sign in to comment.