Arma 3
MCC Sandbox 4 - Mission Making The Easy Way
Cant load in to a server with MCC.
I have mcc on my server and 90% of the time i cant load in after i select my player/solider. HELP
< >
Showing 1-6 of 6 comments
Ex in the Vatican 31 Mar, 2017 @ 4:13pm 
same here
God of Monkeys 4 Apr, 2017 @ 10:53pm 
same here, when my teammate want to JIP, then he will stuck on loading screen, but if we restart and start together, it will be fine, this situation only happen on JIP player.

Have any idea?
Angrypencils 18 May, 2017 @ 11:12pm 
This is a problem I have as well. I would love to use this mod, but cannot even play with it on...
TitanStrawberry 19 May, 2017 @ 4:30am 
Originally posted by Angrypencils:
This is a problem I have as well. I would love to use this mod, but cannot even play with it on...

Hey dude i have a solution. u need to put a description txt file in to the mission folder under your profile under documents. and put all of this in :

respawn="BASE";
respawnOnStart = 0;
respawnDelay=2;
disabledAI=1;
aiKills = 1;
enableItemsDropping = 0;
enableDebugConsole = 1;
class Header
{
gameType=COOP;
minPlayers=1;
maxPlayers=1;
};


#include "taw_vd\GUI.h"

class CfgFunctions
{
#include "taw_vd\CfgFunctions.hpp"
};

class aissp_configs
{
#include "LV\config_aissp.hpp"
};



HOPE IT HELPS :)
Ex in the Vatican 19 May, 2017 @ 11:33pm 
Originally posted by INSFTitanStrawberry:
Originally posted by Angrypencils:
This is a problem I have as well. I would love to use this mod, but cannot even play with it on...

Hey dude i have a solution. u need to put a description txt file in to the mission folder under your profile under documents. and put all of this in :

respawn="BASE";
respawnOnStart = 0;
respawnDelay=2;
disabledAI=1;
aiKills = 1;
enableItemsDropping = 0;
enableDebugConsole = 1;
class Header
{
gameType=COOP;
minPlayers=1;
maxPlayers=1;
};


#include "taw_vd\GUI.h"

class CfgFunctions
{
#include "taw_vd\CfgFunctions.hpp"
};

class aissp_configs
{
#include "LV\config_aissp.hpp"
};



HOPE IT HELPS :)

Doing that just throws this error

ErrorMessage: Include file mpmissions/NapfZeus.Napf/taw_vd/GUI.h not found.
1:32:07 NetServer::finishDestroyPlayer(435424944): DESTROY immediately after CREATE, both cancelled

MCC is installed on the server and so are the keys....
TitanStrawberry 20 May, 2017 @ 12:01pm 
Originally posted by wickedhaloruler:
Originally posted by INSFTitanStrawberry:

Hey dude i have a solution. u need to put a description txt file in to the mission folder under your profile under documents. and put all of this in :

respawn="BASE";
respawnOnStart = 0;
respawnDelay=2;
disabledAI=1;
aiKills = 1;
enableItemsDropping = 0;
enableDebugConsole = 1;
class Header
{
gameType=COOP;
minPlayers=1;
maxPlayers=1;
};


#include "taw_vd\GUI.h"

class CfgFunctions
{
#include "taw_vd\CfgFunctions.hpp"
};

class aissp_configs
{
#include "LV\config_aissp.hpp"
};



HOPE IT HELPS :)

Doing that just throws this error

ErrorMessage: Include file mpmissions/NapfZeus.Napf/taw_vd/GUI.h not found.
1:32:07 NetServer::finishDestroyPlayer(435424944): DESTROY immediately after CREATE, both cancelled

MCC is installed on the server and so are the keys....

Right i forgot i have some other stuff in there Jus ttry this :

respawn="BASE";
respawnOnStart = 0;
respawnDelay=2;
disabledAI=1;
aiKills = 1;
enableItemsDropping = 0;
enableDebugConsole = 1;
class Header
{
gameType=COOP;
minPlayers=1;
maxPlayers=1;
};
< >
Showing 1-6 of 6 comments
Per page: 1530 50