Difference between revisions of "Worms Armageddon ReadMe (English)/v3.5 Beta 1 Update"

From Worms Knowledge Base

Jump to: navigation, search
(Automatic Readme conversion (2011-03-20 08:38:28.284000))
(Automatic Readme conversion (2011-03-20 09:01:37.194000))
Line 14: Line 14:
 
=== Game ===
 
=== Game ===
 
* Resolution modes up to 1920×1440 are now supported (dependent on video driver / hardware capability).
 
* Resolution modes up to 1920×1440 are now supported (dependent on video driver / hardware capability).
* It is now possible to scroll the viewport all the way to the left and right of a cavern map. Previously, 2 pixels were clipped from each side. This makes bungeeing off the edge of a 3-layer cavern map much easier, because it is now possible to see the bungee cord and worm.<span style="color: #ff0000"> [What I didn't realize when making this change was, it modifies the game logic; it allows a worm to move 2 pixels farther from the edge without losing its Rope, Bungee, Parachute or Jet Pack.]</span>
+
* It is now possible to scroll the viewport all the way to the left and right of a cavern map. Previously, 2 pixels were clipped from each side. This makes bungeeing off the edge of a 3-layer cavern map much easier, because it is now possible to see the bungee cord and worm.<span class="readme-red"> [What I didn't realize when making this change was, it modifies the game logic; it allows a worm to move 2 pixels farther from the edge without losing its Rope, Bungee, Parachute or Jet Pack.]</span>
 
* Fixed – Clicking the mouse wheel or browser button during a game would lock out all keyboard input from then on.
 
* Fixed – Clicking the mouse wheel or browser button during a game would lock out all keyboard input from then on.
* Fixed – Crates sometimes wouldn't fall in a crowded terrain (even at 100% probability). This happened because the game previously used an algorithm that tried up to 75 random positions blindly and then gave up looking; the new algorithm scans every pixel of the map.<span style="color: #ff0000"> [There is just a tiny flaw in the new algorithm; a crate's collision mask has single-pixel bevels in its corners, but the new algorithm assumes the mask to be rectangular. Known at the time of design, this was deemed acceptable.]</span>
+
* Fixed – Crates sometimes wouldn't fall in a crowded terrain (even at 100% probability). This happened because the game previously used an algorithm that tried up to 75 random positions blindly and then gave up looking; the new algorithm scans every pixel of the map.<span class="readme-red"> [There is just a tiny flaw in the new algorithm; a crate's collision mask has single-pixel bevels in its corners, but the new algorithm assumes the mask to be rectangular. Known at the time of design, this was deemed acceptable.]</span>
* Fixed – Graves hit from below could absorb Longbow shots.<span style="color: #ff0000"> [This was not a complete fix; see v3.6.19.12 for the complete fix.]</span>
+
* Fixed – Graves hit from below could absorb Longbow shots.<span class="readme-red"> [This was not a complete fix; see v3.6.19.12 for the complete fix.]</span>
* Fixed – Thinning of some terrain types, occasionally creating openings in solid ground <span style="color: #ff0000">[Note: This created blockages in some Battle Race maps designed before the release of this Beta.]</span>
+
* Fixed – Thinning of some terrain types, occasionally creating openings in solid ground <span class="readme-red">[Note: This created blockages in some Battle Race maps designed before the release of this Beta.]</span>
* Fixed – Parachuting Worm could be hit by a falling worm causing loss of parachute and control. Now your Worm still loses the parachute, but control is retained. <span style="color: #ff0000">[Note: This fix inadvertently stopped enemy worms from knocking the attacking worm. This was later fixed in v3.6.19.14.]</span>
+
* Fixed – Parachuting Worm could be hit by a falling worm causing loss of parachute and control. Now your Worm still loses the parachute, but control is retained. <span class="readme-red">[Note: This fix inadvertently stopped enemy worms from knocking the attacking worm. This was later fixed in v3.6.19.14.]</span>
 
* Fixed – Bungee could fail to activate when walking off a cliff with a crate located directly below, possibly incurring fall damage and loss of turn.
 
* Fixed – Bungee could fail to activate when walking off a cliff with a crate located directly below, possibly incurring fall damage and loss of turn.
 
* Worms can now change direction and jump in the same instant. When time is critical, and your Worm is limited to ground movement only, it is beneficial to initiate each jump as soon as your Worm has landed and is ready to move. However, upon landing and turning to jump in the opposite direction, it was previously possible to have your direction-change ignored, in the worst-case scenario causing you to jump to death instead of safety.
 
* Worms can now change direction and jump in the same instant. When time is critical, and your Worm is limited to ground movement only, it is beneficial to initiate each jump as soon as your Worm has landed and is ready to move. However, upon landing and turning to jump in the opposite direction, it was previously possible to have your direction-change ignored, in the worst-case scenario causing you to jump to death instead of safety.
Line 90: Line 90:
  
 
=== Network In-Game Chatting ===
 
=== Network In-Game Chatting ===
* Message line editing is now possible, using the cursor keys (Left, Right, Home, End). During other players' turns this is enabled by default. During your own turn, Scroll Lock must be enabled, otherwise the chat will be cancelled and your Worm will be moved instead.<span style="color: #ff0000"> [Note: This is no longer the case in the latest version. See the entry for v3.6.26.4.]</span>
+
* Message line editing is now possible, using the cursor keys (Left, Right, Home, End). During other players' turns this is enabled by default. During your own turn, Scroll Lock must be enabled, otherwise the chat will be cancelled and your Worm will be moved instead.<span class="readme-red"> [Note: This is no longer the case in the latest version. See the entry for v3.6.26.4.]</span>
 
* There is now an Allied Chat function, to share battle strategies with your teammates. This can be achieved either by the '''/colour''' command function or by pressing the appropriate F-key (which will always be F9 unless there are two people playing on the same machine but in different allied groups).
 
* There is now an Allied Chat function, to share battle strategies with your teammates. This can be achieved either by the '''/colour''' command function or by pressing the appropriate F-key (which will always be F9 unless there are two people playing on the same machine but in different allied groups).
  
Line 96: Line 96:
 
* It is no longer possible to evade being kicked from a game at the host/join stage.
 
* It is no longer possible to evade being kicked from a game at the host/join stage.
 
The following in-game loopholes could previously be exploited online by a utility that directly injected messages into W:A's message stream:
 
The following in-game loopholes could previously be exploited online by a utility that directly injected messages into W:A's message stream:
* Placing a girder anywhere, even intersecting with worms and other objects (and terrain, using a different method) <span style="color: #ff0000">[Note: In fixing this, another worse loophole was inadvertently created, allowing a girder to be placed anywhere from Rope, Bungee, Parachute or Jet Pack. This was later rectified with the release of v3.6.19.7.]</span>
+
* Placing a girder anywhere, even intersecting with worms and other objects (and terrain, using a different method) <span class="readme-red">[Note: In fixing this, another worse loophole was inadvertently created, allowing a girder to be placed anywhere from Rope, Bungee, Parachute or Jet Pack. This was later rectified with the release of v3.6.19.7.]</span>
 
* Teleporting on top of the roof in a cavern
 
* Teleporting on top of the roof in a cavern
 
* Pausing the timer
 
* Pausing the timer

Revision as of 07:02, 20 March 2011

In other languages: English (en) • español (es) • français (fr) • русский (ru) • +/-

v3.5 Beta 1 Update (2002.08.09)

General

  • Worms Armageddon now runs under the majority of Windows 2000 and XP Platforms.
  • It is now possible to successfully minimise W:A in all areas, within the front end and in-game.

Front End

  • Double mouse clicks are now treated as single clicks where convenient, for example when paging through a list box of schemes or maps.
  • Game schemes can now include super weapons, as long as the host has “Full Wormage”.

Game

  • Resolution modes up to 1920×1440 are now supported (dependent on video driver / hardware capability).
  • It is now possible to scroll the viewport all the way to the left and right of a cavern map. Previously, 2 pixels were clipped from each side. This makes bungeeing off the edge of a 3-layer cavern map much easier, because it is now possible to see the bungee cord and worm. [What I didn't realize when making this change was, it modifies the game logic; it allows a worm to move 2 pixels farther from the edge without losing its Rope, Bungee, Parachute or Jet Pack.]
  • Fixed – Clicking the mouse wheel or browser button during a game would lock out all keyboard input from then on.
  • Fixed – Crates sometimes wouldn't fall in a crowded terrain (even at 100% probability). This happened because the game previously used an algorithm that tried up to 75 random positions blindly and then gave up looking; the new algorithm scans every pixel of the map. [There is just a tiny flaw in the new algorithm; a crate's collision mask has single-pixel bevels in its corners, but the new algorithm assumes the mask to be rectangular. Known at the time of design, this was deemed acceptable.]
  • Fixed – Graves hit from below could absorb Longbow shots. [This was not a complete fix; see v3.6.19.12 for the complete fix.]
  • Fixed – Thinning of some terrain types, occasionally creating openings in solid ground [Note: This created blockages in some Battle Race maps designed before the release of this Beta.]
  • Fixed – Parachuting Worm could be hit by a falling worm causing loss of parachute and control. Now your Worm still loses the parachute, but control is retained. [Note: This fix inadvertently stopped enemy worms from knocking the attacking worm. This was later fixed in v3.6.19.14.]
  • Fixed – Bungee could fail to activate when walking off a cliff with a crate located directly below, possibly incurring fall damage and loss of turn.
  • Worms can now change direction and jump in the same instant. When time is critical, and your Worm is limited to ground movement only, it is beneficial to initiate each jump as soon as your Worm has landed and is ready to move. However, upon landing and turning to jump in the opposite direction, it was previously possible to have your direction-change ignored, in the worst-case scenario causing you to jump to death instead of safety.
  • Cow-doubling glitch is currently disabled. In the future this may be turned into an option.
Select Utilities Tilde ( ~ )
Display thought-bubble above Worm T

Map Editor

Fixes

  • The Import function is much faster now (ironically, the pie-shaped progress indicator was hogging lots of CPU time)
  • The Import wraparound bug will no longer happen in the majority of cases. The only case in which it may still happen is when importing a 24-bit colour BMP or TGA.
  • The displayed water level now closely matches what it will look like in-game.
  • Terrain settings (object / bridge count, border, water level, terrain type) are now retained.
  • Custom terrains no longer get their object count reset to a very low number.
  • Removed duplicate reference of "Tribal" terrain.
  • The mouse cursor is now hidden while drawing, so that only the brush cursor will be visible.
  • Brush sizes now match what is actually drawn.

Features

  • Settings changes in preview mode are now effected immediately. You can instantly see the effects of adding/subtracting objects or bridges, or changing the terrain type.

New Drawing Functions

  • Addition of a tiny brush – 1 pixel in the zoomed-out view, 4 pixels thick on the map
  • Drawing Lines – Click a point with the brush, hold down Shift and click an end point. This can be used to draw many connecting lines if Shift is held down the whole time.
Toggle through available brush sizes Mouse wheel
Constrain / limit drawing movement to x or y axis Ctrl (hold down)
Move brush at 1/4 speed, improving drawing precision Alt (hold down)

Network Lobby Chatting

  • Much improved quick-messaging of people in the lobby, host/join and in-game chats.
  • Current message typed is retained, while the recipient of the message can be changed. In host/join, the right mouse button now achieves this.
  • An /ignore command function is now available for the WormNET lobby which will highlight a name in red and is useful to combat spammers. Typing /ignore alone will clear all ignores.
  • It is now possible to scroll through message chat lists via a mouse wheel; the list must be initially clicked upon and the scrolling is set at one line per wheel bump.
  • People to whom you've spoken privately and the messages typed can now be recalled:
}
Up and Down
Scroll through people PageUp and PageDown

Chatting Clipboard Operations Clipboard operations (text selection, cut, copy, paste) are now possible in the front end, including the line editor and scrolling message lists:

}
Hold Shift; press Arrows or click and drag mouse
Operate on whole words Hold Ctrl; press Arrows, double click mouse or click and drag mouse.
Select entire line Ctrl+A
Copy text to clipboard Ctrl+C or Ctrl+Insert
Cut text to clipboard Ctrl+X or Shift+Delete
Paste text from clipboard Ctrl+V or Shift+Insert

Network In-Game Chatting

  • Message line editing is now possible, using the cursor keys (Left, Right, Home, End). During other players' turns this is enabled by default. During your own turn, Scroll Lock must be enabled, otherwise the chat will be cancelled and your Worm will be moved instead. [Note: This is no longer the case in the latest version. See the entry for v3.6.26.4.]
  • There is now an Allied Chat function, to share battle strategies with your teammates. This can be achieved either by the /colour command function or by pressing the appropriate F-key (which will always be F9 unless there are two people playing on the same machine but in different allied groups).

Cheating Loophole Prevention

  • It is no longer possible to evade being kicked from a game at the host/join stage.

The following in-game loopholes could previously be exploited online by a utility that directly injected messages into W:A's message stream:

  • Placing a girder anywhere, even intersecting with worms and other objects (and terrain, using a different method) [Note: In fixing this, another worse loophole was inadvertently created, allowing a girder to be placed anywhere from Rope, Bungee, Parachute or Jet Pack. This was later rectified with the release of v3.6.19.7.]
  • Teleporting on top of the roof in a cavern
  • Pausing the timer
  • Triggering Sudden Death
  • Forcing the game to end or draw
  • Making all Worms invincible
  • Using Parachute or Bungee during a retreat
  • Selection of weapons during Worm placement (when enabled) at the beginning of a game. If a Girder was chosen, the Worm would be located way up in the sky and untouchable during turns. If anything else was chosen besides Teleport, the game would hang.
  • Using a Fuse/Herd of 0 or above 5 (a Herd of 0 allowed a player to unleash an unlimited number of Mad Cows, even if only one was possessed)
  • Tweaked angles could be used with Strike weapons; this could hang the game with a straight-down angle, as the plane never flew away.


W:A Version History
v3.5 Beta 1 • Beta 2
v3.6.x.x 19.7 (.11 • .12 • .14 • .15 • .17 • .17a • .18 • .19) • 20.1 (.2 • .3) • 21.1 (.2 • .3) • 22.1 • 23.0 (.1 • .2) • 24.1 (.2) • 25.1a • 26.4 (.5) • 28.0 • 29.0 • 30.0 • 31.0 • 31.2b
v3.7.x.x 0.0 • 2.1
v3.8.x 0 • 1
Personal tools