Home   Help Search Login Register  

Author Topic: Somebody help that man!!! Have a look at this idea :)  (Read 1523 times)

0 Members and 1 Guest are viewing this topic.

zsa_zsa_rasputin

  • Guest
Would it be possible to have some kind of a "Pick up wounded" action to help drag a wounded comrade behind cover...?

Animation wise...
Maybe if you just had the DRAGGING unit in a crouch (Cant fire whil dragging or being dragged though)
And the DRAGGED (Wounded) unit just SETPOS'd in a the "medic healing while the guy is lying down" position.

And just slowing down the DRAGGING unit a LITTLE but speeding up the DRAGGED unit (A happy medium in between)

And also - if this CAN be done - if you could also have another unit helping to drag and speed not being affected at all?

(I think it would be great to see in a mission)
(Especially if someone can find a better way of doing it animation wise(!))

Dan  ;D

Aeon

  • Guest
Re:Somebody help that man!!! Have a look at this idea :)
« Reply #1 on: 20 Sep 2002, 00:58:25 »
I tried long time ago, but I failed : I used setpos with loop, don't look really good and after few step, the dragged unit just die !
I didn't understand why but it's the way with ofp engine... :-\

Spliff air

  • Guest
Re:Somebody help that man!!! Have a look at this idea :)
« Reply #2 on: 29 Sep 2002, 11:40:03 »
that drag script would be good on a D-Day landing

Scratchdat

  • Guest
Re:Somebody help that man!!! Have a look at this idea :)
« Reply #3 on: 02 Oct 2002, 00:36:24 »
Hey, some bloke cracked the animation files. We may soon be able to edit animations  :o :o :o!!

SPREAD THE WORD

its at http://www.natosoldier.com

The end of frustration is nigh...

O Neil

  • Guest
Re:Somebody help that man!!! Have a look at this idea :)
« Reply #4 on: 10 Oct 2002, 07:51:36 »
Hey, I'm just an amature scriping dude, but just to let you know, you have the approval of a total stranger that I thihnk this idea RULES !!!!!!!!!!!!!

O neil


 :gunman:        :help:

Fox2

  • Guest
Re:Somebody help that man!!! Have a look at this idea :)
« Reply #5 on: 14 Oct 2002, 21:52:04 »
Could be possible with 1.85 and the setvelocity command. I don't know enough about it, however, to tell you how.

Aeon

  • Guest
Re:Somebody help that man!!! Have a look at this idea :)
« Reply #6 on: 16 Oct 2002, 19:17:27 »


[attachment deleted by admin]
« Last Edit: 16 Oct 2002, 21:29:07 by Aeon »

Viriato

  • Guest
Re:Somebody help that man!!! Have a look at this idea :)
« Reply #7 on: 22 Oct 2002, 12:56:24 »
"QUOTE :and if unit carrying lay down, the presumed injured unit stay stand up,"

Unitname setunitpos "UP" ; Unitname setbehaviour "CARELESS"
 ;)

That should be easy to implement via scripting.

O Neil

  • Guest
Re:Somebody help that man!!! Have a look at this idea :)
« Reply #8 on: 29 Oct 2002, 08:58:12 »
Soz, it's me again making totally pointless comments. As I said, basic scripter, but just though of something that may (1% chance)

Is there any way you could treat the man as a flag?

this setFlagTexture "USA_vlajka.jpg"; this setFlagOwner aCarrier

According to people, that makes the flag travel with the car for example.

Soz if I wasted time.

O Neil

PS: soz again

Aeon

  • Guest
Re:Somebody help that man!!! Have a look at this idea :)
« Reply #9 on: 30 Oct 2002, 00:00:05 »
O Neil, unfortunely this won't work.
I think it may work if we have a new walking animation (look attach picture)

dwolf

  • Guest
Re:Somebody help that man!!! Have a look at this idea :)
« Reply #10 on: 30 Oct 2002, 17:03:51 »
 Ok got a working script for moving an object including man.
Here is a simple everon mission as an example.Use pbotools to break apart the files.This is a radio command script so as not to clutter the [] commands.So hit 0 to bring up radio then 0 to bring up push command,execute this.You need to stand close to man first to impliment command..works great.It will take quite a bit to put this to use for more than one object to move,but mostly it would be just using same files,just implimenting them with renaming the one one file move1.sqm,move2.sqm etc.
 If you like this script might give me some credit,worked very hard at it,it was not easy.Also credit should go to Gutterfunke,it is a derivative of his work.