Quake 4 patch 1.1 release notes
Written by: Fredrik Olsson Published: 06-02-22 22:23 |
The new Quake 4 update comes with a bunch of juicy features besides bug fixes and performance enhancements:
Simple items to save on processing power.
Voice chatting - with microphones, not the built-in-voices-thing.
Mouse acceleration - m_accel console var
FOV higher than 110 - g_fov console var
Download Quake 4 patch 1.1
Official Quake 4 patch 1.1 release notes
===
Fixes & Updates in 1.1:
General:
* Corrected an issue with skipping the ending cinematic.
* Pentium(r) M processors will now be properly detected.
* When using right-click to lower the video quality, the user will be prompted to apply the change immediately.
* Corrected a stability issue related to old sound drivers.
* Added doImpulse and doButton commands to support button actions and impulses via the console. For example:
o bind l "doButton +_moveup; wait 5; doButton -_moveup;"
o bind l "doImpulse _impulse1; wait 10; doImpulse _impulse5"
* Several sound issues have been corrected.
* Added mouse acceleration functionality with the m_accel cvar.
This is only available through the console. Higher values give more
acceleration.
* Video option changes can be applied immediately instead of restarting the game.
* Widescreen option will no longer affect the menus adversely.
* The FOV (g_fov) can now be adjusted higher than 110. We do not recommend values higher than 110.
* Application stability improved when setting the Sound Device to General Software with a Creative X-Fi sound card.
* Implemented an AddOn PK4 system similar to Doom 3(tm) v1.3. Please see http://zerowing.idsoftware.com/linux/doom/AddonPaks for more info.
* Resolved an issue with the level editor not working correctly with SMP enabled.
* Corrected a few localized string errors.
* Added a new cvar for adjusting the look speed while zoomed:
pm_zoomedSlow (defaults to 100). This can be adjusted from 1 to 100:
lower numbers are slower.
* Finalized network demos: replay client or server recordings of network game or run performance tests. Please see http://www.iddevnet.com/quake4/NetworkDemos for more info.
Multiplayer:
New Features:
* Voice chat for Multiplayer is now available! To use voice chat,
a microphone must be present and working on the system. After setting
up the microphone correctly in your operating system, a Voice Chat key
must be set in the Settings/Controls/Other tab, which is accessed from
the Main Menu. Configuration of the voice chat options such as Mic
Input Volume, Receive Volume, etc can only be accessed in the ESC
menu’s "Voice Config" option once you have successfully loaded into a
multiplayer match. When in any team game (TeamDM/CTF/ArenaCTF), only
teammates can hear the speaker. When in a non-team game, all players
can hear the speaker.
* Added sorting functionality for the Multiplayer Friends List.
* Added a forcemodel option. Typing one of the three commands
below and using tab complete will bring up a list of usable models for
that command:
o g_forceModel forces all players displayed on the client machine
to one of the models listed below, in non-team gameplay modes. The
available models are:
+ model_player_failed_transfer
+ model_player_slimy_transfer
+ model_player_corpse
+ model_player_marine_tech
+ model_player_tactical_elite
+ model_player_tactical_command
o g_forceMarineModel will force all Marine players displayed on
the client machine to one of the models listed below, in team gameplay
modes. The available models are:
+ model_player_marine
+ model_player_marine_morris
+ model_player_marine_voss
+ model_player_marine_cortez
+ model_player_marine_helmeted
+ model_player_marine_medic
+ model_player_marine_officer
+ model_player_marine_fatigues
o g_forceStroggModel will force all Strogg players displayed on
the client machine to one of the models listed below, in team gameplay
modes. The available models are:
+ model_player_tactical_transfer
+ model_player_kane_strogg
* Variables for private clients have been implemented. All of
these options must be set from the console or in config scripts:
o si_privatePlayers: This is the number of private player slots
reserved on the server. It subtracts from si_maxPlayers, so a server
with si_maxPlayers 16 and 4 private player slots will only allow 12
public players to connect.
o g_privatePassword: This is the server-side password setting.
o privatePassword: This is the client password used to access a
server's private player slots. This must be set from the console.
* Added a voting option to shuffle teams.
* Added a one-minute warning for tournament matches.
* Added a server-side console variable that will allow enabling or
disabling of voting options. si_voteFlags (which defaults to 0, meaning
nothing disabled) is the variable, and it uses a bit mask system:
o bit 0 (+1) restart map
o bit 1 (+2) min players
o bit 2 (+4) auto balance teams
o bit 3 (+8) shuffle teams
o bit 4 (+16) kick player
o bit 5 (+32) change map
o bit 6 (+64) change gametype
o bit 7 (+128) time limit
o bit 8 (+256) tourney round limit
o bit 9 (+512) capture limit
o bit 10 (+1024) frag limit
* Sum the total of the parenthetical numbers for each of the vote
options you want to disable. For example, to disable voting on "kick
player," "change gametype," and "frag limit," add the numbers: 16, 64,
and 1024 (total of 1104), and set on the server: si_voteFlags 1104.
Please note that any changes will not take effect until after a map
restart, and anyone viewing the voting options during that transitory
phase will not see the changes unless they back out to the game and
then enter the shell again.
* When aiming at a teammate in a team game, their health and armor level shows under their name.
* When spectating and following, viewing the MP Statistics
(default key 'Z') now shows the stats of whoever you are following.
* The Game Browser now has scroll bar arrows to scroll through one server at a time.
* Players will be notified when teams are rebalanced.
* There is a new system by which players may anonymously report
their usage statistics to the developers, such as type of video card,
amount of system RAM, the presence of a DVD drive, etc. After
installing the 1.1 patch, the first time the game starts, a
confirmation window will appear. At this point, the player may choose
to enable anonymous usage statistic reporting. Alternately, this may be
set ahead of time with a cvar, net_reportUsageStatistics.
* Added a "simple items" cvar so that item pickups will appear as
icon representations instead of the actual model. Use g_simpleitems 1/0
to enable and disable. This is only available in the console.
Adjustments:
* The serverInfo command will now report more accurate data.
* After playing a Multiplayer game and disconnecting, the Game Browser will be displayed instead of the Main Menu.
* Name coloring in team game death messages is now disabled.
* The variables pm_bobpitch, pm_bobroll, pm_bobup, pm_crouchbob,
pm_runbob, pm_runpitch, pm_runroll and pm_walkbob are no longer cheat
protected.
* The dedicated server executable no longer requires a sound card or a pixel shader-capable video card.
* With Weapon Stay enabled, a notifying sound will play when running over a weapon you already possess.
* Player spawn code has been adjusted to mimic the spawn style of Quake III Team Arena.
* Strafe-jumping on stairs is smoother.
* When under 25 health, the player will hear a different pain grunt to indicate that health is especially low.
* Increased the volume of the sound that plays when you hit an opponent in Multiplayer.
* Slightly increased the volume of other player's Lightning Gun and Railgun hum noises to make them easier to hear.
* Spectators will no longer be counted as "on a team" for auto-balancing purposes.
* The CTF "Defense" award has been adjusted to provide the
achievement within a larger radius from any team flag and enemy flags
carried by a teammate.
* Improved Gametype selections to properly display the
appropriate map types in the map selection pane of the Create Server
menu.
* Adjusted the text "You are not ready" when ready mode is enabled so that it is more obvious to players.
* Spectator players will only see chat messages from other spectators, and will not see team chat.
Fixes:
* When a player disconnects from a Tournament match early, the
server will now seed the remaining players correctly for the remainder
of the match.
* PunkBuster(tm) now properly enables and disables in the server setup screen.
* Muted icons now display properly on the scoreboard tab of the End-Game Summary window.
* The Ammo Regen powerup now functions correctly when using the Machinegun.
* The Invisibility powerup sound no longer carries over to arena 1 from other arenas.
* A Dedicated server will no longer crash if warmup is off and all players disconnect from the server.
* Tournament mode matches will enter sudden death properly after players reach the frag limit simultaneously.
* Corrected an inconsistency with falling damage in Multiplayer.
* PunkBuster rcon output will now be displayed properly to connected clients.
* Projectiles will no longer appear to travel through map geometry on clients with slower internet connections.
* Jump sounds will no longer get stuck occasionally when gibbing someone.
* The "One Minute Warning" will no longer be heard during warm up.
* Projectiles will no longer fly sideways through teleporters.
* Player corpses will not disappear so suddenly if the player force respawns.
* Item effects will now always be aligned with the item pickup.
* Icons no longer lag behind the player model.
* Players will no longer hear old countdown announcements when spawning into a new tournament arena.
* Powerups in tournament games no longer drop into the wrong arenas.
* Switching between the Summary and Statistics screens of the
End-Game Summary window will no longer reset the Statistics to 0.
* Items will not bob so quickly after a server has been active for a long while.
* Improved server stability.
* In Tournament games, gibs from other arenas will no longer be visible.
* Corrected an issue dealing with connecting to password-protected servers while running the game in windowed mode.
* The video settings should no longer revert to default when connecting to servers while running the game in windowed mode.
* Clicking "Get New List" in the Game Browser will no longer create phantom servers in the list.
* Fixed call vote stability for clients running a Spanish or French version of the game.
* Playing back net demos will no longer cause a crash.
* When playing back a net demo with a mapchange in it, the game
will no longer attempt to connect to the server on which the game was
recorded.
* Fixed announcer not understanding zero fraglimit setting when negative numbers are expressed from client suicides.
* Gametype can be changed to CTF with the RCON command.
* The number of votes will be displayed correctly for the player calling for the vote.
* If a spectating player votes at the end of a tourney, the vote announcement will be properly heard.
* The map list will properly display when calling a vote to change the map.
Single Player:
* The player will now always pick up ammo if they are not carrying the maximum amount of ammo.
* The player will properly die when killed by clamp and barrels in the Putra level.
* Corrected a progression break in the Hub 1 map.
* The player will properly die when killed by the plate compressor in the Tram 1 level.
* The player will no longer be able to exit the Medlabs ride at the beginning of the level.
* Fixed Gladiator's AI state when his shield is disabled with the Lightning Gun.
Known Issues:
Surround Speakers option in Advanced Audio settings cannot be
enabled if Windows Sound options are not set correctly on the local
machine. Players with 5.1 surround sound must set their Advanced
Speaker Settings to Surround 5.1 instead of Desktop Stereo:
1. From the Windows(r) Control Panel, select "Sounds and Audio Devices."
2. In the "Speaker Settings" area, click the "Advanced" button.
3. Make sure that the speakers are set to "5.1 Surround" or "Surround 5.1" instead of "Desktop Stereo."
If this is not set correctly, then enabling the Surround Speakers setting will not apply, and will default back to off. |
  |
|
|