J. Zimmerman 1 Posted February 26, 2018 Hello all, I've searched and searched for the solution to this issue, with no prevail. The issue is simple, but I believe the fix is more complex. So players (At random, Not everyone) when loading into our custom mission, get stuck at the map right as they are supposed to receive the Respawn Position. The box hint for "pinging zeus" also appears. Players are not able to access the EXIT menu, or able to use ESC to leave. Our Description.ext is as follows, /* TFR S2 Mission Template Version 1.0.0 description.ext dated 01JAN2018 */ author = "Task Force Razor"; OnLoadMission = "www.taskforcerazor.com"; loadScreen = "images\loadscreen.jpg"; onloadName = "Eagles Claw"; //Change this with every version, ex: "MCC Operations Altis V 1.1.0"; onLoadIntroTime=false; onLoadMissionTime=false; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 64; }; respawn = BASE; respawnTemplates[] = {"MenuPosition"}; respawndelay = 5; RespawnDialog = 0; disabledAI = 1; joinUnassigned = 1; enabledebugconsole = 1; allowFunctionsLog = 1; showCompass = 1; showGPS = 1; showMap = 1; //Above this point, nothing should change except for onLoadName. //Below this point, the additions for requirements for scripts should go here, following the previous ones. //Be sure to include the entire filepath, such as "scripts\ScriptFolder\filename.hpp" not just "ScriptFolder\filename.hpp" #include "CHVD\dialog.hpp" #include "JSHK\vehicleLoadouts\dialog\dialog.hpp" class CfgFunctions { #include "JSHK\cfgfunctions.hpp" #include "CHVD\CfgFunctions.hpp" }; This is the base of all of our missions, and I cannot seem to find the issue. Sometimes it works, sometimes it does not. Really at random. I know for a fact it is not a mod confliction, as we would have found that by now. Any help would be appreciated, J. Zimmerman 1 Share this post Link to post Share on other sites
GEORGE FLOROS GR 4208 Posted February 26, 2018 On 26/2/2018 at 8:36 AM, J. Zimmerman said: Hello Hello there J. Zimmerman! Maybe 100% , when players ,or items , objectives , anything , spawn down left corner for any reason ,means that something is bugged. So it might be from a lot off reasons and not particular caused by the Description.ext If so far you are using the same kind of stuff , then try to search for the new thing that you just tried , in order to find the solution. Try to check your steps from that stable point ,that everything was working. For now , if you want send also the whole mission in a link here , if someone is able to fix this. 1 Share this post Link to post Share on other sites