ZeDen.net

 
 
BeyondUnreal a mis en ligne une version Bêta du patch 2181 d'Unreal Tournament 2003. Le fichier fait 12,4 Mo et est disponible sur plusieurs miroirs:Une liste des modifications apportées par ce patch est disponible ici.

À noter que ce fichier n'est aucunement supporté par Epic Games, Digital Extremes et Infogrames.

Merci à Doomsday pour l'info !
par Zork 7 commentaires, dernier par
Partager

Commentaires

Zork

Visiteur
(#0) 19 janvier 2003 à 08h31
GamePlay <br />
- now support left handed weapons <br />
- fixed hidden weapons appearing occasionally on respawn <br />
- spectators don't show up on DM scoreboard at end of match <br />
- FPH doesn't change after match ends <br />
- shock combos now work after going through static meshes, and at all angles. <br />
- Fixed when entering a painzone you take double the damage/second in the first second and the correct amount thereafter. <br />
- added exec function SwitchToLastWeapon (bound to E by default) <br />
- fixed megaspeed DMMutator game option. <br />
- improved bombing run AI (better AI reset between scores) <br />
- fix for CTF flag can't be picked up <br />
- fixed showing flag icon on scoreboard even if holder not relevant <br />
- fixed throwing out minigun screwing up assault rifle <br />
- added server option bBrightSkins to [UnrealGame.DMMutator] (and in the game rules menu). Setting it to true makes player skins brighter. <br />
- fixed rocketlauncher can lock onto invasion monsters (bonuspack) <br />
- change weapon sound pitch when berserk <br />
- 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. <br />
- only allow restartgame() to be called once. <br />
- added a GetWeaponStats exec function, which writes weapon info to the log for tracking down weapon problems <br />
- Fixed VoiceMenu Acknowledgements to use the abbreviated versions if available <br />
- other clients hear rockets being loaded <br />
<br />
Mod Support <br />
- GameRules.NetDamage() always called in team games, and <br />
GameRules.ScoreKill() not called twice <br />
- momentum is passed as an out (by reference) parameter in <br />
GameInfo.ReduceDamage() and GameRules.NetDamage() <br />
- moved teammate momentum reduction to TeamGame.ReduceDamage() <br />
- added ClientReceiveCombo() to xPlayer, to allow replication of mutator combos. <br />
- Mod authors can now add keys to the config menu. See XInterface.GUIUserKeyBinding for info "how to". <br />
- added support for pushing skins and meshes down from the server, with the PlayerRecordClass <br />
<br />
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: <br />
<br />
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. <br />
<br />
The server will need to have both ReaperSkin and ReaperMod in its serverpackages. <br />
<br />
Networking <br />
- improved cheat protection <br />
- spectating improvements <br />
- 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 <br />
- hide passwords in URL <br />
- 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. <br />
- fixed precision problems with ping calculation <br />
- fixed adminsay bringing up MOTD on clients <br />
- fixed bots not properly losing player enemies when players log out of net games. <br />
- Fixed LAN broadcast bug which caused problems in the LAN tab when multiple UT2003 servers were run on the same machine <br />
- TcpLink/UdpLink eventReceivedBinary fix. <br />
- Fixed Bug in CheckIPPolicy <br />
- fixed port swapping bug. <br />
- maxspectators can be passed on command line <br />
- Fix for Admin's Managed Groups <br />
- Fixed Admin names showing multiple times when in multiple groups <br />
- Added several game options to Web Admin <br />
- Fixed Web Admin SetPlayInfo so that it won't be called twice on DMMutator <br />
- Fixed MutatorFillPlayInfo so that it chains. Do not override MutatorFillPlayInfo, just override FillPlayInfo <br />
- Fixed MD5 package protection so that it would stop resetting all RevisionLevels to 0 on loadup <br />
- Fixed Web Admin Friendly Fire defaults <br />
- Fixed Kick Command in AdminINI <br />
- Changed the seperator character for the in-game admin menu from | to ESC <br />
- Made Extended Console stop complaining when a MusicManagerClass wasn't defined. <br />
- Fixed UTServerAdmin so it would pass PreQuery and PostQuery calls to mods <br />
<br />
Demo Rec <br />
- Fixed occasional (!Closing) crash on playback <br />
- fixed shock beam on client-side demos <br />
- 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. <br />
- fixed bug where ?timedemo was accidentaly including the precaching time <br />
<br />
Menus/Sound <br />
- LowSoundQuality option is saved properly. <br />
- maps listed alphabetically <br />
- Added Map name to loading screen <br />
- fixed bug where menu mouse resolution was dependent on direction <br />
- added "MouseX/YMultiplier" to scale raw mouse input in [WinDrv.WindowsClient] in your UT2003.ini <br />
- added support for up to 8 mouse buttons <br />
- Fixed some Accessed None spam in the UI <br />
<br />
Open GL <br />
- fixed bug which caused game to reverted to D3DDrv after patching <br />
- added code to disable specular if neither ATI_texture_env_combine3 nor <br />
NV_texture_env_combine4 are exposed (Linux DRI drivers) <br />
- worked around fog related driver bug in older ATI drivers <br />
- added code to switch back to desktop resolution at exit (Win98) <br />
<br />
D3D <br />
- fixed bug related to OverrideDesktopRefreshRate option <br />
- added workaround for HW bug on certain older NVIDIA cards <br />
- changed code to handle D3DERR_DEVICELOST on initial device creation <br />
<br />
Sound <br />
- updated DefOpenAL32.DLL with latest version from Creative <br />
<br />
Sound <br />
- fixed big memory leak caused by garbage collection problem with certain levels (occurred on level change) <br />
- fixed occasional crash which occurred during garbage collection on level changes, or when joining a server <br />
- fixed sporadic karma physics crash <br />
- performance improvement: frame rate based culldistance for player shadows
Mal de GORGE

Visiteur
(#0) 21 janvier 2003 à 18h40
Et à quand la version finale ???
Zork

Visiteur
(#0) 21 janvier 2003 à 22h20
Je ne suis pas certain, mais il me semble qu'il n'y a pas encore de date. Il est possible que ce soit pour Février vu que nous avons déjà une Bêta.
Eddy

Visiteur
(#0) 24 janvier 2003 à 18h07
Vive le français!
Zork

Visiteur
(#0) 25 janvier 2003 à 00h16
Que veux-tu dire ? Si le patch rend ton jeu anglais, il t'est possible d'arranger cela en mofifiant la variable Language du fichier ut2003.ini ... Tu lui donne la valeur FRT et le problème est du passé.
[FoC)NeOx

Visiteur
(#0) 25 janvier 2003 à 14h38
IL Apporte quoi en plus le patch beta?
kolibri

Visiteur
(#0) 26 janvier 2003 à 19h39
en effet, pas mal de changement !
[!] Commentaires fermés pour cette nouvelle.