https://github.com/markkoz/gta-handling
A GTA V ScriptHookV plugin with various tests for vehicle handling.
https://github.com/markkoz/gta-handling
asiloader cpp gta5 gtav scripthookv vehicle
Last synced: about 1 year ago
JSON representation
A GTA V ScriptHookV plugin with various tests for vehicle handling.
- Host: GitHub
- URL: https://github.com/markkoz/gta-handling
- Owner: MarkKoz
- License: mit
- Created: 2018-04-11T16:55:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T17:35:14.000Z (about 8 years ago)
- Last Synced: 2025-02-01T00:25:01.629Z (over 1 year ago)
- Topics: asiloader, cpp, gta5, gtav, scripthookv, vehicle
- Language: C++
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GTA V Handling Tests
### Description
An assortment of tests for vehicle handling in GTA V. Includes:
* Speedometer in kilometres per hour.
* Acceleration timer (0 km/h to 100 km/h).
* Deceleration timer (100 km/h to 0 km/h).
### Instructions
Hotkeys:
* `F7` - Toggle Acceleration Timer
* `F8` - Toggle Deceleration Timer
Press one of the hotkeys listed above to activate the correponding timer. The
vehicle will automatically throttle/brake to reach the starting speed. The
result of the timer will appear in the centre of the screen. Once the target
speed is reached, the vehicle will automatically brake until stopped. The
result will remain displayed until the timer is toggled off.
### Requirements
* Grand Theft Auto V 1.0.1032.1
* [Script Hook V](http://www.dev-c.com/gtav/scripthookv/)
### Installation
Move `HandlingTests.asi` to game's root directory (i.e. where `GTAV.exe` is).
### Developing
Download the [Script Hook V SDK](http://www.dev-c.com/gtav/scripthookv/) and
move the archive's contents into `solution-root/libs/ScriptHookV/`.
### Credits
Alexander Blade - Script Hook V SDK