Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 2.9 KB

README.md

File metadata and controls

71 lines (49 loc) · 2.9 KB

###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
  1. Start the Stats server (example below using file system storage)
sock-rpc-stats --url=file://./stats --repl
  1. Open a new terminal, and switch to the Arma 3 server directory
cd ~/steamcmd/arma3
  1. 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
  1. 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/
  1. 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";
    };
  };
  1. 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

  • AgentRev
  • [GoT] JoSchaap
  • MercyfulFate
  • [KoS] His_Shadow
  • [KoS] Bewilderbeest
  • Torndeco
  • [404] Del1te

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