From 159e8f5f7ae7e78a0ab1c2e11e181d4de2a49048 Mon Sep 17 00:00:00 2001 From: yuuko Date: Tue, 27 Aug 2024 08:59:57 -0700 Subject: bookkeeping --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..957b5b9 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +entq - Entity Query +=================== + +Emits the (potentially LZMA-compressed) entity lump of a [Source 1] map as a +JSON array-of-objects for inspection by other tools. + +Install +------- + + go install partyvan.io/entq@latest + +Usage +----- + + entq /path/to/map.bsp + + +[Source 1]: https://developer.valvesoftware.com/wiki/Source \ No newline at end of file -- cgit v1.2.3