LICENSE | ||
README.md | ||
Sector_Control_Russ_Fed_Ukraine_Spec_Forces.Malden.pbo |
Sector Control
Sector control missions for Arma III. Mod Lists are included inside the packed .pbo file.
-
Sector_Control_Russ_Fed_Ukraine_Spec_Forces.Malden.pbo Uploaded w/ mod list packed inside the .pbo file.
-
Mod list included with the .pbo Mission file.
- If you wish to allow players to respawn with the same loadout you will need to uncomment the lines of code listed below in their respective .sqf files that are packed into the .pbo mission file (PBO Manager is required to unpack .pbo files):
onPlayerKilled.sqf
//player setVariable["Saved_Loadout",getUnitLoadout player];
Make sure to uncomment the line of code for it to work properly. Can be seen above.
remove the // at the start of the line of the code base.
onPlayerRespawn.sqf
//removeAllWeapons player;
//removeGoggles player;
//removeHeadgear player;
//removeVest player;
//removeUniform player;
//removeAllAssignedItems player;
//clearAllItemsFromBackpack player;
//removeBackpack player;
//player setUnitLoadout(player getVariable["Saved_Loadout",[]]);
Make sure to uncomment the line of code for it to work properly. Can be seen above.
desciption.ext
(DO NOT CHANGE OR EDIT THE SETTINGS IN THE description.ext FILE !.)
//////////////////////
// Respawn Settings //
////////////////////
respawn=5; //
respawnDelay=3; //
respawnOnStart=2; //
/////////////////////
Please open a new issue if there is any bugs, errors or problems you find in my missions. Please include screenshots of the error message(s) & as much detail as possible to help me find and fix the issue.
Mike - @OfficialMikeJ.