worldspawn
Jump to navigation
Jump to search
worldspawn
is a point entity available in all GoldSrc games.
Key Values
- CD track to play (sounds) <integer>
- CD track number to play upon map load.
Bug:Only works properly if game is using the
valve
directoryWorkaround:Put a trigger_cdaudio that encompasses info_player_start.
[todo tested in ?]
- Default light level (light) <integer>
- Default Wave Height (WaveHeight) <string>
- Sets the water wave height
- Max Viewable Distance (MaxRange) <string>
- Default is 4096.
- Level Fade In (startdark) <choices>
- Fades the map in.
- 0: No
- 1: Yes

- Display Game Title (gametitle) <boolean>
- Should the game's title appear on-screen when the map starts?
- Map Team List (mapteams) <string>
- Default Team (defaultteam) <choices>
- !FGD in
.
- 0 : Fewest Players
- 1 : First Team
- Default CTF ([todo internal name (i)]) <choices> (only in
)
-
- 0 : "Not CTF map"
- 1 : "CTF map"
Ambience / World Type (worldtype) <choices>(only in)
- Deprecated.
Leftover fromQuake I, where it was used to determine what sounds doors and keys used, what models keys use, and what the keys are called. As func_door's sound handling is completely revamped, and the source code for item_key1 and item_key2 is commented out with a #if 0, this KV goes unused by vanilla game code.
- 0 : Medieval
- 1 : Runic (metal)
- 2 : Present (base)
- For additional specifics, see
QuakeWiki's page on worldspawn.
- Game mode ([todo internal name (i)]) <choices> (only in
)
-
- 0 : Arena
- 1 : Deathmatch
Better music selector
Replace the sounds key in the Half-Life FGD with this entry to more easily know which track belongs to which MP3 file.