Difference between revisions of "WormKit"

From Worms Knowledge Base

Jump to: navigation, search
(Third-party modules)
(Third-party modules)
Line 30: Line 30:
 
* '''[[wkMapGEN]]''' - Component of [[MapGEN]], allows the generation of random large PNG maps of a variety of schemes from the game lobby. Written by [[People/Plutonic|Plutonic]].
 
* '''[[wkMapGEN]]''' - Component of [[MapGEN]], allows the generation of random large PNG maps of a variety of schemes from the game lobby. Written by [[People/Plutonic|Plutonic]].
 
* '''[[JetFix]]''' - Provides a workaround for the jetpack bug when using [[BattyRope]] or [[TestStuff]]. Written by [[People/Pisto|Pisto]].
 
* '''[[JetFix]]''' - Provides a workaround for the jetpack bug when using [[BattyRope]] or [[TestStuff]]. Written by [[People/Pisto|Pisto]].
* '''[[FkeyRearrange]]''' - allowes user to redefine weapons order and content for each F hotkey. Written by [[People/boobl|boobl]].
+
* '''[[FkeyRearrange]]''' - allows user to redefine weapons order and content for each F hotkey. Written by [[People/boobl|boobl]].
 
* '''[[wkRandomMap]]''' - Allowes you to download random map from WMDB from the map selecting screen (just before playing)
 
* '''[[wkRandomMap]]''' - Allowes you to download random map from WMDB from the map selecting screen (just before playing)
 
* '''[[wkPointerScan]]''' - A pointer scan written specifically for Worms Armageddon. Helpful in the development of new Wormkit modules. Written by [[People/Pisto|Pisto]].
 
* '''[[wkPointerScan]]''' - A pointer scan written specifically for Worms Armageddon. Helpful in the development of new Wormkit modules. Written by [[People/Pisto|Pisto]].
 +
* '''[[wKick]]''' - allows to kick people in-game by typing a command in the chat. Works only with W:A update 3.6.28.0. Written by [[People/Pisto|Pisto]].
 +
* '''[[wkCinusKick]]''' - an analog to wKick module, which is fully compatible with W:A update 3.6.29.0. Written by [[People/Cinus|Cinus]].
 +
* '''[[wkColorFix]]''' - fixes the color bug on Vista and Windows 7 by stopping an "explorer.exe" process. Written by [[People/CyberShadow|CyberShadow]].

Revision as of 21:59, 15 November 2009

(Up to Software)
icon WormKit
Developer: CyberShadow
Supported games: W:A
Language: Delphi
License: Open-source
Website: 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.

There are currently several publicly released WormKit modules, out of which 4 come with the default WormKit distribution. They are:

  • WormNAT2 - allows hosting games even if you're behind a router or firewall;
  • 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.

Third-party modules

  • RubberWorm - extends the W:A physics engine with new options. Written by Pisto.
  • Project X - extends W:A with scripting, custom weapons and real-time gameplay options. Written by Entuser.
  • ReplayShark - allows users to build a directory of classic worms moments simply by pressing a button every time something cool happens. Written by Glide.
  • wkMapGEN - Component of MapGEN, allows the generation of random large PNG maps of a variety of schemes from the game lobby. Written by Plutonic.
  • JetFix - Provides a workaround for the jetpack bug when using BattyRope or TestStuff. Written by Pisto.
  • FkeyRearrange - allows user to redefine weapons order and content for each F hotkey. Written by boobl.
  • wkRandomMap - Allowes you to download random map from WMDB from the map selecting screen (just before playing)
  • wkPointerScan - A pointer scan written specifically for Worms Armageddon. Helpful in the development of new Wormkit modules. Written by Pisto.
  • wKick - allows to kick people in-game by typing a command in the chat. Works only with W:A update 3.6.28.0. Written by Pisto.
  • wkCinusKick - an analog to wKick module, which is fully compatible with W:A update 3.6.29.0. Written by Cinus.
  • wkColorFix - fixes the color bug on Vista and Windows 7 by stopping an "explorer.exe" process. Written by CyberShadow.
Personal tools