M coop: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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:


[[Category:Userdef_structure_members]]
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]].


== External links ==
[[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.