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
< >
Viser 1-6 af 6 kommentarer
Ex in the Vatican 31. mar. 2017 kl. 16:13 
same here
God of Monkeys 4. apr. 2017 kl. 22:53 
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. maj 2017 kl. 23:12 
This is a problem I have as well. I would love to use this mod, but cannot even play with it on...
TitanStrawberry 19. maj 2017 kl. 4:30 
Oprindeligt skrevet af 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. maj 2017 kl. 23:33 
Oprindeligt skrevet af INSFTitanStrawberry:
Oprindeligt skrevet af 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. maj 2017 kl. 12:01 
Oprindeligt skrevet af wickedhaloruler:
Oprindeligt skrevet af 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;
};
< >
Viser 1-6 af 6 kommentarer
Per side: 1530 50