--- /dev/null
+copy /b darkplaces.exe + darkplaces.zip voretournament.exe\r
+copy /b darkplaces-sdl.exe + darkplaces.zip voretournament-sdl.exe\r
+copy /b darkplaces-dedicated.exe + darkplaces.zip voretournament-dedicated.exe
\ No newline at end of file
--- /dev/null
+---- Rebranding the engine:\r
+\r
+Rebranding is necessary to rename the game in the engine, and to avoid things such as conflicting with another game's server list\r
+To rebrand the engine, get a fresh compile of darkplaces for any platform, take each exacutable and do the following:\r
+\r
+1 - Create an empty text file named darkplaces with the extension .opt\r
+2 - In it, write the line "-customgamename Mygame" (without the "") and other necessary options\r
+3 - Put that file in a .zip archive (darkplaces.zip)\r
+4 - Append the zip file to the engine. Open a command prompt, and write "copy /b darkplaces.exe + darkplaces.zip darkplaces-rebrand.exe"\r
+ OR\r
+ Use a bash and do "cat darkplaces.zip >> darkplaces.exe"
\ No newline at end of file