calling 64 digits...

Posted by n1ko on Oct. 26, 2006, 8:33 p.m.

Hello 64 digits community. Once again, I need help with a game and have no were else to turn, because because the GMC is crap. I am making a game that relies heavily on mooseluph's car pyisics/terrain example. I want to make the car able to jump, however, I suck at coding and I'm just messing myself up more. If somone could please help me find a way for it to jump, and if your advice helps me achieve my goal, I'll put you in my game credits under, 'special thanks'. Thank you everybody!

Comments

ludamad 18 years ago

Your banner is pwncopters.

NeutralReiddHotel 18 years ago

the <br> HTML tag and the Enter key are your friends.

foslock 18 years ago

ROFLCOPTERS more like!

twisterghost 18 years ago

Revise'D!

XD, your blog's grammar and spelling made me twitch, so I edited it.

noshenim 18 years ago

I <3 car physics

to make the car jump in mooslumph's gm6 car phics example, put a

if(keyboard_check_pressed(ord("U")))
    {
    if!(collision_circle(point_x[point_left],point_y[point_left],point_radius[point_left]+2,obj_solid,true,false)||
    collision_circle(point_x[point_right],point_y[point_right],point_radius[point_right]+2,obj_solid,true,false))exit;
    for(i=0;i<point_numb;i+=1)
        {
        point_y[i]-=10;
        }
    }

that makes it jump upwards if "u" is pressed, and at least one wheel is touching the ground

n1ko 18 years ago

wtf? my blog was fine. decent length, too, compared to others. fuck you mods/admins/whoever.oh, and, player, thanks for the help!

melee-master 18 years ago

Decent length? No. It just looks a bit long cecayse your font size is large.

n1ko 18 years ago

your mom has large font size

smaksak 18 years ago

oh rly?