]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - misc/rebranding/rebranding.txt
Let's not forget the fake prey
[voretournament/voretournament.git] / misc / rebranding / rebranding.txt
1 ---- Rebranding the engine:\r
2 \r
3 Rebranding is necessary to rename the game in the engine, and to avoid things such as conflicts with another game's server list\r
4 To rebrand the engine, get a fresh compile of darkplaces for any platform, take the exacutable(s) and do the following:\r
5 \r
6 1 - Create an empty text file named darkplaces with the extension .opt\r
7 2 - In it, write the line "-customgamename Mygame" (without the "") and other necessary options\r
8 3 - Put that file in a .zip archive (darkplaces.zip)\r
9 4 - Append the zip file to the engine. Open a command prompt, and write "copy /b darkplaces.exe + darkplaces.zip darkplaces-rebrand.exe"\r
10     OR\r
11     Use a bash and do "cat darkplaces.zip >> darkplaces.exe"