shark-attack 2 Posted November 4, 2007 recently i tried tweaking some old co ops for use with queens gambit expansion  (replacing units and adding new vehicles ). however when i try to play them online i get the following error message Quote[/b] ]you can not play /edit this mission it is dependable on downloadable content that has been deleted. dbe1 this has me beaten can anyone help me fix this Share this post Link to post Share on other sites
the unknown 0 Posted November 4, 2007 First make sure your running the queensgambit mod folder. If you could post the part of the mission.sqm (open it up with notepad) about the addons it could help finding the error. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> addOns[]= { "cacharacters", "sara", "camisc", "CATracked", "CAA10", "CAAir", "CAWheeled" }; addOnsAuto[]= { "cacharacters", "CATracked", "camisc", "CAAir", "CAA10", "CAWheeled", "sara" }; Sould look someting like that but it depents on each mission. Share this post Link to post Share on other sites
shark-attack 2 Posted November 4, 2007 Quote[/b] ]class Mission{ addOns[]= { "cacharacters", "sara", "caweapons", "cawheeled", "cabuildings", "CAMisc", "cawater", "mercenary_dbe1", "hilux_armed_dbe1", "hmmwv_dbe1", "datsun_armed_dbe1" }; addOnsAuto[]= { "cacharacters", "mercenary_dbe1", "CAWater", "CAWheeled", "hilux_armed_dbe1", "cabuildings", "caweapons", "hmmwv_dbe1", "CAMisc", "datsun_armed_dbe1", "sara" ps i used sickboys editor upgrade when construting mission  maybe a conflict ? Share this post Link to post Share on other sites
the unknown 0 Posted November 5, 2007 It looks ok, as far as i know that message you get is about you haveing a wrong version of the addons. If you didnt forget to run the queensgambit mod folder then i dont know what it is. Share this post Link to post Share on other sites
zonekiller 175 Posted November 6, 2007 you must add a empty vehicle for some types ie a10 if you try and creat one in the mission without one being in the mission you will get that error so i just add a empty a10 somewhere on the map Share this post Link to post Share on other sites