Skip to content

Commit

Permalink
Merge pull request #23 from Touille/2.2.03.2b
Browse files Browse the repository at this point in the history
V2.2.03.2R
  • Loading branch information
Touille authored Jan 22, 2017
2 parents 516c124 + 29d3041 commit 1c1b76f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Root PresetName="ED+HCS V2.2.03.2b" MajorVersion="1" MinorVersion="8">
<Root PresetName="ED+HCS V2.2.03.2R" MajorVersion="1" MinorVersion="8">
<KeyboardLayout>en-GB</KeyboardLayout>
<LockedDevice>{NoDevice}</LockedDevice>
<MouseXMode Value="" />
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Elite Dangerous Warthog Target Script (HCS Keys Binding) 2.2.03.2b 2017/01/22
# Elite Dangerous Warthog Target Script (HCS Keys Binding) 2.2.03.2R 2017/01/22

![ED LOGO](http://edassets.org/img/preview/elite-dangerous-logo_grey.png)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Thrustmaster Warthog Script/ED+HCS v2.2.tmc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (C) 2017 Thomas Duployez (CMDR Touille)
// V2.2.03.2b 2017/01
// V2.2.03.2R 2017/01
// Distributed freely under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -104,7 +104,7 @@ int main()
// ;) //
//--------------------------------------------------------------------------------------------------------------------------------------------------------------//

printf("--------------------------V2.2.03.2b----2017/01/22------------------------\x0a");
printf("--------------------------V2.2.03.2R----2017/01/22------------------------\x0a");
printf("---------Enhanced Elite Dangerous Warthog Profile by CMDR Touille---------\x0a");
printf("------------------------------Fly Safe CMDR! o7---------------------------\x0a");
printf("-o/--o/--o/-Aussiedroid-DarKcyde0-WraithMG11235-Synkc-Solarfly-o/--o/--o/-\x0a");
Expand Down
2 changes: 1 addition & 1 deletion Thrustmaster Warthog Script/ED+HCS v2.2_Functions_CORE.tmh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (C) 2017 Thomas Duployez (CMDR Touille)
// V2.2.03.2b 2017/01
// V2.2.03.2R 2017/01
// Distributed freely under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (C) 2017 Thomas Duployez (CMDR Touille)
// V2.2.03.2b 2017/01
// V2.2.03.2R 2017/01
// Distributed freely under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (C) 2017 Thomas Duployez (CMDR Touille)
// V2.2.03.2b 2017/01
// V2.2.03.2R 2017/01
// Distributed freely under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion Thrustmaster Warthog Script/ED+HCS v2.2_KeyBindings.ttm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (C) 2017 Thomas Duployez (CMDR Touille)
// V2.2.03.2b 2017/01
// V2.2.03.2R 2017/01
// Distributed freely under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion Thrustmaster Warthog Script/ED+HCS v2.2_Macros.tmh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (C) 2017 Thomas Duployez (CMDR Touille)
// V2.2.03.2b 2017/01
// V2.2.03.2R 2017/01
// Distributed freely under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
4 changes: 2 additions & 2 deletions Thrustmaster Warthog Script/ED+HCS v2.2_Settings.tmh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (C) 2017 Thomas Duployez (CMDR Touille)
// V2.2.03.2b 2017/01
// V2.2.03.2R 2017/01
// Distributed freely under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -43,7 +43,7 @@

int GameMenuOnIDLE =0; //initToggleIDLEonThrottle() Game Menu on Throttle IDLE State
int AfterburnerDetent =0; //Hardware throttle Afterburner Detent You can change CurveValue in initSetThrottleCurves(), if(AfterburnerDetent){....
int ExploreModeFire =0; //Triger use for Scan : 0 is Tg1, 1 is S2, 2 is Tg1 and S2. By default put your system scan on Tg1 and leave value to 0
int ExploreModeFire =0; //Triger use for Scan : 0 is Tg1, 1 is S2, 2 is Tg1 and S2. By default put your system scan on Tg1 and leave value to 0 Work only in ExplorerMode (See throttle chart when switch is UP)

// -------------------------Can Be Switched On The Fly---[S3]Joystick Shift Key (see chart)---[S]Short---[L]Long---[EL]ExtraLong--------------------------------//

Expand Down

0 comments on commit 1c1b76f

Please sign in to comment.