Skip to content

Releases: source-engine-discord/SourceEngine.Demo

v2.5.2

02 Mar 00:07
Compare
Choose a tag to compare

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:

  • 0447122 Bumped version num + Fixed null exception in tests + Altered which stats are exported for dangerzone matches
  • 3cbbbe9 Bumped version num
  • e7cf884 Added tanookiStats back
  • 3de9570 Fixed multiple rescue zones not being added to rescueZoneStats
  • 75a9a00 Tweaked readme
  • 40d987d Tweaked readme

This list of changes was auto generated.

v2.5.0

01 Mar 01:03
16178c2
Compare
Choose a tag to compare

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:

  • 16178c2 Merge pull request #10 from source-engine-discord/feature/danger-zone-support
  • 70b633c Bumped release num to 2.5.0
  • a2f55d3 Minor tweaks
  • 5d2184f Added test for DangerZone gamemode
  • efaaa73 Fixed test
  • daf8cfe Updated nuget packages
  • a5fe6f5 Added -testdateoverride param
  • 6b7426f Added support for mapcore discord demo filenames
  • 1fc2c02 Added firstdamagestats output for danger zone
  • 2c291fb Fixed danger zone parsing ending too early
See More
  • b9dc028 Fixed bug causing it to always search for 0 rescue zones
  • 3f4f019 Limited hostage rescue zone count to 2
  • d1abbdc Split Wingman gamemode out into WingmanDefuse and WingmanHostage + refactored gamemodes
  • 347d707 Fixed danger zone being round 0
  • 80a39aa Fixed danger zone thinking bombs planted were at A bombsite
  • e03d134 Stats can be shown only for certain gamemodes + Added support for danger zone RoundEndReason SurvivalWin (Danger Zone Win)
  • cf336fb Added support for multiple hostage rescue zones + Added -gamemodeoverride, -testtype & -hostagerescuezonecountoverride params + Added parser gamemode support for danger zone (not stats though) + Updated README
  • a542a23 Fixed parameter mistake
  • 2fabf4b Refactored where DemosInformation is gathered
  • 0ef5456 Added support for SensorGrenade EquipmentType
  • 209b156 Remove TanookiStats
  • ca0e940 Set DebugType to full for SourceEngine.Demo.Parser
  • d520dea Made Bombsite optional for plants/explosions/defuses as bombs can be planted anywhere in danger zone
  • cab2f24 Added many EquipmentTypes mainly being danger zone related + Added new SubclassNames for some of the values

This list of changes was auto generated.

v2.4.0

24 Dec 08:58
fae1918
Compare
Choose a tag to compare

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.

v2.3.0

21 Apr 10:21
Compare
Choose a tag to compare

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:

  • 8d86052 Separated PlayerPositionsStats out into a separate export json file + added AllOutputData model

This list of changes was auto generated.

v2.2.1

19 Apr 23:59
Compare
Choose a tag to compare

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:

  • 9ffc321 Upped build number
  • 67f2bfc Fixed hostage rescue zone positions

This list of changes was auto generated.

v2.2.0

16 Apr 11:17
Compare
Choose a tag to compare

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:

  • 5bdc75b Fixed bugs from new rescueZoneStats implementation
  • be101d5 Added rescueZoneStats + Added trigger location information for bombsites + rescue zones + Minor other changes
  • d790518 Compressed the output of playerPositionsStats

This list of changes was auto generated.

v2.1.1

14 Apr 11:55
Compare
Choose a tag to compare

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:

  • d699c13 Fixed positions in firstDamageStats always being the same

This list of changes was auto generated.

v2.1.0

14 Apr 01:00
Compare
Choose a tag to compare

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:

  • d7a62af Added firstDamageStats + added test + many other small changes

This list of changes was auto generated.

v2.0.9

13 Apr 01:18
Compare
Choose a tag to compare

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:

  • 53cbd91 Fixed deaths with no killer being skipped + Fixed deaths by bomb explosion being missed (they don't trigger the player_death event) + Fixed unknown 'weapons' such as trigger_hurt showing Pistol as their Class

This list of changes was auto generated.

v2.0.8

12 Apr 14:34
Compare
Choose a tag to compare

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:

  • db647fd Added TeamSide to player positions stats
  • 132c3d0 Fixed the possibility of kills being registered when victim and/or killer were null
  • 2dde45d Fixed dead player's positions showing as the people they are spectating + Fixed some data being shown as in the previous second

This list of changes was auto generated.