Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
quake:cooperative [2012/02/18 12:31] – added colors image Spiritquake:cooperative [2022/04/03 15:52] – [Copy'n'paste ready commandlines] dont send heartbeat Spirit
Line 57: Line 57:
 ==== Copy'n'paste ready commandlines ==== ==== Copy'n'paste ready commandlines ====
 Server: ''-dedicated +deathmatch 0 +coop 1 +teamplay 1 '' Server: ''-dedicated +deathmatch 0 +coop 1 +teamplay 1 ''
 +
 +For spawning a pretty much perfect jack of all trades server with FTEQW, which uses NQ physics and ticrate, supports NQ and QW players, and should support pretty much anything in terms of maps and mods, you can use:
 +''+set sv_public 0 +set sv_listen_nq 1 +set sv_port "27500 26000" +set sv_nqplayerphysics 1 +set sv_mintic 0.05 +set sv_maxtic 0.05 -dedicated +deathmatch 0 +coop 1 +teamplay 1 -nohome -basedir /path/to/your/quakedir''
  
 Client: ''+record yourdemoname +connect yourserver +color 0 0'' Client: ''+record yourdemoname +connect yourserver +color 0 0''