Jump to content
Sign in to follow this  
cobra@pulse

MP Mission Not loading

Recommended Posts

Okay, so I've made this mission for a clan Im in, but when we go to load it, it just takes us straight back to the mission select screen with no error messages, any ideas anyone?

And yes it is uploaded to the server.

This is the first mp mission I have done so bear with me a bit if its something simple.

Cobra

Share this post


Link to post
Share on other sites

hi,

send me the mission per mail and i take a look.

You had it running on a dedicated server or hosted on a players machine? If it a dedicated server i would check if all needed addons

are on the server. Specially any modaddons that uses equal ingame names (for example i44 stuff) or shared configs (dkm f.e.).

Differences between sp and mp maps are minor. you shouldn´t use the "player" variable, and the playable units should be marked as that.

Maybe check if server and client run same editorupdate version, but as far i know it mostly produce ctd and not to mission screen.

But as i said, send it and i take a look.

Cu

Scars09

p.s. i you dont have a addonlist at hand just send the mission.pbo.

Share this post


Link to post
Share on other sites

Unfortunatly some of addons are clan use only and i dont have the permission to distribute them to other people. But thanks for the offer anyway.

I had a look at the addons list and the ones listed are installed. Thanks so far though.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

version=11;

class Mission

{

addOns[]=

{

"BLB_UK",

"ukf_ukweps",

"flklyna",

"Baracken",

"ukf_slmg",

"JJR_Rebels",

"bis_resistance",

"jof_objects1",

"CATIntro",

"UKFLR110GPMGDES",

"ukflr110gpmg",

"UKFLR110GSDES",

"ukf_vspoloh1",

"Flags1",

"bis_weaponpack",

"jam_magazines",

"raabpara"

};

addOnsAuto[]=

{

"BLB_UK",

"JJR_Rebels",

"bis_resistance",

"flklyna",

"Baracken",

"jof_objects1",

"CATIntro",

"UKFLR110GPMGDES",

"ukflr110gpmg",

"UKFLR110GSDES",

"ukf_vspoloh1",

"Flags1"

};

Share this post


Link to post
Share on other sites

Hmm,

looks quite good. Flags shouldnt be the prob, isnt that hard to write a config for a flagpack. Barracken Addon was getting updated few times. As far i know it would create a p3d error, but its worth checking if all machine use the same. Jam Magazines also getted updated(bugfixed), i would check that aswell. JJR Rebels, same thing, was getting updated few times, check if all comps have same version of files.

Maybe the prob is with not used addons still in addons list. Try to change it as followed

version=11;

class Mission

{

addOns[]=

{

"BLB_UK",

"JJR_Rebels",

"bis_resistance",

"flklyna",

"Baracken",

"jof_objects1",

"CATIntro",

"UKFLR110GPMGDES",

"ukflr110gpmg",

"UKFLR110GSDES",

"ukf_vspoloh1",

"Flags1",

"jam_magazines"

};

addOnsAuto[]=

{

"BLB_UK",

"JJR_Rebels",

"bis_resistance",

"flklyna",

"Baracken",

"jof_objects1",

"CATIntro",

"UKFLR110GPMGDES",

"ukflr110gpmg",

"UKFLR110GSDES",

"ukf_vspoloh1",

"Flags1",

"jam_magazines"

};

All above should as far i know give a errormessage (jjr rebels im not sure), but this i only know for sure if its hosted on a players comp. If errormessage come at a dedi server i dont know.

Hope that helped u a little.

cu

Scars09

P.S. I wonder wich clan you are in? hmm maybe something with United Kingdom...nah impossible biggrin_o.gif

Share this post


Link to post
Share on other sites

scrap that flags1 is something to do with flags.pbo in res addons

Quote[/b] ]Maybe the prob is with not used addons still in addons list. Try to change it as followed

dont think that would make a difference if it in the list and not in the mission if the server had the addon it would still load.

here is the addon list addonlist.jpg

afaik all are the latest versions.there was a problem with editorupdate102 and editorupgrade102 but that was sorted out a while ago

edit:grabbed the mission off the server to see if it gave me and error

error.jpg

description.ext

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class Weapons

{

class UKF_SA80

{

count = 40;

}

class syfmk3

{

count = 40;

}

...........

class magazines

{

class JAM_W556_30mag

{

count = 400;

}

class JAM_W762M_100mag

{

count = 200;

}

class JAM_M433Vest

{

count = 10;

}

class JAM_flareWhite

{

count = 20;

}

class syfmk3mag

{

count = 80;

}

Share this post


Link to post
Share on other sites

Okay well I've sorted it out now, the server doesnt have flags1 uploaded. That error your getting rabbit shouldnt really be that much of a problem. Me and flash tested it last night once id fixed it, we got that error message, clicked okay and it worked fine.

You do have the Browning though dont you?

Share this post


Link to post
Share on other sites

flags1 is international flag pack from res addons flags.pbo in normal and res addons folders so it should be on the server

if the .ext error aint fixed then mission might work sometimes and crash others i think ...fix it anyway smile_o.gif

Share this post


Link to post
Share on other sites

sorry, i still dont understand nothing.

What is flags1.pbo? a changed flags.pbo??

Why u use a pbo for a custom flag anyway??

Why dont u use the flag as jpg within the mission.pbo?

The error rabbit get is cause according to his addonslist he just dont have the addon. wich is syfhp.pbo as addon and syfmk3 in addonslist of mission, or the Browning how u called it.

(God praise the ofpec tags) blues.gif

bye

Scars09

Share this post


Link to post
Share on other sites

yes you are right i dont have the addon lol

the reason i posted the list is that wot is on the server so having that in description.ext would bugger it up ..

turns out someone uploaded new addons i didn't tell me about them tounge_o.gif

i looked in cfg of flags.pbo and flags1 is part of that so fuck knows why that would be the problem as it isn't a 3rd party addon at all

i just wondered wot it was ...

but if flags1 was the problem i now claim the right to all the credit as i suggested it in the first place tounge_o.gifbiggrin_o.gif

Share this post


Link to post
Share on other sites

Hey,

nice that the one prob is solved.

With the flags1.pbo, that was exactly what i wanted to know. If u think its a bis file or not. Im 99.99% sure that there is no official flags1.pbo existing. Sounds just like a windows copy. In my OFP Folder is only a flags.pbo. So try to take it out addonfolder and see if mission still works (im quite sure that mission will work without prob). Then delete this omnious flags1.pbo.

smile_o.gif

Cu

Scars09

Share this post


Link to post
Share on other sites

bis flags.pbo if you use a flag out of it it puts flags1 in mission sqm

cobra you should add the browning to the addons list in mission sqm so it boots people who dont have the addon as you can get into the mission without having it. then i would have got missing addon error rather than cfg error in mission and it will stop weird crap like people shooting invisble guns or probably just ctd when someone shoots

Share this post


Link to post
Share on other sites

tounge_o.gif

Now i understand.

As i said i always use own .jpgs as flags so i never saw that entry in one of my missionaddonslists.

smile_o.gif

Scars09

Share this post


Link to post
Share on other sites

As this is for a private mission that has MP problems I think MP is perhaps the best forum smile_o.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×