Jump to content
Ghost Recon.net Forums

Rearming the player platoon


Recommended Posts

:stupid: Well of coure thinking this would be simple to do ginxed me. But I tried quite a few ways to rearm the player platoon. Took a look at hx mod coopied what he did, and even tried a couple of other ways to try to rearm the players. The two main ways I tried are

Block:

Proximity platoon, member of player platoon within zone_X

Block_preserve

Assign Kit_Y(to the nearest actor of zone_X) Kit_Y

Block:

Time elapse

Block_preserve

Continueif (# of members of player_platoon within zone_X is greater than or = to 1)

Set actor_X to the actor nearest to zone_X

assign Kit_Y to the actor_X

Tried assigning kit after kit but all that happens is an old fashion crash. Ideal would be to assign frags only, but I'll settle for a kit with frags in em.Also tried lableing the kits with and without the".kit" at the end.

Edited by smokin+SD
Link to post
Share on other sites

Best way to do it is to queueloop the player platoon. Like this:

Group: <Default>

Comment:

Trigger Event:

<Whatever trigger you like here>

Responses:

Use ReArm to loop over all actors in PlayerPlatoon after this block.

Group: ReArm

Comment:

Trigger Event:

An actor loop is ready to process ThisActor.

Responses:

Allow this block to be reactivated.

Assign "whatever.kit" to ThisActor.

Just create an ActorRef tag as a 'handle' for the loop process. It can be anything you like - I have used ThisActor.

Make sure you type the kit name exactly or it will crash GR - best to copy-paste the filename to avoid errors. If you get a ctd check the Ike.log to see if it is not finding the kit you specified.

If you want frags only use the restrictions-04.kit from the Origmiss\Kits\multiplayer\ directory.

Cheers, Jack :rocky:

Link to post
Share on other sites

ALthough I havent played the mission with the picking up weapons option, I always wondered why?why? Why didnt the creators of GR make that option avaliable in the game. It is used in Operation flashpoint, and its just cool to be in a firefight, run out of ammo, glance over to your left and see a dead soldier and start planning a way to dash over to him and get his weapon without gettin killed.(which it seems more often than not I do get killed, but its still cool!)

I have printed this topic for the info to possibly implement it in my upcoming mod, but it will always be Jacks doing that made it possible.

I think that RSE and UBI soft needs to start looking more closely at this site and some of the mods that are created, they could end up ruling the gaming world if they would just get to hiring some people!

Later.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...