Skip to content

Releases: deadlock-wiki/DeadlockEntityHelper

v2.1.0

Choose a tag to compare

@ThePyrotechnic ThePyrotechnic released this 01 Apr 00:47
  • Add --compact, -c flag, which prints the JSON output on a single line
  • Add a pre-built windows binary

v2.0.0

Choose a tag to compare

@ThePyrotechnic ThePyrotechnic released this 25 Mar 00:26
  • Support filtering for entities by arbitrary properties, instead of just subclass_name

V1 syntax (old):
DeadlockEntityHelper extract <vpk-file> <subclass-name> [<properties>...] [options]

./DeadlockEntityHelper extract Deadlock/game/citadel/maps/dl_midtown.vpk citadel_breakable_prop_wooden_crate subclass_name string origin vector3

V2 syntax (new):
DeadlockEntityHelper extract <vpk-file> <entity-key> <entity-value> [<properties>...] [options]

./DeadlockEntityHelper extract Deadlock/game/citadel/maps/dl_midtown.vpk subclass_name citadel_breakable_prop_wooden_crate subclass_name string origin vector3

v1.0.1

Choose a tag to compare

@ThePyrotechnic ThePyrotechnic released this 23 Mar 22:36
v1.0.1 release