home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2004 January
/
GSSH0104TT.iso
/
Levels
/
Underworld
/
underworld_bl_v2.exe
/
underworld
/
user.scr
< prev
Wrap
Text File
|
2003-06-16
|
1KB
|
66 lines
// 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: Sun Jun 01 09:36:25 PM
//
//
// Cvar - Setting
VERSION 1.0
DESCRIPTION INFO_OPTIONS
{
"mp_decals"
{
"Multiplayer decal limit"
{ NUMBER 0.000000 4096.000000 }
{ "300.000000" }
}
"hud_fastswitch"
{
"Faster weapon selection"
{ BOOL }
{ "0" }
}
"hud_centerid"
{
"Player ID"
{ BOOL }
{ "1" }
}
}