-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/xesdoog/TokyoDrift
- Loading branch information
Showing
1 changed file
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,56 @@ | ||
# TokyoDrift | ||
|
||
Lua script for YimMenu that helps you go sideways in GTA Online. _SKRRT_ | ||
Lua script for YimMenu that adds a few fun features for car enthusiasts. | ||
|
||
This is a much better way to drift cars than that retarded _dRiFt TUnE_ that R* came up with. 🤦♂️ | ||
It also has a few other fun features for car enthusiasts. | ||
![image](https://github.com/user-attachments/assets/c267b174-944d-4e23-b9ef-5af581c9fe87) | ||
|
||
![image](https://github.com/xesdoog/TokyoDrift/assets/66764345/39c129b7-7464-4457-916f-141fd64eb003) | ||
## Features: | ||
|
||
>[!NOTE] | ||
> Every feature in this script works whether you're a driver or a passenger. You can sit in a friend's car and make it drift or give it NOS. | ||
#### Drift: | ||
- Activate one of the two options then hold left shift to drift. Credits to [Harmless](https://github.com/harmless05). | ||
|
||
#### Launch Control: | ||
- When your car is completely stopped, press and hold **Accelerate** + **Brake** together for 3 seconds then let go of the brake button. | ||
|
||
> [!NOTE] | ||
> While this option is active, you will not be able to do a burnout. | ||
#### NOS: | ||
- This option does not magically push your car forward at a ridiculous speed, instead it tries to simulate nitrous by increasing your vehicle's torque and top speed. When this option is activated, another checkbox will appear allowing you to enable/disable boost screen effects (Disabled by default). | ||
|
||
#### NOS Purge: | ||
- Press vehicle duck button ( **[X]** on keyboard, **[A]** on controller ) to purge your nos just like in 2Fast 2Furious. A nitrous purge [looks like this](https://i.pinimg.com/736x/ff/7c/d1/ff7cd16c359103e7628049baf770c57e.jpg). | ||
|
||
#### Big Subwoofer: | ||
- Simply makes your vehicle's radio sound louder from the outside. You will only notice a difference when you stand next to your car while the radio is on. | ||
|
||
#### Pops & Bangs: | ||
- Adds a crackle tune to your vehicle. Whenever you let go of the accelerator at high RPM, your exhaust will start backfiring and popping, [similar to this](https://www.youtube.com/watch?v=9ze48QRQGmQ). When this option is enabled, another checkbox will appear allowing you to make your pops sound much louder (like gunshots). | ||
|
||
#### High Beams On Horn: | ||
- Flash your high beams whenever you use your horn. | ||
|
||
#### Auto Brake Lights: | ||
- Automatically turns on your vehicle's brake lights when you come to a complete stop. | ||
|
||
#### Keep Engine On: | ||
- This option is not the same as the one in YimMenu. This one brings back GTA 4's vehicle exit style: Hold **[F]** to turn off the engine before you exit your vehicle or press the button normally to exit and keep the engine running. | ||
|
||
#### Can't Touch This!: | ||
- Prevent NPCs and players from carjacking you. | ||
|
||
#### RGB Headlights: | ||
- Starts an RGB loop on your headlights. | ||
|
||
#### Change Engine Sound: | ||
- Only works for land vehicles: This opens a new window providing you with a list of all vehicles, choose one and press the button to use that model's sound. (This is only local, other players will still hear the default vehicle sound). | ||
|
||
#### Destroy/Fix Engine: | ||
This button switches labels and functionalities depending on your vehicle's engine health: | ||
- If your engine health is full and you want to destroy it for some reason, you can use this button to do so. | ||
- If your engine health is below max or completely destroyed, you can use this button to fix it as long as it doesn't have water damage. | ||
|
||
## Credits: | ||
|
||
- [Harmless](https://github.com/harmless05) for the original script (Shift-Drift). | ||
- [xiaoxiao](https://github.com/xiaoxiao921) for helping figure out the exhaust issue. | ||
- [Harmless](https://github.com/harmless05) for the drift feature (Shift-Drift). | ||
- [xiaoxiao](https://github.com/xiaoxiao921) for helping figure out an issue with exhaust bones (it wasn'ty really an issue, I was just confused). |