mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-01-19 17:44:45 +00:00
22 lines
783 B
Smalltalk
22 lines
783 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.1;
|
|
$pref::Terrain::enableDetails = 1;
|
|
$pref::environmentMaps = 0;
|
|
$pref::Interior::DynamicLights = 0;
|
|
$pref::Interior::ShowEnvironmentMaps = 0;
|
|
$pref::precipitationOn = 0;
|
|
$pref::decalsOn = 0;
|
|
$pref::Terrain::screenError = 20;
|
|
$pref::TS::detailAdjust = "0.675439";
|
|
$pref::numCloudLayers = 0;
|
|
$pref::OpenGL::interiorMipReduction = 2;
|
|
$pref::OpenGL::skyMipReduction = 2;
|
|
$pref::Terrain::texDetail = "3";
|
|
$pref::Interior::VertexLighting = "1";
|
|
$pref::Player::renderMyItems = "1";
|
|
$pref::Player::renderMyPlayer = "0";
|
|
$pref::TS::screenError = "8";
|
|
$pref::Terrain::dynamicLights = "1"; |