Difference between revisions of "WormKit"

From Worms Knowledge Base

Jump to: navigation, search
m
m (Current modules by community)
(87 intermediate revisions by 8 users not shown)
Line 7: Line 7:
 
| waver = All versions
 
| waver = All versions
 
| language = Delphi
 
| language = Delphi
| license = Open-source
+
| license = Open-source<ref name="cybershadow-github"/>
| website = [http://worms.thecybershadow.net/wormkit/ thecybershadow.net]
+
 
}}
 
}}
  
'''WormKit''' is an extension framework for [[Worms Armageddon]], which consists of a module loader, and a set of modules, each with a different purpose.
+
'''WormKit''' was an extension framework for [[Worms Armageddon]]. The distribution contained a module loader (whose only purpose is to load WormKit modules), and a set of default modules, each providing specific functionality.
  
There are currently several publicly released WormKit modules, out of which 4 come with the default WormKit distribution. They are:
+
By convention, a WormKit module is a DLL file, the filename of which begins with the prefix "wk". There is no API or further integration, however some DLLs can provide common functionality for other modules to share (such as wkPackets).
  
* '''[[WormNAT2]]''' - allows hosting games even if you're behind a router or firewall;
+
Starting with W:A version 3.7.0.0, the ability to load WormKit modules is included as a game option, which makes the loader itself obsolete.
* '''FileOverride''' - override files from the CD-ROM with your versions;
+
* '''AntiKeyboardHook''' - stop Worms from disabling Alt+Tab / Win+... keyboard combinations.
+
* '''SoundCardSelect''' - choose the soundcard W:A should use for sound output.
+
  
WormKit was first released on April 5, 2006. Since its release, no significant changes or additions were made to the framework (with the exception of ReplayShark). There was some work on additional modules, including an anti-cheating system (wkWormisign) and a Fiddler-like scripted game engine add-on ([[wkMagic]]) - however, none reached a development phase mature enough to be released, and thus the ideas were dropped.
+
== Modules ==
  
* [http://worms.thecybershadow.net/wormkit/ WormKit homepage]
+
=== Original modules ===
  
== [[WormKitDS]] ==
+
{|
There is a custom WormKit version which doesn't require WormKit.exe to load modules. [[WormKitDS|Read more]]
+
|-
 +
! style="width:164px" | Name
 +
! style="none" | Short description
 +
! style="width:68px" | Compat.
 +
! style="width:100px" | W:A version
 +
! style="none" | Developer
 +
|-
 +
| '''[http://worms.thecybershadow.net/wormkit/wkAntiKeyboardHook.zip AntiKeyboardHook]'''<ref name="cybershadow-github" />
 +
| Stop MS Windows (2000 - 8.1) from disabling Alt+Tab / Win+... keyboard combinations for wa.exe.<ref name="loader-only">This module will not work with the game's "Load WormKit modules" option. A loader (WormKit.exe or [[WormKitDS]]) must be used instead.</ref><ref name="akh-obsolete">This module is now obsolete on Windows 10 (because the root cause has been fixed by Microsoft), as well as Steam and GOG editions of the game.</ref>
 +
| {{WA editions|cd|steam|gog}}
 +
| All
 +
| [[People/CyberShadow|CyberShadow]]
 +
|-
 +
| '''[http://worms.thecybershadow.net/wormkit/wkFileOverride.zip FileOverride]'''<ref name="cybershadow-github">Source code for WormKit and default modules can be found on [https://github.com/CyberShadow/WormKit GitHub].</ref>
 +
| Override files from the CD-ROM with your versions.
 +
| {{WA editions|cd|steam|gog}}
 +
| All
 +
| [[People/CyberShadow|CyberShadow]]
 +
|-
 +
| '''[http://worms.thecybershadow.net/wormkit/wkSoundCardSelect.zip SoundCardSelect]'''<ref name="cybershadow-github" />
 +
| Choose the soundcard W:A should use for sound output.
 +
| {{WA editions|cd|steam|gog}}
 +
| All
 +
| [[People/CyberShadow|CyberShadow]]
 +
|-
 +
| '''[[WormNAT2]]'''
 +
| Allows hosting games even if you're behind a router or firewall.
 +
| {{WA editions|cd|steam|gog}}
 +
| 3.6.28.0+
 +
| [[People/CyberShadow|CyberShadow]]
 +
|}
  
== Additional modules ==
+
=== Current modules by community ===
=== Current modules ===
+
  
 
{|
 
{|
 
|-
 
|-
! Name !! Description !! Supported W:A ver. !! Developer
+
! style="width:164px" | Name
 +
! style="none" | Short description
 +
! style="width:68px" | Compat.
 +
! style="width:100px" | W:A version
 +
! style="none" | Developer
 +
|-
 +
| '''[http://files.steps.club/wa/wk/wkAntiLag.dll AntiLag]'''
 +
| A simple module to fix screen lags in-game by increasing the WA.exe process priority.
 +
| {{WA editions|cd|steam|gog}}
 +
| All
 +
| [[People/Kawoosh|Kawoosh]]
 +
|-
 +
| '''[[wkBindKeys|BindKeys]]'''
 +
| A key mapper which works independently of the game's code and has a toggle key option.
 +
| {{WA editions|cd|steam|gog}}
 +
| All
 +
| [[People/Drey08|drey08]]
 +
|-
 +
| '''[https://www.tus-wa.com/?topic=19063 D3D9Wnd]'''
 +
| A Direct3D 9-based windowed mode, which works natively and includes some cool features.
 +
| {{WA editions|cd|steam|gog}}
 +
| 3.7+
 +
| [[People/Kawoosh|Kawoosh]], [[People/StepS|StepS]]
 +
|-
 +
| '''[[FkeyRearrange]]'''
 +
| Allows the user to redefine the order and content of weapons for each F hotkey.
 +
| {{WA editions|cd|steam|gog}}
 +
| 3.7.2.2 {{and lower}}
 +
| [[People/boobl|boobl]], [[People/StepS|StepS]]
 +
|-
 +
| '''[[wkIndiMask|IndiMask]]'''
 +
| It allows maps to have both destructible and indy areas by embedding data in the palette.
 +
| {{WA editions|cd|steam|gog}}
 +
| 3.7.2.1 {{and lower}}
 +
| [[People/Plutonic|Plutonic]]
 +
|-
 +
| '''[[wkKawooshKick|KawooshKick]]'''
 +
| An in-game kicking module, fully compatible with v3.7.2.1, supports kicking reasons.
 +
| {{WA editions|cd|steam}}
 +
| 3.7.2.1 {{and lower}}
 +
| [[People/Kawoosh|Kawoosh]]
 +
|-
 +
| '''[[wkLobbyCmd|LobbyCmd]]'''
 +
| Allows to change the in-game resolution from a network game lobby to any value.
 +
| {{WA editions|cd|steam}}
 +
| 3.7.2.1 {{and lower}}
 +
| [[People/Kawoosh|Kawoosh]]
 +
|-
 +
| '''[[MapGEN]]'''
 +
| Allows to generate random PNG maps from the map editor.
 +
| {{WA editions|cd|steam|gog}}
 +
| All
 +
| [[People/Plutonic|Plutonic]]
 +
|-
 +
| '''[http://files.steps.club/wa/wk/wkNV3Doff.dll NV3Doff]'''
 +
| Prevents the NVIDIA 3DVision from becoming active when using Direct3D 9.
 +
| {{WA editions|cd|steam|gog}}
 +
| All
 +
| [[People/Kawoosh|Kawoosh]]
 +
|-
 +
| '''[[wkRehost|Rehost]]'''
 +
| Allows reopening games when using a snooper to host.
 +
| {{WA editions|cd}}
 +
| 3.7.2.1 {{and lower}}
 +
| [[People/Kawoosh|Kawoosh]]
 +
|-
 +
| '''[[wkRemapKeys|RemapKeys]]'''
 +
| A W:A-specific key remapper which doesn't affect chatting and works in-game only.
 +
| {{WA editions|cd|steam|gog}}
 +
| 3.7+
 +
| [[People/Kawoosh|Kawoosh]], [[People/StepS|StepS]]
 +
|-
 +
| '''[[ReplayShark]]'''
 +
| Allows to build a catalog of nice moments by pressing a button when something cool happens.
 +
| {{WA editions|cd|steam|gog}}
 +
| 3.7.2.1 {{and lower}}
 +
| [[People/Glide|Glide]]
 
|-
 
|-
 
| '''[[RubberWorm]]'''
 
| '''[[RubberWorm]]'''
 
| Extends the W:A physics engine with new options.
 
| Extends the W:A physics engine with new options.
| <font color="green">3.6.29-31.0</font>
+
| {{WA editions|cd|steam}}
 +
| 3.7.2.1 {{and lower}}
 
| [[People/Pisto|Pisto]], [[People/Kawoosh|Kawoosh]]
 
| [[People/Pisto|Pisto]], [[People/Kawoosh|Kawoosh]]
 
|-
 
|-
| '''[[Project X]]'''
+
| '''[http://files.steps.club/wa/wk/wkSnow.zip Snow]'''
| Extends W:A with scripting, custom weapons and DirectX 9 rendering.
+
| A module to enable, customize and/or disable snow anytime, doesn't affect map generation.
| <font color="green">3.6.31.0</font>
+
| {{WA editions|cd|steam}}
| [http://px.worms2d.info Entuser]
+
| 3.7.2.1 {{and lower}}
 +
| [[People/StepS|StepS]]
 
|-
 
|-
| '''[[ReplayShark]]'''
+
| '''[[SuperFrontendHD]]'''
| Allows to build a directory of nice moments simply by pressing a button when something cool happens.
+
| Allows to run the frontend at any resolution and helps people without 640x480 support.
| <font color="green">3.6.29-31.0</font>
+
| {{WA editions|cd|steam|gog}}
| [[People/Glide|Glide]]
+
| 3.7+
 +
| [[People/StepS|StepS]]
 
|-
 
|-
| '''[[MapGEN|wkMapGEN]]'''
+
| '''[http://www.tus-wa.com/?topic=29504 Terrain]'''
| A part of [[MapGEN]], allows to generate random PNG maps of a different schemes from the map editor.
+
| Allows to specify custom terrains for use with the map generator.
| <font color="green">All</font>
+
| {{WA editions|cd|steam}}
 +
| 3.7.2.1
 +
| [[People/xKoweKx|xKoweKx]]
 +
|-
 +
| '''[[TrackMeBetter]]'''
 +
| Allows to tune the in-game camera tracking rectangle for object motion.
 +
| {{WA editions|cd|steam|gog}}
 +
| 3.7.2.1
 +
| [[People/StepS|StepS]]
 +
|-
 +
| '''[[wkUseDesktopWindow|UseDesktopWindow]]'''
 +
| A module which in future will help to run WWP and older W:A on Wine.
 +
| {{WA editions|cd|steam|gog}}
 +
| All
 +
| [[People/Muzer|Muzer]]
 +
|-
 +
| '''[[wkWMDB]]'''
 +
| Allows the downloading of maps randomly from the WMDB site from within the editor, based on schemes and map size.
 +
| {{WA editions|cd|steam|gog}}
 +
| All
 
| [[People/Plutonic|Plutonic]]
 
| [[People/Plutonic|Plutonic]]
 
|-
 
|-
| '''[[FkeyRearrange]]'''
+
| '''[http://beta.team17.com/showthread.php?t=57737 wndmode]'''
| Allows user to redefine weapons order and content for each F hotkey.
+
| DirectDraw windowed mode running in a wrapper.
| <font color="green">3.6.29 & 31.0</font>
+
| {{WA editions|cd|steam|gog}}
| [[People/boobl|boobl]]
+
| All
 +
| [[People/menopem|menopem]], [[People/VEG|VEG]],<br>[[People/Kawoosh|Kawoosh]], [[People/StepS|StepS]]
 +
|}
 +
 
 +
=== Developer modules, SDKs, debuggers ===
 +
 
 +
{|
 
|-
 
|-
| '''[[wkRandomMap]]'''
+
! style="width:164px" | Name
| Allows you to download random map from [[WMDB]] from the map selecting screen (just before playing)
+
! style="none" | Short description
| <font color="green">All</font>
+
! style="width:68px" | Compat.
| [http://shadowtheage.narod.ru ShadowTheAge]
+
! style="width:100px" | W:A version
 +
! style="none" | Developer
 
|-
 
|-
| '''[[wkPointerScan]]'''
+
| '''[http://files.steps.club/wa/wk/wkDetectFocusLoss.dll DetectFocusLoss]'''
| A pointer scan written specifically for W:A. Helpful in the development of new Wormkit modules.
+
| Helpful to find what process(es) steal focus from the game (causing e.g. unwanted minimizations)
| <font color="green">All</font>
+
| {{WA editions|cd|steam|gog}}
| [[People/Pisto|Pisto]]
+
| All
 +
| [[People/StepS|StepS]]
 
|-
 
|-
| '''[http://forum.team17.com/showthread.php?t=38762 wkColorFix]'''
+
| '''[https://dump.thecybershadow.net/8405f07d0cfca4498c9d9bcc6075b860/wkMinidumpOnCtrlBreak.dll MinidumpOnCtrlBreak]'''
| Fixes the color bug on Vista and Windows 7 by suspending an "explorer.exe" process.
+
| Helpful to find reasons of certain freezes. Creates dump by pressing Ctrl+Break.
| <font color="green">All</font>
+
| {{WA editions|cd|steam|gog}}
 +
| All
 
| [[People/CyberShadow|CyberShadow]]
 
| [[People/CyberShadow|CyberShadow]]
 
|-
 
|-
| '''[[wkIndiMask]]'''
+
| '''[[wkPointerScan|PointerScan]]'''
| It allows maps to have both destructable and indestructable areas by embedding data in the palette.
+
| A pointer scan made specifically for W:A. Helpful in the development of new WormKit modules.
| <font color="green">3.6.31.0</font>
+
| {{WA editions|cd}}
| [[People/Plutonic|Plutonic]]
+
| 3.6.31.0 {{and lower}}
 +
| [[People/Pisto|Pisto]]
 
|-
 
|-
| '''[[wkPathOverride]]'''
+
| '''[http://files.steps.club/wa/wk/wkVersionCheck.zip VersionCheck]'''
| Modifies the registry to use WormKit.exe for URLs (like "wa://") and replay files.
+
| An example on C++ to verify the W:A version before hooking code.
| <font color="green">All</font>
+
| {{WA editions|cd|steam|gog}}
 +
| All
 
| [[People/Kawoosh|Kawoosh]]
 
| [[People/Kawoosh|Kawoosh]]
 
|-
 
|-
| '''[http://myfiles.my1.ru/wa/wk/wkAntiLag.dll wkAntiLag]'''
+
| '''[[wkSample]]'''
| A simple module to fix the screen lags while gaming by increasing the WA.exe process priority.
+
| The example open source module, which shows the development of WormKit modules.
| <font color="green">All</font>
+
| {{WA editions|cd|steam|gog}}
| [[People/Kawoosh|Kawoosh]]
+
| All
 +
| [[People/TheSCS|The SCS]]
 +
|}
 +
 
 +
=== Obsolete or incompatible modules ===
 +
 
 +
{|
 
|-
 
|-
| '''[http://myfiles.my1.ru/wa/wk/wkKawooshKick.dll wkKawooshKick]'''
+
! style="width:164px" | Name
| An in-game kicking module, fully compatible with v3.6.31.0, supports the kicking reason.
+
! style="none" | Short description
| <font color="green">3.6.31.0</font>
+
! style="width:68px" | Compat.
| [[People/Kawoosh|Kawoosh]]
+
! style="width:100px" | W:A version
 +
! style="none" | Developer
 
|-
 
|-
| '''[http://myfiles.my1.ru/wa/wk/wkPXColorPwnage.dll PXColorPwnage]'''
+
| '''[http://beta.team17.com/showthread.php?t=38762 ColorFix]'''
| Fixes the Darker team colour scheme when PX is enabled.
+
| Fixes the color bug on Vista and Windows 7 by suspending the "explorer.exe" process.
| <font color="green">3.6.31.0</font>
+
| {{WA editions|cd|steam|gog}}
 +
| All
 +
| [[People/CyberShadow|CyberShadow]]
 +
|-
 +
| '''[[wkPathOverride|PathOverride]]'''
 +
| Modifies the registry to use WormKit.exe for URLs (like "wa://") and replay files.
 +
| {{WA editions|cd}}
 +
| All
 
| [[People/Kawoosh|Kawoosh]]
 
| [[People/Kawoosh|Kawoosh]]
 
|-
 
|-
| '''[[wkPrivateCfg]]'''
+
| '''[[wkRandomMap|RandomMap]]'''
 +
| Allows you to download random maps from [[WMDB]] directly from the map editor.
 +
| {{WA editions|cd}}
 +
| Undefined<ref name="bad">After the 3.7.0.0 update, wkRandomMap has stopped working on some systems, but it is unknown what makes it malfunction on any particular system. This module is now deprecated; wkWMDB is preferable.</ref>
 +
| [http://shadowtheage.narod.ru ShadowTheAge]
 +
|-
 +
| '''[[wkPrivateCfg|PrivateCfg]]'''
 
| Allows you to store all the W:A settings in an INI file instead of registry.
 
| Allows you to store all the W:A settings in an INI file instead of registry.
| <font color="green">3.6.31.0</font>
+
| {{WA editions|cd}}
 +
| 3.7.0.0 {{and lower}}
 
| [[People/Kawoosh|Kawoosh]]
 
| [[People/Kawoosh|Kawoosh]]
 
|-
 
|-
 
| '''[[WA_Localizer|Localizer]]'''
 
| '''[[WA_Localizer|Localizer]]'''
 
| Allows you to translate W:A fully (frontend, ingame, etc), goes with an editor.
 
| Allows you to translate W:A fully (frontend, ingame, etc), goes with an editor.
| <font color="green">3.6.31.0</font>
+
| {{WA editions|cd}}
 +
| 3.6.31.0
 
| [[People/Kawoosh|Kawoosh]]
 
| [[People/Kawoosh|Kawoosh]]
 
|-
 
|-
| '''[[wkKeyRemap]]'''
+
| '''[[Project X]]'''
| A W:A-specific key remapper which doesn't affect chatting and works only in game.
+
| Extends W:A with scripting, custom weapons and DirectX 9 rendering.
| <font color="green">3.6.31.0</font>
+
| {{WA editions|cd}}
| [[People/Kawoosh|Kawoosh]]
+
| 3.6.31.0
 +
| [http://px.worms2d.info Entuser]
 
|-
 
|-
| '''[[wkRehost]]'''
+
| '''[http://myfiles.my1.ru/wa/wk/wkPXColorPwnage.dll PXColorPwnage]'''
| Allows you to reopen a lobby of an already played game without quitting W:A and rehosting.
+
| Fixes the Darker team colour scheme when PX is enabled.
| <font color="green">3.6.31.0</font>
+
| {{WA editions|cd}}
 +
| 3.6.31.0
 
| [[People/Kawoosh|Kawoosh]]
 
| [[People/Kawoosh|Kawoosh]]
 
|-
 
|-
| '''[https://dl.dropbox.com/u/48532592/wa/wk/windowmode.rar Windowed Mode]'''
+
| '''[http://worms.cinus.org/wkcinuskick CinusKick]'''
| Allows to run WA in a window, and also fixes the [[Getting_W:A_to_work_on_Windows_8|Windows 8 compatibility]] problems.
+
| An analog to wKick module for W:A update 3.6.29.0.
| <font color="green">All</font>
+
| {{WA editions|cd}}
| [[People/menopem|menopem]], [[People/VEG|VEG]], [[People/Kawoosh|Kawoosh]], [[People/StepS|StepS]]
+
| 3.6.29.0
 +
| [http://worms.cinus.org Cinus]
 
|-
 
|-
| '''[[wkSample]]'''
+
| '''[[JetFix]]'''
| The example open source module, which shows the development of WormKit modules.
+
| Provides a workaround for the jetpack bug when using [[BattyRope]] or [[TestStuff]].
| <font color="green">3.6.31.0</font>
+
| {{WA editions|cd}}
| [[People/TheSCS|The SCS]]
+
| 3.6.29.0
 +
| [[People/Pisto|Pisto]]
 +
|-
 +
| '''[[LaserFix]]'''
 +
| A fix for the [[Laser Sight]] desynchronization bug in v3.6.29.0, and some nice features.
 +
| {{WA editions|cd}}
 +
| 3.6.29.0
 +
| [[People/Pisto|Pisto]]
 +
|-
 +
| '''[http://forum.team17.com/showthread.php?t=35805 wKick]'''
 +
| Allows you to kick people in-game by typing a command in the chat. Works only on 3.6.28.0.
 +
| {{WA editions|cd}}
 +
| 3.6.28.0
 +
| [[People/Pisto|Pisto]]
 +
|-
 +
| '''[[wkMagic]]'''
 +
| First proof-of-concept module that allowed game logic code modification in online games.
 +
| {{WA editions|cd}}
 +
| 3.6.26.5
 +
| [[People/CyberShadow|CyberShadow]]
 
|}
 
|}
  
=== Obsolete or incompatible modules ===
+
=== Non-W:A modules ===
  
 
{|
 
{|
 
|-
 
|-
! Name !! Description !! Supported W:A ver. !! Developer
+
! style="width:164px" | Name
 +
! style="none" | Short description
 +
! style="width:68px" | Compat.
 +
! style="width:100px" | W:A version
 +
! style="none" | Developer
 
|-
 
|-
| '''[[JetFix]]'''
+
| '''[[ReSolution]]'''
| Provides a workaround for the jetpack bug when using [[BattyRope]] or [[TestStuff]].
+
| Allows to change the in-game resolution in Worms 2 and Worms World Party to any value, as well as zoom and resize the game environment.
| <font color="red">3.6.29.0</font>
+
| {{software|W2|WWP}}
| [[People/Pisto|Pisto]]
+
| 1.05 (W2)<br>1.0x (WWP)
 +
| [[People/StepS|StepS]]
 
|-
 
|-
| '''[http://forum.team17.com/showthread.php?t=35805 wKick]'''
+
| '''[[DDShot]]'''
| Allows you to kick people in-game by typing a command in the chat. Works only on the old 3.6.28.0 version.
+
| Allows to take screenshots in DirectDraw games (via the Pause key) or dump shots of all surfaces (via Alt+Pause).
| <font color="red">3.6.28.0</font>
+
| {{software|W2|WWP|WA}}
| [[People/Pisto|Pisto]]
+
| All
 +
| [[People/StepS|StepS]]
 
|-
 
|-
| '''[http://worms.cinus.org/wkcinuskick wkCinusKick]'''
+
| '''[http://www.gog.com/forum/worms_series/plugin_windowed_mode_for_worms_2_improve_windows_8_performance W2 Windowed Mode]'''
| An analog to wKick module for W:A update 3.6.29.0.
+
| Allows to run Worms 2 in a window and fixes Windows 8+ performance issues.
| <font color="red">3.6.29.0</font>
+
| {{software|W2}}
| [http://worms.cinus.org Cinus]
+
| All
 +
| See "wndmode"
 
|-
 
|-
| '''[[LaserFix]]'''
+
| '''[http://www.tus-wa.com/?topic=21030 WWP Windowed Mode]'''
| A fix for the [[Laser Sight]] desynchronization bug in v3.6.29.0, and some nice features.
+
| Fixes compatibility with all modern systems and drivers and allows to use windowed mode.
| <font color="red">3.6.29.0</font>
+
| {{software|WWP}}
| [[People/Pisto|Pisto]]
+
| All
 +
| See "wndmode"
 
|}
 
|}
  
{{OSS}}
+
== History ==
 +
 
 +
WormKit was first released on April 5, 2006. Since its release, no significant changes or additions were made to the framework itself. Although there was some work on additional default modules, including an anti-cheating system (wkWormisign) and a Fiddler-like scripted game engine add-on ([[wkMagic]]), none reached a development phase mature enough to be released, and thus the ideas were dropped.
 +
 
 +
In July 2011, [[WormKitDS]] was released. WormKitDS is an alternative module loader which removes the need of a launcher program. WormKitDS made managing WormKit-requiring replays easier, and worked under Linux and for the Steam edition of the game, whereas the original WormKit did not.
 +
 
 +
In December 2012, W:A 3.7.0.0 was released, with the addition of an option to load WormKit modules on startup. The new option made the loaders mostly obsolete.
 +
 
 +
In February 2013, the original WormKit homepage (previously located at http://worms.thecybershadow.net/wormkit/) was shut down and turned into a redirect to this page. The default modules have been made available as separate downloads. The old (obsolete) distribution can still be downloaded [http://worms.thecybershadow.net/wormkit/wormkit.zip here].
 +
 
 +
== Notes ==
 +
 
 +
<references/>
 +
__NOTOC__

Revision as of 18:33, 30 September 2018

(Up to Software)
icon WormKit
Developer: CyberShadow
Supported games: W:A
Supported W:A version: All versions
Language: Delphi
License: Open-source[1]

WormKit was an extension framework for Worms Armageddon. The distribution contained a module loader (whose only purpose is to load WormKit modules), and a set of default modules, each providing specific functionality.

By convention, a WormKit module is a DLL file, the filename of which begins with the prefix "wk". There is no API or further integration, however some DLLs can provide common functionality for other modules to share (such as wkPackets).

Starting with W:A version 3.7.0.0, the ability to load WormKit modules is included as a game option, which makes the loader itself obsolete.

Modules

Original modules

Name Short description Compat. W:A version Developer
AntiKeyboardHook[1] Stop MS Windows (2000 - 8.1) from disabling Alt+Tab / Win+... keyboard combinations for wa.exe.[2][3] This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All CyberShadow
FileOverride[1] Override files from the CD-ROM with your versions. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All CyberShadow
SoundCardSelect[1] Choose the soundcard W:A should use for sound output. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All CyberShadow
WormNAT2 Allows hosting games even if you're behind a router or firewall. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. 3.6.28.0+ CyberShadow

Current modules by community

Name Short description Compat. W:A version Developer
AntiLag A simple module to fix screen lags in-game by increasing the WA.exe process priority. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All Kawoosh
BindKeys A key mapper which works independently of the game's code and has a toggle key option. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All drey08
D3D9Wnd A Direct3D 9-based windowed mode, which works natively and includes some cool features. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. 3.7+ Kawoosh, StepS
FkeyRearrange Allows the user to redefine the order and content of weapons for each F hotkey. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. 3.7.2.2 boobl, StepS
IndiMask It allows maps to have both destructible and indy areas by embedding data in the palette. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. 3.7.2.1 Plutonic
KawooshKick An in-game kicking module, fully compatible with v3.7.2.1, supports kicking reasons. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.7.2.1 Kawoosh
LobbyCmd Allows to change the in-game resolution from a network game lobby to any value. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.7.2.1 Kawoosh
MapGEN Allows to generate random PNG maps from the map editor. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All Plutonic
NV3Doff Prevents the NVIDIA 3DVision from becoming active when using Direct3D 9. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All Kawoosh
Rehost Allows reopening games when using a snooper to host. This item is compatible with the CD edition of W:A.  This item is not compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.7.2.1 Kawoosh
RemapKeys A W:A-specific key remapper which doesn't affect chatting and works in-game only. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. 3.7+ Kawoosh, StepS
ReplayShark Allows to build a catalog of nice moments by pressing a button when something cool happens. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. 3.7.2.1 Glide
RubberWorm Extends the W:A physics engine with new options. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.7.2.1 Pisto, Kawoosh
Snow A module to enable, customize and/or disable snow anytime, doesn't affect map generation. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.7.2.1 StepS
SuperFrontendHD Allows to run the frontend at any resolution and helps people without 640x480 support. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. 3.7+ StepS
Terrain Allows to specify custom terrains for use with the map generator. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.7.2.1 xKoweKx
TrackMeBetter Allows to tune the in-game camera tracking rectangle for object motion. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. 3.7.2.1 StepS
UseDesktopWindow A module which in future will help to run WWP and older W:A on Wine. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All Muzer
wkWMDB Allows the downloading of maps randomly from the WMDB site from within the editor, based on schemes and map size. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All Plutonic
wndmode DirectDraw windowed mode running in a wrapper. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All menopem, VEG,
Kawoosh, StepS

Developer modules, SDKs, debuggers

Name Short description Compat. W:A version Developer
DetectFocusLoss Helpful to find what process(es) steal focus from the game (causing e.g. unwanted minimizations) This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All StepS
MinidumpOnCtrlBreak Helpful to find reasons of certain freezes. Creates dump by pressing Ctrl+Break. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All CyberShadow
PointerScan A pointer scan made specifically for W:A. Helpful in the development of new WormKit modules. This item is compatible with the CD edition of W:A.  This item is not compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.6.31.0 Pisto
VersionCheck An example on C++ to verify the W:A version before hooking code. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All Kawoosh
wkSample The example open source module, which shows the development of WormKit modules. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All The SCS

Obsolete or incompatible modules

Name Short description Compat. W:A version Developer
ColorFix Fixes the color bug on Vista and Windows 7 by suspending the "explorer.exe" process. This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A. All CyberShadow
PathOverride Modifies the registry to use WormKit.exe for URLs (like "wa://") and replay files. This item is compatible with the CD edition of W:A.  This item is not compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. All Kawoosh
RandomMap Allows you to download random maps from WMDB directly from the map editor. This item is compatible with the CD edition of W:A.  This item is not compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. Undefined[4] ShadowTheAge
PrivateCfg Allows you to store all the W:A settings in an INI file instead of registry. This item is compatible with the CD edition of W:A.  This item is not compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.7.0.0 Kawoosh
Localizer Allows you to translate W:A fully (frontend, ingame, etc), goes with an editor. This item is compatible with the CD edition of W:A.  This item is not compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.6.31.0 Kawoosh
Project X Extends W:A with scripting, custom weapons and DirectX 9 rendering. This item is compatible with the CD edition of W:A.  This item is not compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.6.31.0 Entuser
PXColorPwnage Fixes the Darker team colour scheme when PX is enabled. This item is compatible with the CD edition of W:A.  This item is not compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.6.31.0 Kawoosh
CinusKick An analog to wKick module for W:A update 3.6.29.0. This item is compatible with the CD edition of W:A.  This item is not compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.6.29.0 Cinus
JetFix Provides a workaround for the jetpack bug when using BattyRope or TestStuff. This item is compatible with the CD edition of W:A.  This item is not compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.6.29.0 Pisto
LaserFix A fix for the Laser Sight desynchronization bug in v3.6.29.0, and some nice features. This item is compatible with the CD edition of W:A.  This item is not compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.6.29.0 Pisto
wKick Allows you to kick people in-game by typing a command in the chat. Works only on 3.6.28.0. This item is compatible with the CD edition of W:A.  This item is not compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.6.28.0 Pisto
wkMagic First proof-of-concept module that allowed game logic code modification in online games. This item is compatible with the CD edition of W:A.  This item is not compatible with the Steam edition of W:A.This item is not compatible with the GOG edition of W:A. 3.6.26.5 CyberShadow

Non-W:A modules

Name Short description Compat. W:A version Developer
ReSolution Allows to change the in-game resolution in Worms 2 and Worms World Party to any value, as well as zoom and resize the game environment. [W2][—][WWP] 1.05 (W2)
1.0x (WWP)
StepS
DDShot Allows to take screenshots in DirectDraw games (via the Pause key) or dump shots of all surfaces (via Alt+Pause). [W2][WA][WWP] All StepS
W2 Windowed Mode Allows to run Worms 2 in a window and fixes Windows 8+ performance issues. [W2][—][—] All See "wndmode"
WWP Windowed Mode Fixes compatibility with all modern systems and drivers and allows to use windowed mode. [—][—][WWP] All See "wndmode"

History

WormKit was first released on April 5, 2006. Since its release, no significant changes or additions were made to the framework itself. Although there was some work on additional default modules, including an anti-cheating system (wkWormisign) and a Fiddler-like scripted game engine add-on (wkMagic), none reached a development phase mature enough to be released, and thus the ideas were dropped.

In July 2011, WormKitDS was released. WormKitDS is an alternative module loader which removes the need of a launcher program. WormKitDS made managing WormKit-requiring replays easier, and worked under Linux and for the Steam edition of the game, whereas the original WormKit did not.

In December 2012, W:A 3.7.0.0 was released, with the addition of an option to load WormKit modules on startup. The new option made the loaders mostly obsolete.

In February 2013, the original WormKit homepage (previously located at http://worms.thecybershadow.net/wormkit/) was shut down and turned into a redirect to this page. The default modules have been made available as separate downloads. The old (obsolete) distribution can still be downloaded here.

Notes

  1. 1.0 1.1 1.2 1.3 Source code for WormKit and default modules can be found on GitHub.
  2. This module will not work with the game's "Load WormKit modules" option. A loader (WormKit.exe or WormKitDS) must be used instead.
  3. This module is now obsolete on Windows 10 (because the root cause has been fixed by Microsoft), as well as Steam and GOG editions of the game.
  4. After the 3.7.0.0 update, wkRandomMap has stopped working on some systems, but it is unknown what makes it malfunction on any particular system. This module is now deprecated; wkWMDB is preferable.
Personal tools