Jump to content
  • 0

Mission File Name Change?


WGC GeekGarage

Question

Alright so I've had a few servers hosted many different places, but i finally pulled myself together and rented a dedicated server at OVH. Got everything up and running, but every time i switch between our server I have to DL a new mission file. The reason being the name of the mission file is "__cur_mp.pbo" Is there a config file i can change some where to fix this so i can give them a custom name for each server when my players download them??

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

I must be blind :D

hostName = "EU Wrecking Games - Epoch #1 - Auto Refuel - Donation - Missions - Trade Safezone - Request Airdrop - Custom Trade - Selfblood - Tow/Lift - MORE MODS SEE WEBSITE! - GMT+1 - 1.0.4 - (Veteran|3D:ON|CH:ON) | WRECKINGGAMES.NET for info!";
password = "";
passwordAdmin = "ThisIsNotMyPass";
maxPlayers = 64;
logFile = "server_log.txt";
voteThreshold = 0;
voteMissionPlayers = 0;
reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
motd[] = {"DayZ Epoch","Have fun!"};
motdInterval = 0;
vonCodecQuality = 20;
disableVoN = 0;
kickduplicate = 1;
verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
onHackedData =  "kick (_this select 0)";
onDifferentData = "";
regularCheck = "";
requiredBuild = 103419;

class Missions
{
    class Mission1
    {
     template = "Wrecking_srv_1.Chernarus";
     difficulty="veteran";
    };

};
Link to comment
Share on other sites

  • 0

In your MPMISSIONS folder you will have a folder that may look something like "instance_11_Chernarus". 

 

This is where your mission contents are.

 

In your CONFIG you see 

class Missions
{
class Mission1
{
template = "Wrecking_srv_1.Chernarus";
difficulty="veteran";
};

If you want your mission pbo to be named the same as the template name you have to perform two steps.

 

1. Change the name of the folder inside your MPMISSIONS to reflect the name of the template in your CONFIG.

2. Pack that folder into a PBO within the MPMISSIONS folder.  (If you do not pack it arma will auto pack it for you into a TMP folder and name it __CUR like you are seeing).

 

By naming your instances differently (assuming you have more than one running on your dedicated) your players will not have to re-download the mission file each time they move between servers.

 

Thanks!

Link to comment
Share on other sites

  • 0

 

mission.sqm

	class Intel
	{
		briefingName="DayZ Epoch MISSION NAME";
		briefingDescription="DayZ Epoch Chernarus Private Server";
		startWeather=0.067362607;
		forecastWeather=0.52341133;
		year=2008;
		month=10;
		day=1;
		hour=12;
	};

That just changes the briefing name  - Like when you press ESC button and is at the bottom of the menu =)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...