mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
Mantis 0001070:
o Added new user.scr which defaults cl_gammaramp to 1. git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@207 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
7652448e28
commit
30f919856f
1 changed files with 11 additions and 4 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
|
||||
// Half-Life User Info Configuration Layout Script (stores last settings chosen, too)
|
||||
// File generated: Mon Jul 05 15:16:31 AM
|
||||
// File generated: Wed Jun 22 14:28:14 AM
|
||||
//
|
||||
//
|
||||
// Cvar - Setting
|
||||
|
@ -60,7 +60,7 @@ DESCRIPTION INFO_OPTIONS
|
|||
{
|
||||
"Center player names"
|
||||
{ BOOL }
|
||||
{ "1" }
|
||||
{ "0" }
|
||||
}
|
||||
|
||||
"cl_highdetail"
|
||||
|
@ -91,6 +91,13 @@ DESCRIPTION INFO_OPTIONS
|
|||
{ "1" }
|
||||
}
|
||||
|
||||
"cl_gammaramp"
|
||||
{
|
||||
"Enable gamma ramp"
|
||||
{ BOOL }
|
||||
{ "1" }
|
||||
}
|
||||
|
||||
"hud_fastswitch"
|
||||
{
|
||||
"Weapon fast-switch"
|
||||
|
@ -102,7 +109,7 @@ DESCRIPTION INFO_OPTIONS
|
|||
{
|
||||
"Music enabled"
|
||||
{ BOOL }
|
||||
{ "0" }
|
||||
{ "1" }
|
||||
}
|
||||
|
||||
"cl_musicvolume"
|
||||
|
@ -137,7 +144,7 @@ DESCRIPTION INFO_OPTIONS
|
|||
{
|
||||
"Decal limit"
|
||||
{ NUMBER 0.000000 4096.000000 }
|
||||
{ "300.000000" }
|
||||
{ "4096.000000" }
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue