Jump to content

[Release] Sector Addon 0.5.0 - Framework for StaticMission (Millitarize area, Taviana Sector B) rewiten august 2015


Suppe

Recommended Posts

hi, new error in the rpt.log by the new epoch mod version

 

_staticMG call E>
22:34:02   Error Undefined variable in expression: epoch_server_setvtoken
22:34:02 File x\addons\a3_epoch_sector\scripts\SUP_functions.sqf, line 168
22:34:02 Error in expression <MG] joinsilent _groupAI;
_staticMG call EPOCH_server_setVToken;
_staticMG call E>
22:34:02   Error position: <EPOCH_server_setVToken;
_staticMG call E>
22:34:02   Error Undefined variable in expression: epoch_server_setvtoken
22:34:02 File x\addons\a3_epoch_sector\scripts\SUP_functions.sqf, line 168
22:34:02 Error in expression <MG] joinsilent _groupAI;
_staticMG call EPOCH_server_setVToken;
_staticMG call E>
22:34:02   Error position: <EPOCH_server_setVToken;
_staticMG call E>
22:34:02   Error Undefined variable in expression: epoch_server_setvtoken
22:34:02 File x\addons\a3_epoch_sector\scripts\SUP_functions.sqf, line 168
22:34:02 Error in expression <MG] joinsilent _groupAI;
_staticMG call EPOCH_server_setVToken;
_staticMG call E>
22:34:02   Error position: <EPOCH_server_setVToken;
_staticMG call E>

Link to comment
Share on other sites

  • 3 weeks later...

Hey Suppe, no pressure i know your busy irl but is this project still being worked on? i wasnt able to get it work on my 0.3.3.1 server though it may have been due to my fault. Read some comments and have been seeing people having errors so i gave up for now, but id still love to implement this script into my server.

Link to comment
Share on other sites

  • 2 weeks later...

hi, script is wrong !!! it spawn not all AI forces after a server restart..

for example: there are 40 AI spawn but it comes very often that not even half of the AI forces spawns

the AI heli disappear when you come near Sector

 rpt log error are well known

it's a nice script but unfortunately it is not working

Please fix these errors

 

 

Link to comment
Share on other sites

  • 5 weeks later...

Hello,

Interesting thing happens, after player died and is revived. He become immortal and AI can not kill him. Have you the same experience?

Edit: On other missions have the same issue (Fums,WAI...) but AI called by UAV can kill player after revive, so i don't know where is problem.. any idea?

Edited by Kenobi
Link to comment
Share on other sites

  • 4 months later...
  • 5 months later...

yes sure ;`D

folder path is correct too

need help on an error:

12:27:49 Warning Message: Script \x\addons\a3_epoch_sector\init\fn_init.sqf not found

 

Unbenannt.jpg

 

Does the mission spawn automaticly on server start or i need something??

Got the Warning Errors away with some Path changings,

but nothing spawned ? And no Loading message in rpt.log

changed all "x\addons\a3_epoch_sector" in simply "a3_epoch_sector\xx"

do y can check my files maybe? dont know wheres the problem omg -.-

link

Link to comment
Share on other sites

  • 3 months later...

We have this script on server and works well, but with some errors in RPT like:

0:00:55 "***[Sector] Loading Sector_Positions***"
 0:00:55 Error in expression <icV] joinsilent _groupAI;
_staticV call EPOCH_server_setVToken;
_staticV call EP>
 0:00:55   Error position: <EPOCH_server_setVToken;
_staticV call EP>
 0:00:55   Error Undefined variable in expression: epoch_server_setvtoken
 0:00:55 File x\addons\a3_epoch_sector\scripts\SUP_functions.sqf, line 195
 0:00:56 Error in expression < joinsilent _groupAI;
_landvehicle call EPOCH_server_setVToken;
_landvehicle cal>
 0:00:56   Error position: <EPOCH_server_setVToken;
_landvehicle cal>
 0:00:56   Error Undefined variable in expression: epoch_server_setvtoken
 0:00:56 File x\addons\a3_epoch_sector\scripts\SUP_functions.sqf, line 93
ETC....

But AI are spawned OK. We have only Blckeagls mission system and Sector at present.

Link to comment
Share on other sites

  • 2 weeks later...
On ‎12‎/‎24‎/‎2016 at 7:01 PM, Kenobi said:

We have this script on server and works well, but with some errors in RPT like:

0:00:55 "***[Sector] Loading Sector_Positions***"
 0:00:55 Error in expression <icV] joinsilent _groupAI;
_staticV call EPOCH_server_setVToken;
_staticV call EP>
 0:00:55   Error position: <EPOCH_server_setVToken;
_staticV call EP>
 0:00:55   Error Undefined variable in expression: epoch_server_setvtoken
 0:00:55 File x\addons\a3_epoch_sector\scripts\SUP_functions.sqf, line 195
 0:00:56 Error in expression < joinsilent _groupAI;
_landvehicle call EPOCH_server_setVToken;
_landvehicle cal>
 0:00:56   Error position: <EPOCH_server_setVToken;
_landvehicle cal>
 0:00:56   Error Undefined variable in expression: epoch_server_setvtoken
 0:00:56 File x\addons\a3_epoch_sector\scripts\SUP_functions.sqf, line 93
ETC....

But AI are spawned OK. We have only Blckeagls mission system and Sector at present.

How did you get sector to work? I have tried everything I can think of.

Link to comment
Share on other sites

5 hours ago, Kenobi said:

Are you used default AI spawn coordinates or your own? Are they defined properly?

Kenobi, I finally figured out that the coordinates provided in the instructions say that they should be arranged as [X, Z, Y], but I found that the marker had spawned in the ocean at the bottom of the map. After changing the coordinates to [X, Y, Z] I was able to get everything to spawn where I wanted it.  These are my own coordinates that I have entered into the file. Now I am having an issue where the vehicles that spawn in are being removed as soon as I get near the mission.

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...

@Drokz no i just created a new case tanoa and add positions and a call SUP function, it looks like that

case "tanoa":{
/*    _Sector_position = [X, Z, Y];    [_Sector_position] call SUP_FunctionYouNeed;   */

    _Sector_position = [0, 0, 0];
    _Sector_position = [0, 0, 0];
    _Sector_position = [11809, 13087, 6.95];             [_Sector_position] call SUP_spawn_StaticVehicle;
    
        };

 

and it worked. the position is at the north airfield in front of the 2 hangers there if you wanna try out ;)

@He-Man thanks for that, this edenaddon is what i needed! if i remember right, this export sfq function was in the editor already in earlier days!?

I did 2015 a lot of map editing without installing such as that...

 

greetz

Link to comment
Share on other sites

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
×
×
  • Create New...