reflex2q3/README.md

26 lines
623 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:54:04 +05:30
####Requires
* [Eigen 3, C++ template library](http://eigen.tuxfamily.org/index.php?title=Main_Page)
####Building:
2017-07-10 01:45:16 +05:30
git submodule update --init --recursive
cd ReflexToQ3
make
2017-07-10 01:54:04 +05:30
####Minimum to convert map (geometry only):
2017-07-10 01:45:16 +05:30
./reflex2q3 [input].map [output].map
2017-07-10 01:54:04 +05:30
####View complete list of arguments:
2017-07-10 01:45:16 +05:30
./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)