武装突袭3

武装突袭3

MCC Sandbox 4 - Mission Making The Easy Way
TitanStrawberry 2017 年 3 月 9 日 上午 11:28
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
< >
正在显示第 1 - 6 条,共 6 条留言
Ex in the Vatican 2017 年 3 月 31 日 下午 4:13 
same here
God of Monkeys 2017 年 4 月 4 日 下午 10: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 2017 年 5 月 18 日 下午 11:12 
This is a problem I have as well. I would love to use this mod, but cannot even play with it on...
TitanStrawberry 2017 年 5 月 19 日 上午 4:30 
引用自 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 2017 年 5 月 19 日 下午 11:33 
引用自 INSFTitanStrawberry
引用自 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 2017 年 5 月 20 日 下午 12:01 
引用自 wickedhaloruler
引用自 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;
};
< >
正在显示第 1 - 6 条,共 6 条留言
每页显示数: 1530 50