mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-19 07:51:03 +00:00
Do not overwrite the newgame command. This will break the addons
This commit is contained in:
parent
133ac1e5d6
commit
88be087f84
1 changed files with 0 additions and 30 deletions
|
@ -72,33 +72,3 @@ set freelook 1
|
|||
set ogg_enable 1
|
||||
set cd_nocd 1
|
||||
|
||||
//----------------------------------------------
|
||||
|
||||
//
|
||||
// userinfo
|
||||
//
|
||||
|
||||
set name Player
|
||||
set skin male/grunt
|
||||
|
||||
//----------------------------------------------
|
||||
|
||||
//
|
||||
// the demo loop. do NOT change this!
|
||||
//
|
||||
alias d1 "demomap idlog.cin ; set nextserver d2"
|
||||
alias d2 "demomap demo1.dm2 ; set nextserver d3"
|
||||
alias d3 "demomap idlog.cin ; set nextserver d4"
|
||||
alias d4 "demomap demo2.dm2 ; set nextserver d1"
|
||||
|
||||
//
|
||||
// newgame command. do NOT change this!
|
||||
//
|
||||
alias newgame " killserver ; maxclients 1 ; deathmatch 0 ; map *ntro.cin+base1"
|
||||
|
||||
//
|
||||
// dedicated server startup. do NOT change this!
|
||||
//
|
||||
alias dedicated_start "map base1"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue