Jump to content
Sign in to follow this  
82ndbravo1

DeleteGroup work or?

Recommended Posts

Hello, If u take a look at my server logs i all of a sudden been getting back to back errors or what nots.  The server loads and it plays but took 45 mins for a task to start but even when it started it was completed and rewarded and didnt have to attack a thing, After two or three times of this it seems to try working. I notice i got INFO 0:48:01 Tried to create group while group limit is reached on side OPFOR. So i tried running the DeleteGroup but doesnt seem to work or if it is its barely cause the error keeps popping up. And if looking at map the OPFOR doesnt have barely anything to show for. Im thinking since the tasks take almost a hr and at frist things are bouncing on the server it has something to do with opfor trying to make a task and server thinks it has but hasnt so keeps trying to make. Im sort of lost. Could anyone look at the Log and maybe see something im not that may fix this? The server host has tried and has reached out to the developers but i think they have no idea what they are doing so not looking for an answer from them or any help.  ANy help at all would be awesome. Thanks for reading

 

https://paste.shockbyte.com/ihoradirobapafeyotiv

Share this post


Link to post
Share on other sites

The problem here isn't that you need to delete some groups. The problem is that your mission has reached the group limit. 

 

You should be asking why this is happening.

 

Share your mission file and any mods required.

Share this post


Link to post
Share on other sites

RHSGREF___

RHSUSAF___

RHSAFRF___

RHSSAF___

CBA_A3____

cup weapons___

cup units___

cup vehicles__

cup terrains__

Community Factions Project (CFP)

 

all the mod's for server  and for i should be asking why, i pretty much thought i was asking about groups being full as the error. but heck worded wrong maybe, anyways hope this will help me, 

 

https://www.dropbox.com/scl/fi/o4vua6d1s3f3ozols31ds/mission.sqm?rlkey=wo6h4v01a763z2sxqezcax8fn&dl=0

Share this post


Link to post
Share on other sites

You have tons of syntax error/missing variable shown in your log file (the first you've shown).

 

You should first fix them, bugs are often cascading, the first error reported may be the source of the following errors and/or bugs.

 

Fix the first error, try again, rince and repeat until your log file is cleared of errors

Share this post


Link to post
Share on other sites

ya, starting to see this server biz isnt goin to be for me lol, i cant even get one server going right, it launches but ya, ive tried to fix the errors but soon as i fix one another comes up, all i did was add vec's and planes  lol

Share this post


Link to post
Share on other sites

@82ndbravo1 Bro, create auto deleted group (when every group member is dead) with this 

 

private _group = createGroup [east, true];
//or if you need global group 
GRP = createGroup [east, true];

and then spawn your AI units in this group, something like 

_unit = GRP createUnit ["B_RangeMaster_F", position player, [], 0, "FORM"];

You can always add this command to make AI auto delete when all units are dead by

_group deleteGroupWhenEmpty true;


 

  • Like 1

Share this post


Link to post
Share on other sites
On 9/6/2023 at 12:17 PM, kibaBG said:

@82ndbravo1 Bro, create auto deleted group (when every group member is dead) with this 

 


private _group = createGroup [east, true];
//or if you need global group 
GRP = createGroup [east, true];

and then spawn your AI units in this group, something like 


_unit = GRP createUnit ["B_RangeMaster_F", position player, [], 0, "FORM"];

You can always add this command to make AI auto delete when all units are dead by


_group deleteGroupWhenEmpty true;


 

Worked ! thanks much Was a huge huge head ache

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×