Jump to content
  • 0

Whats the Fast Race Bike in SL ?


EricBjornson
 Share

You are about to reply to a thread that has been inactive for 1044 days.

Please take a moment to consider if this thread is worth bumping.

Question

11 answers to this question

Recommended Posts

  • 0

You can make a bike as fast as you want it to be. The problem comes in control and steering, If you (the bike maker) know the exact track and the way it angles its turns you could make a bike that can go really fast on that track, but making a bike that can do well for multiple kinds of turns is a challenge.

The fastest possible bike would probably have to use mouse-look to give the user precise control over the angle of the turn. I did a basic test of that months ago, but I think I found that actually using a mouse for that style of bike is a bit too difficult. you'd need a game controller to make the most use of it.

Edited by Quistess Alpha
Link to comment
Share on other sites

  • 0

the fastest mod racing bike in SL is the original Cory Linden / Andrew Linden bike

a copy is here: https://www.outworldz.com/cgi/freescripts.plx?ID=524

stick the script in a box prim. Mod the line: float gMaxFwdSpeed = 30; to some insane higher value

sit on the box and go

to go quicker in the corners, mod the other engine global settings as well to insane higher values

 

Link to comment
Share on other sites

  • 0

Wanna Bet I can't outrun it?

(put this in an attachment):

vector fwd_force=<75,0,0>;
default
{
    attach(key ID)
    {   if(ID)
        {
            llRequestPermissions(ID, PERMISSION_TAKE_CONTROLS);
        }
    }
    run_time_permissions(integer perms)
    {
        if(perms&PERMISSION_TAKE_CONTROLS)
        {
            llTakeControls(CONTROL_FWD,TRUE,FALSE);
        }
    }
    control(key ID,integer level,integer edge)
    {
        llSetForce(fwd_force*!!(level&CONTROL_FWD),TRUE);
    }
}

 

  • Haha 1
Link to comment
Share on other sites

  • 0

If you really want a fast bike, go to one of the tracks that has many shops. 2RAW Extreme has about 20 sellers of cars and bikes. Try them on the track. You're limited more by how well you can drive than by how fast the vehicle can go.

  • Like 2
Link to comment
Share on other sites

  • 0
On 7/9/2021 at 7:58 AM, Katherine Heartsong said:

Why is this in the Adult section of the forums?

seems people using forums are not used to using forums so they stick things where ever.   facebook and such have kinda made these types of communication not within the publics grasp anymore.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1044 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...