reflex2q3/README.md
suhrke 457595f2ff Update 'README.md'
Intend to add reflex map format description to repo, link later
2017-07-03 16:47:43 -07:00

26 lines
588 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 through the optional argument -gtk. Current development is focusing on complete conversion to Xonotic .map files.
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]
```
[Reflex Map Format](http://)
[Xonotic Map Format](https://github.com/xonotic/xonotic/blob/master/Docs/mapping.txt)