[ 3 / 26 users online ] - Mittwoch, 30. März 2016 - 16:59 
unrealEXTREME.de
» Home / Startseite
» Alte Startseite
» Forum
 
» Misc. / UX-Base
» Clans/Szene
» Unreal
» Unreal Tournament
» Unreal Tournament 2003
» Unreal Tournament 2004
» Unreal 2
» America's Army
» Devastation
» DukeNukem Forever
» Deus Ex 1/2
» Men of Valor
» Rune
» RS: Raven Shield
» Splinter Cell
» Tribes 3: Vengeance
» Tactical Operations
» XIII
 
login
    username:
    
    password:
    
 
    
 
lost password ?
register ?


latest news 
11.09: Ballistic Weapons...
06.10: Zombie Hunter Patch...
20.08: StarGate Modelshots...
14.08: Zombie Hunter drauss...
29.07: Zombie Hunter bald...

vote 

there is currently no vote running...

Werbung 


Partner 

unrealLegacy.de - Unreal Tournament 3 und mehr...



wayFINDER.de - Das SpieleSeitenVerzeichnis von Gamern fuer Gamer...

TO-Nation.de/com...



Bungie.de - Halo Universe

OpenLeague.de


Link us ;)) 

unrealEXTREME.de



 
news 
 » news
 » archive

UT2003 
 » Demo FAQ
 » Gegner
 » Maps
 » Mods
 » Multiplayer
 » Singleplayer
 » Story
 » UnrealEngine
 » Waffen
 » FAQ

community 
 » clanList
 » forum
 » guestbook
 » userlist
 » server

gallery 
 » overview
 » statistics

filewizard 
 » fileBASE
 » UT 2003

links 
 » UT 2003

staff 
 » impressum
 » datenschutz
 » contact

 


 news

Allgemein  Neue Patchdetails sind da   JeDiDrAko 10.01.2003
text (short)
Kaum ist der alte 2166er Patch da, bemüht sich Epic weiter mit dem nächsten Update.
Dabei sind natürlich viele Verbesserungen, unter anderem eine verbesserte Netzwerkleistung, verbesserte KI der Bots und ein bugfreies Demorecording.
Unter show more gibt es die komplette Liste der Veränderungen von der V2166 zur V2175.

text (long)
quote:
GamePlay:
- now support left handed weapons
- fixed hidden weapons appearing occasionally on respawn
- spectators don't show up on DM scoreboard at end of match
- FPH doesn't change after match ends
- shock combos now work after going through static meshes, and at all
angles.
- Fixed when entering a painzone you take double the damage/second in the
first
second and the correct amount thereafter.
- added exec function SwitchToLastWeapon (bound to E by default)
- fixed megaspeed DMMutator game option.
- improved bombing run AI (better AI reset between scores)
- fix for CTF flag can't be picked up
- fixed showing flag icon on scoreboard even if holder not relevant
- fixed throwing out minigun screwing up assault rifle
- added server option bBrightSkins to [UnrealGame.DMMutator] (and in the
game rules menu). Setting it to true makes player skins brighter.
- fixed rocketlauncher can lock onto invasion monsters (bonuspack)
- change weapon sound pitch when berserk
- added bPreloadAllSkins config option to UT2003.ini, in the
[UnrealGame.UnrealMPGameInfo] section. Its false by default.
If true, all skins and character models referenced in .upl files are
preloaded. Only set this option to true if you have
a lot of system RAM (512 MB or more). This option reduces the hitch
experienced when new players join a multiplayer game during gameplay.
- only allow restartgame() to be called once.
- added a GetWeaponStats exec function, which writes weapon info to the log
for tracking down weapon problems

Mod support:
- GameRules.NetDamage() always called in team games, and
GameRules.ScoreKill() not called twice
- momentum is passed as an out (by reference) parameter in
GameInfo.ReduceDamage() and GameRules.NetDamage()
- moved teammate momentum reduction to TeamGame.ReduceDamage()
- added ClientReceiveCombo() to xPlayer, to allow replication of mutator
combos.
- added support for pushing skins and meshes down from the server, with the
PlayerRecordClass

Use PlayerRecordClass to push down player skins and meshes from the server.
For example, if the Reaper clan was running a server, and had their own
clan skin in ReaperSkin.utx, here's what they'd need to do:

Create a new ReaperMod.u file, with the class Reaper in it. The package
name must be the class name with "mod" appended. Reaper is a subclass of
PlayerRecordClass, with
all the default properties set appropriately to setup up the character.
Clan members will need to have a .upl file with the same character
definition.

The server will need to have both ReaperSkin and ReaperMod in its
serverpackages.

Networking:
- single pass through actor list for first pass relevancy determination for
all connections. Improves server CPU utilization by 20% to 30%
for servers with large numbers of players
- hide passwords in URL
- added bAdminCanPause configurable property to GameInfo. It's true by
default. To change it to false, add
bAdminCanPause=false to the [Engine.GameInfo] section of your UT2003.ini
file.
- fixed precision problems with ping calculation
- fixed adminsay bringing up MOTD on clients
- fixed bots not properly losing player enemies when players log out of net
games.
- Fixed LAN broadcast bug which caused problems in the LAN tab when
multiple UT2003 servers were run on the same machine
- TcpLink/UdpLink eventReceivedBinary fix.
- Fixed Bug in CheckIPPolicy
- made bRestartServerOnPortSwap on by default, and added debugging to track
the port swapping problem down.

Demo Recording:
- Fixed occasional (!Closing) crash on playback
- fixed shock beam on client-side demos
- When recording demos on a client, listen server or single player, the
demo file only records demo frames at the frame rate specified in
NetServerMaxTickRate in the [Engine.DemoRecDriver] section of
UT2003.ini. This does not effect the frame rate, only the rate at which
frames are written to the demo recording file. This solves the problem
of slow demo playback of client-side demos on machines which are not as
fast as the recording machine.

Menus/Interface:
- LowSoundQuality option is saved properly.
- maps listed alphabetically
- Added Map name to loading screen
- fixed bug where menu mouse resolution was dependent on direction
- added "MouseX/YMultiplier" to scale raw mouse input in
[WinDrv.WindowsClient] in your UT2003.ini
- added support for up to 8 mouse buttons

OpenGL
- fixed bug which caused game to reverted to D3DDrv after patching
- added code to disable specular if neither ATI_texture_env_combine3 nor
NV_texture_env_combine4 are exposed (Linux DRI drivers)
- worked around fog related driver bug in older ATI drivers
- added code to switch back to desktop resolution at exit (Win9

D3D
- fixed bug related to OverrideDesktopRefreshRate option
- added workaround for HW bug on certain older NVIDIA cards
- changed code to handle D3DERR_DEVICELOST on initial device creation

Sound
- updated DefOpenAL32.DLL with latest version from Creative

Other:
- fixed occasional crash which occurred during garbage collection on level
changes, or when joining a server
- performance improvement: frame rate based culldistance for player shadows


[ back to the news ]
related links:
  • Quelle: UnrealOps
  • comments


     comment error

    you have to be registered and loged in to write comments. if you lost your password click here.