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