Jump to content
Sign in to follow this  
Blitzen

Problems with addons in Multiplayer

Recommended Posts

Soooo.....I got two copies of GOTY OFP, two computers....why not right? I installed OFP, installed FFUR and then hooked the two computers up via an ethernet cable. No problems intially however, when I started using third party addons (such as LSR's seals), I got warnings that certain .pbo's were missing. The problem is that I know that each computer has the same .pbos yet I still get these messages. The missions still run with no problems, however I would like to get the messages to disappear.

Share this post


Link to post
Share on other sites

That would be a fault in the mission design. If the mission would have those addOns that are giving errors listed in the mission.sqm in the following lines:

	addOns[]=
{
	"addons here",
	"and more"
};
addOnsAuto[]=
{
	"addons here",
	"and more"
};

...the errors wouldn't appear then.

But it's just a minor issue and since the mission runs all fine despite that message, it shouldn't be too necessary to fix it.

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  

×