Hej there,
I created a mission with the 3d editor, using some mods. Tried it on single and multiplayer testing, everything went fine (after several changes and stuff, the usual with editing) I got a virtual server running and put in the load order as I use it on my local arma: @CBA_A3; @Alive; @ALiVEServer; @Spyder Addons; @ace; @task_force_radio; @ares; @CAF_AG1.5; @CAF_AG_AudioPatch; @theseus_services; @TRYK; @AllInArmaTerrainPack; @mad_build; @mad_resh
All keys are in the keys-folder, the mission in MPmission and the serverconfig is edited as it should be.
After starting up the server and joining, I get stuck in the lobby. Flickering screen and in the chat window this line keeps repeating:
mpmissions_cur_mp.reshmaan\mission.sqm\Mission\Entities\Item8.type: Vehicle class ace_advanced_ballistics_ModuleSettings no longer exists
Took a look into the mission.sqm and well, the Item8 is still there and looks all good with the code. Then I though: maybe the load order isn't quite right. And I put @ace in front of the alive module. Well, what a bummer: same error with a different Item class. Now it was Item1.type: Vehicle class Alive_require no longer exists. If I put alive in front, another one pops up.
I tried opening the mission in the editor again, resave it and reupload it: no change..
Anyone out there able to help me out?