Converts map files (v8) from Reflex: Arena to Radiant (Quake)
457595f2ff
Intend to add reflex map format description to repo, link later |
||
---|---|---|
ReflexToQ3 | ||
.gitmodules | ||
LICENSE | ||
README.md |
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]