Worldspawn (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
Confirm:does this have the same bug as in Source?[Clarify]
SirYodaJedi (talk | contribs) (→Key Values: worldtype is unused) |
SirYodaJedi (talk | contribs) mNo edit summary |
||
Line 27: | Line 27: | ||
:* 1 : Runic (metal) | :* 1 : Runic (metal) | ||
:* 2 : Present (base) | :* 2 : Present (base) | ||
: For additional specifics, see {{quakewiki|worldspawn#Differences_depending_on_.27worldtype.27_settings|QuakeWiki's page on worldspawn}}. | |||
{{KV|Game mode|choices|only={{Ricochet}}}} | {{KV|Game mode|choices|only={{Ricochet}}}} | ||
:* 0 : Arena | :* 0 : Arena |
Revision as of 19:07, 23 July 2024
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.