Skip to content

Instantly share code, notes, and snippets.

@bramjam
Last active May 24, 2016 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bramjam/f21c9267f37296b49be9 to your computer and use it in GitHub Desktop.
Save bramjam/f21c9267f37296b49be9 to your computer and use it in GitHub Desktop.
//....
// MISSIONS CYCLE (see below)
class Missions
{
class Liberation
{
template="greuh_liberation.Altis"; //Make sure the mission is located in the server's MPmissions folder! (this is the same as the mission filename without .pbo)
difficulty="regular"; // difficulty: recruit, regular, veteran & mercenary
class Params
{
// a couple of example Liberation mission settings:
PassiveIncome=1;
Fatigue=0;
ResourcesMultiplier=50; //this much resources it feels like cheating?
// but there are more possible settings!
// for all the difference keys check (see key inside double quotes): https://github.com/GreuhZbug/greuh_liberation.Altis/blob/master/scripts/shared/fetch_params.sqf
// for possible values check https://github.com/GreuhZbug/greuh_liberation.Altis/blob/master/ui/mission_params.hpp
};
};
};
@igeighty
Copy link

igeighty commented May 24, 2016

Hello,
I have created a complete listing of all the variables in a server.cfg_snipped file. it may help others who are hosting a Liberation mission
https://gist.github.com/igeighty/32275664a4c10075d4ba150b5285bfe1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment