Skip to content

v2.0.3

Choose a tag to compare

@bot-ido bot-ido released this 08 Apr 20:12
6e5ad11

Getting Started on Windows

  1. Download and extract IDemO_win-x64.zip.
  2. Place your .dem files in a directory named demos.
  3. Run the runDemos.bat helper script.
  4. The JSON output will be located in a directory named parsed.

IDemO can also be invoked directly rather than using the helper script. For example,

IDemO.exe -folders "demos" -output "parsed" -recursive -nochickens -samefilename -samefolderstructure

Run IDemO -help to see all optional parameters.

Hint: may need to run some of these as administrator!

Changes:

  • 6e5ad11 Merge pull request #3 from source-engine-discord/bug/references-in-nuget-package
  • 5f88100 Bump version to 2.0.3
  • 39ff208 Pack the Parser project
  • 4704317 Fixed the round before halftime counting as second half + Fixed the final round of the match not throwing round_officially_ended event causing issues + minor other changes
  • 99e3304 Merge pull request #2 from source-engine-discord/bug/breach-charge
  • 3d3bb57 Add support for breach charge weapon
  • 27d814b Merge pull request #1 from source-engine-discord/bug/ci-folder-publish-profile
  • 1b9e024 Fix CI folder in solution
  • 3afbe53 Retarget to .NET Core 3.1 in publish profile

This list of changes was auto generated.