Home   Help Search Login Register  

Author Topic: Multirope-Rappel help  (Read 2151 times)

0 Members and 1 Guest are viewing this topic.

Partyboy99

  • Guest
Multirope-Rappel help
« on: 04 Feb 2005, 04:10:43 »
 Hello, Im still a noob at scripting. Ok I have got the Multirope-Rappel  script, I figured out how to use it with my own mission becaus I dont have to change anything if im part of a of the unit in the  triggers, but when I tried to copy it to make a 2nd Multirope-Rappel for chopper2 it didnt work but when i was part of Choppers2 Multirope-Rappel it worked. How can I make a Multirope-Rappel for another choppers using 12 soldiers in the Multirope-Rappel script.

Offline Triggerhappy

  • Contributing Member
  • **
  • Llama, it's what's for dinner.
Re:Multirope-Rappel help
« Reply #1 on: 04 Feb 2005, 04:49:16 »
its just:
[choppername] exec "rappel.sqs"

Offline Flaber

  • Members
  • *
    • Escuadron 13th TigerSharks
Re:Multirope-Rappel help
« Reply #2 on: 04 Feb 2005, 10:12:54 »
triggerhappy is right,

For example, we have two choppers, called heli1 and heli2

In the at activation field of waypoint for heli1 you have to write:

[heli1] exec "rappel.sqs";

In the at activation field of waypoint for heli2 you have to write:

[heli2] exec "rappel.sqs";

Be sure you have the last version of the scripts (Search the topic) because the first version may don't work with two choppers that make rappel at the SAME time, due to the use of global variables. (this is already fixed).

The script is no mp compatible at this moment, working on it :(

I've edited this post, because  I wrote that you have to write the code in the init field of the chopper, and is in the waypoint .. .sorry  :-\
« Last Edit: 05 Feb 2005, 13:55:27 by Flaber »

Partyboy99

  • Guest
Re:Multirope-Rappel help
« Reply #3 on: 04 Feb 2005, 14:18:26 »
"Multirope-Rappel     Blip     1.0"   Thats all i have found for the Multirope-Rappel  script. If the newer change the name of it pleas tell me the name.

Offline Flaber

  • Members
  • *
    • Escuadron 13th TigerSharks
Re:Multirope-Rappel help
« Reply #4 on: 04 Feb 2005, 17:02:10 »
Here do you have the topic related to multirope rappel :

http://www.ofpec.com/yabbse/index.php?board=27;action=display;threadid=19881;view=all

And here the link with the last demo mision with the last scritps.

[url removed]ts_rappel.Noe.zip]http://www.ofpec.com/yabbse/attachments/ts_rappel.Noe.zip[/url]

As I'm trying to made the script mp compatible, you need to place a game logic variable called "server" (yes, also in sp mode) or you will get an strange error.

hope this helps you.


Offline Northgarden

  • Members
  • *
Re: Multirope-Rappel help
« Reply #5 on: 02 Jun 2006, 17:14:43 »
Hi  :)

I know this thread is a bit long ago but i was hoping that 1 of you could post the Multirope-Rappel script for Multiplayer here?

I tried the script in 1 of my missions but since i only make Coop Multiplayer missions it did'nt work so well... don't get any errors but everyone get rappeled at the same spot and in the ocean 4000 km. away from the real destination.

Hope someone has it cuz the Depot is not up yet.

Offline SniperAndy

  • Members
  • *
    • VBS Community
Re: Multirope-Rappel help
« Reply #6 on: 02 Jun 2006, 18:46:32 »
sorry, but both links don't work for me here

Offline Blip

  • Members
  • *
  • ...Old OFP FART...
Re: Multirope-Rappel help
« Reply #7 on: 03 Jun 2006, 01:56:43 »
Hey All,

As Flaber said earlier, the script is not yet fully Multiplayer Compatible.

The original post can be found HERE

The topic doesn't appear to have any of the attachments anymore so someone needs to post the scripts back up.  I have misplaced mine so I hope Flaber or Trigger have the scripts in their latest forms.

Blip
...NIGHT WALKER....

Offline Flaber

  • Members
  • *
    • Escuadron 13th TigerSharks
Re: Multirope-Rappel help
« Reply #8 on: 03 Jun 2006, 15:41:37 »
I still have the scripts, but not the original ones, and as I said before... there is a lot of problems with mp that i didn't solve.

Anyway .. i have to check the scripts to see that are working right in sp, and i will put the script here.

give me a day or two. .



Offline Flaber

  • Members
  • *
    • Escuadron 13th TigerSharks
Re: Multirope-Rappel help
« Reply #9 on: 04 Jun 2006, 02:27:35 »
Here is the script.. I have removed all the code that was unuseful for single player use (like -> ?!local server....), and reduced the code a bit.


I also tested to see that still working :D

I left an example mission with the script working at the same time with 2 helicopters.

Put the mision in your user/missions folder, and test it from the editor (desert island).

I  like to play coop missions, so if any of you have any tip of how to make this script working in mp... i'm open to suggestions.



[attachment deleted by admin]
« Last Edit: 04 Jun 2006, 14:28:51 by Flaber »

Offline Northgarden

  • Members
  • *
Re: Multirope-Rappel help
« Reply #10 on: 04 Jun 2006, 18:39:17 »
Hey guys. :)

Thx a lot for all the replies. I will try the links and the download from you Flaber.  ;)

Am currently making a Coop mission of Black Hawk Down so i want it as authentic as possible.

With respect.  8)

Offline Flaber

  • Members
  • *
    • Escuadron 13th TigerSharks
Re: Multirope-Rappel help
« Reply #11 on: 04 Jun 2006, 23:47:05 »
nice news .. but look that the script is not mp compatible at this moment. I'm trying diferent solutions to see which one works.