Converts map files (v8) from Reflex: Arena to Radiant (Quake)
Go to file
2017-07-03 17:04:06 -07:00
ReflexToQ3 Reflex mapping format given its own file, removed from code 2017-07-03 17:04:06 -07:00
.gitmodules broke apart EntityConverter::convert, added submodule 2017-07-02 20:22:09 -07:00
LICENSE Relicense to gpl3 2017-06-07 00:20:21 -07:00
README.md Update 'README.md' 2017-07-03 16:47:43 -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 through the optional argument -gtk. Current development is focusing on complete conversion to Xonotic .map files.

From your command line, build the project by typing

make

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

reflex2q3 input.map output.map    [-gtk]

Reflex Map Format

Xonotic Map Format