Skip to content

Releases: GAMMACASE/Source2SchemaDumper

1.0.13

26 Apr 09:20

Choose a tag to compare

Changelog:

  • Prevent metatag output on modifiedconvars_t class as it has invalid symbols that later trip json parsers.

1.0.12

21 Apr 09:21

Choose a tag to compare

Changelog:

  • Added few missing metatags;
  • Updated to latest CS2 version.

1.0.11

25 Mar 11:20

Choose a tag to compare

Changelog:

  • Updated to latest Dota2 version.

Note

Make sure to update all python related scripts to update

1.0.10

20 Mar 16:01

Choose a tag to compare

Changelog:

  • Updated to latest Deadlock & Dota2 versions.

1.0.9

22 Jan 18:10

Choose a tag to compare

Changelog:

  • Updated to latest CS2 version.

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