Parachute

The forum for discussions that don't fall into any of release topics below.

Moderator: Forum Guards

Parachute

Postby Dex » Sat Dec 01, 07 1:43 pm

I've been thinking if somebody could make a parachute item.

It could be have the mesh & skin of an Ballistic Armor. And when picked up no-mesh, and when you press the button a sound of opening a parachute plays and you start falling slower. Is this possible?
User avatar
Dex
Forum Hero
 
Posts: 2696
Joined: Sun Oct 28, 07 6:17 pm
Location: Bosnian Fellaorgy Clay

Postby Mr. Tastix » Sat Dec 01, 07 1:55 pm

It'd be pretty funny to watch someone fall slowly. Especially if it just happened and you didn't physically see the parachute. Though, what would be the point, unless you're on a server where you fall constantly or can fall constantly.
Blood is thicker than water and sweeter than candy.
User avatar
Mr. Tastix
Forum Legend
 
Posts: 5247
Joined: Fri Dec 16, 05 6:10 am
Location: New Zealand

Postby VodunLoas » Sat Dec 01, 07 1:55 pm

It's possible. Will someone take their time and accomplish this? Well that's another story.
User avatar
VodunLoas
Alpha
 
Posts: 677
Joined: Thu Apr 22, 04 7:16 am

Postby ~[R2K]D-BLOCK~ » Sat Dec 01, 07 7:22 pm

Already made just not released.
!!!!!Come Visit [RTK] CLAN Forums Click Here
User avatar
~[R2K]D-BLOCK~
Regular
 
Posts: 404
Joined: Tue Jul 03, 07 3:07 pm

Postby kBo » Sat Dec 01, 07 7:43 pm

~Psychotic~ wrote:It'd be pretty funny to watch someone fall slowly. Especially if it just happened and you didn't physically see the parachute. Though, what would be the point, unless you're on a server where you fall constantly or can fall constantly.


BigFlyingParty?
"Phreaking doesn't exist. It's an abstract concept that is blindly supported by the collective consciousness of a flakey subculture. You saw nothing."
User avatar
kBo
Master
 
Posts: 1698
Joined: Wed Dec 24, 03 2:52 pm
Location: North Carolina, USA

Postby Baleout » Sat Dec 01, 07 7:44 pm

~Psychotic~ wrote:Though, what would be the point, unless you're on a server where you fall constantly or can fall constantly.


As a parachute item so that you can jump off e.g. the cmd roof.
Last edited by Baleout on Sat Dec 01, 07 7:45 pm, edited 1 time in total.
User avatar
Baleout
Master
 
Posts: 1606
Joined: Mon Feb 19, 07 1:28 pm
Location: Greater London

Postby ~[R2K]D-BLOCK~ » Sat Dec 01, 07 7:46 pm

Its made but not released. Was for the WWII mod.
!!!!!Come Visit [RTK] CLAN Forums Click Here
User avatar
~[R2K]D-BLOCK~
Regular
 
Posts: 404
Joined: Tue Jul 03, 07 3:07 pm

Postby {17}Ales » Sat Dec 01, 07 8:36 pm

I dont see this being to hard. On the top of my head(lol just had a haircut) it could be something like:
Code: Select all

Function Tick (float delta)
{
     if(player.velocity.y != 0)
     {
           player.velocity.y /= 3;
     }
}

//Or something abit more random

Function Tick (float delta)
{
local float wind;
wind = FRand()*10
     if(player.velocity.y != 0)
     {
           player.velocity.y /= wind;
     }
}

Code above is really bad if ya know what I mean :oops:
My msn is now updated add me xD.
Image
User avatar
{17}Ales
Regular
 
Posts: 462
Joined: Tue Sep 05, 06 3:41 pm
Location: On the seat!

Postby Alex » Sat Dec 01, 07 8:55 pm

That code is horrible. Not only will you fall as fast as normal, your Y value gets changed? Why? (Ok, I understand that the second example should be seen as 'wind', but the first is useless?)
Alex
Alpha
 
Posts: 8067
Joined: Wed Nov 12, 03 4:51 pm

Postby {17}Ales » Sat Dec 01, 07 9:00 pm

How would you do it then!?

*facepalm*Srry all I forgotten that the unreal axis is rotated.

Function Tick (float delta)
{
if(player.velocity.Z != 0)
{
player.velocity.Z /= 3;
}
}

//Or something abit more random

Function Tick (float delta)
{
local float wind;
wind = FRand()*10
if(player.velocity.Z != 0)
{
player.velocity.Z /= wind;
}
}
Last edited by {17}Ales on Sat Dec 01, 07 9:00 pm, edited 1 time in total.
My msn is now updated add me xD.
Image
User avatar
{17}Ales
Regular
 
Posts: 462
Joined: Tue Sep 05, 06 3:41 pm
Location: On the seat!


Return to Comments, questions, requests

Who is online

Users browsing this forum: No registered users and 5 guests