Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Fixed Read me and assemblyinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
dexslab authored and ejb1123 committed Mar 17, 2018
1 parent 225a488 commit 2240d6a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,22 @@ See: https://github.com/friendsincode/ELS-Plus/issues to submit an issue or use
| Select Shotgun Weapon | 3 Key | Auxilary tone 1|
| Select Heavy Weapon | 4 Key | Auxilary tone 2|
| Select Special Weapon | 5 Key | Toggles Dual Siren Mode|
| Chat All| Y Key|Goes to next tone or plays tone 1|
| Throw Grenade| G Key|Toggles main siren|
| Radio Wheel | Q Key | Toggles vehicle's Light Stages|
| Multiplayer Info | Z Key | Toggles vehicle's Primary Patterns|
| Drop Projectile | X Key | Toggles vehicle's Secondary Patterns|
| Look Behind | C Key | Toggles vehicle's Warning Patterns|
| Vehicle Next Radio Track | . Key | Toggles vehicle's Takedown Lights (Extra 12)|
| Vehicle Next Radio Track | Alt + . Key | Toggles vehicle's Scene Lights (Extra 11)|
|Replay Show Hot Key | K Key | Toggles vehicle's secondary lights|
|Cinematic Slo Mo | L Key | Toggles vehicle's warning lights|
|| [ Key | Toggles vehicle's Cruise Lights|
|| L Alt + [ | Toggles vehicles Arrowboard if equipped(Not fully working)|
||Ctrl + P|Toggles UI Panel|
| Veh Cinema Cam | R Key|Goes to next tone or plays tone 1|
| Character Wheel | Left Alt Key |Toggles main siren|
| Radio Wheel | Q Key | Toggles vehicle's Light Stages using L Alt Modifier toggles backwards depending on Activation type |
| Select SMG | 7 Key | Toggles vehicle's Primary Patterns using L Alt Modifier toggles backwards |
| Select Auto Rifle | 8 Key | Toggles vehicle's Secondary Patterns using L Alt Modifier toggles backwards |
| Select Sniper Rifle | 9 Key | Toggles vehicle's Warning Patterns using L Alt Modifier toggles backwards |
| Vehicle Next Radio Track | . Key | Toggles vehicle's Takedown Lights (Extra 12) |
| Vehicle Next Radio Track | Alt + . Key | Toggles vehicle's Scene Lights (Extra 11) |
| Replay Show Hot Key | K Key | Toggles vehicle's secondary lights|
| Cinematic Slo Mo | L Key | Toggles vehicle's warning lights|
| Previous Weapon | [ Key | Toggles vehicle's Cruise Lights|
| Character Wheel + Previous Weapon | L Alt + [ | Toggles vehicles Arrowboard if equipped(Not fully working)|
| Duck + Pause | L Ctrl + P|Toggles UI Panel|
| Vehicle Previous Radio Track | - Key | Toggle Left Indicator |
| Vehicle Next Radio Track | = Key | Toggle Right Indicator |
| Cellphone Cancel | - Key | Toggle Hazards |
|---|---|---|
|Sniper Zoom in secondary|DPad Up|Toggle Auxilary Tone 1|
|Sniper Zoom out secondary|DPad Down|Toggle Main Siren|
Expand Down
4 changes: 2 additions & 2 deletions server/ELS-Server/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.2.0")]
[assembly: AssemblyFileVersion("0.2.2.0")]
[assembly: AssemblyVersion("0.2.3.0")]
[assembly: AssemblyFileVersion("0.2.3.0")]
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.2.0")]
[assembly: AssemblyFileVersion("0.2.2.0")]
[assembly: AssemblyVersion("0.2.3.0")]
[assembly: AssemblyFileVersion("0.2.3.0")]

0 comments on commit 2240d6a

Please sign in to comment.