mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-03-09 06:50:27 +00:00
v22002: No patch notes.
This commit is contained in:
parent
adad8c0787
commit
63560d110c
110 changed files with 5518 additions and 2403 deletions
|
|
@ -1,11 +1,15 @@
|
|||
$JoinGamePort = 28000;
|
||||
$pref::Audio::drivers = "Miles";
|
||||
$pref::Audio::enableVoiceCapture = 1;
|
||||
$pref::Audio::forceMaxDistanceUpdate = 0;
|
||||
$pref::Audio::voiceChannels = 2;
|
||||
$pref::Audio::activeDriver = "default";
|
||||
$pref::Audio::drivers = "Miles";
|
||||
$pref::Audio::frequency = 22100;
|
||||
$pref::Audio::sampleBits = 16;
|
||||
$pref::Audio::channels = 2;
|
||||
$pref::Audio::enableVoiceCapture = 1;
|
||||
$pref::Audio::voiceChannels = 2;
|
||||
$pref::Audio::encodingLevel = 0;
|
||||
$pref::Audio::decodingMask = 1;
|
||||
$pref::Audio::forceMaxDistanceUpdate = 0;
|
||||
$pref::Audio::environmentEnabled = 0;
|
||||
$pref::Audio::microphoneEnabled = 1;
|
||||
$pref::Audio::musicEnabled = 1;
|
||||
$pref::Audio::musicVolume = 0.8;
|
||||
$pref::Audio::masterVolume = 0.8;
|
||||
|
|
@ -69,17 +73,14 @@ $pref::Forum::CacheSize = 100;
|
|||
$pref::HudMessageLogSize = 40;
|
||||
$pref::Input::ActiveConfig = "MyConfig";
|
||||
$pref::Input::LinkMouseSensitivity = 1;
|
||||
$pref::Input::MouseEnabled = 0;
|
||||
$pref::Input::JoystickEnabled = 0;
|
||||
$pref::Input::KeyboardTurnSpeed = 0.1;
|
||||
$pref::Interior::TexturedFog = 0;
|
||||
$pref::IRCClient::server = "198.74.38.141";
|
||||
$pref::IRCClient::serverport = 6668;
|
||||
$pref::IRCClient::autoreconnect = 1;
|
||||
$pref::IRCClient::showjoinleave = 1;
|
||||
$pref::IRCClient::awaymsg = "Don't be alarmed. I'm going to step away from my computer.";
|
||||
$pref::IRCClient::banmsg = "You, and three generations of your offspring, are banned from this channel.";
|
||||
$pref::IRCClient::kickmsg = "Alright, you're outta here!";
|
||||
$pref::IRCClient::hostmsg = "left to host a game.";
|
||||
$pref::Lobby::Column1 = 120;
|
||||
$pref::Lobby::Column2 = 120;
|
||||
$pref::Lobby::Column3 = 50;
|
||||
|
|
@ -143,3 +144,4 @@ $pref::VisibleDistanceMod = 1.0;
|
|||
$pref::OpenGL::force16BitTexture = "0";
|
||||
$pref::OpenGL::forcePalettedTexture = "1";
|
||||
$pref::OpenGL::maxHardwareLights = 3;
|
||||
$pref::OpenGL::allowTexGen = "1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue