Quick Start

FAQ

Game Patches

Weapons

Armor and Health

Power-Ups

Movement

Voting System

Using the Console

Config Files

Bots

Chat Commands

Taking Screenshots

Recording Demos

Maps

Mods

Punkbuster

Server Administration

Quake3world.com



Custom Maps, Models & Skins


Custom maps can potentially come as one of 3 types of files (.pk3 or .zip being by far the most common delivery methods):

• a .bsp - a raw map file
• a .pk3 - a .bsp file inside a zip file with directory structure which has its extension changed to .pk3
• a .zip - a zipfile containing a .pk3 (or sometimes even a .bsp, .map, etc)

Zip files usually contain a readme.txt and a .pk3 file that contains the map. If you have a pk3 file inside the ZIP, then the pk3 needs to be extracted to the BASEQ3\ directory. If you have a .bsp (and/or an .aas = a representation of the map for the bots to use) these will go inside a directory called "maps" inside your baseq3 directory. Note that your pk3/bsp/aas/map files should not have any CAPITAL LETTERS in them, or they won’t be detected by the game. Raw .bsp or .aas files are almost always beta versions not yet packed into a pk3 for final use, so most likely you will seldom need use of them.

Playing the Map:
Maps contained in native pk3 format should usually show up in the map selection menu. Go to the single player menu, and click on the "skirmish" option to display list of available maps. Your newly-installed map should be in this list. Note that maps will only appear if they are compatible with the currently selected gametype at the bottom of the screen. Naturally, a Capture the Flag map won't show up if you have Free For All selected as the current game type.

If the newly-added map doesn't show up in the menu then it is missing some standard information. The map can still be called directly from the console via the following syntax: /map mapname (where mapname is the name of the file in the pk3 with the .bsp extension)

Example:
If you wish to load the "Temple of Retribution" map (q3dm7.bsp) then you should enter: /map q3dm7 Use /devmap instead of /map if you want cheats enabled.

Models & Skins
Custom player models and skins typically are packaged as .PK3 files and are to be extracted as intact .PK3 files to the baseq3 folder. There can be different skins for one model, but a skin will only fit one model, so skins and models are not entirely interchangeable. Since most servers are running pure and with PB, custom models and skins are not typically allowed during internet play on most servers in order to discourage cheating.