Skip to content

Straydet/Carfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carfly - Cruise Control/Flying Car

Static Badge

What it does?

It does many things like make your vehicle fly, climb anything and also works as cruise control. You just need to type /cc to enable (or disable) mode and then press and hold CTRL key to activate it. Since you release key, it is automatically deactivated. To change speed type /cc [speed you want: 0.05-3.0].

Where the idea came from?

I'm an huge fan of 4x4. Since few cars can't climb slops easily, I developed a system to apply multiple boosts to vehicle to simulate a powerful 4x4 car. But the speed was always very slow, so I created a variable to define the speed I wanted to apply, and then appeared this FS.

A demonstration of how to use it:

Click on the image to go to the explanatory video

Advised speed values:

I think 0.05 - 0.3 it's good to simulate 4x4 mode.
Between 0.3 - 1.5 it's good for cruise control.
Any value is good to fly.

Notes:

I included a vehicle repairer that works everytime you use this mode, because in fly mode you can make serious damage to your vehicle like I did in video. You can deactivate this feature in script.

Bugs:

I think there's no bugs. I made this script as simple as possible to avoid lag, since it uses a timer that calls a little big function many times per second (you can define this value).

Commands

/cc - Activate flight mode for the vehicle!
/cc [0.05-3.0] - Configure the flight speed value for the vehicle!

Clarification

You can modify or adjust any part of the system if needed, add more details, expand features, or add more commands. You can also correct text, improve functions, or add details you find useful. This allows you to better adapt it to your project or the way you prefer the system to work.

Credits