Results 1 to 15 of 15

Thread: Unreal Tournament 3 Patch 1.2 is out!

  1. #1
    Xtreme Enthusiast
    Join Date
    May 2006
    Location
    over the rainbow
    Posts
    964

    Thumbs up Unreal Tournament 3 Patch 1.2 is out!

    And it´s 234.33MB big

    download: http://download.beyondunreal.com/fil.../ut3patch2.exe

    Quote Originally Posted by changelog
    Gameplay:

    - Increased UTGame MaxPlayersAllowed to 64.

    - Fixed leviathan turret instant refire exploit.

    - Fixed errant lock on warnings when no longer in vehicle.

    - Fixed first person weapons in demo playback.

    - Fixed translocator telefrag victim message.

    - Fixed encouragement sounds not being randomly picked by bots.

    - Implemented viewobjective spectating system for Warfare.

    - Fixed berserk held by driver applying to all vehicle turrets.

    - Only force low gore on German versions that were low gore only before being patched.

    - Fix for unnecessary content staying in memory on seamless travel.

    - Fixed shaped charge node exploit.

    - Fixed the Scavenger exploit.



    User Interface:

    - Clicking on the settings tab goes to directly to the full settings menu.

    - Added VOIP speaker portraits to HUD.

    - Fixed character portraits sometimes not showing up on HUD or not staying up long enough.

    - The Host server menus will no longer disable internet options if CheckNatTypeDisplayError returns true. Its just a warning now.

    - Fixed the CD key always prompting when the user has no network card

    - Added support for commandline log in -login=xxx -password=xxx. This also allows Gamespy comrade and other external applications to be used to launch network clients.

    - Added UI option to hide objective paths (the white arrows).

    - Added UI option to enable joystick support.

    - Added JOIN to midgame menu when spectating.

    - Added cancel button to "logging in" message box.

    - Added support for auto-updating UI with new options.

    - Improved language support for French, Spanish, Italian, and German.

    - Joystick key bindings in UI display properly.

    - Added game and UI support for customizing crosshair scaling.

    - Added "Add Favorite" button to Server Browser server list tab.

    - Fixed favorites Tab Page server details not updating.

    - Improvements to voice menu. Added "status" section.

    - Leave "Disconnect" and "Exit Game" on the mid game menu when seamlessly travelling so that players have a way to abort lengthy downloads

    - Show "Change Team" button before the match has started.

    - Added support for localized "single score needed" string.

    - Tweaked some HUD message font sizes.

    - Favorites/History lists list servers that are currently offline.

    - Favorites/History lists dont stop working as the number of servers in them crosses max threshold for GS query.

    - Fix for end of round scoreboard displaying extra "Player" bots.

    - Fixed leviathan deploy icon positioning.



    Networking:

    - Added support for autodownloading packages while in gameplay or while travelling.

    - Auto team re-balancing before map transition if bPlayersBalanceTeams is set.

    - Fixed dedicated server memory leaks.

    - Force client state synchronization when in spectating state. Fixes sporadic issues with players not being able to join games.

    - Fixed sounds not being heard correctly by clients if the sound location is the Actors location and the Actor is not relevant to that client.

    - Fixed spectators being unable to move after a level transition.

    - Fixed track turrets being in the wrong position on clients in some cases after being destroyed.

    - ConnectionTimeout and InitialConnectTimeOut now both 60.0. Addresses both clients failing connection because they take too long to load a level, and initial connections staying open too long.

    - Fixed HTTP download compression.

    - Fixed a bug where download during seamless travel would break because the downloader was keeping a pointer into the package maps list, which is unsafe while the game is in progress because that list could have more items added to it (and thus the memory rearranged) at any time

    - Fixed a bug where in rare cases packages would get downloaded twice.

    - Fixed spectators able to enter as extra players in Duel.

    - Fixed issue where CTF, vCTF, and WAR maps are listed in the server browers when searching for a DM game when server changed gametypes.

    - Fixed bots not replicating their view pitch, so their animation looks better in net games.

    - Strip OwningPlayerName= from the URL, as this is determined elsewhere and was breaking dedicated internet servers launched from the UI.

    - Fixed package downloading not moving on to the next download method if it successfully downloads the file, but that file is not the version that the server is requesting.

    - Fixed client crash if the user disconnects while downloading a file during a seamless travel.



    Server administration:

    - TCPLink and Webadmin functionality implemented.

    - Banning is now based on CD key hash, so players can’t circumvent bans by creating a new profile.

    - Fixed being unable to kickban players with | in their names.

    - Added versioning information to the game settings

    - Dedicated servers dont require DirectX shader model 2.0

    - Fixed AdminForceTextMute and AdminForceTextUnmute.

    - Restored the compress and decompress commandlets.

    - Fixed AdminCmdOk() function not working properly if you were the listen server.

    - Banned IDs readability improved.

    - Added MaxClientTravelTime config option to GameInfo. If set, clients are kicked if they take longer than this many seconds to travel between maps.



    Mod support:

    - Added ScriptedTexture, a type of render to texture that gives Canvas access to script/C++ for rendering custom overlays.

    - Added a version of DrawTile() to Canvas that takes a Texture instead of Texture2D so render to texture stuff like ScriptedTextures can more easily be used.

    - Added Timestamp function to UObject, returns a string in the format YYYY/MM/DD - HH:MM:SS

    - Weapons now take roll from player viewrotation.

    - Fixed custom character DLC not applying until the next time the game is run because the default object was not updated after combining the .ini files.

    - Added a ModFamilies array to UTCustomChar_Data to allow mod authors to add families to the list.

    - Fixed Change Node Status Kismet action not working on fully constructed powernodes.

    - Merged ageia particle fixes.



    Map specific:

    - Fixed DM-Deck get out of world exploit

    - Fixed DM-Gateway portals sometimes sending you back to your starting point.

    - Fixed CTF-Coret collision exploit.

    - Fixed kismet spawned key vehicles not showing on host minimap. Fixes tank showing on host minimap in VCTF-Kargo.



    AI improvements:

    - New orb carrier strategy AI.

    - Improved bot hoverboard use.

    - Reduced bot orb spawner camping.

    - Fixed bots stuck on orb spawner unable to grab flag.

    - Low skill bots use artillery properly.

    - Tweaked shooting at nodes vs shooting at enemies.

    - No human bonus to threat value.

    - Improved threat picking AI, taking into account effectiveness of bots weapon.

    - Tweaked bot AI for link gun, flak cannon, redeemer, and AVRiL.

    - Bots tend to stay on same enemy more, and focus on key vehicles more.

    - Tweaked campaign auto skill adjust.

    - Possible safe fix for bot navigation issues with staticmeshcollections on console. Also a performance improvement on PC and console.

    - Tweaked rules for whether to attack node or enemy first.

    - Improved bot AI for defending nodes with an orb.

    - Fixed pathing issues that were causing bots to get stuck in some places. When a move fails, force a route refresh. Add cost to reachspecs when bot fails repeatedly.

    - Improved AI code for adjusting around obstacles. If adjust left and right fail, try moving to center of reachspec.

    - If previous move failed, dont allow "advanced tactics" (serpentine, etc.) for next move.

    - Added FailedMoveTarget and MoveFailureCount to controller to track movement failures.

    - Added bForceNoDetours to UTBot. Dont allow detours when bot is approaching a neutral node (more important to touch node first).

    - Fixed bots thinking theyve reach the orb spawner without quite getting there and touching the orb.

    - Fixed cases where bots could get stuck failing to translocate over and over - bots know to give up now.

    - Adjusted bot reaction time to seeing new enemies.

    - Improved bot AI for dealing with lifts and hoverboards.

    - Bots taunt after winning a match.

    - Bots now can be fooled by feign death.

    - Sandstorm has more impact on bots being able to acquire/aim at enemies.
    AMD Phenom II X6 1055T@3.5GHz@Scythe Mugen 2 <-> ASRock 970 Extreme4 <-> 8GB DDR3-1333 <-> Sapphire HD7870@1100/1300 <-> Samsung F3 <-> Win8.1 x64 <-> Acer Slim Line S243HL <-> BQT E9-CM 480W

  2. #2
    Xtreme Member
    Join Date
    Oct 2006
    Posts
    273
    Im waiting linux binaries to install the game...
    me and many ppl on Epic Games Forums are disappointed about the HUGE delay on linux and mac binaries.
    C2Q QX6800@ 3.75GHz (375x10 - 1.450v) - L725A - G0
    4GB PC2-5300 Kingston Micron D9@ 3-4-4-10 750MHz 1:1
    Asus P5E-Deluxe - no mods
    eVGA 9600gso G92 + XFX 8500 GT (physics)
    H4ck3d-Slackware 11.0
    kernel-2.6.22.1@MCORE2 Arch Optimized

  3. #3
    Xtreme Addict
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    2,247
    nonetheless, there are A LOT of nice fixes in this release.

    the only things i'm still requesting are:
    - weapondrop should be possible in all modes and should be independent from weaponstay/weapon respawn. atm weapondrop is only available when weapon respawn mutator is activated - whoever had that idea needs to get a slap in the face. this totally kills ctf and ffa gaming as you can't drop weapons.
    - overhaul the consolized menu and add more options, if possible reintroduce uwindows. this could be a nice feature in an upcoming bonus pack... i still have hope
    - faster weaponswitch / shorter delay between shots

    that's it.
    1. Asus P5Q-E / Intel Core 2 Quad Q9550 @~3612 MHz (8,5x425) / 2x2GB OCZ Platinum XTC (PC2-8000U, CL5) / EVGA GeForce GTX 570 / Crucial M4 128GB, WD Caviar Blue 640GB, WD Caviar SE16 320GB, WD Caviar SE 160GB / be quiet! Dark Power Pro P7 550W / Thermaltake Tsunami VA3000BWA / LG L227WT / Teufel Concept E Magnum 5.1 // SysProfile


    2. Asus A8N-SLI / AMD Athlon 64 4000+ @~2640 MHz (12x220) / 1024 MB Corsair CMX TwinX 3200C2, 2.5-3-3-6 1T / Club3D GeForce 7800GT @463/1120 MHz / Crucial M4 64GB, Hitachi Deskstar 40GB / be quiet! Blackline P5 470W

  4. #4
    Xtreme Member
    Join Date
    Jun 2005
    Location
    Sweden
    Posts
    158
    Tnx for news

    //Simri
    [SIGPIC][/SIGPIC]
    | Intel Core 2 Duo E6600 ES 2.44GHz @ 3.60 GHz | ASUS Maximus Extreme BIOS 1302 Custom | Corsair TWIN3X2048-1800C7DF DDR3 | ATI Radeon HD 2900 XT @ 800/1000 | Creative Audigy 4 Pro | RAID 0 2x Maxtor 6V080E0 80GB 8MB Cache SATA-II | RAID 0 2x WDC WD1200JD-00GBB0 140GB 8MB Cache SATA | LiteOn DVDRW SOHW-1693S | Lian-Li PC-65B | OCZ Powerstream 520W |

  5. #5
    Xtreme Guru
    Join Date
    Apr 2005
    Location
    Finland
    Posts
    4,308
    I'd want the "disappearing sound" bug to be fixed and would be nice with some slight orb spawn delay too but I guess that won't happen.
    Intel? Core i5-4670K @ 4.3 GHz | ASRock Extreme6 Z87 | G.Skill Sniper 2x8GB @ DDR4-1866 CL9 | Gigabyte GTX 970 OC Windforce 3x | Super Flower Titanium 1000W | ViewSonic VX2268wm 120Hz LCD | Phanteks PH-TC14PE | Logitech MX-518 | Win 7 x64 Professional | Samsung 850 EVO & 840 Pro SSDs

    If all people would share opinions in an objective manner, the world would be a friendlier place

  6. #6
    Xtreme Cruncher
    Join Date
    Oct 2006
    Location
    Copenhagen, Denmark
    Posts
    495
    The netcode/networking changes sound really good to me. Maybe now, with webadmin and TCP link (allows for IRC reporter bots), servers will actually end up decent.

    CM Stacker 810 w/ Yate Loons | Enermax Infiniti 650W
    ASUS P5K Deluxe | Corsair XMS2 PC2-6400 2x2GB
    Intel Core 2 Quad Q6600 | Thermalright Ultra-120 eXtreme
    BFG Geforce 8800GTS 640MB | ASUS Ageia PhysX P1 128MB
    Logitech G15 | Logitech G5

  7. #7
    Xtreme Addict
    Join Date
    Nov 2005
    Location
    PHX
    Posts
    1,494
    Is there a way of turning off the disorienting death cam?

  8. #8
    Xtreme Addict
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    2,247
    Quote Originally Posted by SafeFire View Post
    The netcode/networking changes sound really good to me. Maybe now, with webadmin and TCP link (allows for IRC reporter bots), servers will actually end up decent.
    i've been told the guys from #ut3.coverage (irc.quakenet.org) are about to programme an irc reporter bot.
    1. Asus P5Q-E / Intel Core 2 Quad Q9550 @~3612 MHz (8,5x425) / 2x2GB OCZ Platinum XTC (PC2-8000U, CL5) / EVGA GeForce GTX 570 / Crucial M4 128GB, WD Caviar Blue 640GB, WD Caviar SE16 320GB, WD Caviar SE 160GB / be quiet! Dark Power Pro P7 550W / Thermaltake Tsunami VA3000BWA / LG L227WT / Teufel Concept E Magnum 5.1 // SysProfile


    2. Asus A8N-SLI / AMD Athlon 64 4000+ @~2640 MHz (12x220) / 1024 MB Corsair CMX TwinX 3200C2, 2.5-3-3-6 1T / Club3D GeForce 7800GT @463/1120 MHz / Crucial M4 64GB, Hitachi Deskstar 40GB / be quiet! Blackline P5 470W

  9. #9
    Xtreme Mentor
    Join Date
    Oct 2005
    Posts
    2,788
    yeah, I posted this yesterday and my thread got one reply...
    Asus Rampage II Gene | Core i7 920 | 6*2GB Mushkin 998729 | BFG GTX280 OCX | Auzentech X-Fi Forte | Corsair VX550
    —Life is too short to be bound by the moral, ethical and legal constraints imposed on us by modern day society.

  10. #10
    Xtreme Guru
    Join Date
    Apr 2005
    Location
    Finland
    Posts
    4,308
    Quote Originally Posted by RaZz! View Post
    nonetheless, there are A LOT of nice fixes in this release.

    the only things i'm still requesting are:
    - weapondrop should be possible in all modes and should be independent from weaponstay/weapon respawn. atm weapondrop is only available when weapon respawn mutator is activated - whoever had that idea needs to get a slap in the face. this totally kills ctf and ffa gaming as you can't drop weapons.
    - overhaul the consolized menu and add more options, if possible reintroduce uwindows. this could be a nice feature in an upcoming bonus pack... i still have hope
    - faster weaponswitch / shorter delay between shots

    that's it.
    Completely agree with you here. That's one thing I'd have to start bug them about over @ epic forums so MAYBE it MIGHT be fixed for next patch. Especially stinks that I cannot drop the empty avril and pick up a new one, 5 ammo ain't nearly enough on some maps.

    The weapons do change awfully slow, I'd prefer weaponswitching to be relatively fast as UT is all about using right weapon in right place and having a slowass weapon switch just encourages to not switch weapon in middle of a fight. It should be the opposite.

    And disappearing sound is also perhaps the most vital thing that should be fixed, happens like once a day within a 2hr session or so for me almost.

    And an orb spawn delay would be good because currently it doesn't really award you a lot by destroying the node orb camping dude, a few secs later it's there again and meanwhile your own node is being attacked and perhaps destroyed already. It can quickly go from prime node to team controlling enemy prime node and vice versa as it's mostly about who's running the orb fastest. It's also very hard to make a comeback once core is vulnerable. Introducing an orb spawn delay like other power ups would significantly help against all that.
    Last edited by RPGWiZaRD; 02-22-2008 at 02:20 PM.
    Intel? Core i5-4670K @ 4.3 GHz | ASRock Extreme6 Z87 | G.Skill Sniper 2x8GB @ DDR4-1866 CL9 | Gigabyte GTX 970 OC Windforce 3x | Super Flower Titanium 1000W | ViewSonic VX2268wm 120Hz LCD | Phanteks PH-TC14PE | Logitech MX-518 | Win 7 x64 Professional | Samsung 850 EVO & 840 Pro SSDs

    If all people would share opinions in an objective manner, the world would be a friendlier place

  11. #11
    Xtreme Addict
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    2,247
    dunno about warfare (orbs etc.) as i'm playing ctf and tdm only, so i can't comment on that. hehe.

    but what's about this "disappearing sound" you mentioned? never noticed anything like that.
    1. Asus P5Q-E / Intel Core 2 Quad Q9550 @~3612 MHz (8,5x425) / 2x2GB OCZ Platinum XTC (PC2-8000U, CL5) / EVGA GeForce GTX 570 / Crucial M4 128GB, WD Caviar Blue 640GB, WD Caviar SE16 320GB, WD Caviar SE 160GB / be quiet! Dark Power Pro P7 550W / Thermaltake Tsunami VA3000BWA / LG L227WT / Teufel Concept E Magnum 5.1 // SysProfile


    2. Asus A8N-SLI / AMD Athlon 64 4000+ @~2640 MHz (12x220) / 1024 MB Corsair CMX TwinX 3200C2, 2.5-3-3-6 1T / Club3D GeForce 7800GT @463/1120 MHz / Crucial M4 64GB, Hitachi Deskstar 40GB / be quiet! Blackline P5 470W

  12. #12
    Xtreme Guru
    Join Date
    Apr 2005
    Location
    Finland
    Posts
    4,308
    Quote Originally Posted by RaZz! View Post
    dunno about warfare (orbs etc.) as i'm playing ctf and tdm only, so i can't comment on that. hehe.

    but what's about this "disappearing sound" you mentioned? never noticed anything like that.
    Happens only sometimes on vCTF and Warfare when vehicles explode near you, especially Fury so the map that it most likely to happen is Sandstorm cuz there Fury is used like all the time. I'm playing these modes mostly myself and sometimes also TDM. Then it eventually comes back for a few secs but usually goes off for a while again and keeps doing so until you restart the game.
    Last edited by RPGWiZaRD; 02-22-2008 at 05:08 PM.
    Intel? Core i5-4670K @ 4.3 GHz | ASRock Extreme6 Z87 | G.Skill Sniper 2x8GB @ DDR4-1866 CL9 | Gigabyte GTX 970 OC Windforce 3x | Super Flower Titanium 1000W | ViewSonic VX2268wm 120Hz LCD | Phanteks PH-TC14PE | Logitech MX-518 | Win 7 x64 Professional | Samsung 850 EVO & 840 Pro SSDs

    If all people would share opinions in an objective manner, the world would be a friendlier place

  13. #13
    Xtreme Member
    Join Date
    Jun 2006
    Posts
    130
    the sound issue was apparently fixed by
    "- Fixed sounds not being heard correctly by clients if the sound location is the Actors location and the Actor is not relevant to that client."

  14. #14
    Xtreme Guru
    Join Date
    Apr 2005
    Location
    Finland
    Posts
    4,308
    Quote Originally Posted by stm View Post
    the sound issue was apparently fixed by
    "- Fixed sounds not being heard correctly by clients if the sound location is the Actors location and the Actor is not relevant to that client."
    Nah that's not it, I had the sound disappearing once already.
    Intel? Core i5-4670K @ 4.3 GHz | ASRock Extreme6 Z87 | G.Skill Sniper 2x8GB @ DDR4-1866 CL9 | Gigabyte GTX 970 OC Windforce 3x | Super Flower Titanium 1000W | ViewSonic VX2268wm 120Hz LCD | Phanteks PH-TC14PE | Logitech MX-518 | Win 7 x64 Professional | Samsung 850 EVO & 840 Pro SSDs

    If all people would share opinions in an objective manner, the world would be a friendlier place

  15. #15
    Xtreme Member
    Join Date
    Sep 2007
    Location
    VA
    Posts
    129
    DL'ed it but I dont see it on the UT3 website under patches.
    ------------------------------------COMPUTER-----------------------------------------

    CPU - AMD Athlon 64 X2 5200+ @ 3000.00 MHz (250x12) (1.424 V) [ADA5200CSBOX]
    Cooling - Cooler Master GeminII w/ 2x Antec TriCool 120mm Blue LED Fans
    RAM - Crucial Ballistix LANfest PC2-6400 @ DDR2-1000, 5-4-4-10, 2.2v
    MoBo - Biostar TF560 A2+
    GFX - HIS Hightech H485F512P Radeon HD 4850 512MB 256-bit GDDR3
    PSU - Corsair 620W Modular Active PFC [CMPSU-620HX]
    HDD - Seagate Barracuda 7200.10 SATA 250 GB [ST3250310AS]
    Case - Antec Twelve Hundred Black Steel


Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •