Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
scoreevents_shared.gsh
Go to the documentation of this file.
1
#define SCORE_EVENT_TABLE_NAME_CP "gamedata/tables/cp/scoreInfo.csv"
2
#define SCORE_EVENT_TABLE_NAME_MP "gamedata/tables/mp/scoreInfo.csv"
3
#define SCORE_EVENT_TABLE_NAME_ZM "gamedata/tables/zm/scoreInfo.csv"
4
5
#define SCOREINFOTABLE_SCRIPT_REFERENCE 0
6
#define SCOREINFOTABLE_SCORE_STRING 1
7
#define SCOREINFOTABLE_MEDAL_REFERENCE 2
8
#define SCOREINFOTABLE_MEDAL_BACKING_MATERIAL 3
9
#define SCOREINFOTABLE_TEAM_SCORE_MATERIAL 4
10
#define SCOREINFOTABLE_INCLUDE_KILLSTREAKS 5
11
#define SCOREINFOTABLE_INCLUDE_COMBAT_EFFICIENCY_EVENT 6
12
#define SCOREINFOTABLE_INCLUDE_HERO 7
13
#define SCOREINFOTABLE_SAVE_MEDAL_STATS 8
14
#define SCOREINFOTABLE_DEMO_BOOKMARK_PRIORITY 9
15
#define SCOREINFOTABLE_DOUBLE_XP 10
16
#define SCOREINFOTABLE_GIVE_GUN_XP 11
17
#define SCOREINFOTABLE_MEDAL_CATEGORY 12
18
#define SCOREINFOTABLE_MEDAL_SORT_KEY 13
19
#define SCOREINFOTABLE_GAMETYPE_SCORE 14
20
#define SCOREINFOTABLE_GAMETYPE_XP 15
21
22
#define SCORE_EVENT_GAMETYPE_COLUMN_SCORE 0
23
#define SCORE_EVENT_GAMETYPE_COLUMN_XP 1
24
#define SCORE_EVENT_GAMETYPE_COLUMN_COUNT 2
25
26
#define SCORE_EVENT_MAX_COUNT 512
27
28
#define SCORE_EVENT_MEDAL_WAIT_TIME 2
29
30
#define SCORE_EVENT_OBITUARY_CENTERTIME 5
31
32
#define SCORE_EVENT_DEATH_STREAK_COUNT_REQUIRED 3
scripts
shared
scoreevents_shared.gsh
Generated by
1.8.17