Update 'README.md'
Intend to add reflex map format description to repo, link later
This commit is contained in:
parent
0c5d5d1899
commit
457595f2ff
27
README.md
27
README.md
@ -1,4 +1,25 @@
|
|||||||
# ReflexToQ3
|
# reflex2q3
|
||||||
Converter to convert reflex maps into quake-style .map format.
|
Crossplatform application that converts Reflex .map files into working idTech 3 .map files. Supports NetRadiant brush format by default and GtkRadiant format through the optional argument -gtk. Current development is focusing on complete conversion to Xonotic .map files.
|
||||||
|
|
||||||
Usage run from commandline: ReflexToQ3.exe [input].map [output].map
|
From your command line, build the project by typing
|
||||||
|
```Bash
|
||||||
|
make
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
and convert the input.map into output.map by typing
|
||||||
|
|
||||||
|
```Bash
|
||||||
|
reflex2q3 input.map output.map [-gtk]
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[Reflex Map Format](http://)
|
||||||
|
|
||||||
|
[Xonotic Map Format](https://github.com/xonotic/xonotic/blob/master/Docs/mapping.txt)
|
||||||
|
Loading…
Reference in New Issue
Block a user