]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Add my little rebranding script and defaults to the repo
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 6 Sep 2010 13:48:12 +0000 (16:48 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 6 Sep 2010 13:48:12 +0000 (16:48 +0300)
misc/rebranding/darkplaces.opt [new file with mode: 0644]
misc/rebranding/darkplaces.zip [new file with mode: 0644]
misc/rebranding/rebrand.bat [new file with mode: 0644]
misc/rebranding/rebranding.txt [new file with mode: 0644]

diff --git a/misc/rebranding/darkplaces.opt b/misc/rebranding/darkplaces.opt
new file mode 100644 (file)
index 0000000..c7d99f9
--- /dev/null
@@ -0,0 +1 @@
+-nexuiz -customgamename VoreTournament -customgamedirname1 data -customgamedirname2 "" -customgamescreenshotname voretournament
\ No newline at end of file
diff --git a/misc/rebranding/darkplaces.zip b/misc/rebranding/darkplaces.zip
new file mode 100644 (file)
index 0000000..3318866
Binary files /dev/null and b/misc/rebranding/darkplaces.zip differ
diff --git a/misc/rebranding/rebrand.bat b/misc/rebranding/rebrand.bat
new file mode 100644 (file)
index 0000000..2338276
--- /dev/null
@@ -0,0 +1,3 @@
+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
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