Difference between revisions of "Map List"
(add intro) |
|||
Line 1: | Line 1: | ||
− | + | One of the key features in Odamex is a dynamic maplisting functionality to create dynamic servers. Each entry in the map list currently contains a map name (such as E1M1 and MAP01) and a PWAD file. Currently, the map list supports only one pwad at a time. More special functionality for inputting and saving/loading the map list is under development. | |
===addmap=== | ===addmap=== | ||
Line 6: | Line 6: | ||
Adds a map to the map list with an optional wad to load. | Adds a map to the map list with an optional wad to load. | ||
− | Note: You do not need to keep specifying the wad after its loaded for each subsequent addmap command, doing this will cause the server to reconnect any clients when the map changes, thus any clients which reconnect | + | Note: You do not need to keep specifying the wad after its loaded for each subsequent addmap command, doing this will cause the server to reconnect any clients when the map changes, thus any clients which reconnect will have their "state" (weapons, ammo, points) reset. |
===clearmaplist=== | ===clearmaplist=== | ||
Line 17: | Line 17: | ||
Usage: '''forcenextmap''' | Usage: '''forcenextmap''' | ||
− | Progresses to the next map in the current | + | Progresses to the next map in the current map list. Similar to [[nextmap]], only progresses quickly (without intermission). |
Line 29: | Line 29: | ||
Usage: '''nextmap''' | Usage: '''nextmap''' | ||
− | Progresses to the next map in the current | + | Progresses to the next map in the current map list. Similar to [[forcenextmap]], only progresses naturally (with intermission). |
Revision as of 21:04, 6 June 2008
One of the key features in Odamex is a dynamic maplisting functionality to create dynamic servers. Each entry in the map list currently contains a map name (such as E1M1 and MAP01) and a PWAD file. Currently, the map list supports only one pwad at a time. More special functionality for inputting and saving/loading the map list is under development.
addmap
Usage: addmap (map name) [optional wad name]
Adds a map to the map list with an optional wad to load.
Note: You do not need to keep specifying the wad after its loaded for each subsequent addmap command, doing this will cause the server to reconnect any clients when the map changes, thus any clients which reconnect will have their "state" (weapons, ammo, points) reset.
clearmaplist
Usage: clearmaplist
Clears the map list. WARNING: No request for confirmation. Use at your own risk!
forcenextmap
Usage: forcenextmap
Progresses to the next map in the current map list. Similar to nextmap, only progresses quickly (without intermission).
maplist
Usage: maplist
Displays the entire map list in the console.
nextmap
Usage: nextmap
Progresses to the next map in the current map list. Similar to forcenextmap, only progresses naturally (with intermission).