Home   Help Search Login Register  

Author Topic: Unable to load missions from a dedicated server  (Read 1937 times)

0 Members and 1 Guest are viewing this topic.

Offline Blacknite

  • Members
  • *
  • Chiefs runs the navy!
Unable to load missions from a dedicated server
« on: 28 Sep 2009, 23:59:23 »
I have a mission here that works on LAN and remote, but it does not work on dedicated servers.  I've attached the mission for troubleshooting.  Any explanations.

Offline Worldeater

  • Former Staff
  • ****
  • Suum cuique
Re: Unable to load missions from a dedicated server
« Reply #1 on: 29 Sep 2009, 00:41:08 »
Getting an explanation would be great since it loads fine here. ;)

What do you mean by "does not work"?
try { return true; } finally { return false; }

Offline Blacknite

  • Members
  • *
  • Chiefs runs the navy!
Re: Unable to load missions from a dedicated server
« Reply #2 on: 29 Sep 2009, 02:45:00 »
It doesnt load on a dedicated server...

Offline Worldeater

  • Former Staff
  • ****
  • Suum cuique
Re: Unable to load missions from a dedicated server
« Reply #3 on: 29 Sep 2009, 05:06:32 »
Interesting. Hmm, here's what I did:

  • Copied the PBO to C:\...\ArmA 2\mpmissions
  • Added an entry to my server.cfg (see below)
  • Started Arma2 and server, connected to server and selected your mission

Code: (snippet from my server.cfg) [Select]
class Missions {
    class Mission_01 {
        template = Sniper_School.utes; // omit the .pbo suffix
        difficulty = "regular";
        param1 = "";
        param2 = "";
    };
};
try { return true; } finally { return false; }

Offline mikey

  • Former Staff
  • ****
  • Whitespace Whore
Re: Unable to load missions from a dedicated server
« Reply #4 on: 29 Sep 2009, 16:11:14 »
It doesnt load on a dedicated server...
You're gonna have to be more specific then that.... Can you supply a clean rpt file and your config file?

Offline Blacknite

  • Members
  • *
  • Chiefs runs the navy!
Re: Unable to load missions from a dedicated server
« Reply #5 on: 08 Oct 2009, 15:47:17 »
Well I didnt renew the dedicated server so I dont have it anymore, but it was simply like this:
I can see it on my selections, but when I try to open it, it just says Please Wait and it will stay like that forever, left it for an hour and it still said the same.