Converts map files (v8) from Reflex: Arena to Radiant (Quake)
Go to file
2017-07-06 17:53:43 -07:00
ReflexToQ3 Changed EntityConverter constructor - now pre-scans vector 2017-07-06 17:53:43 -07:00
.gitmodules queue scan added, Catch added for EntityConverter tests 2017-07-03 22:19:50 -07:00
LICENSE Relicense to gpl3 2017-06-07 00:20:21 -07:00
README.md Update 'README.md' 2017-07-03 19:46:37 -07:00
reflex-mapping.txt Added reflex map format file 2017-07-03 17:08:08 -07:00

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.

From your command line, build the project by typing the following lines

git submodule update --init --recursive
cd ReflexToQ3
make

and convert the input.map into output.map by typing

reflex2q3 input.map output.map    [-gtk] [-e r2x.pck]

Reflex Map Format

Xonotic Map Format