Map pack: Difference between revisions
Jump to navigation
Jump to search
MossyBucket (talk | contribs) mNo edit summary |
MossyBucket (talk | contribs) m (.ain files are node graph files.) |
||
Line 7: | Line 7: | ||
# 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. | # 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\<user ID>\<game>\<game abbreviation>\maps\</nowiki>'', for example ''<nowiki>C:Program Files\Valve\Steam\SteamApps\<user ID>\half-life 2\hl2\maps\</nowiki>''.) | # Copy the [[.bsp|map (.bsp)]] files directly into the ''maps\'' folder of the associated game. (''<nowiki><Installation path>\Steam\SteamApps\<user ID>\<game>\<game abbreviation>\maps\</nowiki>'', for example ''<nowiki>C:Program Files\Valve\Steam\SteamApps\<user ID>\half-life 2\hl2\maps\</nowiki>''.) | ||
# If any [[AIN|.ain]] files are present, copy them into the ''graphs\'' subfolder of that ''maps\'' folder. | # If any [[AIN|node graph (.ain)]] files are present, copy them into the ''graphs\'' subfolder of that ''maps\'' folder. | ||
# Start the associated game. | # Start the associated game. | ||
# Open the [[developer console]]. | # Open the [[developer console]]. |
Revision as of 21:38, 11 February 2011
A map pack is a pack of maps (.bsp files).
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 map (.bsp) files directly into the maps\ folder of the associated game. (<Installation path>\Steam\SteamApps\<user ID>\<game>\<game abbreviation>\maps\, for example C:Program Files\Valve\Steam\SteamApps\<user ID>\half-life 2\hl2\maps\.)
- If any 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 <name of the first map> in the console to load the map.
See also
- Modification - Something more than a map pack.