Features
This mod allows you to store your primary rifle in an unlimited amount of items including vehicles and static props! This mod enhances not only police scenarios but all types of scenarios within Arma 3 and adds the ability to quickly retrieve and store your primary rifle without using the default Arma 3 inventory system.
- Modular Storage – You can add the script snippet to any item you want to allow for storage such as lockers, vehicles and more!
- Custom Weapon Support – MRS supports all custom rifles and attachments.
- Virtual Storage – Rifles are stored virtually and can only be retrieved from the item that it was stored in.
Installation Guide
Simply follow the steps below to install the mod. You can download the mod by clicking the button at the bottom of this page to be directed to the Arma 3 Workshop.
- Subscribe to the mod on the Steam Workshop.
- Subscribe to CBA_A3 on the Steam Workshop.
- Load both this mod and CBA_A3 in your Arma 3 Launcher.
- Start your mission or scenario. For the storage to be accessible, you must place the snippet of code below in the items Init field . (Please watch the YouTube video above for a brief tutorial on how to do this).
this addAction [
"Store Rifle",
{
params ["_target", "_caller"];
[_target, _caller] call MRS_fnc_storeRifle;
}
];
this addAction [
"Retrieve Rifle",
{
params ["_target", "_caller"];
[_target, _caller] call MRS_fnc_takeRifle;
}
];
Future Updates
These are some of the future updates that are currently in development for this mod!
- Create the ability to store and retrieve multiple primary weapons from different storage options saving virtually.
Support & Updates
Joining our Discord server is the best way to obtain support and view upcoming changes to all of our modifications. Join our Discord for more information!
