mpmission making with powor hive

Finest

Well-Known Member
Hello Guys,
i wanna test some other maps for dayz...
but i dont get the mission running !

Error in dayz server console = "mission read from bank"

here is my mpmission code
pls look whats wronge ...
i start my dayz @nogova2010 @dayz

i've upload my files thanks for helping :D
 

Attachments

  • dayz_1.nogova.zip
    4.3 KB · Views: 16
Here are some errors i got from my arma2oserver.rpg

Warning Message: Addon 'dayz_anim' requires addon 'CAWeapons_AmmoBoxes'
Warning Message: Addon 'dayz_anim' requires addon 'CAWeapons_bizon'
Warning Message: Addon 'dayz_anim' requires addon 'CAWeapons_M1014'
Warning Message: Addon 'dayz_anim' requires addon 'CAWeapons_Saiga12K'
Warning Message: Addon 'dayz_anim' requires addon 'CAWeapons_VSS_vintorez'
Warning Message: Addon 'dayz_anim' requires addon 'CAMisc_fix_A2FREE'
 
Your start command line is not telling the server were the common files are stored!
EG


"C:\were ever this is\Arma 2 Operation Arrowhead\Expansion\beta\arma2oa.exe" "-mod=C:\were ever this is\Arma 2 Operation Arrowhead;


in your server.cfg

Code:
// MISSIONS CYCLE (see below)
class Missions
{
    class DayZ
    {
        template = dayz_1.nogova;
        difficulty = "Regular";
    };
   
};

Map dayz_1.nogova should be in your C:\yourprofile\Documents\ArmA 2\MPMissions folder .
 
Back
Top