diff --git a/README.md b/README.md index 54fab08..c44e6af 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,24 @@ -# 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. +#reflex2q3 +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 -```Bash -git submodule update --init --recursive -cd ReflexToQ3 -make -``` +###Building: + git submodule update --init --recursive + cd ReflexToQ3 + 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 -reflex2q3 input.map output.map [-gtk] [-e r2x.pck] +####Tested With +* netradiant-1.5.0-20120301 -``` +__________________ - - - - - - -[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) +Forked from [chronokun's ReflexToQ3](https://github.com/chronokun/ReflexToQ3) \ No newline at end of file