Skip to content

v2.4.0

Compare
Choose a tag to compare
@bot-ido bot-ido released this 24 Dec 08:58
fae1918

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:

  • fae1918 Bump version to 2.4.0
  • 2ed4d3a Change Equipment.Type property to a string property named SubclassName
  • 5333c17 Refactor the Equipment class
  • 53b0f42 Fix equipment type being shotgun for actual equipment
  • a472374 Refactor MapEquipment
  • bee5826 Don't publish a trimmed assembly
  • 289effb Retarget to .NET 5.0
  • 6c37ee1 Add support for the health shot item

This list of changes was auto generated.