blob: 957b5b9205a22f35b98f042e117d473656454ffe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|