reflex2q3/README.md

28 lines
707 B
Markdown
Raw Normal View History

# 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.
2015-02-02 08:11:03 +05:30
From your command line, build the project by typing the following lines
```Bash
git submodule update --init --recursive
cd ReflexToQ3
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)