mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-01-19 17:44:45 +00:00
- (bug fix) Fixed an authentication hole that allowed arbitrary IP connections to a LAN server. The policy now is: LAN servers will disallow any connections from IP addresses that do not match the Class B network address of the server (or match one of them, in a multihomed server). So if your server's address is 12.13.14.15, clients from 12.13.*.* will be considered, but clients from 12.12.*.* will be immediately rejected. In addition, a LAN server will only allow 4 unique Class C ids at any one time. This should be sufficiently lenient for even the largest LAN parties, but should eliminate the auth hole. - (bug fix) Fixed a server crash on mission change when the last human player leaves the game in mid cycle. - (bug fix) Fixed a bug that could reset your Shape Detail setting to max - (bug fix) Client join message name correction - (bug fix) All known in-game Chat HUD bugs are fixed (partial lines from paging up/down and resize issues, etc.). - (bug fix) Infinite missile lock-on sound bug is fixed. Dead. Finito. No more. Pushing up the daisies. - (bug fix) Stitched up a hole associated with one of the base shapes. Small fry compared to the memory leaks. - (bug fix) Found a particle crash issue and plugged it up good. - (bug fix) Fixed a shield impact internal compile error that was crunching frame rate. - (bug fix) Turns out we tweaked it so inventory stations were counting as turrets for turret placement purposes. D'oh. Fixed. - (bug fix) A rare crash that occurred with the Radeon VE card has been resolved. - (bug fix) Fixed a crash that could occur when a flare grenade was released when inside a force field. - (bug fix) Deployable turrets (spider and spike) and Deployable inv stations now do damage in their explosion when they are destroyed. - (optimization) The following missions were refined in order to optimize framerate: Alcatraz Caldera Flashpoint Gauntlet IceBound Insalubria Overreach Respite Sirocco - (optimization) Adjusted the LOD of the logo projectors found in CnH missions. - (optimization) Changed object shield shapes from the form-fitting forcefields into a less poly-intensive dome effect. Also gave shields a lower memory profile. - (optimization) Changed the way the clouds' planes are clipped. Sky's the limit, right? - (optimization) Missile sound script calls moved from script into code for faster processing. - (memory leak) Fixed a large memory leak. This plus the other leaks mentioned here should finally put the nail in the coffin on the "degrading server performance" issue. - (memory leak) Fixed a memory leak associated with the pretty lightning effects on maps like Casern Cavite.memory leaks: - (memory leak) Fixed a memory leak in our fancy text list control and the gui text list. - (memory leak) Fixed a memory leak involving memory use and resource allocation. - (improvement) Targeting laser prediction should be better now. - (improvement) You can specify a server's IP address manually at the join screen - (improvement) You can now specify "-password <pw>" on the command line to join a server that requires a password. - (improvement) Heavy armors are tougher against snipers. You now require four headshots or five body shots to kill a Juggernaut with a laser rifle. - (improvement) Footspeed of all armors increased slightly, as well as a minor boost to jetpack performance. Some improvements made to air resistance for mediums and heavy armors (very subtle). - (improvement) The jetpack effect was reverted back to the old effect (by popular demand). - (improvement) A Chat HUD message has been added that is displayed whenever you try to deploy a mine, but your team's maximum number of mines has already been deployed. Previously, the mine would just blow up and not explain why it detonated. Now, it still blows up, but tells you why it happened. - (improvement) Polished up the health meter on the HUD so when you're still alive, it displays a visible sliver of positive health. - (improvement) Made framerate and gameplay changes to Caldera. The attackers' base has been moved farther from the defenders, and the switch has been put in one of the upper chambers, while the stations are located separately from the generators. The changes should fix a serious defensive advantage. - (improvement) After you buy a vehicle, you now fade into the driver's seat if your armor and pack make you an eligible pilot/driver. - (improvement) Added a "rogue" mine message so that if you are killed by a mine laid by someone who has left the building, the death message is more accurate. - (improvement) Increased speed of belly turret projectiles so that it is more effective in general (especially for air defense). - (improvement) Modified name tags of vehicles when you place your reticle over them. Names are now more consistent and descriptive. - (improvement) Missile and AA turrets now have a longer maximum range (you'll still need to deploy sensors to get this added range, but they can fire farther if you do). They also react more quickly to available targets. - (community) The "compose email", "forum post", and "news submission" windows are now resizable and movable.
164 lines
8.6 KiB
Smalltalk
164 lines
8.6 KiB
Smalltalk
$JoinGamePort = 28000;
|
|
$pref::Audio::activeDriver = "default";
|
|
if ( $platform $= "linux" ) {
|
|
$pref::Audio::drivers = "OpenAL";
|
|
} else {
|
|
$pref::Audio::drivers = "Miles";
|
|
}
|
|
$pref::Audio::frequency = 22050;
|
|
$pref::Audio::sampleBits = 16;
|
|
$pref::Audio::channels = 2;
|
|
$pref::Audio::enableVoiceCapture = 1;
|
|
$pref::Audio::voiceChannels = 1;
|
|
if ( $platform $= "linux" ) {
|
|
$pref::Audio::encodingLevel = -1;
|
|
$pref::Audio::decodingMask = 0;
|
|
} else {
|
|
$pref::Audio::encodingLevel = 0;
|
|
$pref::Audio::decodingMask = 1;
|
|
}
|
|
$pref::Audio::forceMaxDistanceUpdate = 0;
|
|
$pref::Audio::environmentEnabled = 0;
|
|
$pref::Audio::musicEnabled = 1;
|
|
$pref::Audio::musicVolume = 0.8;
|
|
$pref::Audio::masterVolume = 0.8;
|
|
$pref::Audio::effectsVolume = 1.0;
|
|
$pref::Audio::voiceVolume = 1.0;
|
|
$pref::Audio::guiVolume = 0.8;
|
|
$pref::Audio::radioVolume = 0.8;
|
|
$pref::Audio::captureGainScale = 1.0;
|
|
$pref::currentChatMenu = "defaultChatMenu";
|
|
$pref::Email::Column0 = 30;
|
|
$pref::Email::Column1 = 250;
|
|
$pref::Email::Column2 = 250;
|
|
$pref::Email::Column3 = 150;
|
|
$pref::Email::ComposeWindowPos = "74 32";
|
|
$pref::Email::ComposeWindowExtent = "500 408";
|
|
$pref::Email::SortColumnKey = 3;
|
|
$pref::Email::SortInc = 1;
|
|
$pref::EnableBadWordFilter = 1;
|
|
$pref::FavNames0 = "SCOUT ASSASSIN";
|
|
$pref::FavNames1 = "SCOUT SNIPER";
|
|
$pref::FavNames2 = "SCOUT DEFENSE";
|
|
$pref::FavNames3 = "ASSAULT OFFENSE";
|
|
$pref::FavNames4 = "ASSAULT DEPLOYER";
|
|
$pref::FavNames5 = "ASSAULT DEFENSE";
|
|
$pref::FavNames6 = "TAILGUNNER";
|
|
$pref::FavNames7 = "JUGGERNAUT OFFENSE";
|
|
$pref::FavNames8 = "JUGGERNAUT DEPLOYER";
|
|
$pref::FavNames9 = "JUGGERNAUT DEFENSE";
|
|
$pref::FavNames10 = "SCOUT FLAG CHASER";
|
|
$pref::FavNames11 = "ASSAULT DESTROYER";
|
|
$pref::FavNames12 = "LANDSPIKE DEPLOYER";
|
|
$pref::FavNames13 = "INVENTORY DEPLOYER";
|
|
$pref::FavNames14 = "FORWARD ASSAULT";
|
|
$pref::FavNames15 = "EARLY WARNING";
|
|
$pref::FavNames16 = "DECOY";
|
|
$pref::FavNames17 = "HEAVY LOVE";
|
|
$pref::FavNames18 = "FLAG DEFENDER";
|
|
$pref::FavNames19 = "INFILTRATOR";
|
|
$pref::Favorite0 = "armor\tScout\tweapon\tPlasma Rifle\tweapon\tChaingun\tweapon\tShocklance\tpack\tCloak Pack\tGrenade\tWhiteout Grenade\tMine\tMine";
|
|
$pref::Favorite1 = "armor\tScout\tweapon\tLaser Rifle\tweapon\tSpinfusor\tweapon\tGrenade Launcher\tpack\tEnergy Pack\tGrenade\tFlare Grenade\tMine\tMine";
|
|
$pref::Favorite2 = "armor\tScout\tweapon\tBlaster\tweapon\tSpinfusor\tweapon\tPlasma Rifle\tpack\tShield Pack\tGrenade\tGrenade\tMine\tMine";
|
|
$pref::Favorite3 = "armor\tAssault\tweapon\tPlasma Rifle\tweapon\tSpinfusor\tweapon\tGrenade Launcher\tweapon\tChaingun\tpack\tShield Pack\tGrenade\tGrenade\tMine\tMine";
|
|
$pref::Favorite4 = "armor\tAssault\tweapon\tPlasma Rifle\tweapon\tBlaster\tweapon\tSpinfusor\tweapon\tMissile Launcher\tpack\tInventory Station\tGrenade\tDeployable Camera\tMine\tMine";
|
|
$pref::Favorite5 = "armor\tAssault\tweapon\tChaingun\tweapon\tSpinfusor\tweapon\tMissile Launcher\tweapon\tELF Projector\tpack\tShield Pack\tGrenade\tConcussion Grenade\tMine\tMine";
|
|
$pref::Favorite6 = "armor\tAssault\tweapon\tChaingun\tweapon\tGrenade Launcher\tweapon\tBlaster\tweapon\tMissile Launcher\tpack\tAmmunition Pack\tGrenade\tFlare Grenade\tMine\tMine";
|
|
$pref::Favorite7 = "armor\tJuggernaut\tweapon\tPlasma Rifle\tweapon\tSpinfusor\tweapon\tGrenade Launcher\tweapon\tFusion Mortar\tweapon\tMissile Launcher\tpack\tAmmunition Pack\tGrenade\tGrenade\tMine\tMine";
|
|
$pref::Favorite8 = "armor\tJuggernaut\tweapon\tChaingun\tweapon\tMissile Launcher\tweapon\tFusion Mortar\tweapon\tPlasma Rifle\tweapon\tBlaster\tpack\tInventory Station\tGrenade\tDeployable Camera\tMine\tMine";
|
|
$pref::Favorite9 = "armor\tJuggernaut\tweapon\tBlaster\tweapon\tPlasma Rifle\tweapon\tGrenade Launcher\tweapon\tMissile Launcher\tweapon\tFusion Mortar\tpack\tShield Pack\tGrenade\tConcussion Grenade\tMine\tMine";
|
|
$pref::Favorite10 = "armor\tScout\tweapon\tChaingun\tweapon\tGrenade Launcher\tweapon\tELF Projector\tpack\tEnergy Pack\tGrenade\tConcussion Grenade\tMine\tMine";
|
|
$pref::Favorite11 = "armor\tAssault\tweapon\tBlaster\tweapon\tPlasma Rifle\tweapon\tSpinfusor\tweapon\tGrenade Launcher\tpack\tShield Pack\tGrenade\tGrenade\tMine\tMine";
|
|
$pref::Favorite12 = "armor\tAssault\tweapon\tChaingun\tweapon\tSpinfusor\tweapon\tPlasma Rifle\tweapon\tGrenade Launcher\tpack\tLandspike Turret\tGrenade\tGrenade\tMine\tMine";
|
|
$pref::Favorite13 = "armor\tAssault\tweapon\tPlasma Rifle\tweapon\tSpinfusor\tweapon\tGrenade Launcher\tweapon\tChaingun\tpack\tInventory Station\tGrenade\tGrenade\tMine\tMine";
|
|
$pref::Favorite14 = "armor\tAssault\tweapon\tELF Projector\tweapon\tGrenade Launcher\tweapon\tSpinfusor\tweapon\tMissile Launcher\tpack\tEnergy Pack\tGrenade\tWhiteout Grenade\tMine\tMine";
|
|
$pref::Favorite15 = "armor\tAssault\tweapon\tChaingun\tweapon\tSpinfusor\tweapon\tGrenade Launcher\tweapon\tELF Projector\tpack\tPulse Sensor Pack\tGrenade\tConcussion Grenade\tMine\tMine";
|
|
$pref::Favorite16 = "armor\tScout\tweapon\tChaingun\tweapon\tGrenade Launcher\tweapon\tSpinfusor\tpack\tSensor Jammer Pack\tGrenade\tWhiteout Grenade\tMine\tMine";
|
|
$pref::Favorite17 = "armor\tJuggernaut\tweapon\tChaingun\tweapon\tSpinfusor\tweapon\tPlasma Rifle\tweapon\tFusion Mortar\tweapon\tMissile Launcher\tpack\tShield Pack\tGrenade\tConcussion Grenade\tMine\tMine";
|
|
$pref::Favorite18 = "armor\tJuggernaut\tweapon\tSpinfusor\tweapon\tGrenade Launcher\tweapon\tFusion Mortar\tweapon\tPlasma Rifle\tweapon\tChaingun\tpack\tShield Pack\tGrenade\tGrenade\tMine\tMine";
|
|
$pref::Favorite19 = "armor\tScout\tweapon\tChaingun\tweapon\tSpinfusor\tweapon\tShocklance\tpack\tSatchel Charge\tGrenade\tDeployable Camera\tMine\tMine";
|
|
$pref::Forum::Column0 = 290;
|
|
$pref::Forum::Column1 = 265;
|
|
$pref::Forum::Column2 = 159;
|
|
$pref::Forum::CacheSize = 100;
|
|
$pref::Forum::PostWindowPos = "69 32";
|
|
$pref::Forum::PostWindowExtent = "500 408";
|
|
$pref::HudMessageLogSize = 40;
|
|
$pref::Input::ActiveConfig = "MyConfig";
|
|
$pref::Input::LinkMouseSensitivity = 1;
|
|
$pref::Input::KeyboardTurnSpeed = 0.1;
|
|
$pref::Interior::TexturedFog = 0;
|
|
$pref::IRCClient::autoreconnect = 1;
|
|
$pref::IRCClient::awaymsg = "Don't be alarmed. I'm going to step away from my computer.";
|
|
$pref::IRCClient::banmsg = "Get out. And stay out!";
|
|
$pref::IRCClient::kickmsg = "Alright, you're outta here!";
|
|
$pref::IRCClient::hostmsg = "left to host a game.";
|
|
$pref::IRCClient::showJoin = true;
|
|
$pref::IRCClient::showLeave = true;
|
|
$pref::Lobby::Column1 = 120;
|
|
$pref::Lobby::Column2 = 120;
|
|
$pref::Lobby::Column3 = 50;
|
|
$pref::Lobby::Column4 = 50;
|
|
$pref::Lobby::Column5 = 50;
|
|
$pref::Lobby::SortColumnKey = 3;
|
|
$pref::Lobby::SortInc = 0;
|
|
$pref::Net::simPacketLoss = 0;
|
|
$pref::Net::simPing = 0;
|
|
$pref::Net::DisplayOnMaster = "Always";
|
|
$pref::Net::RegionMask = 2;
|
|
$pref::Net::CheckEmail = 0;
|
|
$pref::Net::DisconnectChat = 0;
|
|
$pref::Net::LagThreshold = 400;
|
|
$pref::News::PostWindowPos = "85 39";
|
|
$pref::News::PostWindowExtent = "470 396";
|
|
$pref::Player::Count = 0;
|
|
$pref::Player::Current = 0;
|
|
$pref::Player::defaultFov = 90;
|
|
$pref::Player::zoomSpeed = 0;
|
|
$pref::RememberPassword = 0;
|
|
$pref::sceneLighting::cacheSize = 60000;
|
|
$pref::sceneLighting::purgeMethod = "lastModified";
|
|
$pref::sceneLighting::cacheLighting = 1;
|
|
$pref::sceneLighting::terrainGenerateLevel = 1;
|
|
$pref::ServerBrowser::activeFilter = 0;
|
|
$pref::ServerBrowser::Column0 = "0 183";
|
|
$pref::ServerBrowser::Column1 = "1 30";
|
|
$pref::ServerBrowser::Column2 = "2 30";
|
|
$pref::ServerBrowser::Column3 = "3 45";
|
|
$pref::ServerBrowser::Column4 = "5 143";
|
|
$pref::ServerBrowser::Column5 = "7 56";
|
|
$pref::ServerBrowser::Column6 = "8 56";
|
|
$pref::ServerBrowser::Column7 = "9 155";
|
|
$pref::ServerBrowser::Column8 = "4 89";
|
|
$pref::ServerBrowser::Column9 = "6 74";
|
|
if ( !isDemo() )
|
|
$pref::ServerBrowser::Column10 = "10 70";
|
|
$pref::ServerBrowser::FavoriteCount = 0;
|
|
$pref::ServerBrowser::SortColumnKey = 0;
|
|
$pref::ServerBrowser::SortInc = 1;
|
|
$pref::ServerBrowser::InfoWindowOpen = 0;
|
|
$pref::ServerBrowser::InfoWindowPos = "145 105";
|
|
$pref::ServerBrowser::InfoWindowExtent = "350 270";
|
|
$pref::Shell::lastBackground = 0;
|
|
$pref::Terrain::DynamicLights = 1;
|
|
$pref::toggleVehicleView = 0;
|
|
$pref::Topics::Column0 = 245;
|
|
$pref::Topics::Column1 = 50;
|
|
$pref::Topics::Column2 = 125;
|
|
$pref::Topics::Column3 = 134;
|
|
$pref::Topics::SortColumnKey = 3;
|
|
$pref::Topics::SortInc = 0;
|
|
$pref::Video::displayDevice = "OpenGL";
|
|
$pref::chatHudLength = 1;
|
|
$pref::useImmersion = 1;
|
|
$pref::Video::allowOpenGL = 1;
|
|
$pref::Video::allowD3D = 1;
|
|
$pref::Video::preferOpenGL = 1;
|
|
$pref::Video::appliedPref = 0;
|
|
$pref::Video::disableVerticalSync = 1;
|
|
$pref::VisibleDistanceMod = 1.0;
|
|
$pref::OpenGL::force16BitTexture = "0";
|
|
$pref::OpenGL::forcePalettedTexture = "1";
|
|
$pref::OpenGL::maxHardwareLights = 3;
|
|
$pref::OpenGL::allowTexGen = "1";
|