Skip to content

Commit

Permalink
Update PatchFilterDLC2612 to add stub models from new DLCs
Browse files Browse the repository at this point in the history
  • Loading branch information
Parik27 committed Jul 1, 2024
1 parent 208e79f commit 5239d42
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/common/PatchFilterDLC2612.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,16 @@ static std::unordered_set<std::string> g_badFiles{
"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",};
"dlc_mp2023_01_G9EC:/x64/levels/mp2023_01_G9EC/vehiclemods/stingertthsw_mods.rpf",

"dlc_mp2023_02_G9EC:/common/data/overlayinfo.xml",
"dlc_mp2023_02_G9EC:/common/data/interiorProxies.meta",
"dlc_mp2023_02_G9EC:/x64/levels/gta5/mp2023_02_g9ec_additions/mp2023_02_g9ec_additions.rpf",
"dlc_mp2023_02_G9EC:/x64/levels/gta5/mp2023_02_g9ec_additions/mp2023_02_g9ec_additions_metadata.rpf",
"dlc_mp2023_02_G9EC:/x64/levels/gta5/interiors/int_placement_m23_2_g9ec.rpf",
"dlc_mp2023_02_G9EC:/x64/levels/gta5/interiors/mp2023_02_dlc_int_3.rpf",
"dlc_mp2023_02_G9EC:/x64/levels/mp2023_02_G9EC/vehiclemods/vivanitehsw_mods.rpf",
};

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

Expand Down

0 comments on commit 5239d42

Please sign in to comment.