Adding includes to prevent the necessity of downloading them during the build; Fixed issue #2 and #3

This commit is contained in:
Trey Yoder
2020-04-20 00:35:22 -04:00
parent b0753a1e31
commit 48fc726f08
24 changed files with 154326 additions and 30 deletions
+17
View File
@@ -0,0 +1,17 @@
seta sv_hostname "quakejs"
seta sv_maxclients 12
seta g_motd "Welcome to the Local baseq3 QuakeJS Server"
seta g_quadfactor 3
seta g_gametype 0
seta timelimit 15
seta fraglimit 25
seta g_weaponrespawn 3
seta g_inactivity 3000
seta g_forcerespawn 0
seta rconpassword "quakejs"
set d1 "map q3dm1 ; set nextmap vstr d2"
set d2 "map q3dm2 ; set nextmap vstr d3"
set d3 "map q3dm3 ; set nextmap vstr d4"
set d4 "map q3dm4 ; set nextmap vstr d5"
set d5 "map q3dm5 ; set nextmap vstr d1"
vstr d1