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 17 years, 6 months ago

Your banner is pwncopters.

NeutralReiddHotel 17 years, 6 months ago

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

foslock 17 years, 6 months ago

ROFLCOPTERS more like!

twisterghost 17 years, 6 months ago

Revise'D!

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

noshenim 17 years, 6 months 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 17 years, 6 months 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 17 years, 6 months ago

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

n1ko 17 years, 6 months ago

your mom has large font size

smaksak 17 years, 6 months ago

oh rly?