###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".
If you are looking for the prebuilt PBO files head over to the Release Files.
###Demo video tutorial (dedicated server)###
- Download and install Node.js
- Install Arma 3 dedicated server by following these instructions from the BIS Wiki
###Linux Setup Instructions (dedicated server)###
- Install the stats server packages using npm
npm install -g sock-rpc-stats
- Start the Stats server (example below using file system storage)
sock-rpc-stats --url=file://./stats --repl
- Open a new terminal, and switch to the Arma 3 server directory
cd ~/steamcmd/arma3
- 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
- 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/
- 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"; }; };
- 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
###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.
GoT - JoSchaap
TPG - AgentRev
- MercyfulFate
KoS - His_Shadow
KoS - Bewilderbeest
404 - Del1te