Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyHackGUT committed Aug 3, 2019
1 parent 18b0e30 commit 427309f
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions gamedata/autodemo_events.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/**
* This file contains all metadata for [AutoDemo] Event Manager.
*
* Authors:
* -> CrazyHackGUT: TF2 event details.
* -> Rabb1tof: CS:S, CS:GO event details.
*/

"Games"
Expand All @@ -8,32 +12,34 @@
{
"Keys"
{
"Round Start" "teamplay_round_start"
"Round End" "teamplay_round_end"
"Round Start" "teamplay_round_start"
"Round End" "teamplay_round_end"

"Player Kill" "player_death"
"Player Kill - Client" "attacker"
"Player Kill - Victim" "userid"
}
}

"cstrike"
{
"Keys"
{
"Round Start" "round_start"
"Round End" "round_end"
"Round Start" "round_start"
"Round End" "round_end"

"Player Kill" "player_death"
"Player Kill - Client" "attacker"
"Player Kill - Victim" "userid"
}
}

"csgo"
{
"Keys"
{
"Round Start" "round_start"
"Round End" "round_end"
"Round Start" "round_start"
"Round End" "round_end"

"Player Kill" "player_death"
"Player Kill - Client" "attacker"
Expand Down

0 comments on commit 427309f

Please sign in to comment.