Maplist.txt: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Reverted edit of last, changed back to last version by cur)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{wrongtitle|title=maplist.txt}}
{{lang|Maplist.txt|title=maplist.txt}}
A plant text format...
 
== Games ==
=== {{csgo|4}} ===
[[Counter-Strike: Global Offensive/Dedicated Servers|Dedicated servers]] no longer use maplist.txt files and the maps you play are now controlled by map groups. A server must be started with a mapgroup or workshop_collection or maps will not cycle correctly. See the included gamemodes_server.txt.example file for an example mapgroup.
 
== Format ==
Each line has the [[name of a map]].


== File location ==
== File location ==
The '''<code>maplist.txt</code>''' file is found in the root directory of a mod and contains a list of maps to be used by the game.
The '''<code>maplist.txt</code>''' file is found in the root directory of a mod and contains a list of maps to be used by the game.


== File structure ==
== Examples ==
Each line has the name of a map.
 
{{stub}}


[[Category:Glossary]]
[[Category:Plain text files]]
[[Category:Plain text formats]]

Latest revision as of 20:41, 12 April 2023

English (en)Русский (ru)中文 (zh)Translate (Translate)

A plant text format...

Games

Counter-Strike: Global Offensive Counter-Strike: Global Offensive

Dedicated servers no longer use maplist.txt files and the maps you play are now controlled by map groups. A server must be started with a mapgroup or workshop_collection or maps will not cycle correctly. See the included gamemodes_server.txt.example file for an example mapgroup.

Format

Each line has the name of a map.

File location

The maplist.txt file is found in the root directory of a mod and contains a list of maps to be used by the game.

Examples

Stub

This article or section is a stub. You can help by expanding it.