Map pack: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Replaced content with "{{multipage}} Category:Glossary")
Tag: Replaced
Line 1: Line 1:
A map pack is a pack of [[.bsp|maps (.bsp files)]].
{{multipage}}
 
==Installation==
 
To "install" a map pack, do the following:
# Note which game the map pack is for.
# Figure out which map appears to be the first one in the pack. (Usually it's the one with the lowest number.) Write this name down on paper for later.
# Copy the [[.bsp|map (.bsp)]] files directly into the ''maps\'' folder of the associated game. (''<nowiki><Installation path>\Steam\SteamApps\common\<game>\<game abbreviation>\maps\</nowiki>'', for example ''<nowiki>C:\Program Files (x86)\Steam\SteamApps\common\Half-Life 2\hl2\maps\</nowiki>''.)
# If any [[AIN|node graph (.ain)]] files are present, copy them into the ''graphs\'' subfolder of that ''maps\'' folder.
# Start the associated game.
# Open the [[developer console]].
# Type ''[[map (console command)|map]] <name of the first map>'' in the console to load the map.
 
==See also==
 
* [[Modification]] - Something more than a map pack.


[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 06:36, 31 October 2023