Video game map converter for Reflex Arena to Quake Engine formats with texture definition support. https://scuti.neocities.org/pages/reflex2q3-retrospect
- c02f8da854 (minor) Updated README | hai 1 ano | |
---|---|---|
docs | %!s(int64=7) %!d(string=hai) anos | |
include | %!s(int64=7) %!d(string=hai) anos | |
lib | %!s(int64=6) %!d(string=hai) anos | |
src | %!s(int64=7) %!d(string=hai) anos | |
test | %!s(int64=7) %!d(string=hai) anos | |
.gitignore | %!s(int64=7) %!d(string=hai) anos | |
.gitmodules | %!s(int64=7) %!d(string=hai) anos | |
LICENSE | %!s(int64=7) %!d(string=hai) anos | |
Makefile | %!s(int64=4) %!d(string=hai) anos | |
README.md | hai 1 ano | |
r2q3.rem | %!s(int64=7) %!d(string=hai) anos | |
r2xonotic.rem | %!s(int64=7) %!d(string=hai) anos |
Converts Reflex maps (Version 8 and below) into id Tech map files. A pre-compiled Windows executable is available.
git submodule update --init --recursive
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