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...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...