No hay suficientes valoraciones
La versión 2166 beta pasa a oficial

Change List includes:

Demo Recording:

Demos can be recorded either on a server, or in single player, or as a client in a network game. For demos recorded as a client in a network game, you cannot cycle between players in the match.

Recording:

To record a demo on your server, start the server with the ?demorec URL parameter. For example:

ucc server dm-gael?game=xgame.xdeathmatch?demorec=mydemo

Will record the game to the demo file mydemo.dem. If you leave off the "=mydemo.dem", the server will record a demo with a unique filename starting at demo0001.dem, demo0002.dem etc.

You can also use the "demorec" console command at the server console to start recording a demo after a match has started. For example, "demorec mydemo" or just "demorec".


Playback:

Use the "demoplay" console command. For example, "demoplay mydemo". During playback, pressing Fire will cycle between the players in the game and a free spectator camera. Pressing Alt-fire will switch between first and 3rd person.

"demoplay mydemo?loop" will cause the demo to loop infinitely until the "stopdemo" console command is used.

Normally demos play back capped to the frame rate at which they were recorded. To remove this cap, use "demoplay mydemo?timedemo". This will play the demo back as fast as possible and dump the average fps to the console at the end of the demo. If a demo recorded at a higher framerate than your computer is able to play it back, the demo will play in slow motion.

The frame rate dedicated servers use when recording demos is adjustable in UT2003.ini in the [Engine.DemoRecDriver] section. Change NetServerMaxTickRate and LanServerMaxTickRate. The default values are 30 fps. Increasing these will increase your server CPU utilization.

GamePlay:
- friendly fire kills affect team scores
- made players a little brighter
- allow weapon throwing with weapon stay on (but can't pick up thrown weapon if already have that weapon), plus added configurable gameinfo property bAllowWeaponThrowing (default
true)
- don't spam "you are ready/not ready" messages to console before game starts
- fixed FFA DM overtime end conditions
- Ability to have custom announcer voices. Make a new announcer voice pack (with the same sound names as the original AnnounceMain.uax), named NewPackName.uax (where NewPackName = whatever you want to call it), and put it in the ut2003sounds directory. Then, in the User.ini file (in the UT2003system directory) change: [UnrealGame.UnrealPlayer] CustomizedAnnouncerPack="NewPackName"
- fixed strafe toggle
- support longer playernames on scoreboard/HUD
- show FPH in scoreboard
- fixed flags sitting on ground in CTF-Citadel
- more minigun ammo
- really fixed 4 rocket bug
- Fixed DM-TokaraForest flags showing up
- fixed CTF-LostFaith KillZ
- spectating maintains view - when a player dies it continues to view the player when they respawn.
- improved texture precaching, removing a few early hitches
- moved arena mutator config and maplists from user.ini to ut2003.ini
- update .ini files without overwriting them! (except for settings added or changed since we shipped)
- fixed bug when had more than 16 bots total on custom teams
- improved translocation (less failures)
- link alt no blood
- don't lose adrenaline if switch teams to team with less players
- added Gameinfo property bAllowBehindView, server option allows behindview in net games if true (default false)
- made lightning gun recharge match up better recharge finish (it was playing too long)
- reduced delays between allowed voice messages
- scaled weapon and powerup pickups down some to match player size better
- spectators can go through doors/movers
- fixed catching weapons in mid air
- added DropFlag command
- adjusted distance fog in some levels to make them look crisper/higher contrast
- if weapons are invisible, firing is centered
- added PipedSwitchWeapon exec function, to allow you to bind to weapons to a single key by editing your user.ini, e.g. "e=pipedswitchweapon 5 | pipedswitchweapon 7" allows you to switch to and between the linkgun and the flakcannon.
- added configurable option bShowMessageText to TeamVoicePack, controls whether text of non-taunt voice messages is shown. To change this value from its default of true, add the following lines to your user.ini file" [UnrealGame.TeamVoicePack] bShowMessageText=false

HUD/Menus:
- added in-game personal stats (bound to F3)
- Added Server Info which includes MOTD and Rules (bound to F2)
- Added In-Game Chat Client (Similar to IRC)
- made team section of HUD scaleable
- Mouse acceleration threshold now in the menus
- FOV settings 80 to 100 in menu - FOV defaults to 85, set it to 90 to feel more like UT
- Press f10 to cancel added to connect message
- "Blob shadows" option added to menus
- Change "corrupted connection detected" to "incompatible game files"
- Add name of weapon you are switching to to hud
- Fixed DisplayProgressMessages to only show MOTD once
- Added color codes to text messages
- Fixed MOTD to be able to handle more than 4 lines
- Add up/down key history to IRC input
- Allow double-clicking 'unreal://' and 'http://' URLs in IRC chat.
- Add colour to IRC (nicknames, join/leave messages, links etc.).
- Ctrl-C in server browser copies selected server URL
- Extra game-type tabs created automatically for installed game types (from .int file).
- Add extra fields to server browser filter - 'dont want this mutator', translocator, weaponstay.
- fixed blue team preference not being saved
- added configurable HUD option to not display enemy names under your crosshair HUDbDeathMatch.bNoEnemyNames

AI:
- fixed bot aiming link shaft at crouched opponent
- BR AI improvements
- CTF AI improvements
- improved skyline bot AI
- improved bot use of ion cannon

Networking:
- make sure ClientNetSpeed can't get set to 0
- improved client ping measurement
- fixed client location synchronization problem that could happen when you fell out of a crouching height only area
- fixed bug where lost ability to fire
- fixed weapon idle animations on net clients
- fixed GetLocalPlayerController() on net clients
- fixed BR-Skyline airship in netplay
- improved smoothness for high ping clients
- fixed minplayers+stats coexistence
- admins can pause net games
- fixed combo effects showing up in net games
- *really* fixed redeemer firing bug
- Fixed bug that caused garbage collection not to occur between level changes
- Gamestats class is now configurable via ini
- Security actor is now configurable via ini
- Add ClientReplaceMenu in Playercontroller
- Added Admin command NextMap
- Applied fix for bug where some string checking in Web admin failed
- Fix bug in Web admin that causes "WebAdmin:" to appear twice
- Added security level checks to web admin's ServerChangeMap
- Applied fix for linux Web Admin regard hard-coded IP addresses
- Applied fix for Admin kicking via XAdmin
- Closed security hole where admins could look/set security info
- reduced ConnectionTimeout to 15 seconds
- allow players to enter as spectators in games with maxlives>0 that have already started
- replicate weapon reload sounds
- allow admins and spectators to use behindview

Mod support:
- added ModifyVelocity() event to Pawn, to allow mods to modify physics behavior - its called by the physics code after the velocity is updated, but before it affects the Pawn's location.
- added mutate() replicated function for use by mutators
- fixed teamgame ReduceDamage() allows mutators to override even if instigator==None
- added skeleton option to .upl player descriptions (for user created models with different skeletons)
- Add -MainMenu= command line param
- Fixed several internal hardcoded menu links
- Fixed GUIController to always use the ini set MainMenuClass
- Propagate LevelChange() through the interaction and gui system
- Add MutatorFillPlayInfo to allow mutators to add web admin settings
- Added bContactingLevel output variable to KarmaParamsCollision.
- fixed umod installer

Engine:
- Memory leak fixes: Explicitly destroy KarmaParams in Actor::PostScriptDestroy, and
- 'new' KarmaParamsSkel instead of using BeginObject
- Fix for crash with per-tri karma collision with static meshes with no collision data

D3D/OpenGL:
- fixed z- pixel fog and favored it over vertex fog
- worked around vertex fog driver bug on ATI cards
- added workarounds for S3 cards like the Savage 4
- added OverrideDesktopRefreshRate option (defaults to false)

Audio
- fixed occlusion if EAX 3.0 is enabled
- play own footstep sounds with weaponbob false unless set [UnrealGame.UnrealPawn] bPlayOwnFootSteps=false in user.ini
- more sound prioritization improvements

142
Páginas: 1 2
20 Dec 2002, 00:28
#1

????????? joer no consigo que salga ordenado grrrr

20 Dec 2002, 00:31
#2

mm porfavor que algun moderador arregle eso, que a mi no me sale grrrr

20 Dec 2002, 00:34
#3

seguro que es oficial Cote?? me lo puedo creer?

20 Dec 2002, 00:39
#4

Joder pero porque no me creeis, cagon la leche, antes de subir la noticia revise bien le foro oficial para verificarlo pero ya que no me creeis (nota mental, sera que no soy pro), aqui os dejo un post fresquito de uno de epic.

StevePolge

Programmer

Epic Games Inc.

Registered: May 2000

Location: Location: Cary

Posts: 19

  

The 2166 patch is official, even though some web sites haven't been updated yet.  

- Steve

  __________________

Steven Polge  Epic Games

   en la misma ulr que sale en la ntocia sale este post.

ala a cascarla

20 Dec 2002, 00:45
#5

jo has sido mas rapido que yo

20 Dec 2002, 00:47
#6

Eso esta Bien que Hagan Parches Hasta que el juego Valla al 100% digamos ke tamos en el 50% animo

20 Dec 2002, 00:58
#7

ya me la he bajado, como pete te mando 8 troyanos a tu mail Cote, avisado estas!

20 Dec 2002, 01:02
#8

sobreescribe los .ini?? espero que no verdad?  

20 Dec 2002, 01:09
#9

#8 yo espero que tampoco sino toca configurarlo todo de nuevo :s

y respeto a lo de cote... sumale otros 8 x mi parte

20 Dec 2002, 01:34
#10

geis sobreescribe los .ini?¿? no puedo guardar mis .ini antiguos y depsue spegarlos verdad?

20 Dec 2002, 02:47
#11

lo que he visto, es que cuando juegas con el arma oculta, el rayo de la enlazadora sale desde centro,y el rayo del asmd etc... y no desde un lado, eso creo que es el Improve weapons del TTM, pero ahora no se como coño desactivarlo, lo han incorporado en el parche jeje que capullitos

No me ha sobreescrito los ini pero ha añadido cosillas

20 Dec 2002, 09:22
#12

#2 Fixed! Tranquilidaddddd o:]

20 Dec 2002, 10:57
#13

gatoencelo, eso de las armas para mejor o para peor?

20 Dec 2002, 10:58
#14

Y el no cd donde anda? Por que no pienso rayarme mi precioso cd de ut2003...

20 Dec 2002, 11:04
#15

eso digo yo...vaya coñazo...el q se entere ya sabe 8=decirlo=D~~~:)

20 Dec 2002, 11:21
#16

me voy al water, ke me cagoooooo

20 Dec 2002, 11:22
#17

funciona perfectamente el del la versio anterior,claro k es mejor usar la nueva cuando salga,pero las mejoras se nota,ahora con todo al minimo va a 25 fps estables....

20 Dec 2002, 11:47
#18