2017-07-03 16:47:43 -07:00
# reflex2q3
2017-07-03 17:12:26 -07:00
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.
2015-02-02 15:41:03 +13:00
2017-07-03 19:46:37 -07:00
From your command line, build the project by typing the following lines
2017-07-03 16:47:43 -07:00
```Bash
2017-07-03 19:46:37 -07:00
git submodule update --init --recursive
cd ReflexToQ3
2017-07-03 16:47:43 -07:00
make
```
and convert the input.map into output.map by typing
```Bash
2017-07-03 17:12:26 -07:00
reflex2q3 input.map output.map [-gtk] [-e r2x.pck]
2017-07-03 16:47:43 -07:00
```
2017-07-03 17:12:26 -07:00
[Reflex Map Format ](https://git.teknik.io/scuti/reflex2q3/src/master/reflex-mapping.txt )
2017-07-03 16:47:43 -07:00
[Xonotic Map Format ](https://github.com/xonotic/xonotic/blob/master/Docs/mapping.txt )