Updated Readme

This commit is contained in:
2017-07-09 13:15:16 -07:00
parent 6c297d44ab
commit d37a5a296e

View File

@ -1,27 +1,24 @@
#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.
Converts Reflex maps, both version 6 and 8, into id Tech's .map format.
From your command line, build the project by typing the following lines
```Bash
###Building:
git submodule update --init --recursive
cd ReflexToQ3
make
```
###Minimum to convert map (geometry only):
./reflex2q3 [input].map [output].map
###View complete list of arguments:
./reflex2q3 --help
and convert the input.map into output.map by typing
####Compiler(s)
* mingw-w64, GCC 5.3.0
```Bash
reflex2q3 input.map output.map [-gtk] [-e r2x.pck]
####Tested With
* netradiant-1.5.0-20120301
```
__________________
[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)
Forked from [chronokun's ReflexToQ3](https://github.com/chronokun/ReflexToQ3)