Jump to content

[WIP] ZFM-FairMission System-Dynamic,Modular & Balanced (Alpha release 90% complete, Test builds frequently available) - Actively developed


Recommended Posts

  • 3 weeks later...

I am trying to use the script but it doesn't seem to be working. I included those lines inside my server_monitor.sqf but in my rpt file I am getting these errors:

20:20:50 "[DZAI] AI settings: DZAI_findKiller: true. DZAI_useHealthSystem: true. DZAI_weaponNoise: true. DZAI_zombieEnemy: true."
20:20:50 "[DZAI] DZAI loading completed in 24.46 seconds."
20:20:54 Error in expression <{
((count ZFM_TRACKING_MISSION_STACK) < ZFM_CONFIGURE_MISSIONS_ALLTYPES_MAX_CONC>
20:20:54   Error position: <ZFM_CONFIGURE_MISSIONS_ALLTYPES_MAX_CONC>
20:20:54   Error Undefined variable in expression: zfm_configure_missions_alltypes_max_concurrent_missions
20:20:54 File z\addons\dayz_server\ZFM\ZFM_Tracking.sqf, line 57
20:20:54 Error in expression <Tracking_Missions_CanAddNewMission;

if(_canAddNewMission) then
{
ZFM_TRACKING_M>
20:20:54   Error position: <_canAddNewMission) then
{
ZFM_TRACKING_M>
20:20:54   Error Undefined variable in expression: _canaddnewmission
20:20:54 File z\addons\dayz_server\ZFM\ZFM_Tracking.sqf, line 279
20:20:54 Error in expression <M_Tracking_Missions_InsertNewMission;


_inserted
};


ZFM_TRACKING_KERNEL_CACHE>
20:20:54   Error position: <_inserted
};


ZFM_TRACKING_KERNEL_CACHE>
20:20:54   Error Undefined variable in expression: _inserted
20:20:54 File z\addons\dayz_server\ZFM\ZFM_Tracking.sqf, line 199
20:20:54 "CURRENT MISSIONS any"
20:20:54 Error in expression <

diag_log(format["CURRENT MISSIONS %1",ZFM_TRACKING_CURRENT_MISSIONS]);>
20:20:54   Error position: <ZFM_TRACKING_CURRENT_MISSIONS]);>
20:20:54   Error Undefined variable in expression: zfm_tracking_current_missions
20:20:54 File z\addons\dayz_server\ZFM\ZFM_Initialize.sqf, line 31
20:20:54 "TIME SYNC: Local Time set to [2013,8,3,13,20]"

Here is my config:

// Enable debug
ZFM_ENABLE_DEBUG_MESSAGES = true;

// The mod type you're using
ZFM_CONFIGURE_MOD_TYPE = "OverpochA2"; // "OverpochA2", "EpochA2", "EpochA3"

// Min missions to run at one time
ZFM_CONFIGURE_MISSIONS_ALLTYPES_MIN_CONCURRENT_MISSIONS = 1;

// Max missions to run at one time.
ZFM_CONFIGURE_MISSIONS_ALLTYPES_MAX_CONCURRENT_MISSIONS = 5;

// Expire time in minutes
ZFM_CONFIGURE_MISSIONS_ALLTYPES_EXPIRE_TIME = 60;
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Went to throw this on my server and noticed a small issue.

In "zfm_initialize.sqf" you have "call compile preprocessFileLineNumbers "\z\addons\dayz_server\ZFM\ZFM_Tracking.sqf"; // Mission tracking" but "ZFM_Tracking.sqf" is missing. This is a pull from master branch.

Link to comment
Share on other sites

  • 4 weeks later...
  • 3 weeks later...
  • 2 weeks later...
  • 2 weeks later...
  • 1 year 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
×
×
  • Create New...