reflex2q3/README.md
suhrke 58d24d67b4 Update 'README.md'
Added args, could use better explanation/man file and link to reflex map format file
2017-07-03 17:12:26 -07:00

26 lines
633 B
Markdown

# reflex2q3
Crossplatform application that converts Reflex .map files into working idTech 3 .map files. Supports NetRadiant brush format by default and GtkRadiant format with a command line switch, as well as partial entity conversion for Xonotic entities.
From your command line, build the project by typing
```Bash
make
```
and convert the input.map into output.map by typing
```Bash
reflex2q3 input.map output.map [-gtk] [-e r2x.pck]
```
[Reflex Map Format](https://git.teknik.io/scuti/reflex2q3/src/master/reflex-mapping.txt)
[Xonotic Map Format](https://github.com/xonotic/xonotic/blob/master/Docs/mapping.txt)