Updated Readme
This commit is contained in:
parent
6c297d44ab
commit
d37a5a296e
39
README.md
39
README.md
@ -1,27 +1,24 @@
|
|||||||
# reflex2q3
|
#reflex2q3
|
||||||
Crossplatform application that converts Reflex .map files into working idTech 3 .map files. Supports NetRadiant brush format by default and GtkRadiant format with a command line switch, as well as partial entity conversion for Xonotic entities.
|
Converts Reflex maps, both version 6 and 8, into id Tech's .map format.
|
||||||
|
|
||||||
From your command line, build the project by typing the following lines
|
###Building:
|
||||||
```Bash
|
git submodule update --init --recursive
|
||||||
git submodule update --init --recursive
|
cd ReflexToQ3
|
||||||
cd ReflexToQ3
|
make
|
||||||
make
|
|
||||||
```
|
###Minimum to convert map (geometry only):
|
||||||
|
./reflex2q3 [input].map [output].map
|
||||||
|
|
||||||
|
###View complete list of arguments:
|
||||||
|
./reflex2q3 --help
|
||||||
|
|
||||||
|
|
||||||
and convert the input.map into output.map by typing
|
####Compiler(s)
|
||||||
|
* mingw-w64, GCC 5.3.0
|
||||||
|
|
||||||
```Bash
|
####Tested With
|
||||||
reflex2q3 input.map output.map [-gtk] [-e r2x.pck]
|
* netradiant-1.5.0-20120301
|
||||||
|
|
||||||
```
|
__________________
|
||||||
|
|
||||||
|
Forked from [chronokun's ReflexToQ3](https://github.com/chronokun/ReflexToQ3)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Reflex Map Format](https://git.teknik.io/scuti/reflex2q3/src/master/reflex-mapping.txt)
|
|
||||||
|
|
||||||
[Xonotic Map Format](https://github.com/xonotic/xonotic/blob/master/Docs/mapping.txt)
|
|
Loading…
Reference in New Issue
Block a user