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) |
SirYodaJedi (talk | contribs) m (→Key Values) |
||
Line 23: | Line 23: | ||
:* 0 : "Not CTF map" | :* 0 : "Not CTF map" | ||
:* 1 : "CTF map" | :* 1 : "CTF map" | ||
{{KV|Ambience|choices|only={{DMC}}}} | {{KV|Ambience|intn=worldtype|choices|only={{DMC}}}} | ||
:* 0 : Medieval | :* 0 : Medieval | ||
:* 1 : Runic (metal) | :* 1 : Runic (metal) |
Revision as of 09:28, 1 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"
- 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.