Skip to content

Commit c98e1f5

Browse files
Added docs folder containing Read Me and controller button list.
1 parent c594ca5 commit c98e1f5

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed

EnhancedVehicleLightingControls.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
<Compile Include="Properties\AssemblyInfo.cs" />
5050
</ItemGroup>
5151
<ItemGroup>
52+
<None Include="docs\ControllerButtonList.md" />
53+
<None Include="docs\README.md" />
5254
<None Include="EVLC_Settings.ini" />
5355
</ItemGroup>
5456
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

docs/ControllerButtonList.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Controller Button list
2+
## Xbox Controller
3+
### Button pad
4+
- A = ScriptRDown
5+
- X = ScriptRLeft
6+
- Y = ScriptRUp
7+
- B = ScriptRRight
8+
9+
### D Pad
10+
- Left = ScriptPadLeft
11+
- Right = ScriptPadRight
12+
- Up = ScriptPadUp
13+
- Down = ScriptPadDown
14+
### Triggers
15+
- RB = ScriptRB
16+
- RT = ScriptRT
17+
- LB = ScriptLB
18+
- LT = ScriptLT
19+
20+
### Joystick Buttons
21+
- RS = ScriptRS
22+
- LS = ScriptLS
23+
24+
### Other
25+
- Select = ScriptSelect

docs/README.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Enhanced Vehicle Lighting Controls
2+
## Description
3+
Get more control over your vehicle! This mod allows you to silence sirens with one key press, Toggle your headlights between full and low beams, Toggle the interior light and actually use your indicators!
4+
5+
### *Controller Support*:
6+
As of v0.2.0 this mod has basic controller support. Despite this, i still recommend using a keyboard for the best experience as nearly all the controller buttons are pre mapped to native functions leading to conflicts. I am working on improving this for a later release.
7+
8+
---
9+
10+
## Requirements:
11+
- GTA V (PC)
12+
- AB ScriptHookV [Available Here](http://www.dev-c.com/gtav/scripthookv/)
13+
- ScriptHookVDotNet [Available Here](https://www.gta5-mods.com/tools/scripthookv-net)
14+
15+
---
16+
17+
## Installation
18+
- Navigate to your GTA V root folder.
19+
- Copy the \scripts folder into the directory.
20+
21+
---
22+
23+
## Controls
24+
### Default Bindings:
25+
#### *Keyboard*:
26+
- **Siren Toggle**: Tab
27+
- **Beam Toggle**: CapsLock
28+
- **Interior Light Toggle**: I
29+
- **Left Indicator**: Left Arrow
30+
- **Right Indicator**: Right Arrow
31+
32+
#### *Controller*:
33+
- **Siren Toggle**: DPadDown
34+
- **Beam Toggle**: x button
35+
- **Left Indicator**: DPadLeft
36+
- **Right Indicator**: DPadRight
37+
38+
39+
40+
#### *Custom Bindings*:
41+
You can change the default controls in the .ini file.
42+
See '\docs\ControllerButtonList.pdf' for a list of valid button binds.
43+
44+
---
45+
46+
## Changelog
47+
- **v0.2.3.0**: Added basic controller support.
48+
49+
---
50+
51+
## Known Bugs and Issues:
52+
- Sometimes when the mod first loads the input is unresponsive; To fix, simply reload the script via the ScriptHookVDotNet console (F4 by default). I've only noticed this while using LSPDFR.
53+
54+
---

0 commit comments

Comments
 (0)