Data Realms Fan Forums
http://45.55.195.193/

Parachutes!
http://45.55.195.193/viewtopic.php?f=4&t=31849
Page 1 of 1

Author:  UltraMatrixx [ Thu Oct 04, 2012 12:24 pm ]
Post subject:  Parachutes!

hey guys i just wanted to know if anyone thought parachutes would be a great idea like when you jet pack too far forward and you are going to fall to your doom etc so if alot of people like this maybe we can get the devs to add it?

Author:  p3lb0x [ Thu Oct 04, 2012 2:29 pm ]
Post subject:  Re: Parachutes!

There's actually multiple mod applications of this. Try searching!

Author:  Bad Boy [ Thu Oct 04, 2012 3:37 pm ]
Post subject:  Re: Parachutes!

Probably not exactly what you want but this mod has some great parachutes (shameless plug :))
What I gather is that you want a device that an actor can hold that makes a parachute for them. It wouldn't be hard, just have the device gib into a parachute craft from one of the mods when it's pressed and the rest should happen automatically.
Basically just make an object that does nothing and attach this script to it:
function Create(self)
end
function Update(self)
if UInputMan:MouseButtonPressed() then
self:GibThis()
end
end
function Destroy(self)
end

Note that this is untested and will only work with a mouse (assuming I got the right function). There are a lot of better ways to do this that would work with non mouse controls and would allow you to keep the device and so on but I don't want to spend the time writing it at the moment, sorry. Maybe I'll edit it in or maybe someone else will write it up for you.

Author:  UltraMatrixx [ Fri Oct 05, 2012 6:39 am ]
Post subject:  Re: Parachutes!

thanks

Page 1 of 1 All times are UTC [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/