Converts map files (v8) from Reflex: Arena to Radiant (Quake)
docs | ||
includes | ||
src | ||
test | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
Makefile | ||
r2cpma.ent | ||
r2q3.ent | ||
r2xonotic.ent | ||
README.md |
#reflex2q3 Converts Reflex maps, both version 6 and 8, into id Tech's .map format.
####Requires
####Building: git submodule update --init --recursive cd ReflexToQ3 make
####Minimum to convert map (geometry only): ./reflex2q3 [input].map [output].map
####View complete list of arguments: ./reflex2q3 --help
####Compiler(s)
- mingw-w64, GCC 5.3.0
- gcc version 7.1.1 20170528
####Tested With
- netradiant-1.5.0-20120301
Forked from chronokun's ReflexToQ3