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