User Tools

Site Tools


arma3:missions:campaign-weaponpool

ArmA 3 Campaign weaponPool

ArmA 3 Forum, ArmA 3, ArmA 3 Config, ArmA 3 Missions, ArmA 3 3D Modeling, ArmA 3 Scripting, ArmA 3 Terrain, ArmA 3 Texturing, ArmA 3 Tools

Weaponpool means the weapons and gear you have will be saved for next mission.

Note the difference between weaponPool and saveStatus where weaponpool is for the “virtual” (not virtual arsenal) weapons & gear saving and saveStatus is saving your character status including health, uniform and other gear including weapons.

Weaponpool is simple to activate, just include weaponpool = 1; in your campaign description.ext outside class campaign:

weaponPool = 1;
 
class Campaign
{
	briefingName = "PMC Guerrilla Bastard v0.1.10";
	author = "Snake Man";
	overviewText = "Defend your homeland against capitalist amerikan pigs and russian commie scum!";
	firstBattle = Beginning;
// etc ...

You need to use addWeaponPool and addMagazinePool commands to add stuff to the pool.

For collecting the load from ammo box or truck etc, do it like this:

_content = getWeaponCargo MyAmmoBox;

Fill ammo box / create with weaponPool stuff:

putWeaponPool MyAmmoBox;
arma3/missions/campaign-weaponpool.txt · Last modified: 2024/08/02 15:26 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.