Difference between revisions of "Game Events (Source)"
(→Counter-Strike: Source Events: - moved to own page) |
(→Game Events) |
||
Line 247: | Line 247: | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
− | + | = Game Events = | |
These are all the games that the Source engine covers. | These are all the games that the Source engine covers. | ||
* [[Counter-Strike: Source Events]] | * [[Counter-Strike: Source Events]] | ||
Line 257: | Line 257: | ||
* [[Perfect Dark: Source]] | * [[Perfect Dark: Source]] | ||
* [[Perfect Dark: Source]] | * [[Perfect Dark: Source]] | ||
− | |||
− | |||
= Day of Defeat: Source Events = | = Day of Defeat: Source Events = |
Revision as of 15:40, 8 June 2007
Contents
- 1 Generic Source Events
- 1.1 team_info
- 1.2 team_score
- 1.3 player_team
- 1.4 player_class
- 1.5 player_death
- 1.6 player_hurt
- 1.7 player_chat
- 1.8 player_score
- 1.9 player_spawn
- 1.10 player_shoot
- 1.11 player_use
- 1.12 player_changename
- 1.13 game_newmap
- 1.14 game_start
- 1.15 game_end
- 1.16 round_start
- 1.17 round_end
- 1.18 game_message
- 1.19 break_breakable
- 1.20 break_prop
- 2 Generic Source Server Events
- 3 Game Events
- 4 Day of Defeat: Source Events
- 4.1 player_death
- 4.2 player_hurt
- 4.3 player_changeclass
- 4.4 dod_round_start
- 4.5 dod_round_active
- 4.6 dod_hint
- 4.7 dod_warmup_begins
- 4.8 dod_warmup_ends
- 4.9 dod_round_start
- 4.10 dod_restart_round
- 4.11 dod_ready_restart
- 4.12 dod_allies_ready
- 4.13 dod_axis_ready
- 4.14 dod_round_restart_seconds
- 4.15 dod_team_scores
- 4.16 dod_point_captured
- 4.17 dod_capture_blocked
- 4.18 dod_round_win
- 4.19 dod_tick_points
- 4.20 dod_game_over
- 4.21 dod_broadcast_audio
- 4.22 dod_stats_weapon_attack
- 4.23 dod_stats_player_damage
- 4.24 dod_stats_player_killed
- 4.25 dod_win_panel
- 4.26 dod_timer_time_added
- 4.27 dod_timer_flash
- 4.28 dod_map_time_remaining
- 4.29 dod_tnt_pickup
- 4.30 dod_bomb_planted
- 4.31 dod_bomb_exploded
- 4.32 dod_bomb_defused
- 4.33 dod_kill_planter
- 4.34 dod_kill_defuser
- 5 Dystopia Events
- 6 Pirates, Vikings, Knights II Events
- 7 SourceForts Events
- 8 Hidden: Source Events
- 9 Perfect Dark: Source
- 10 Iron Grip Events
Generic Source Events
team_info
Note: Info about team
Name: | team_info | ||||||
Structure: |
|
team_score
Note: Team score changed
Name: | team_info | ||||||
Structure: |
|
player_team
Note: Player change his team
Name: | player_team | ||||||||||||
Structure: |
|
player_class
Note: A player changed his class
Name: | player_class | ||||||
Structure: |
|
player_death
Note: A game event, name may be 32 charaters long
Name: | player_death | ||||||
Structure: |
|
player_hurt
Note: A player was hurt
Name: | player_hurt | |||||||||
Structure: |
|
player_chat
Note: A public player chat
Name: | player_chat | |||||||||
Structure: |
|
player_score
Note: Players scores changed
Name: | player_score | ||||||||||||
Structure: |
|
player_spawn
Note: player spawned in game
Name: | player_spawn | |||
Structure: |
|
player_shoot
Note: Player shoot his weapon
Name: | player_shoot | |||||||||
Structure: |
|
player_use
Note: When a player uses an option
Name: | player_use | ||||||
Structure: |
|
player_changename
Note: Player changed name
Name: | player_changename | |||||||||
Structure: |
|
game_newmap
Note: Send when new map is completely loaded
Name: | game_newmap | |||
Structure: |
|
game_start
Note: A new game starts
Name: | game_start | ||||||||||||
Structure: |
|
game_end
Note: A game ended
Name: | game_end | |||
Structure: |
|
round_start
Note: The round started
Name: | player_changename | |||||||||
Structure: |
|
round_end
Note: The round ended
Name: | round_end | |||||||||
Structure: |
|
game_message
Note: A game message
Name: | game_message | ||||||
Structure: |
|
break_breakable
Note: A breakable (func_break) is broken.
Name: | break_breakable | |||||||||
Structure: |
|
break_prop
Note: A breakable prop is broken.
Name: | break_prop | ||||||
Structure: |
|
Generic Source Server Events
server_spawn
Note: Send once a server starts
Name: | server_start | |||||||||||||||||||||||||||
Structure: |
|
server_shutdown
Note: Server shut down
Name: | server_shutdown | |||
Structure: |
|
server_cvar
Note: A server console var has changed
Name: | server_cvar | ||||||
Structure: |
|
server_msg
Note: A generic server message
Name: | server_message | |||
Structure: |
|
server_addban
Note: When the server has a ban added
Name: | server_addban | |||||||||||||||||||||
Structure: |
|
server_removeban
Note: When the server has a ban removed
Name: | server_removeban | |||||||||
Structure: |
|
player_connect
Note: A new player connected
Name: | player_connect | |||||||||||||||
Structure: |
|
player_info
Note: A player changed his name
Name: | player_info | |||||||||||||||
Structure: |
|
player_disconnect
Note: A client was disconnected
Name: | player_disconnect | ||||||||||||
Structure: |
|
player_activate
Note: A client has entered the game (connected and loaded)
Name: | player_activate | |||
Structure: |
|
player_say
Note: When a client sends a message in chat
Name: | player_say | ||||||
Structure: |
|
Game Events
These are all the games that the Source engine covers.
- Counter-Strike: Source Events
- Day of Defeat: Source Events
- Dystopia Events
- Pirates, Vikings, Knights II Events
- SourceForts Events
- Hidden: Source Events
- Perfect Dark: Source
- Perfect Dark: Source
Day of Defeat: Source Events
player_death
Note: When a player dies
Name: | player_death | |||||||||
Structure: |
|
player_hurt
Note: When a player is damaged
Name: | player_hurt | ||||||||||||||||||
Structure: |
|
player_changeclass
Note: When a player changes to a different class
Name: | player_changeclass | ||||||
Structure: |
|
dod_round_start
Note: When the round starts
Name: | dod_round_start | |
Structure: |
|
dod_round_active
Note: When the round becomes active after the "frozen" time
Name: | dod_round_active | |||
Structure: |
|
dod_hint
Note: When a hint occurs
Name: | dod_hint | |||
Structure: |
|
dod_warmup_begins
Note: When warmup begins
Name: | dod_warmup_begins | |||
Structure: |
|
dod_warmup_ends
Note: When warmup ends
Name: | dod_warmup_ends | |||
Structure: |
|
dod_round_start
Note: When round starts
Name: | dod_round_start | |||
Structure: |
|
dod_restart_round
Note: When round restarts
Name: | dod_restart_round | |||
Structure: |
|
dod_ready_restart
Note: When the ready players trigger restart
Name: | dod_ready_restart | |||
Structure: |
|
dod_allies_ready
Note: When allies are ready
Name: | dod_allies_ready | |||
Structure: |
|
dod_axis_ready
Note: When axis are ready
Name: | dod_axis_ready | |||
Structure: |
|
dod_round_restart_seconds
Note: When round restart is set
Name: | dod_round_restart_seconds | |||
Structure: |
|
dod_team_scores
Note: When a team scores (wins)
Name: | dod_team_scores | ||||||||||||||||||
Structure: |
|
dod_point_captured
Note: When a flag/point is captured
Name: | dod_point_captured | ||||||||||||
Structure: |
|
dod_capture_blocked
Note: When a capture is blocked
Name: | dod_capture_blocked | |||||||||
Structure: |
|
dod_round_win
Note: When a round is won
Name: | dod_round_win | |||
Structure: |
|
dod_tick_points
Note: Unknown
Name: | dod_tick_points | |||||||||
Structure: |
|
dod_game_over
Note: When the map ends
Name: | dod_game_over | |||
Structure: |
|
dod_broadcast_audio
Note: When audio is broadcasted
Name: | dod_broadcast_audio | |||
Structure: |
|
dod_stats_weapon_attack
Note: When a player attacks with a weapon
Name: | dod_stats_weapon_attack | ||||||
Structure: |
|
dod_stats_player_damage
Note: When a player damages another
Name: | dod_stats_player_damage | |||||||||||||||||||||
Structure: |
|
dod_stats_player_killed
Note: When a player kills another
Name: | dod_stats_player_killed | |||||||||
Structure: |
|
dod_win_panel
Note: When the scoreboard is shown after map end
Name: | dod_win_panel | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Structure: |
|
dod_timer_time_added
Note: When time is added (in bombing maps)
Name: | dod_timer_time_added | |||
Structure: |
|
dod_timer_flash
Note: Unknown
Name: | dod_timer_flash | |||
Structure: |
|
dod_map_time_remaining
Note: Time remaining on map
Name: | dod_map_time_remaining | |||
Structure: |
|
dod_tnt_pickup
Note: When TNT is picked up
Name: | dod_tnt_pickup | |
Structure: |
|
dod_bomb_planted
Note: When TNT is placed on an objective
Name: | dod_bomb_planted | ||||||||||||
Structure: |
|
dod_bomb_exploded
Note: When TNT explodes
Name: | dod_bomb_exploded | |||||||||
Structure: |
|
dod_bomb_defused
Note: When TNT is defused
Name: | dod_bomb_defused | ||||||||||||
Structure: |
|
dod_kill_planter
Note: When the planter of TNT is killed
Name: | dod_kill_planter | ||||||
Structure: |
|
dod_kill_defuser
Note: When the defuser of TNT is killed
Name: | dod_kill_defuser | ||||||
Structure: |
|
Dystopia Events
player_death
Note: Player is killed in "real world"
Name: | player_death | |||||||||||||||
Structure: |
|
cyber_frag
Note: Player is killed while "hacking"
Name: | cyber_frag | ||||||
Structure: |
|
player_class
Note: When a player selects class
Name: | player_class | ||||||
Structure: |
|
objective
Note: When an objective is reached
Name: | objective | ||||||
Structure: |
|
round_restart
Note: When round restarts
Name: | round_restart | ||||||
Structure: |
|
dys_changemap
Note: When map changes
Name: | dys_changemap | |||
Structure: |
|
dys_points
Note: When points are changed
Name: | dys_points | |||||||||
Structure: |
|
dys_weapon_stats
Note: When stats are logged for weapons
Name: | dys_weapon_stats | ||||||||||||||||||||||||||||||||||||
Structure: |
|
dys_implant_stats
Note: When stats are logged for implants
Name: | dys_implant_stats | ||||||||||||
Structure: |
|
dys_scoring_stats
Note: When stats are stored for scores
Name: | dys_scoring_stats | |||||||||
Structure: |
|
Pirates, Vikings, Knights II Events
player_death
Note: When player dies
Name: | player_death | |||||||||
Structure: |
|
round_end
Note: When round ends
Name: | round_end | |||
Structure: |
|
SourceForts Events
player_death
Note: When a player dies
Name: | player_death | |||||||||
Structure: |
|
block_frozen
Note: When a building block becomes frozen
Name: | block_frozen | ||||||
Structure: |
|
block_unfrozen
Note: When a building block becomes unfrozen
Name: | block_unfrozen | ||||||
Structure: |
|
phase_switch
Note: When the phase switches from build to play
Name: | phase_switch | ||||||||||||
Structure: |
|
player_grab
Note: When a player grabs the flag
Name: | player_grab | ||||||
Structure: |
|
player_drop
Note: When a player drops the flag
Name: | player_drop | ||||||
Structure: |
|
player_score
Note: When a player captures a flag
Name: | player_score | ||||||
Structure: |
|
flag_return
Note: When flag is returned to original base
Name: | flag_return | ||||||
Structure: |
|
Hidden: Source Events
player_death
Note: When a player dies
Name: | player_death | ||||||||||||
Structure: |
|
player_hurt
Note: When a player is hurt
Name: | player_hurt | ||||||||||||
Structure: |
|
alarm_trigger
Note: When an alarm is triggered
Name: | alarm_trigger | |||||||||
Structure: |
|
material_check
Note: When the player's materials are checked
Name: | material_check | ||||||
Structure: |
|
extraction_start
Note: When the extraction starts
Name: | extraction_start | |||
Structure: |
|
extraction_stop
Note: When the extraction stops
Name: | extraction_stop | |
Structure: |
|
player_location
Note: When the player location changes
Name: | player_location | ||||||
Structure: |
|
iris_radio
Note: When iris_radio is used
Name: | iris_radio | ||||||
Structure: |
|
game_round_restart
Note: When the round restarts
Name: | game_round_restart | |
Structure: |
|
game_round_end
Note: When the round ends
Name: | game_round_end | |
Structure: |
|
game_round_start
Note: When the round starts
Name: | game_round_start | |
Structure: |
|
Perfect Dark: Source
player_death
Note: When a player dies
Name: | player_death | ||||||||||||||||||
Structure: |
|
koth_hill_activated
Note: When koth_hill is activated
Name: | koth_hill_activated | ||||||||||||
Structure: |
|
koth_hill_deactivated
Note: When koth_hill is deactivated
Name: | koth_hill_deactivated | |||
Structure: |
|
koth_hill_taken
Note: When koth_hill is taken
Name: | koth_hill_taken | |||||||||
Structure: |
|
koth_hill_close_to_capture
Note: When koth_hill is near capture
Name: | koth_hill_close_to_capture | |||
Structure: |
|
koth_hill_captured
Note: When koth_hill is captured
Name: | koth_hill_captured | |
Structure: |
|
koth_hill_lost
Note: When koth_hill is lost
Name: | koth_hill_lost | |||
Structure: |
|
popacap_close_to_point
Note: Unknown
Name: | popacap_close_to_point | |||
Structure: |
|
ctb_spawn_activated
Note: Unknown
Name: | ctb_spawn_activated | |||||||||||||||
Structure: |
|
ctb_spawn_deactivated
Note: Uknown
Name: | ctb_spawn_deactivated | |||
Structure: |
|
weapon_set
Note: When a player's weapon is set
Name: | weapon_set | ||||||
Structure: |
|
Iron Grip Events
player_death
Note:
Name: | player_death | ||||||||||||
Structure: |
|