Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
quake:cooperative [2022/04/03 15:45] – [Copy'n'paste ready commandlines] fteqw, thanks Spike! Spiritquake:cooperative [2022/04/03 15:52] – [Copy'n'paste ready commandlines] dont send heartbeat Spirit
Line 59: Line 59:
  
 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: 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_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''+''+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''