Simple Indicators.

Does what it says on the tin, adds simple indicating function to player driven vehicles, with a few different ways to use the indicators.


Requirements...

ScriptHookV: https://dev-c.com/GTAV/scripthookv
ScriptHookVDotNetEnhanced: https://www.gta5-mods.com/tools/script-hook-v-net-enhanced


Installation:

Simply put SimpleIndicators.dll & SimpleIndicators.ini in your scripts folder.
IF YOU WANT TO USE MANUAL INDICATORS, open SimpleIndicators.ini and assign "ManualIndicatorLeftKey" & "ManualIndicatorRightKey" to a keyboard key of your choice.


Description:

- Adds 3 primary indicating methods, read below:
-- Auto Indicators, Works by indicating in the direction of steering after a configurable time when stopped. Good for controller players.
-- Double Tap Indicators, Works by indicating when you double tap the steering direction you wish to indicate in, Good for controller players.
-- Manual Indicators, Works by indicating when you press a bound key, Ideal for keyboard players. Suggested to disable Double Tap Indicators when in use.
- Hazard lights.
- Confgurable by INI.
- Player only script, so NPC behaviour is unaffected.
- Indicators turn off automatically when moving away after a few seconds of movement.
- Auto Indicator hold time can be configured.
- Double Tap Indicator activation window can be configured as can the function being restricted to stationary only.
- Manual Indicators can be configured to out right disable the moving away grace time if you wish to have full control.
- Seperate behaviour when Transit Expansion Pack is installed, i.e. said mod has it's own settings for these same functions but the settings only apply to vehicles listed in TransitExpansionPack.xml or xml files located in TransitExpansionPack/AddOnSettings/ and Simple Indicators will ignore the vehicles specified by Transit Expansion Pack.

More detailed descriptions of configurable options can be found in SimpleIndicators.ini.

Source Code:

https://github.com/StarlightDX/simpleindicators
