Converts map files (v8) from Reflex: Arena to Radiant (Quake)
Go to file
2017-07-17 16:24:04 -07:00
docs Added note about WorldSpawn differences 2017-07-17 16:24:04 -07:00
ReflexToQ3 doc-entities.txt and minor cleanup 2017-07-17 16:02:01 -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 added test versions to readme, removed debug flag from makefile 2017-07-10 03:07:18 -07:00

#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