Help understanding parameters upon restart

This page summarizes the projects mentioned and recommended in the original post on /r/A3AntistasiOfficial

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • A3-Antistasi

    Antistasi Community Version - work in progress - Discord https://discord.com/invite/TYDwCRKnKX

  • **FAQ No 4** :regional_indicator_q: **How do I save parameters?** **THIS INFORMATION IS OUTDATED AND WILL BE OVERHAULED** **Parameters are being saved within the mission based on what you had set when you first started the mission** :regional_indicator_a: HOW TO SAVE PARAMETERS: To have the same parameters all the time you start the mission you need to do following things: **for locally hosted MP game** --> Either take the PBO from the download folder or from the release page on GitHub. --> Save the PBO in your C:\Users\USERNAME\Documents\Arma 3 - Other Profiles\USERNAME\mpmissions folder. --> Use the PBO manager to unpack it. --> Go to params.hpp and change the values you want to change. --> DO NOT pack it back into a PBO but leave it as a folder - Arma only reads out other folders in there, not PBOs. --> Start the game, launch the mission. **for hosted MP on a dedicated server** -->go to your server.cfg and set up your mission cycle as shown in the example above. -->The class names as well as the values which can be set can be found in the missionDescription/params.hpp file https://github.com/official-antistasi-community/A3-Antistasi/blob/master/A3-Antistasi/MissionDescription/params.hpp **PLEASE NOTE THAT THE SHOWN CODE IS AN EXAMPLE AND YOU AT LEAST NEED TO ADAPT THE NAME OF THE MISSION** ```cpp // MISSIONS CYCLE (see below) class Missions { class Mission1 { template ="Antistasi-Malden-2-2-1.Malden"; difficulty = "Custom"; class Params { switchComm = 0; pMarkers = 0; AISkill = 2; unlockItem = 40; memberOnlyMagLimit = 60; teamSwitchDelay = 1800; }; }; }; // An empty Missions class means there will be no mission rotation missionWhitelist[] = { }; //an empty whitelist means there is no restriction on what missions' available``` If you have never setup a server, please use Google to get at least a basic knowledge before you attempt setting one up.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts