Video game map converter for Reflex Arena to Quake Engine formats with texture definition support. https://scuti.neocities.org/pages/reflex2q3-retrospect
suhrke 9546168440 Merge branch 'fix_Gcc11' of scuti/reflex2q3 into master | il y a 1 an | |
---|---|---|
docs | il y a 7 ans | |
include | il y a 1 an | |
lib | il y a 1 an | |
src | il y a 1 an | |
test | il y a 1 an | |
.gitignore | il y a 1 an | |
.gitmodules | il y a 7 ans | |
CMakeLists.txt | il y a 1 an | |
LICENSE | il y a 7 ans | |
README.md | il y a 1 an | |
r2q3.rem | il y a 7 ans | |
r2xonotic.rem | il y a 7 ans |
Converts Reflex maps (Version 8 and below) into id Tech map files.
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make
./reflex2q3 input.map output.map
./reflex2q3 input.map output.map -e ../entity-file.rem
We've provided Quake 3 and Xonotic entity conversion files (r2q3.rem and r2xonotic.rem). To create entity files for other games built on the id Tech 3 engine or previous id Tech engines, refer to our Reflex entity documentation, our sample .rem files, and relevant documentation for your game.
./reflex2q3 --help
Forked from chronokun's ReflexToQ3