Page 2 of 2

Re: Red ARC Trooper file help

Posted: Mon Jul 21, 2014 12:36 am
by k0rrUpTion
Ok ill try it. If it does work is there a way to turn it off so i can play online? Or do i have to uninstall it?


Ok i tried it and i still got a mission.lvl file missing. am i supposed to be able to play the stock geonosis with the updated character or should i be able to click on the abc option that shows up at the top of the instant action playlist. Btw i always try playing both and the stock geonosis doesnt have the character and the abc level in the playlist always shows the mission.lvl file is missing.

Re: Red ARC Trooper file help

Posted: Mon Jul 21, 2014 12:59 pm
by commanderawesome
Rename your mission script to geo1c_con and change your addme.lua from this:
AddDownloadableContent("ABC","ABCg_con",4)
AddDownloadableContent("ABC","ABCc_con",4)
To this:
AddDownloadableContent("geo1","geo1c_con",4)
Then add geo1c_con to Mission.req.

Hope this helps.

Re: Red ARC Trooper file help

Posted: Tue Jul 22, 2014 10:39 pm
by k0rrUpTion
ok i tried combining the last two suggestions of commander and indy and i get the missing mission.lvl when i try to play regular geonosis and a message saying could not load MISSION/ABEc_con.lua when i try to load the ABC file at the top of the instant action playlist

Re: Red ARC Trooper file help

Posted: Wed Jul 23, 2014 1:02 pm
by commanderawesome
Have you made sure your mission is named correctly? And did you remember to add it to mission.req?