reflex2q3/README.md
suhrke 08fbf34cb2 Update 'README.md'
Added lines needed to get to working build
2017-07-03 19:46:37 -07:00

707 B

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