RagingStray

DMS Exile

5 posts in this topic

OK so Im trying to get DMS working an I get a ton of errors in the console.

Here is my RPT - Any help be appreciated!

Spoiler

ndefined variable in expression: exilespawnzonemarkerpositions
16:35:46 File exile_client\code\ExileClient_util_world_isSpawnZoneInRange.sqf, line 22
16:35:47 Error in expression <tWith
{
_isInRange = true;
};
}
forEach ExileTraderZoneMarkerPositions;
_isInRan>
16:35:47   Error position: <ExileTraderZoneMarkerPositions;
_isInRan>
16:35:47   Error Undefined variable in expression: exiletraderzonemarkerpositions
16:35:47 File exile_client\code\ExileClient_util_world_isTraderZoneInRange.sqf, line 22
16:35:47 Error in expression <tWith
{
_isInRange = true;
};
}
forEach ExileSpawnZoneMarkerPositions;
_isInRang>
16:35:47   Error position: <ExileSpawnZoneMarkerPositions;
_isInRang>
16:35:47   Error Undefined variable in expression: exilespawnzonemarkerpositions
16:35:47 File exile_client\code\ExileClient_util_world_isSpawnZoneInRange.sqf, line 22
16:35:47 "V69 (21-07-2017) [OCCUPATION:HeliCrashes] Crash 4 : Location [8022.34,22444,0]"
16:35:47 Error in expression <es,_assignedItems],
false,
false
] call ExileServer_system_thread_addTask;
};
 
 
>
16:35:47   Error position: <ExileServer_system_thread_addTask;
};
 
 
>
16:35:47   Error Undefined variable in expression: exileserver_system_thread_addtask
16:35:47 File \x\addons\dms\scripts\fn_SpawnAISoldier.sqf [DMS_fnc_SpawnAISoldier], line 349
16:35:47 Error in expression <es,_assignedItems],
false,
false
] call ExileServer_system_thread_addTask;
};
 
 
>
16:35:47   Error position: <ExileServer_system_thread_addTask;
};
 
 
>
16:35:47   Error Undefined variable in expression: exileserver_system_thread_addtask
16:35:47 File \x\addons\dms\scripts\fn_SpawnAISoldier.sqf [DMS_fnc_SpawnAISoldier], line 349
16:35:47 "V69 (21-07-2017) [OCCUPATION:HeliCrash]::  Creating HeliCrash 4 at [8022.34,22444,0] with 2 guards"
16:35:48 Error in expression <tWith
{
_isInRange = true;
};
}
forEach ExileTraderZoneMarkerPositions;
_isInRan>
16:35:48   Error position: <ExileTraderZoneMarkerPositions;
_isInRan>
16:35:48   Error Undefined variable in expression: exiletraderzonemarkerpositions
16:35:48 File exile_client\code\ExileClient_util_world_isTraderZoneInRange.sqf, line 22
16:35:48 Error in expression <tWith
{
_isInRange = true;
};
}
forEach ExileSpawnZoneMarkerPositions;
_isInRang>
16:35:48   Error position: <ExileSpawnZoneMarkerPositions;
_isInRang>
16:35:48   Error Undefined variable in expression: exilespawnzonemarkerpositions
16:35:48 File exile_client\code\ExileClient_util_world_isSpawnZoneInRange.sqf, line 22
16:35:49 "V69 (21-07-2017) [OCCUPATION:HeliCrashes] Crash 5 : Location [27013.8,24746.6,0]"
16:35:49 Error in expression <es,_assignedItems],
false,
false
] call ExileServer_system_thread_addTask;
};
 
 
>
16:35:49   Error position: <ExileServer_system_thread_addTask;
};
 
 
>
16:35:49   Error Undefined variable in expression: exileserver_system_thread_addtask
16:35:49 File \x\addons\dms\scripts\fn_SpawnAISoldier.sqf [DMS_fnc_SpawnAISoldier], line 349
16:35:49 "V69 (21-07-2017) [OCCUPATION:HeliCrash]::  Creating HeliCrash 5 at [27013.8,24746.6,0] with 1 guards"
16:36:04 Error in expression <, fnc_occupationVehicle, [], true] call ExileServer_system_thread_addTask;
};
 
i>
16:36:04   Error position: <ExileServer_system_thread_addTask;
};
 
i>
16:36:04   Error Undefined variable in expression: exileserver_system_thread_addtask
16:36:04 File x\addons\a3_exile_occupation\scripts\startOccupation.sqf, line 93

 

Edited by RagingStray

Share this post


Link to post
Share on other sites

Hi @RagingStray reading those logs, it appears as though this isn't DMS not working - it's Occupation. Remember, Occupation uses DMS AI so if Occupation is broken, it'll often take DMS down with it.

I'd start by looking through your Occupation config files to check for missing commas and other such typo's focusing on things you recently changed in the config file.

See how you go.

  • Like 2

Share this post


Link to post
Share on other sites
Advertisement

I see a lot of Exile related errors. 

" exilespawnzonemarkerpositions " "  ExileSpawnZoneMarkerPositions " , "File exile_client\code\ExileClient_util_world_isSpawnZoneInRange.sqf"
etc...  Whats up with your markers? Any missing commas or brackets?

Probably Exile server configured wrong and it "dragging" some errors to DMS & Occupation. Check your setup, missions.sqm and the rest exile server files.

Edited by Chernaruski
  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

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

  • Recently Browsing   0 members

    No registered users viewing this page.