evoHUD is a fully customizable HUD powered by squirrel script language.
Installation
Before installation,
to
Customize HUD
evoHUD can be customized by squirrel script. You can access all internal plugin telemetry data through evoHUD API. evoHUD has higher level API for layout such as window, column, group. You can also draw graphical primitive, texture and text anywhere you want.
User modifications
Virus scan result
https://www.virustotal.com/#/file/9...0b2cafb64fc0159c23e2ddea372a85a84b1/detection
Acknowledgements
Special thanks to DaVeX↯ for suggesting and provide new icons.
Credit
Portions of this software are copyright (c) 2017 The FreeType Project (www.freetype.org). All rights reserved.
Installation
- copy d3d9.dll, evoHUD.nut and plugins to game root folder.(evoHUD-virtualmirrors.nut is for layout with virtual mirrors. Rename to evoHUD.nut if you use it.)
Before installation,
- copy evoHUD.ini(detault setting is for sweetfx(d3d9_2.dll)) to game root folder.
- Edit it if you want to use d3d9_xxx.dll.
Code:
[General]
OriginalD3D9DLL = d3d9_2.dll
Code:
[General]
OriginalD3D9DLL = d3d9_xxx.dll
Customize HUD
evoHUD can be customized by squirrel script. You can access all internal plugin telemetry data through evoHUD API. evoHUD has higher level API for layout such as window, column, group. You can also draw graphical primitive, texture and text anywhere you want.
User modifications
- Martin Fiala Custom evoHUD layout. Cosmetic + new widget with race time remaining, lap and position.
- Nobkins evoHUD+ Nobkins mod of evoHUD. Many improvements.
Virus scan result
https://www.virustotal.com/#/file/9...0b2cafb64fc0159c23e2ddea372a85a84b1/detection
Acknowledgements
Special thanks to DaVeX↯ for suggesting and provide new icons.
Credit
Portions of this software are copyright (c) 2017 The FreeType Project (www.freetype.org). All rights reserved.