Raspu86 / AGM

Authentic Gameplay Mod for Arma 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentic Gameplay Mod

A modular authenticism/realism mod for Arma 3, partly based on Taosenai's work with TMR.

BIF Thread: http://forums.bistudio.com/showthread.php?178253-Authentic-Gameplay-Modification

This mod is entirely open-source, and everyone is free to propose changes or maintain their own, customized version as long as they make their changes open to the public in accordance with the GNU General Public License (for more information check the license file attached to this project).

It is built modularly; Every PBO (with some exceptions) can be removed, so that groups can maintain their own configurations of AGM, excluding components that they don't like, or that might clash with other addons. The components themselves, like the medical system, also include various customization options, allowing mission designers to tweak the experience.

More information on the purpose of the different components of AGM and which ones they rely on can be found here.

Features

  • Improved medical system
  • Logistics system including cargo transport and vehicle maintenance
  • Explosives system including different trigger types
  • Captivity system
  • Realistic names for vehicles and weapons
  • Realistic ballistics including wind and humidity
  • Backblast simulation
  • Weapon resting
  • A fire control system for armored vehicles and helicopters
    and more...

For a full list, look at the wiki.

Guides & How-Tos

You installed AGM, but you have no idea how it works, or where to start?

Get started here.

Contributing

If you want to help out by fixing a bug or adding a feature, fork this repo and create a pull request. Also feel free to add yourself to the author array of any .pbo you might be editing.

If you find a bug or want to request a feature, please use the Issue Tracker.

You are a content creator and want to know how to make your weapons or vehicles compatible with AGM? Check out this page.

Testing & Building

If you want to help development by testing and reporting bugs, feel free to download the current version of this repository either using git (if you know what you're doing) or using the download button on the right.

To binarize the addon for testing you can use the binarizer.exe in the main folder or, if you have Python 3 installed, use the python script for some more options. Alternatively you can manually binarize every PBO using Addon Builder or any other binarizer. All of those methods require the Arma 3 Tools to be installed, which can be found on Steam.

In order for the addons to be correctly binarized, you need to exclude the following filytypes from binarization (the binarizer script does this for you):

*.pac;*.paa;*.sqf;*.sqs;*.bikb;*.fsm;*.wss;*.ogg;*.wav;*.fxy;*.csv;*.html;*.lip;*.txt;*.wrp;*.bisurf;*.xml;*.hqf

"THE NEW HOTNESS FOR ARMA3" ~ An0n3

About

Authentic Gameplay Mod for Arma 3

License:Other


Languages

Language:C++ 97.2%Language:Python 2.8%