# -------------------------------------------------------------------------------
# Read me!
# -------------------------------------------------------------------------------
# You can create as many text files with preset preferences 
# that will overwrite the registry settings [the ones you change from configure.bat]
# !!The file has to be saved in this directory [userfiles\config\]
# -------------------------------------------------------------------------------
# -------------------------------------------------------------------------------


# -------------------------------------------------------------------------------
# To launch Source Tools with your configuration file:
# -------------------------------------------------------------------------------
# 1 - Create a windows shortcut of SourceTools.bat
# 2 - Open the properties menu of that shortcut
# 3 - Add the name of the text file at the end of the "Target" line
# Example: "C:\Program Files\Steam\SourceTools\SourceTools.bat" yourfilename
# -------------------------------------------------------------------------------
# -------------------------------------------------------------------------------



# -------------------------------------------------------------------------------
# Here is an example of what you can write to your configuration file:
# -------------------------------------------------------------------------------
# Sets mode to mode2
mode=mode2

# Game launch options
launch=-novid -noborder +exec custom.cfg

# Sets your in-game name
usergamename=Sir Bag of Douche

# Enable[yes]/Disable[no] automatic demo recording
autorecord=yes

# Disables[0]/Enables[1] the add-on "Connection Manager"
autoreconnect=0
# -------------------------------------------------------------------------------
# -------------------------------------------------------------------------------







# -------------------------------------------------------------------------------

#                 ADVANCED USAGE INFORMATION - READ WITH PATIENCE

# -------------------------------------------------------------------------------
# Almost all settings of Source Tools can be overwritten with your configuration file
# To see more possible settings, open your core\parameters\reg-****.txt files
# They contain all the user settings information, along with the valid values.
# -------------------------------------------------------------------------------
# -------------------------------------------------------------------------------


# -------------------------------------------------------------------------------
# How to understand the reg-*.txt file :
# -------------------------------------------------------------------------------
#__________________________________________________________________________________________________________________________________________________

# autoreconnect;0;Reconnect on disconnect;Disconnection recovery;0 1

# crashrecovertime;4;No activity time-out [in minutes];How long for no game activity before crash recovery kicks in.;3-59.

# sortby;date;Sort the Demo file list printed in console;List Top: [date] Oldest \ [rdate] Newest \ [name] A-Z \ [rname] Z-A;date rdate name rname

# demostoragepath;none;Demo Storage ex: D:\mydemofiles;New demo files will be moved to that location after closing HL2.exe;checkifexist

#__________________________________________________________________________________________________________________________________________________


# - Each line is sub-dividided by ";"

# - The FIRST section of a line is the setting name [ sortby / demostoragepath / cleardeldemo ]
#   Those are the settings you'd write in the configuration file

# - The middle part [2 sections] is the general description of what the setting does.


# - The LAST section of a line are the valid values, but are also codes.
#---------------
# 0 1 : this means that it's either ON [1] or OFF [0]
autoreconnect=0
#---------------
# 3-59 : minimum=3 maximum=59
#---------------
# checkifexist : this means that the information you write MUST exist, in this case, the folder path must already exist
# If the folder does not exist, the demo storage won't work.
demostoragepath=c:\myfiles\demofiles    
#---------------
# date rdate name rname: this is a list of valid values to write for the setting "sortby"
sortby=rname
#---------------

# -------------------------------------------------------------------------------
# -------------------------------------------------------------------------------






