Releases: Burnt-o/mcc-cgb-dumper
mcc-cgb-dumper
mcc-cgb-dumper
update for latest MCC 3272 patch
mcc-cgb-dumper
-
Rewrote injector in CSharp, it also now can access exported functions of the DLL to call shutdown on old injection & initialize the new one with data (in this case, path to the injector directory). This should also fix false positive issues with Windows Defender.
-
Added very basic serialization of the custom json path. Config data stored in injector directory. Default json path is now the injector directory.
-
Rewrote the dump function to now use structs instead of mlp_groupUpdateAddress. Now gets more data, including info on all the variants in a custom game and all the maps in each variant.
-
Renamed many classes to follow the same naming convention
-
Fixed issue where the refresh forcing would only work like half the time
mcc-cgb-dumper
Forgot to add "MapIndex" entry for mapInfoElements
mcc-cgb-dumper
Added command to set the json data dump directory. Also included the easyanticheat dll files to bypass CGB usually being disabled when EAC is disabled.
mcc-cgb-dumper
First mostly working release.
Known issues:
- Changing any filter settings will instantly cause a dump before you even apply them. Probably not gonna fix.
- If you set your filters super strict (ie so no games are in the list), close MCC, then open MCC again and go to the CGB (so still with the strict filters), dumping will fail since the whole CustomGameInfoArray area hasn't been initialized in MCC's memory as there weren't any custom games yet. This isn't a crash, you just won't get a dump of the no-games-available json. It'll fix itself forever (until next MCC session) once any refresh has some games in it instead of none. Probably not gonna fix either.