Hi,

I'm trying to implement Worms PowerServer Mod Beta 0.98b (downloaded from here: http://modsonline.com/Downloads-full-5479.html) on our server.
The readme says the following:

Code:
// Basic Instructions:
// 1) Add the .iwd file to your server's MAIN directory
// 2) Modify this config to your liking.
// 3) Save and upload this config file to your server's MAIN directory
// 4) In your server's start-up config file, add:
// exec powerserver.cfg
// Note: This 'exec' command must be done BEFORE the first map is called
//
// IMPORTANT NOTE!!!
// Anything below that says "**CLIENT-SIDE**" requires the mod to be 
// downloadable by the client.
//
// If you are using NOTHING below that requires the mod to be
// clientside, then you can rename the mod's IWD file to:
// ps_svr_098.iwd
// to make the mod server-side only.
Per instructions, I've edited the .cfg file to my liking. I made sure not to enable any CLIENT Side settings which would require the mod to be downloaded by clients and changed the filename to ps_svr_098.iwd
I copied both the .cfg and ps_svr_098.iwd into my main folder.

Now when I try to start our server, I get the following error:
Click image for larger version. 

Name:	script_compile_error.PNG 
Views:	59 
Size:	97.8 KB 
ID:	934

I tried starting the server locally with the /developer 1 switch turned on, which yields me this error:
Click image for larger version. 

Name:	runtime_error.PNG 
Views:	59 
Size:	63.6 KB 
ID:	935
After some Googling, I tried what is explained in this topic: http://www.codutility.com/showthread.php?t=68 but if I do so, the mod does not work anymore (i.e. unzip, add the files, rezip, change extension); The server starts, but the mod is ignored.

Could it be that this mod is not supported on COD2 1.0 (due to the 'Unknown function)?

I'm totally new to modding so sorry for any noobisch questions, I try my best.