Difference between revisions of "Project X"

From Worms Knowledge Base

Jump to: navigation, search
(deleted the "\y" attribute, it cause some troubleshooting if you already have the dll installed.)
m (deleted the "\y" attribute, it cause some troubleshooting if you already have the dll installed. And deleted the useless "C:")
Line 34: Line 34:
 
You can modify this to fit with your directories.
 
You can modify this to fit with your directories.
  
<pre>C:
+
<pre>cd C:\team17\Worms Armageddon
cd C:\team17\Worms Armageddon
+
 
del wkRubberWorm.dll
 
del wkRubberWorm.dll
 
copy "PX Full Eng Pre-Release\wkPX.dll"
 
copy "PX Full Eng Pre-Release\wkPX.dll"

Revision as of 12:30, 6 August 2009

(Up to Software)
icon Project X
Project X screenshot
Developer: Entuser
Latest version: v0.6.5 / 31 October, 2008
Supported games: W:A
Language: Pascal
License: Freeware
Website: http://worms-px.ru/

Project X is a game editor for Worms Armageddon. The program includes features from The Fiddler, and the ability to create custom scripts, which allow you to control objects and events in the game. The program can also be used online, when all players are using the program at the same time.

Features

There project includes a game and script editor, and a map editor for making map-specific events. The game and script editor can edit existing weapons in the game, and add additional weapons with weapon 'tables'. The program also has partial support for adding new sprites to the game.

How to run

You will need either W:A 3.6.28.0 or 3.6.29.0 and WormKit installed. Download and extract the files in the rar file (can be opened with 7-Zip) into your Worms Armageddon directory.

To create your own schemes, go into the PX Scheme Editor directory, and run PXSchemeEd.exe. Save the scheme files in your Worms Armageddon\PXSchemes directory.

To run Project X, open WormKit.exe, then minimise W:A, select the PX scheme from the drop-down list, and maximise W:A. You will then be playing with the scheme file loaded.


Project X & RubberWorm

WormsKit allows only 1 .dll lauching for now. Further version may include choosing of which dll you want to use. For now, here is a workaround, asuming that you have your worms armageddon directory in C:\team17\Worms Armageddon, and the "PX Full Eng Pre-Release" directory inside the Worms Armageddon folder.

You must open a notepad, than paste it into, than save it as a batch file, the .BAT extension is important, this way windows can use the file as a command prompt instruction file; than you can use it as a shorcut to launch WormsKit - Project X. You can modify this to fit with your directories.

cd C:\team17\Worms Armageddon
del wkRubberWorm.dll
copy "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, than it will launch WormsKit. The same instructions can be found on the RubberWorm page.


Personal tools