Jump to content
Sign in to follow this  
Pl4t0

Changing the Units in Wizard-made missions

Recommended Posts

Or, rather, the "Combat" archetype of Wizard-produced missions.

While I'm perfectly able to create a fairly complex mission on my own, the game's mission creation Wizard (under Scenarios/"My Missions" in the game's menu) is a ridiculously easy way to create some very basic scenarios in minimal time - the Combat mission, in particular, has grabbed my interest.

However, you're unable to change the units in the player's squad, like you are in the other missions types. Is there any way to do so?

Share this post


Link to post
Share on other sites

Hello,

edit your xxx.ArmA2OAWizardMission and paste:

class PlayerUnits

{

group=0;

type="Group.West.BIS_US.Infantry.US_DeltaForceTeam";

count=1;

};

under class units

Example:

class Units

{

class PlayerUnits

{

group=0;

type="Group.West.BIS_US.Infantry.US_DeltaForceTeam";

count=1;

};

};

Now you play with delta instead of KSK

Question: is it possible to place a vehicles ???

Share this post


Link to post
Share on other sites
Question: is it possible to place a vehicles ???

In "Edit mission Settings" where you choose weather, map, etc, in the "Edit" where you choose where to start, you can double click on the map and there should come up a menu to place infantry/vehicles/ammo etc.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×