Skip to content

clustermod/HCMF3-Loadouts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Releases repo Size License Cluster Discord

Click to see list of loadouts or to request a loadout
Cluster DiscordCluster Discord

Hark's Cluster Mission Framework Loadouts (HCMF3-Loadouts) is a collection of loadouts made for Cluster Community using the mission framework CMF3.

The compatibility with the current Cluster Community Modset is written inside each file in the information header.

/*
 * Made for Arma 3 Virtual MILSIM
 *
 * Author: [author]
 * CC Modpack Version: [version]
 * [Description]
 *
 * https://github.com/clustermod/CMF3/blob/dev/framework/rsc/loadouts/!arsenal_template.sqf
 */

Though I tried to not miss any important items in any loadout it is recommended that you check it before using it in a mission. Or at least go through each slot you have and check if everyone gets a primary weapon so that they won't get soft-locked in the arsenal. (The last issue has been resolved with newer versions of CMF. It is still advised to do so anyway.)

How to install

You will need CMF3 for this to work.
Git clone the repository or download the zip (extract) to any folder.
Move the loadout you want into yourmissionfolder\rsc\loadouts.
Then go into initPlayerLocal.sqf and change the filename LOADOUTNAME HERE inside

[["LOADOUTNAME_HERE"], true, true] call cmf_kosherArsenal_fnc_init;

to whatever the name is of the loadout you want.

Example:

[["GER_2015__PSA_BPO__SOLIDURBAN"]] call cmf_kosherArsenal_fnc_init;

You do not need to add the file extension (.sqf).

FULL MISSION SETS

"Mission Ready Sets" are complete CMF usable presets for the logistics system, Kosher Garage and Kosher Arsenal. These files have increased priority for Cluster Community mod list updates and are checked to work correctly after each update. The goal of these presets is to make implementing certain units into missions as easy as possible. They can be found in the FULL MISSION SETS folder.

AI Presets

"AI Presets" are loadouts made for the CMF function Kosher AI.

Contributing

You can help out with the ongoing development by looking for potential bugs in the framework, or by contributing new features. We are always welcoming new pull requests containing bug fixes, refactors and new features.

Contribution guidelines

To contribute something to HCMF3 Loadouts, simply fork this repository and submit your pull requests for review by other collaborators.

Submitting issues and requesting features

Please use our Issue Tracker to report a bug, propose a feature, or suggest changes to the existing ones.

Get in touch

Discord We have a public Discord server that anyone can join. This is where all of Cluster Community resides aswell as our developers

License

HCMF3 Loadouts is licensed under the GNU General Public License (GPLv3).