micovery / ArmA3_Wasteland.Altis

A3Wasteland is a harsh survival sandbox mission for Arma 3 where two teams and independent players fight for survival. This is a collaboration between GoT, TPG, KoS, 404Games, and others.
GNU Affero General Public License v3.0
4 stars 14 forks source link

Wasteland.Altis (Sock-RPC-Stats fork)

This is a fork of the Wasteland mission with persistence support using the sock-rpc-stats Node.js module, and the sock.dll / sock.so Arma 3 extension.

The main mission itself is maintained by "Team Wasteland".

PBOs

If you are looking for the prebuilt PBO files head over to the Release Files.

Demo video tutorial (dedicated server)

Demo Video

Prerequisites

Linux Setup Instructions (dedicated server)

  1. Install the stats server packages using npm
    npm install -g sock-rpc-stats
  2. Start the Stats server (example below using file system storage)
    sock-rpc-stats --url=file://./stats --repl
  3. Open a new terminal, and switch to the Arma 3 server directory
    cd ~/steamcmd/arma3
  4. Download and unzip the Wasteland saving pack
    wget https://github.com/micovery/ArmA3_Wasteland.Altis/releases/download/v0.0.1/A3W_Saving_Pack-sock_v0.0.1.zip
    unzip A3W_Saving_Pack-sock_v0.0.1.zip
  5. Download misison file, and put it in the mpmissions directory
    wget https://github.com/micovery/ArmA3_Wasteland.Altis/releases/download/v0.0.1/ArmA3_Wasteland_v0.9h-sock_v0.0.1.Altis.pbo
    mv ArmA3_Wasteland_v0.9h-sock_v0.0.1.Altis.pbo mpmissions/
  6. Modify your server config file to reference the Wasteland mission
    //excerpt from server.cfg
    class Missions {
    class Test {
      template="ArmA3_Wasteland_v0.9h-sock_v0.0.1.Altis";
      difficulty="regular";
    };
    };
    
  7. Start the Arma 3 server
    ./arma3server -sock_host=127.0.0.1 -sock_port=1337 -profiles=server -config=server/server.cfg -cfg=server/arma3.cfg -port=2302 -filePatching

Help

For defects related to the mission please visit their forums, or submit issues directly to their github repository

For defects related to persistence, use the issue tracker in this repository.

Team Wasteland

A list of other contributors can be found in the "Credits" section from the in-game map menu, or near the bottom of briefing.sqf


This project is licensed under the GNU Affero GPL v3. Copyright © 2013 - 2015 A3Wasteland.com