Worms 2 1.5 No Cd Patch

Posted on  by 

Notice: your web browser doesn't support JavaScript, or it is turned off. This skin requires JavaScript for proper functioning. For more accessibility, please switch to another skin (e.g. Monobook).

BioShock 2 - Patch v1.5. This patch fixes several issues for BioShock 2, for more information check below. Fixed accepting a game invite on the Multiplayer Menu via Friend Invite causing a crash. Fixed a black screen that would occur minimizing and restoring the game in Windows 7. The latest patch for Battlefield 2, v1.50, by EA/DICE. Battlefield 2 invades the high-tech frontlines of modern warfare. The game brings the intensity and excitement of Battlefield 1942 into the modern era with enhanced team play and the latest, most technologically advanced vehicles and weapons systems available to man.

From Worms Knowledge Base

Jump to: navigation, search

The 1.05 patch was released by Team17 shortly after the game's original 1997 release.

Details

The patch disk issued by Team17 updates the two retail releases of the game to version 1.05. You can find out what version of the game you are running by typing VERSION on the Main Menu (although if you are running v1.05 it will display the version number once the game has finished loading anyway, so this is not necessary). The patch was not made available via magazine coverdisks or via online Amiga file resource AmiNET, as was the usual method of distributing patches at the time. In fact the availability of the patch was not announced at all. Instead, owners of the game who contacted Team17 of their own volition to ask about patch availability would be sent a patched copy of the first floppy disk in the mail.

The floppy disk was later removed from Team17's archives, and in fact some long-standing Team17 staff were unaware of its existence. The patch was discovered online on the website of English Amiga Board user Mad-Matt in a compressed floppy disk format. It was converted to the .ADF emulation standard by Squirminator2k. The patch can be downloaded from Dream17.

Fixed glitches

Due to time constraints, WormsDC was shipped to retail with several features unimplemented and a handful of irksome glitches. The majority of these were fixed with the patch, however some were not remedied. See Tricks and glitches (first generation) for a complete list of unfixed bugs.

New glitches

Unimplemented CD-ROM features

Prior to the game's release, Amiga magazine CU Amiga included additional content for the game on one of its covermount CD-ROMs. COntent included the FMV sequences from the MS-DOS, PlayStation and CD32 versions of Worms, ambient CD audio from Worms and Worms Reinforcements, and additional landscape and mountain sets. The original intention was for a variable in the WormsDC.info file that could be toggled to detect the CD-ROM and use the content. Unfortunately, the feature was not ready by the time the game went to retail and was removed entirely. Despite the ReadMe file for the retail release of the game promising this functionality being incorporated in a future patch, this never materialized.

It is still possible to use the additional landscapes and mountains by copying the relevant files into the relevant drawers (folders) in the WormsDC install directory, and the FMV sequences can be watched using the included Play program. However, the FMVs and the CD audio cannot be used in-game.

Other versions

In 2007 Andy opened the ibar, a very classy geek-friendly bar/nightclub centering around state-of-the-art technology and independent music. Since then he has made numerous allusions to an ibar remix of WormsDC. He has no plans to make this version of the game available to the general community. With the closure of the ibar in 2011 this version is unfortunately no longer accessible.

Future

The photo released on Andy Davidson's Instagram.
An option screen showing settings for new features added in V1.5.

On June 1st, 2018, Andy Davidson posted a screenshot of the WormsDC title screen bearing the version number '1.5 Alpha' and a build date of May 2nd, 2018 to his Instagram page. A further screenshot was posted to the 'Commodore Amiga' group on Facebook showing Worm Select options and options for Sudden Death including 'Sinking Levels', which suggests the terrain may sink - a mode for Sudden Death introduced in Worms 2. Andy later made a post to a French Amiga group on Facebook confirming 'options for Worm select (pick up which worm you want to use), sudden death options, and sinking levels.'

As yet, no release date has been set and no further features have been announced, though in the same post on the French Amiga group Davidson confirmed it would release 'soon.' As far back as 2007, Andy had previously alluded to the possibility of a hypothetical future update including features that appeared in other Worms games such as retreat time, as well as features that didn't make it into other games in the series.


Retrieved from 'https://worms2d.info/?title=Patch_(WormsDC)&oldid=26812'
Notice: your web browser doesn't support JavaScript, or it is turned off. This skin requires JavaScript for proper functioning. For more accessibility, please switch to another skin (e.g. Monobook).

From Worms Knowledge Base

Jump to: navigation, search
Worms 2 1.5 No Cd Patch

The Worms 2 servers host rooms in which users can meet to then connect to each other's PCs for playing games.

  • 2Server communication
    • 2.1Packet format
      • 2.1.1Session info

Official servers

The following servers are hosted by Team17:

Name IP address Port Notes
Worms2 Server (UK) uk1.servers.worms2.com 17000 'The Team17 Server'. Started to reject new connections in July 2020, shortly after some Worms enthusiasts played on it. Unclear whether the sudden activity downed it, it did not immediately break. The client will display 'Unable to create new player...' when attempting to connect to it.
Worms2 Demo Server (UK) uk1.servers.worms2.com 17171 Server for Worms 2 demo. Allows full versions to connect aswell. Did not go down in July 2020.

Server communication

The server hosting the user, room, and game lists communicates with packets in the following format:

Packet format

Offset Type Size Name Description
0 uint32 4 Code Determines the type of packet. Known packets are listed below.
4 uint32 4 Flags A bitset determining which of the following fields will be available.
? uint32 4 Value 0 If bit 0 is set in Flags.
? uint32 4 Value 1 If bit 1 is set in Flags.
? uint32 4 Value 2 If bit 2 is set in Flags.
? uint32 4 Value 3 If bit 3 is set in Flags.
? uint32 4 Value 4 If bit 4 is set in Flags. Never used other than client-side?
? uint32 4 Value 10 If bit 10 is set in Flags.
? uint32 4 Data Length If bit 5 is set in Flags.
? char[DataLength] Data Length Data If bit 5 is set in Flags, stores Windows-1251 encoded text like an IP string or full chat message.
? uint32 4 Error If bit 7 is set in Flags. Returns a Windows error code from the server, like E_FAIL for when the name of a room to create contains a bad word.
? char[20] 20 Name If bit 8 is set in Flags, stores a Windows-1251 encoded session name. Unused bytes are 0.
? Session info 50 Session If bit 9 is set in Flags. Unused bytes are 0.

Session info

Several packets identify a user, room, or game with the Name and Session fields. The latter provides the following information:

Offset Type Size Value
0 uint32 4 Always 0x17171717
4 uint32 4 Always 0x02010101
8 uint8 1 Nation / Flag
9 uint8 1 Game version, always 49
10 uint8 1 Game release (same as Game version, 50 if CD check failed)
11 uint8 1 Type (1=room, 4=game, 5=user)
12 uint8 1 Access (1=public, 2=protected)
13 uint8 1 Always 1
14 uint8 1 Always 0
15 gap 35 Unused, all 0.

Passing other or invalid combinations (protected users and rooms do not exist, only passworded games) will display a French flag with the default state or a question mark in the UI.

The Worms 2 1.0.1.1 Demo uses significantly different values compared to the full version 1.0.1.5 patch, causing said question marks to appear. However, interactions with full version users still work.

Nation / Flag

Determines which flag is displayed with the user, room, or game. Two flags are custom (Skull and Team17) and are not normally selectable. Des patch can unlock the selection of them, and adds another entry for an 'invalid' country code, creating an empty flag. Below, the flags are listed with the description displayed when hovering players.

Value Description Notes
1 United Kingdom
2 Argentina
3 Australia
4 Austria
5 Belgium
6 Brazil
7 Canada
8 Croatia
9 Bosnia old flag of Bosnia and Herzegovina
10 Cyprus
11 Czech
12 Denmark
13 Finland
14 France
15 Georgia
16 Germany
17 Greece
18 Hong Kong
19 Hungary
20 Iceland
21 India
22 Indonesia
23 Iran
24 Iraq
25 Ireland
26 Israel
27 Italy
28 Japan
29 Liechtenstein
30 Luxembourg
31 Malaysia
32 Malta
33 Mexico
34 Morocco
35 Netherlands
36 New Zealand
37 Norway
38 Poland
39 Portugal
40 Puertorico
41 Romania
42 Russia
43 Singapore
44 South Africa
45 Spain
46 Sweden
47 Switzerland
48 Turkey
49 United States of America
50 Iraq Skull flag
51 Worms2 Imperial Troopers Team17 flag
other Unknown French flag for players, question mark for rooms
Game release

Becomes 50 if CD detection failed. The CD detection consists of the following tests:

  • Find CD drive, where drives A: and B: are ignored - a found drive letter is stored in the registry under HKCUSOFTWARETeam17SoftwareLTDWorms2CD. (error 2 otherwise)
  • Check the CD being labeled 'Worms 2', 'WORMS2', or - for Trymedia 1.07 versions - 'Worms2_bl'. (error 1 otherwise)
  • Check if the CD has no free space to ensure it being a CD-ROM. (error 3 otherwise)
  • Check if the CD stores an 'autorun.inf' file. (error 4 otherwise)

Packet contents

As specified above, the Code of a packet determines the Action to take on either the server or client side and in effect which fields are used. Some codes are reused for multiple occassions, and some are unused in the 1.0.1.5 patch.

Client query packets are also used for server notices, represented by the Type column in the following table:

World At War No-cd Patch

  • Query: A client query to execute an action on the server, always getting a reply (even codes only).
  • Reply: A server reply to a client query, always reporting back an Error code, 0 for success (odd codes only).
  • Notice: Same as query, but coming as an out-of-bound server packet to update the state on the client, like when another user joins or creates a game.

Note that the same ID counter is incremented for users (UID), rooms (RID), and games (GID) - if a user logs in with UID 0x1000 and immediately creates a room, the RID will be 0x1001. The counter should also start at a high enough value (0x1000 seems to work fine) to not cause duplicate chat messages appearing client-side, apparently because it is also reused as an index in some packets.

Code Action Type Value 0 Value 1 Value 2 Value 3 Value 4 Value 10 Data Name / Session
50 not used Query ?
51 not used Reply ?
200 List Rooms Query 0
300 not used Query 0
350 List Item Reply UID / RID / GID user / creator / host IP user / room / game
351 List End Reply
400 List Users Query RID 0
500 List Games Query RID 0
600 Login Query 0 0 local user
600 Login Notice remote UID 0 remote user
601 Login Reply local UID
700 Create Room Query 0 0 creator IP room
700 Create Room Notice new RID 0 creator IP room
701 Create Room Reply new RID
800 Join Room / Game Query joined RID / GID local UID
800 Join Room / Game Notice joined RID / GID remote UID
801 Join Room / Game Reply
900 Leave Room / Game Query left RID / GID local UID
900 Leave Room / Game Notice left RID / GID remote UID
901 Leave Room / Game Reply
1000 Disconnect User Query[1] local UID
1000 Disconnect User Notice remote UID
1001 Disconnect User Reply[1]
1100 Close Room / Game Query RID / GID
1100 Close Room / Game Notice RID / GID
1101 Close Room / Game Reply
1200 Create Game Query[2] 0 RID 0x800 host IP host
1200 Create Game Notice GID RID 0x800 host IP host
1201 Create Game Reply GID
1300 Room Chat Query local UID receiver RID / UID 'GRP:[ UserName ] Message' / 'PRV:[ UserName ] Message'
1300 Room Chat Notice remote UID receiver RID / UID 'GRP:[ UserName ] Message' / 'PRV:[ UserName ] Message'
1301 Room Chat Reply[3]
1320 not used Query ? ?
1321 not used Reply
1322 not used Query ? ?
1323 not used Reply
1324 not used Query ?
1325 not used Reply ?
1326 Connect Game Query GID
1327 Connect Game Reply host IP
  1. 1.01.1Only ever sent as a notice by the server, clients disconnect without any query and awaited reply.
  2. Since the host reports its incorrectly detected NAT IP here, Worms 2 Memory Changer has to be used to inject the actual IP address into Worms 2 before creating a room.
  3. Original server always reports E_FAIL in error code, even though messages were sent.

Game room communication

The players are connected via P2P using DirectPlay. This means the ports 47624 (for the lobby connection itself) and 2300 to 2400 (for each player connection) should be forwarded in any router. The fact that each player is connected to another means that the host can leave the game at any time, the remaining players can continue playing without dropping, unlike in Worms Armageddon or Worms World Party.

See also

Worms 2 1.5 No Cd Patch Version

  • Worms 2 Game Server, cross-platform server implementing the above protocol.
Retrieved from 'https://worms2d.info/?title=Network_protocol_(Worms_2)&oldid=26175'

Coments are closed