Skip to content

Instantly share code, notes, and snippets.

@jmlane
Last active December 27, 2015 03:05
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 jmlane/d078a4b0e4d3a9abe61c to your computer and use it in GitHub Desktop.
Save jmlane/d078a4b0e4d3a9abe61c to your computer and use it in GitHub Desktop.
Attempting to override a limited subset of Arma 3 difficulty settings
class Difficulties
{
class Veteran
{
class Flags
{
extendetInfoType = 0;
hudWp = 0;
hudWpPerm = 0;
weaponCursor = 1;
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment