Difference between revisions of "RubberWorm and Project X"

From Worms Knowledge Base

Jump to: navigation, search
(signed my "work"....)
(fix a part of the code)
Line 5: Line 5:
  
 
=== RubberWorm.bat ===
 
=== RubberWorm.bat ===
C:
+
<pre>C:
cd C:\Team17\Worms Armageddon
+
cd C:\Team17\Worms Armageddon
if exists wkPX.dll del wkPX.dll
+
if exist wkPX.dll del wkPX.dll
copy /-y "RubberWorm\wkRubberWorm.dll"
+
copy /-y "RubberWorm\wkRubberWorm.dll"
WormKit.exe
+
WormKit.exe</pre>
  
 
It will delete the "wkPX.dll" of Project X, and switch it for the "wkRubberWorm.dll" of RubberWorm; then it will launch WormKit.
 
It will delete the "wkPX.dll" of Project X, and switch it for the "wkRubberWorm.dll" of RubberWorm; then it will launch WormKit.
  
 
=== ProjectX.bat ===
 
=== ProjectX.bat ===
C:
+
<pre>C:
cd C:\Team17\Worms Armageddon
+
cd C:\Team17\Worms Armageddon
if exists wkRubberWorm.dll del wkRubberWorm.dll
+
if exist wkRubberWorm.dll del wkRubberWorm.dll
copy /-y "PX Full Eng Pre-Release\wkPX.dll"
+
copy /-y "PX Full Eng Pre-Release\wkPX.dll"
WormKit.exe
+
WormKit.exe</pre>
  
 
It will delete the "wkRubberWorm.dll" of RubberWorm, and will switch it for the "wkPX.dll" of Project X; then it will launch WormKit.
 
It will delete the "wkRubberWorm.dll" of RubberWorm, and will switch it for the "wkPX.dll" of Project X; then it will launch WormKit.
  
 
This was based on ArmageddonSnipe's orginal idea, and was greatly improved by CyberShadow.
 
This was based on ArmageddonSnipe's orginal idea, and was greatly improved by CyberShadow.

Revision as of 14:12, 25 September 2009

RubberWorm is currently incompatible with Project X. You can use the batch files below to activate one of the DLLs at a time. Note that you may need to adjust the drive and path to where W:A is installed; the examples assume that it is installed in "C:\Team17\Worms Armageddon", and RubberWorm and Project X are in the subdirectories "RubberWorm" and "PX Full Eng Pre-Release" respectively.

You must open Notepad, paste it into, and save it as a batch file. The .BAT extension is important, this way Windows can use the file as a command prompt instruction file. Then you can use it as a shortcut to launch WormKit with RubberWorm or Project X.

RubberWorm.bat

C:
cd C:\Team17\Worms Armageddon
if exist wkPX.dll del wkPX.dll
copy /-y "RubberWorm\wkRubberWorm.dll"
WormKit.exe

It will delete the "wkPX.dll" of Project X, and switch it for the "wkRubberWorm.dll" of RubberWorm; then it will launch WormKit.

ProjectX.bat

C:
cd C:\Team17\Worms Armageddon
if exist wkRubberWorm.dll del wkRubberWorm.dll
copy /-y "PX Full Eng Pre-Release\wkPX.dll"
WormKit.exe

It will delete the "wkRubberWorm.dll" of RubberWorm, and will switch it for the "wkPX.dll" of Project X; then it will launch WormKit.

This was based on ArmageddonSnipe's orginal idea, and was greatly improved by CyberShadow.

Personal tools