Jump to content

Missing file epoch_code/system/dummy.sqf with 0.3.8.0


82ndAB_Bravo17

Recommended Posts

Have you extracted your mission pbo and check the dummy.sqf is still there?  How are you packing your files? I made these batch files that packs the server and mission pbo's and requires that you have Arma 3 tools installed and a working P;/ drive. 

Note: Packing using this batch file should work but may take a long time do to a recent change in the latest binarize.exe from BI. I am currently using an older version of binarize.exe that does not have this issue. 

Link to comment
Share on other sites

This message append when you join a server, when asked for the server password (if a password is set). 

You aren't yet in the lobby, and you haven't the mission at this time.

Caused imho by the a3_epoch_config_main.pbo 

  • \gui\Epoch_GUI_Config.hpp
  • \config.bin
class RscDisplayRemoteMissions: RscStandardDisplay
{
	onLoad = "[""onLoad"",_this,""RscDisplayRemoteMissions"",'GUI'] call compile preprocessfilelinenumbers ""A3\ui_f\scripts\initDisplay.sqf"";execVM ""epoch_code\system\dummy.sqf""";
};
class RscDisplayPassword: RscStandardDisplay
{
	onLoad = "[""onLoad"",_this,""RscDisplayPassword"",'GUI'] call compile preprocessfilelinenumbers ""A3\ui_f\scripts\initDisplay.sqf"";execVM ""epoch_code\system\dummy.sqf""";
};

 

Link to comment
Share on other sites

  • 1 month later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...