]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/rebranding/rebranding.txt
Add my little rebranding script and defaults to the repo
[voretournament/voretournament.git] / misc / rebranding / rebranding.txt
diff --git a/misc/rebranding/rebranding.txt b/misc/rebranding/rebranding.txt
new file mode 100644 (file)
index 0000000..f6d6662
--- /dev/null
@@ -0,0 +1,11 @@
+---- 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