TribesReplay/Viper.cs
2017-07-17 22:51:48 -04:00

22 lines
782 B
Smalltalk

$pref::Audio::provider = "Miles Fast 2D Positional Audio";
$pref::Video::fullScreen = 1;
$pref::Video::resolution = "800 600 16";
$pref::OpenGL::mipReduction = 1;
$pref::shadows = 0.5;
$pref::Terrain::enableDetails = 1;
$pref::environmentMaps = 1;
$pref::Interior::DynamicLights = 1;
$pref::Interior::ShowEnvironmentMaps = 1;
$pref::precipitationOn = 1;
$pref::decalsOn = 1;
$pref::Terrain::screenError = 8;
$pref::TS::detailAdjust = "0.833333";
$pref::numCloudLayers = 1;
$pref::OpenGL::interiorMipReduction = 1;
$pref::OpenGL::skyMipReduction = 1;
$pref::Terrain::texDetail = "3";
$pref::Interior::VertexLighting = "1";
$pref::Player::renderMyItems = "1";
$pref::Player::renderMyPlayer = "0";
$pref::TS::screenError = "5";
$pref::Terrain::dynamicLights = "1";