Jump to content
  • 0

'CA' folder in mission??


Darth_Rogue

Question

What's it for?  Is it needed?  The referenced init file buried within the folder is not loaded or called from anywhere that I can see.  I looked at the change log for the past couple versions and didn't see anything that explained about what it is or does, and a forum search yielded no relevant results either.  

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

From what i can tell it is called from with in the server_functions.sqf file

BIS_MPF_remoteExecutionServer = {
	if ((_this select 1) select 2 == "JIPrequest") then {
		[nil,(_this select 1) select 0,"loc",rJIPEXEC,[any,any,"per","execVM","ca\Modules\Functions\init.sqf"]] call RE;
	};
};
Link to comment
Share on other sites

  • 0

Possibly.  I was thinking that since the path was not specific that it would be calling the file from within its own PBO instead of referencing the mission file.  But then again, since the mission file does not have a prefix in the Epoch mod by default then that would make sense.

 

In any case, I'd still like to know what it does and why it was recently moved to the mission file within the last couple versions, just because I'm a curious geek like that.  ;)

Link to comment
Share on other sites

  • 0

So, we are having errors up the wazzoo related to this folder and Panthera.. and most of the "fixes" has been "delete the ca folder from your mission file". In fact, that has been the "fix" suggested in this thread of my own as well as others: 

 

So..... should I not have deleted it?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...