Arma 2 OA Default map

Post Reply
Tophat
New to forums
New to forums
Posts: 2
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Apr 21, 2014 1:48 pm

Arma 2 OA Default map

Post by Tophat »

I currently have the mod set correctly. The server starts fine but under map it says "unknown".

I've set the config to this.
class Missions
{
class Missions
{
template="Lifeserver.emita";
difficulty="regular";
};

};
Which is what I was told to put, and even then it doesn't set this as the default map and on the in-game browser there is nothing there.
User avatar
hiimcody1
Staff
Staff
Posts: 1595
Joined: Wed Dec 28, 2011 4:59 pm

Re: Arma 2 OA Default map

Post by hiimcody1 »

It looks like you are defining Missions inside of missions, please try this:

Code: Select all

class Missions {
    template="Lifeserver.emita";
    difficulty="regular";
};
Post Reply