-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
31 lines (31 loc) · 1.17 KB
/
config.toml
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
[TF2]
# Path to the TF2 binary
TF2Path = 'C:\Program Files (x86)\Steam\steamapps\common\Team Fortress 2\tf_win64.exe'
# Path to the TF2 console log output (con_logfile)
ConLogPath = 'C:\Program Files (x86)\Steam\steamapps\common\Team Fortress 2\tf\console.log'
# The port for TF2 to start its RCON server on
TF2Port = 27015
# Maximum authorization attempts for TF2 RCON before quitting
MaxAuthRetries = 10
# Detect line endings in console.log with LF instead of CRLF, only use this if you play TF2 on the native Linux port.
LinuxLineEndings = false
# Launch arguments to add to TF2 other than those required for this script to work
TF2LaunchArguments = '''
-novid
-nojoy
-nosteamcontroller
-nohltv
-particles 1
-precachefontchars
'''
[VLC]
# Path to VLC Media Player
VLCPath = 'C:\Program Files\VideoLAN\VLC\vlc.exe'
# Path to your music playlist
PlaylistPath = 'E:\Hella Gud Christmas Playlist\christmas.m3u8'
# Port for VLC to start its web server on
VLCPort = 9090
[Other]
# Milliseconds between checking console.log and VLC Media Player's status, recommended values range from 100 to 1000
# Values above 1000 will be clamped to prevent issues with communicating to VLC
RefreshMilliseconds = 400