mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-01-19 17:44:45 +00:00
22 lines
782 B
Smalltalk
22 lines
782 B
Smalltalk
$pref::Audio::provider = "Miles Fast 2D Positional Audio";
|
|
$pref::Video::fullScreen = 1;
|
|
$pref::Video::resolution = "800 600 32";
|
|
$pref::OpenGL::mipReduction = 0;
|
|
$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 = "1";
|
|
$pref::Interior::VertexLighting = "0";
|
|
$pref::Player::renderMyItems = "1";
|
|
$pref::Player::renderMyPlayer = "0";
|
|
$pref::TS::screenError = "5";
|
|
$pref::Terrain::dynamicLights = "1"; |