Jump to content
Sign in to follow this  
madbull

[R3F] Revive : A lightweight and efficient revive

Recommended Posts

I've currently no time to make, test and upload a sample mission.

But send me a link to your mission PBO via PM, then I'll have a look on it.

Share this post


Link to post
Share on other sites

Hi madbull

its possible to decrease the "lives" also when you choose to respawn and not only when you've been revived?

THX

Dasca

Edited by Dasca

Share this post


Link to post
Share on other sites

Hi,

In reapparaitre_camp.sqf, remove the folowing line 61 :

R3F_REV_nb_reanimations = R3F_REV_CFG_nb_reanimations;

You should also set the config variable R3F_REV_CFG_autoriser_reapparaitre_camp to false to deny the respawn/revive after all the lives were used.

Share this post


Link to post
Share on other sites

nice work madbull - just one thing im curious about.

vanilla arma2 has a medic who can perform revives already - what is the difference with this mod?

Share this post


Link to post
Share on other sites

This one works properly.

This one works on dedicated server.

This one even works if shots are lethal.

Share this post


Link to post
Share on other sites

one thing i want to know about this -

you can set number of revives, lets say 3.

you can also turn on respawns.

you have the option to revive or respawn.

my question then is:

if you have used up 3 revives or respawns can you no longer respawn?

or if you turn on respawn do you have respawn for the whole mission?

what i want to do is give players 3 revives/respawns maximum. They can choose either to be revived or to respawn 3 times but once they have used them up they can only spectate. is this what this script does?

Share this post


Link to post
Share on other sites
Hi,

In reapparaitre_camp.sqf, remove the folowing line 61 :

R3F_REV_nb_reanimations = R3F_REV_CFG_nb_reanimations;

You should also set the config variable R3F_REV_CFG_autoriser_reapparaitre_camp to false to deny the respawn/revive after all the lives were used.

Thx Madbull.. I write the wrong word I mean increase but is the same just put -2 :)

Cheers

Dasca

Share this post


Link to post
Share on other sites

Anyone tried this with OA? Im stuck using the first aid module :-(

Share this post


Link to post
Share on other sites
Anyone tried this with OA? Im stuck using the first aid module :-(

What do you mean by "Im stuck using the first aid module"? As in that's all you are using?

Did you try it with OA yet? I didn't see any troubles at first glance but I only tried it briefly.

Share this post


Link to post
Share on other sites

First aid module in OA seems to be the same as in Arma 2, and it works great most of the time, at least if you don't have respawns in your mission...

Share this post


Link to post
Share on other sites
What do you mean by "Im stuck using the first aid module"? As in that's all you are using?

Did you try it with OA yet? I didn't see any troubles at first glance but I only tried it briefly.

Yes I did try. It works nice, but not for revive.

Share this post


Link to post
Share on other sites

It's not meant to revive, it's supposed to be an alternative first aid system where you can still actually die if you get hit too hard.

Share this post


Link to post
Share on other sites

I try it in OA.

The respawn body appears in bottom left map without weapons.

I have fix this bug.

Madbull can u contact me to send u the fixed version ?

Share this post


Link to post
Share on other sites

New version release :

v1.3

- Compatibility to Arrowhead (ArmA2 compatibility still guaranted)

- The stringtable.csv is replaced by an alternative simpler system

- We now need to heal the dead body only once

The [R3F] Revive is still lightweight as it is our main goal.

Download link in the first message.

Thanks to all who sent me feedbacks and reports about the AA:OA compatibility.

Share this post


Link to post
Share on other sites

Thanks for the new release. Tried the script on a couple of OA missions and it works well. Good job on keeping it lightweight and simple :yay:

One question - are the controls for the camera view when dead documented anywhere? I couldn't find them.

Share this post


Link to post
Share on other sites
One question - are the controls for the camera view when dead documented anywhere? I couldn't find them.

It's a classic "camera.sqs". The main controls are W, A, S, D, Q, Z, 2, 4, 6, 8, +, -

Share this post


Link to post
Share on other sites

You should add the possibility of dragging the unconscius player. :)

Share this post


Link to post
Share on other sites

@Mike-USA :

I know. You already study this.

But the lightweightness needs are the priority.

@PsychoShade :

Do you speak about the "Respawn" option in the description.ext ?

You need to use Respawn = "BASE"; as the installation manual said.

If you speak about respawn after all the revive possibilities are used, use the R3F_REV_CFG_autoriser_reapparaitre_camp option in the config.sqf.

Share this post


Link to post
Share on other sites

Negative, I want to use the revive script, to the point where the players can be revived, but if they are permanently killed, then they can not respawn, they are dead until a mission restart.

Share this post


Link to post
Share on other sites
Negative, I want to use the revive script, to the point where the players can be revived, but if they are permanently killed, then they can not respawn, they are dead until a mission restart.

That's how the BIS First Aid system works basically.

This, and other revive systems, require the respawn at BASE option since you technically respawn there (your body is moved to a marker put far away) and have your control replaced with a dead body and camera till you're revived and gain control of your body again.

Share this post


Link to post
Share on other sites

This revive script revives only dead players, not the injured ones, as the medics can already heal them.

If you're looking to an enhanced first aid system, check out the BIS' modules.

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  

×