Skip to content

Releases: GAMMACASE/Source2SchemaDumper

1.0.7

21 Oct 11:10

Choose a tag to compare

Changelog:

  • Added modules_metadata to the dump, which provides output of ExtractModuleMetadata provided by the game binaries;
  • Added small support for listen server dumps (which have both client/server classes):
    • Removed name collision filtering in the dump, making it dump everything there's (even content with the same name but which originated from different modules);
    • Added -p or --preferred-project argument to generator scripts to make it generate content from correct modules (client or server);

Bugfixes:

  • Fixed generating static_asserts on invalid sized objects;
  • Fixed hl2sdk-less generation of std::pair and other std types;

Note

Make sure to update all python related scripts to update

1.0.6

15 Oct 18:45

Choose a tag to compare

Changelog:

  • Update after latest CS2 update;

Bugfixes:

  • Fix pulse_bindings being null in some cases;
  • Fix incorrect bitfield size for bitfields larger than 8 bits;

Note

Make sure to update all python related scripts to update

1.0.5

15 Oct 18:43

Choose a tag to compare

Changelog:

  • Update after latest Deadlock update;

Bugfixes:

  • Correct certain CUtlHashtable types generation;

1.0.4

15 Aug 14:50

Choose a tag to compare

Changelog:

  • Update after latest CS2 update;

Bugfixes:

  • Corrected std::pair usage in generated scripts;
  • Added few nullptr checks to better support various environments (such as listen server usage);

Note

Make sure to update all python related scripts to update

1.0.3

12 Aug 17:34

Choose a tag to compare

Changelog:

  • Added game_info and dumper_info fields to the output dump to provide more info on the dumping context where dump took place.

Note

Make sure to update all python related scripts to update

1.0.2

12 Aug 16:27

Choose a tag to compare

Changelog:

  • Updates to metatags and pulse due to CS2 & Dota2 updates;

Bug fixes:

  • Fixed incorrect multi parent offset being calculated;

Note

Make sure to update all python related scripts to update

1.0.1

12 Jun 13:51

Choose a tag to compare

Bugfixes:

  • generate_cpp.py Corrected few class alignment issues;

Note

Make sure to update all python related scripts to update

Initial release

05 Jun 20:45

Choose a tag to compare