Sign in to follow this  
SpaceWeed

Add drones (UAV) to a server

4 posts in this topic

Advertisement

I did that. 

(I used this guide: 

Now my mission is looping and my console is getting spammed because it keeps reloading the mission. What to do?
 

 

Spoiler

13:51:08 Client: Nonnetwork object 338e3700.

13:51:08 "ExileServer - Installed extDB2 version: 70"

13:51:08 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

13:51:08 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

13:51:08 "SC/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (195.999 ms)"

13:51:08 "DMS :: Initializing Static Mission Variables"

13:51:08 "DMS :: Initializing Dynamic Mission Variables"

13:51:08 "SC/BIS_fnc_log: [preInit] DMS_fnc_DMS_preInit (27.9999 ms)"

13:51:08 "SC/BIS_fnc_log: [script] initServer.sqf"

13:51:08 "SC/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

13:51:08 "SC/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

13:51:08 "SC/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

13:51:08 "Advanced Rappelling Loading..."

13:51:08 "Advanced Rappelling Loaded"

13:51:08 "SC/BIS_fnc_log: [postInit] SA_fnc_advancedRappellingInit (0 ms)"

13:51:09 Starting mission:

13:51:09  Mission file: Exile (__cur_mp)

13:51:09  Mission world: Altis

13:51:09  Mission directory: mpmissions\__cur_mp.Altis\

13:51:10 "SC/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

13:51:10 No speaker given for 

13:51:10 "SC/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

13:51:10 "SC/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

13:51:10 "SC/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

13:51:10 "SC/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0.999451 ms)"

13:51:10 "SC/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

13:51:10 "SC/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0.999451 ms)"

13:51:10 "SC/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

13:51:10 "SC/BIS_fnc_log: [preInit] RyanZM_fnc_rzfunctionsdefines (0 ms)"

13:51:10 "SC/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (470.001 ms)"

13:51:10 Warning Message: Script ExileCustomCode\server\ExileServer_object_vehicle_carefulCreateVehicle.sqf not found

13:51:11 "ExileServer - Server is loading..."

13:51:11 Client: Nonnetwork object 4695f700.

13:51:11 "ExileServer - Installed extDB2 version: 70"

13:51:11 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

13:51:11 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

13:51:11 "SC/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (214.996 ms)"

13:51:11 "DMS :: Initializing Static Mission Variables"

13:51:11 "DMS :: Initializing Dynamic Mission Variables"

13:51:11 "SC/BIS_fnc_log: [preInit] DMS_fnc_DMS_preInit (27.9999 ms)"

13:51:11 "SC/BIS_fnc_log: [script] initServer.sqf"

13:51:11 "SC/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

13:51:11 "SC/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

13:51:11 "SC/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

13:51:11 "Advanced Rappelling Loading..."

13:51:11 "Advanced Rappelling Loaded"

13:51:11 "SC/BIS_fnc_log: [postInit] SA_fnc_advancedRappellingInit (0.999451 ms)"

 

Share this post


Link to post
Share on other sites

Fixed.

Check my last comment at this thread at page 2:

 

Quote

Fixed. I had to edit the patch where I dropped the script in.

In my case I had to edit the script to:

ExileServer_object_vehicle_carefulCreateVehicle  =  "Overrides\ExileServer_object_vehicle_carefulCreateVehicle.sqf";

This was the normal code I copypasted:

ExileServer_object_vehicle_carefulCreateVehicle  =  "ExileCustomCode\server\ExileServer_object_vehicle_carefulCreateVehicle.sqf";

Remove this:
ExileServer_object_vehicle_carefulCreateVehicle  =  "ExileCustomCode\server\ExileServer_object_vehicle_carefulCreateVehicle.sqf";

And edit the "ExileCustomCode" to "Overrides"

 

Edited by SpaceWeed

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.