mywormnet2 1.0.0

A Worms Armageddon WormNET server


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

This is MyWormNET2, a WormNET server written in the D Programming Language.

Setup instructions

Download the source code

You can either:

a) clone the git repository (recommended, if you have or can install git):

git clone --recursive https://github.com/CyberShadow/MyWormNET2
cd MyWormNET2

b) or, you could download and unpack the source code using zip files:

  1. Download MyWormNET2 and the ae library.
  2. Unpack MyWormNET2-b26ee1eef06722c84b562da943b25f55d17c1247.zip and rename the MyWormNET2-9a790b1081b30c765eccc5d83acf1af5b6fc51d4 directory to MyWormNET2.
  3. Unpack ae-9a790b1081b30c765eccc5d83acf1af5b6fc51d4.zip and move the contents of the ae-9a790b1081b30c765eccc5d83acf1af5b6fc51d4 directory to the empty MyWormNET2\ae directory.

Command-line instructions:

wget https://github.com/CyberShadow/MyWormNET2/archive/b26ee1eef06722c84b562da943b25f55d17c1247.zip
unzip b26ee1eef06722c84b562da943b25f55d17c1247.zip
rm b26ee1eef06722c84b562da943b25f55d17c1247.zip
mv MyWormNET2-b26ee1eef06722c84b562da943b25f55d17c1247 MyWormNET2
cd MyWormNET2
rmdir ae
wget https://github.com/CyberShadow/ae/archive/9a790b1081b30c765eccc5d83acf1af5b6fc51d4.zip
unzip 9a790b1081b30c765eccc5d83acf1af5b6fc51d4.zip
rm 9a790b1081b30c765eccc5d83acf1af5b6fc51d4.zip
mv ae-9a790b1081b30c765eccc5d83acf1af5b6fc51d4 ae

Install D

You'll need a D compiler to compile MyWormNET2.

For Windows, OS X, and Debian/RPM-based Linux distributions, you can use one of the installers/packages from the D website.

If you need to run MyWormNET2 on a Linux system and don't have root access, you can use DVM to install DMD to your home directory. After installing DVM (see instructions on DVM's project page), use the dvm install 2.068.2 command to install a D compiler, then dvm use 2.068.2 -d to activate it. See the D website to get the version number for the latest D compiler.

Configure MyWormNET2

Copy the file mywormnet2-sample.ini to mywormnet2.ini, and edit it accordingly. See the comments for explanations of what the various options do.

Compile and run MyWormNET2

To build and run MyWormNET2, use rdmd:

rdmd mywormnet2

If you'd like to just build an executable, use --build-only:

rdmd --build-only mywormnet2
Authors:
Dependencies:
ae
Versions:
1.0.1 2020-Mar-31
1.0.0 2018-Jan-24
~master 2020-Mar-31
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 77 downloads total

Score:
1.7
Short URL:
mywormnet2.dub.pm