-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
37 lines (27 loc) · 1.28 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
thisPlayerName: hellbender
statsDmpFilePath: "C:\\Program Files (x86)\\Origin Games\\Command and Conquer Red Alert II\\stats.dmp"
#Local directory path where you want to keep the parsed game stat data
gameStatsFolder: ./stats/games
#Local directory path where you want to keep the aggregated session stat data
sessionStatsFolder: ./stats/sessions
#Local directory path where you want to keep the aggregated overall stat data
overallStatsFolder: ./stats/overall
#Full path to the PHP executable - required to run statparser.php
phpExecutable: "C:\\Users\\Angad Singh\\Downloads\\php-7.4.6-nts-Win32-vc15-x64\\php.exe"
#path of the html_resources folder relative to the sessionStatsFolder
htmlResourcesRelPathSessions: ../../html_resources
#path of the html_resources folder relative to the sessionStatsFolder
htmlResourcesRelPathOverall: ../html_resources
htmlTemplateSessions: template_sessions.html
htmlTemplateOverall: template_overall.html
#run surge once in the stats folder to configure the host
surgeSessionPath: http://hellbender.surge.sh/sessions/
surgeFolder: ./stats
xsplitXmlTemplate: ./streamcontrol_template.xml
xsplitXmlTargetPath: C:\Users\Angad Singh\Desktop\StreamControl_0_3\streamcontrol.xml
playerAliases:
- - hellbender
- <human player>
- - jacy
- BKL
- DistanSingh