Home   Help Search Login Register  

Author Topic: I need minor assitance please with Group Link II by keycat pleeeease  (Read 4760 times)

0 Members and 1 Guest are viewing this topic.

CptBravo

  • Guest
Hi,

I just downloaded KeyCat's Group Link II and it is fantastic! Very smart AI.

The only minor issue I am having is how to get rid of that "Occupied Groupes" that keeps beeping the whole mission!!

I am not sure what file or line to edit/delete to make it go away :)

Any help is greatly appreciated!!

CptBravo

  • Guest
For those who might not have tried and have no idea what I am talking about; I am attaching the original mission.  :)

Your help is appreciated.

CptBravo

  • Guest
so ... anyone there??! :)

Offline DrStrangelove

  • Members
  • *
  • Mr.Creative
Doesn't work. "grouplink.sqs" not found.

I copied the older grouplink.sqs from another version and was able to run it, but it lagged so horribly i couldn't do anything. Pretty fucked up.  :P

CptBravo

  • Guest
Hey Dr,

You sure? I just downloaded and it was there. It is under the AI file.
I mean it works great and does what it is supposed to do and the AI is very smart!! Its just that beeping noise that is really annoying .. I wish the author woyld have made two versions, one with and one without!! :)

Any scripting gurus pleeeeeeeeeease help!! :(

 

Offline Burn

  • Members
  • *

 ::) :P the only thing you need to delete is a little script snippet located @ the bottom of the init.sqs:

#loop

; Show occupied groups
hint format["Occupied Groups:\n%1",occupied]
~5

goto "loop"

that little script snippet shows the groups that are occupied @ the moment in hint format ;)...

And a nother thing... IMHO, I think U should use the original script by toadlife for two reasons:

1) This script does not function properly, it only detects russian choppers as vehicles or sumthin, gave me alot of errors... dunno if he has fixed it :-\

2) Toadlifes script is in one easy package, n U only need to define the various groups... no need for landing pads or parking spots or server gl's.

But this is just my opinnion :-X
And no offence meant to Keycat, his script could maby be even better than toadys if he fixed some buggs n finetuned it alitle :-\
but as it is, I recomend usin toadlifes script :toocool:
ok... I'll shut up now :-X
 :cheers:

rudyvarner

  • Guest
The beeping is the Occupied Group Hint.  Two ways you can get rid of it, remove the hint loop that bizon suggested or just turn your music volume off.

I've been using this script and have had no issues with it.  You can add vehicles so the AI can mount them by editing the unmount and remount .sqs files.  I've attached a file with more vehicle possibilties added.

Rudy

Note:  These files are for Player is West and AI is East
« Last Edit: 12 Aug 2003, 20:30:56 by Rudedog »

CptBravo

  • Guest
Thanks Bizon! It works now without the annoying noise :)

Thanks Rudedog for the file. I will certainly look at it and give it a try.
So far I have tried the script without any issues so far.

I just need to get myself famerliazed with it. But so far the AI acts pretty smart .. for an AI that is :)

The only thing this script does not have which the older one had is that the older was for both East and West. I hope the author adds that felxibilty into this one as well.

Thanks guys for your help.
 

CptBravo

  • Guest
Sory one more question ..

The script is working great now with one west group which is mine. Now I am trying to add two other west squads to mine so it would be:
gw1,gw2,gw3

So this is what I added in in the init file:

 [[ge1,ge2,ge3,ge4,ge5,ge6,ge7,ge8],[ge1],[ge1],gw1,gw2,gw3,3,0.10] exec "grouplink2.sqs"

But I keep getting an error msg about VAR?

Is this the correct way to add west groups to it?

The other quick question is .. if I wanted the East to use some other vehicles not in the script .. how do I find out the name of the vehicle I want to use?

Thank you for asnwering my basic questions! :)

CptBravo

  • Guest
The error is something like that: if max groups=0 then  max groups = max groups +1 and error in expression!!

I hope that helps.

Thanks


rudyvarner

  • Guest
I chatted with KeyCat via PM and he said so far you can only specify one target group.  He said the next version will contain the possibility of multiple target groups.  Hope this helps.

CptBravo

  • Guest
Hey Rudedog,

Thanks for the reply. I guess we will have to wait till next version comes out.
The good thing about the original script by toadlife was it allowed tottal felxibilty.

I hope the new version comes soon!! :)

Thanks

rudyvarner

  • Guest
Just an FYI,

Grouplink 1.21 has been released on the BIS forums and updated here at the Editing Center.

Here is the link to the thread

Here is what KeyCat is adding in the next version.

Quote
Can also mention that I've done some major progress on the upcoming version so now the enemy AI hear and react to your gunfire if you are in their vincinity (i.e. closer than ~600 m with a regular M16) and I'm now pretty confident that I will get it to work. Still things to do and as most scripters knows there are limitations but it looks very promising  

/Christer (a.k.a KeyCat)

Rudy

« Last Edit: 22 Aug 2003, 13:19:48 by Rudedog »

Offline KeyCat

  • Members
  • *
Sorry guys for catching this thread a bit late but you seems be doing quite well anyway  :)

I'm aware about the problem with multiple groups and have it on my "todo" list. Currently the proirity is to give the AI some "hearing aid" so they react to gunfire if you open fire in their vincinity even if they aren't shot at directly, after that I plan to add support for resistance vehicles.

Have most things working so far but wan't to ensure that everything works OK in multiplayer before I release it.

BTW, I don't visit this forum as often as I wish so if you have any questions they may get faster respond over at BIS official forum.

Stay tuned!

/Christer (a.k.a KeyCat)

« Last Edit: 25 Aug 2003, 00:19:14 by KeyCat »
- The journey is the reward!

Offline KeyCat

  • Members
  • *
And no offence meant to Keycat, his script could maby be even better than toadys if he fixed some buggs n finetuned it alitle

Bizon, no offence taken ;)

Just to set things strait - I don't do this for competition, just started with toadlifes great script and improved it for my own pleasure to be used when playing co-op's with my buds and then decided to share it!

/Christer (a.k.a KeyCat)

« Last Edit: 25 Aug 2003, 00:10:51 by KeyCat »
- The journey is the reward!