G-force meter 1.0.0
713
30
713
30
G-force meter
A script that draws an UI element indicating the current acceleration of the vehicle, in X and Y direction.
Video of it in action!
Requirements
You'll need ScriptHookVDotNet, v3.0 or newer.
Installation
Copy the following files to your scripts folder:
GForceMeter.dll
GForceMeter folder
Usage
It's active when you're controlling a vehicle.
The settings.ini file inside the GForceMeter folder contains various settings.
The script functions completely in the background.
To reload settings, reload it through ScriptHookVDotNet.
A script that draws an UI element indicating the current acceleration of the vehicle, in X and Y direction.
Video of it in action!
Requirements
You'll need ScriptHookVDotNet, v3.0 or newer.
Installation
Copy the following files to your scripts folder:
GForceMeter.dll
GForceMeter folder
Usage
It's active when you're controlling a vehicle.
The settings.ini file inside the GForceMeter folder contains various settings.
The script functions completely in the background.
To reload settings, reload it through ScriptHookVDotNet.
Carregat per primera vegada: 08 de Maig de 2021
Actualització més recent: 08 de Maig de 2021
Últim descarregat: fa 6 dies
7 Comentaris
More mods by ikt:
G-force meter
A script that draws an UI element indicating the current acceleration of the vehicle, in X and Y direction.
Video of it in action!
Requirements
You'll need ScriptHookVDotNet, v3.0 or newer.
Installation
Copy the following files to your scripts folder:
GForceMeter.dll
GForceMeter folder
Usage
It's active when you're controlling a vehicle.
The settings.ini file inside the GForceMeter folder contains various settings.
The script functions completely in the background.
To reload settings, reload it through ScriptHookVDotNet.
A script that draws an UI element indicating the current acceleration of the vehicle, in X and Y direction.
Video of it in action!
Requirements
You'll need ScriptHookVDotNet, v3.0 or newer.
Installation
Copy the following files to your scripts folder:
GForceMeter.dll
GForceMeter folder
Usage
It's active when you're controlling a vehicle.
The settings.ini file inside the GForceMeter folder contains various settings.
The script functions completely in the background.
To reload settings, reload it through ScriptHookVDotNet.
Carregat per primera vegada: 08 de Maig de 2021
Actualització més recent: 08 de Maig de 2021
Últim descarregat: fa 6 dies
This file has been approved automatically. If you think this file should not be here for any reason please report it.
Would certainly help me tweak my handlings, nice mod once again ikt
nice
odometre please
this doesnt work anymore. there also was no scripts folder. i made one. i have scripthooknet. still doesnt work.
Is there a way to show a more precise value ? eg : 0.134 instead of 0.1
@CarreraGT dont know if you still care, but you can edit the dll file with dnspy and change every instance of "new TextElement(string.Format("{0:0.0}", num), position, 0.25f * this.sizeMult, this.highlightsColor)" to "new TextElement(string.Format("{0:0.000}", num), position, 0.25f * this.sizeMult, this.highlightsColor)" and that changes it from one to three places behind the decimal. Just change 0.0 to whatever precision you want