JoshuaC 0 Posted January 3, 2008 I know you can do this to some lesser extent in some missions but is there a mod or cheat that will let me fully customize my teams and my own load out before each mission campaign and single? Share this post Link to post Share on other sites
mrj-fin 0 Posted January 3, 2008 You need change each missions description.ext class Weapons list. Share this post Link to post Share on other sites
JoshuaC 0 Posted January 4, 2008 Mind telling me where I'd add that in this missions script? <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">minScore=0; avgScore=1000; maxScore=6000; onLoadMission=$STR_M05_OnLoad; keys[]={"M01", "M02", "M03", "M04", "M05", "M06", "M07", "M08", "M09", "M10"}; keysLimit = 0; doneKeys[]={"M02"}; statsColumn=2; coefLoser=0; coefEnd1=3; coefEnd2=2; coefEnd3=0; coefEnd4=0; coefEnd5=0; coefEnd6=0; class CfgRadio { sounds[] = {}; }; class CfgSFX { sounds[] = {}; }; class CfgEnvSounds { sounds[] = {}; }; I'd like to make it so every weapon is selectable in the Clean Sweep mission. Share this post Link to post Share on other sites