-
Notifications
You must be signed in to change notification settings - Fork 0
/
user_default.scr
executable file
·117 lines (104 loc) · 1.87 KB
/
user_default.scr
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
// NOTE: THIS FILE IS AUTOMATICALLY REGENERATED,
//DO NOT EDIT THIS HEADER, YOUR COMMENTS WILL BE LOST IF YOU DO
// User options script
//
// Format:
// Version [float]
// Options description followed by
// Options defaults
//
// Option description syntax:
//
// "cvar" { "Prompt" { type [ type info ] } { default } }
//
// type =
// BOOL (a yes/no toggle)
// STRING
// NUMBER
// LIST
//
// type info:
// BOOL no type info
// NUMBER min max range, use -1 -1 for no limits
// STRING no type info
// LIST delimited list of options value pairs
//
//
// default depends on type
// BOOL is "0" or "1"
// NUMBER is "value"
// STRING is "value"
// LIST is "index", where index "0" is the first element of the list
// Half-Life User Info Configuration Layout Script (stores last settings chosen, too)
// File generated: Tue Jul 13 17:43:58 AM
//
//
// Cvar - Setting
VERSION 1.0
DESCRIPTION INFO_OPTIONS
{
"mp_decals"
{
"#Valve_Multiplayer_Decal_Limit"
{ NUMBER 0 4096 }
{ "512" }
}
"cl_righthand"
{
"#Cstrike_Weapon_Alignment"
{
LIST
"#Cstrike_Left_Handed" "0"
"#Cstrike_Right_Handed" "1"
}
{ "0" }
}
"cl_autowepswitch"
{
"#Cstrike_Automatic_Weapon_Switch"
{ BOOL }
{ "1" }
}
"hud_centerid"
{
"#Valve_Center_Player_Names"
{ BOOL }
{ "1" }
}
"cl_autohelp"
{
"#Cstrike_AutoHelp"
{ BOOL }
{ "1" }
}
"cl_c4progressbar"
{
"#Cstrike_C4ProgressBar"
{ BOOL }
{ "1" }
}
"hud_takesshots"
{
"#game_takesshots"
{ BOOL }
{ "0" }
}
"cl_disablefreezecam"
{
"#Cstrike_Disable_Freeze_Cam"
{ BOOL }
{ "0" }
}
"cl_disablehtmlmotd"
{
"#Valve_DisableHTMLMOTD"
{ BOOL }
{ "0" }
}
"cl_cloud_settings"
{
"#Valve_UseSteamCloud"
{ BOOL }
{ "1" }
}
}