X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=blobdiff_plain;f=misc%2Frebranding%2Frebranding.txt;fp=misc%2Frebranding%2Frebranding.txt;h=f6d66628edaadf20e7976ff2a2640076ee24f81e;hp=0000000000000000000000000000000000000000;hb=4d53c932d94716dbcf3310c6c1dbba2085f9bff7;hpb=50e9a2cd1bb54c2c8bdaed82dcd674a380b3bd6d diff --git a/misc/rebranding/rebranding.txt b/misc/rebranding/rebranding.txt new file mode 100644 index 00000000..f6d66628 --- /dev/null +++ b/misc/rebranding/rebranding.txt @@ -0,0 +1,11 @@ +---- Rebranding the engine: + +Rebranding is necessary to rename the game in the engine, and to avoid things such as conflicting with another game's server list +To rebrand the engine, get a fresh compile of darkplaces for any platform, take each exacutable 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" \ No newline at end of file