mirror of
https://github.com/ENSL/NS.git
synced 2025-02-08 16:52:21 +00:00
37 lines
No EOL
927 B
INI
37 lines
No EOL
927 B
INI
// Lighting - temporary until new gamma ramp shader.
|
|
brightness "1"
|
|
gamma "2.5"
|
|
lightgamma "2.25"
|
|
gl_use_shaders "1"
|
|
|
|
// Bobbing
|
|
cl_bob "0.006"
|
|
cl_bobcycle "0.85"
|
|
cl_bobup "0.5"
|
|
cl_bobview "0"
|
|
|
|
// Reduced ambient and music volume
|
|
cl_ambientsound "0.6"
|
|
cl_musicenabled "1"
|
|
cl_musicvolume "0.6"
|
|
|
|
// HUD
|
|
hud_style "1"
|
|
hud_mapstyle "3"
|
|
//hud_mapnames "5"
|
|
|
|
// New crosshairs
|
|
crosshair "0"
|
|
cl_cross "1"
|
|
|
|
|
|
echo " "
|
|
echo "----------------------------------------------------------------------"
|
|
echo "NS 3.3 graphics and audio preset applied"
|
|
echo "----------------------------------------------------------------------"
|
|
echo "- Brighter shadows"
|
|
echo "- Minimal marine HUD and new crosshair system"
|
|
echo "- Reduced weapon bobbing and no view bobbing"
|
|
echo "- Reduced ambient sound and music volumes"
|
|
echo " "
|
|
echo "Note: 25th aniversary Half-Life and sv_allow_shaders 1 are required for the graphics to display properly at the moment." |