M coop: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Undo revision 9213 by 94.192.41.67 (talk)
No edit summary
 
Line 1: Line 1:
Used for menu selection of multiplayer game types.  This value has no effect on actual gameplay and only controls what's currently selected in the multiplayer "new game" menu.  The value corresponds to the different defined gametypes; 0 is Dukematch, 1 is cooperative, 2 is Dukematch (no spawn), 3 is Team Dukematch, 4 is Team Dukematch (no spawn).
Used for menu selection of multiplayer game types.  This value has no effect on actual gameplay and only controls what's currently selected in the multiplayer "new game" menu.  The value corresponds to the different defined gametypes:
 
0 - Dukematch<br>
1 - Cooperative<br>
2 - Dukematch (no spawn)<br>
3 - Team Dukematch<br>
4 - Team Dukematch (no spawn)
 
These can be customized with the [[definegametype]] command.
 
See [[COOP]].


[[Category:Userdef_structure_members]]
[[Category:Userdef_structure_members]]

Latest revision as of 20:53, 7 January 2011

Used for menu selection of multiplayer game types. This value has no effect on actual gameplay and only controls what's currently selected in the multiplayer "new game" menu. The value corresponds to the different defined gametypes:

0 - Dukematch
1 - Cooperative
2 - Dukematch (no spawn)
3 - Team Dukematch
4 - Team Dukematch (no spawn)

These can be customized with the definegametype command.

See COOP.