reflex2q3/README.md

24 lines
519 B
Markdown
Raw Normal View History

2017-07-10 01:45:16 +05:30
#reflex2q3
Converts Reflex maps, both version 6 and 8, into id Tech's .map format.
2015-02-02 08:11:03 +05:30
2017-07-10 01:45:16 +05:30
###Building:
git submodule update --init --recursive
cd ReflexToQ3
make
2017-07-10 01:45:16 +05:30
###Minimum to convert map (geometry only):
./reflex2q3 [input].map [output].map
2017-07-10 01:45:16 +05:30
###View complete list of arguments:
./reflex2q3 --help
2017-07-10 01:45:16 +05:30
####Compiler(s)
* mingw-w64, GCC 5.3.0
2017-07-10 01:45:16 +05:30
####Tested With
* netradiant-1.5.0-20120301
2017-07-10 01:45:16 +05:30
__________________
2017-07-10 01:45:16 +05:30
Forked from [chronokun's ReflexToQ3](https://github.com/chronokun/ReflexToQ3)