38 lines
1.2 KiB
C#
Executable File
38 lines
1.2 KiB
C#
Executable File
//-----------------------------------------------------------------------------
|
|
// Torque Game Engine
|
|
// Copyright (C) GarageGames.com, Inc.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$pref::shadows = "2";
|
|
|
|
$pref::Input::LinkMouseSensitivity = 1;
|
|
$pref::Input::MouseEnabled = 0;
|
|
$pref::Input::JoystickEnabled = 0;
|
|
$pref::Input::KeyboardTurnSpeed = 0.1;
|
|
|
|
$pref::sceneLighting::cacheSize = 20000;
|
|
$pref::sceneLighting::purgeMethod = "lastCreated";
|
|
$pref::sceneLighting::cacheLighting = 1;
|
|
$pref::sceneLighting::terrainGenerateLevel = 1;
|
|
|
|
$pref::Terrain::DynamicLights = 1;
|
|
$pref::Interior::TexturedFog = 0;
|
|
|
|
$pref::Video::displayDevice = "OpenGL";
|
|
$pref::Video::allowOpenGL = 1;
|
|
$pref::Video::allowD3D = 1;
|
|
$pref::Video::preferOpenGL = 1;
|
|
$pref::Video::appliedPref = 0;
|
|
$pref::Video::disableVerticalSync = 1;
|
|
|
|
$pref::OpenGL::force16BitTexture = "0";
|
|
$pref::OpenGL::forcePalettedTexture = "0";
|
|
$pref::OpenGL::maxHardwareLights = 3;
|
|
$pref::VisibleDistanceMod = 1.0;
|
|
|
|
$pref::Audio::drivers = "";
|
|
$pref::Audio::forceMaxDistanceUpdate = 0;
|
|
$pref::Audio::environmentEnabled = 0;
|
|
$pref::Audio::masterVolume = 0.8;
|
|
|