Skip to content

Commit

Permalink
Add stub models from latest DLC to bad files
Browse files Browse the repository at this point in the history
  • Loading branch information
Parik27 committed Jun 15, 2023
1 parent 3c0d2c9 commit bcb3a22
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/common/PatchFilterDLC2612.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,15 @@ static std::unordered_set<std::string> g_badFiles{
"dlc_mpSum2_g9ecCRC:/common/data/pedalternatevariations.meta",

"dlc_mpChristmas3_G9EC:/x64/levels/mpChristmas3_G9EC/vehiclemods/entity3hsw_mods.rpf",
"dlc_mpChristmas3_G9EC:/x64/levels/mpChristmas3_G9EC/vehiclemods/issi8hsw_mods.rpf"
};
"dlc_mpChristmas3_G9EC:/x64/levels/mpChristmas3_G9EC/vehiclemods/issi8hsw_mods.rpf",

"dlc_mp2023_01_G9EC:/common/data/overlayinfo.xml",
"dlc_mp2023_01_G9EC:/x64/levels/gta5/mp2023_01_g9ec_additions/mp2023_01_g9ec_additions.rpf",
"dlc_mp2023_01_G9EC:/x64/levels/gta5/mp2023_01_g9ec_additions/mp2023_01_g9ec_additions_metadata.rpf",
"dlc_mp2023_01_G9EC:/x64/levels/mp2023_01_G9EC/vehiclemods/buffalo5hsw_mods.rpf",
"dlc_mp2023_01_G9EC:/x64/levels/mp2023_01_G9EC/vehiclemods/coureurhsw_mods.rpf",
"dlc_mp2023_01_G9EC:/x64/levels/mp2023_01_G9EC/vehiclemods/monstrocitihsw_mods.rpf",
"dlc_mp2023_01_G9EC:/x64/levels/mp2023_01_G9EC/vehiclemods/stingertthsw_mods.rpf",};

static void (*_applyChangeSetEntry)(ChangeSetEntry* entry);

Expand Down

0 comments on commit bcb3a22

Please sign in to comment.