| Last updated | 2 years ago |
| Total downloads | 25124 |
| Total rating | 10 |
| Categories | Mods Client-side |
| Dependency string | Team036-Speedometer-1.0.7 |
| Dependants | 0 other packages depend on this package |
README
Enable the SP speedometer in MP (with metric) .
Use metric
Configure this in the mod.json.
"ConVars": [
{
// use metric
"Name": "speedometer_use_metric",
"DefaultValue": "true"
}
]
Update log
v1.0.3
- Add a convar to allow player use metric speedometer
v1.0.4
- Fix .zip file structure. I forgot to put the files in a folder.
v1.0.5
- Update ConVars.
v1.0.6
- Update. Support for titan cockpit.
v1.0.7
- Bugfix. You may get CTM(Crush To Mainmenu) while executed by other titan. The titan speedometer is disabed before the solution.