Converts map files (v8) from Reflex: Arena to Radiant (Quake)
Go to file
2017-07-09 13:15:16 -07:00
ReflexToQ3 bug fixes to get pocket-infinity converted 2017-07-08 07:20:55 -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 Updated Readme 2017-07-09 13:15:16 -07:00
reflex-mapping.txt Added reflex map format file 2017-07-03 17:08:08 -07:00

#reflex2q3 Converts Reflex maps, both version 6 and 8, into id Tech's .map format.

###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

####Tested With

  • netradiant-1.5.0-20120301

Forked from chronokun's ReflexToQ3