DashHook Toolkit v1.0.1
DevelopersDescription
DashHook Toolkit
DashHook is a C++ library that helps other scripts interact with the vehicle dashboard in Grand Theft Auto V.
Installation
Place DashHook.dll in the main GTA V folder.
Developer usage
For detailed information, refer to the GitHub repository and the header file.
Important Note
Do not bundle DashHook.dll with your script. Always direct users to this page or the GitHub releases for updates.
Scripts Using DashHook
- Dial Accuracy Fix - (1.0.0)
- speed
- rpm
- Turbo Fix - (1.1.0)
- boost
- vacuum
- Manual Transmission - (5.0.0)
- ABSLight when ABS is active
- engineLight, ABSLight, petrolLight, oilLight, batteryLight when stalled
- oilPressure when AWD dial remap is active for y97y's Skyline R32
- (Your script) - (Starting version using it)
- (VehicleDashboardData field) - set constantly, periodically, occasionally
Credits
The core functionality is based on alloc8or's work. I developed a library around it to manage access for multiple scripts. The struct itself originates from the game.
Changelog
v1.0.1
* Fixed an issue that sometimes caused values to default or display as zero.
v1.0.0
* Initial release
First Upload: November 11, 2024 Last Updated: November 11, 2024
0 Comments
Join the conversation! Log In or register for an account to be able to comment.