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:22] – fixed the nq pants Spiritquake:cooperative [2022/04/03 15:52] – [Copy'n'paste ready commandlines] dont send heartbeat Spirit
Line 20: Line 20:
 {{ :quake:nq_coop2.png?direct&200|}} {{ :quake:nq_coop2.png?direct&200|}}
 NetQuake differentiates this by the color of your pants. You can set your pants and upper body to a range of 14 different colors (0-13). To be on the same team means that you must set the same color for the pants for all players. You can either use the menu (Multiplayer -> Setup) or the console ("color shirtcolor pantscolor", where shirtcolor is a number from 0 to 13 and pantscolor is the same, for example "color 0 4" for white shirt and red pants) to achieve that. NetQuake differentiates this by the color of your pants. You can set your pants and upper body to a range of 14 different colors (0-13). To be on the same team means that you must set the same color for the pants for all players. You can either use the menu (Multiplayer -> Setup) or the console ("color shirtcolor pantscolor", where shirtcolor is a number from 0 to 13 and pantscolor is the same, for example "color 0 4" for white shirt and red pants) to achieve that.
 +
 +{{:quake:netquake_player_colors.png?direct|}}
  
 TLDR: All players need the same color for their pants: "color 0 0". The second number sets the pants color. Brown is not an option. TLDR: All players need the same color for their pants: "color 0 0". The second number sets the pants color. Brown is not an option.
Line 55: 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''