TribesReplay/Voodoo5.cs
2017-07-17 22:55:25 -04:00

22 lines
838 B
Smalltalk

$pref::Audio::provider = "Miles Fast 2D Positional Audio";
$pref::Video::fullScreen = 1;
$pref::Video::resolution = "800 600 16";
$pref::OpenGL::mipReduction = 0;
$pref::shadows = 0.5;
$pref::Terrain::enableDetails = 1;
$pref::environmentMaps = 0;
$pref::Interior::DynamicLights = 0;
$pref::Interior::ShowEnvironmentMaps = 0;
$pref::precipitationOn = 1;
$pref::decalsOn = 1;
$pref::Terrain::screenError = 20;
$pref::TS::detailAdjust = "0.675439";
$pref::numCloudLayers = 1;
$pref::OpenGL::interiorMipReduction = 1;
$pref::OpenGL::skyMipReduction = 1;
$pref::Terrain::texDetail = "0"; // lower number is actually faster here (go figure)
$pref::Interior::VertexLighting = "1";
$pref::Player::renderMyItems = "1";
$pref::Player::renderMyPlayer = "0";
$pref::TS::screenError = "8";
$pref::Terrain::dynamicLights = "1";