proxy: Add proxy gamemode

This gamemode is a simple proxy to allow the servers to be listed as "Prop Hunt" (using 'gamemode prop_hunt') while in reality playing "Prop Hunt Extended". This is primarily intended for servers where the barebone Prop Hunt configuration is active.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2018-07-05 03:49:24 +02:00
parent b4379e94e6
commit 8e92eeef70
7 changed files with 505 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
@ECHO OFF
call env.win.bat
"%GARRYSMODPATH%\bin\gmpublish.exe" update -id 1327985306 -icon "media\gamemode_workshop.jpg" -addon "proxy.gma" -changes ""
PAUSE