Skip to content

Commit

Permalink
Update for Release 2.2.03.3R
Browse files Browse the repository at this point in the history
  • Loading branch information
Touille committed Feb 5, 2017
1 parent 0e78cd1 commit e0e34f0
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 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.3b" MajorVersion="1" MinorVersion="8">
<Root PresetName="ED+HCS V2.2.03.3R" 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.3b 2017/02/04
# Elite Dangerous Warthog Target Script (HCS Keys Binding) 2.2.03.3R 2017/02/05

![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.3b 2017/02
// V2.2.03.3R 2017/02
// Distributed freely under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -98,7 +98,7 @@ int main()
// ;) //
//--------------------------------------------------------------------------------------------------------------------------------------------------------------//

printf("--------------------------V2.2.03.3b----2017/02/04------------------------\x0a");
printf("--------------------------V2.2.03.3R----2017/02/05------------------------\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.3b 2017/02
// V2.2.03.3R 2017/02
// 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.3b 2017/02
// V2.2.03.3R 2017/02
// Distributed freely under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
8 changes: 4 additions & 4 deletions Thrustmaster Warthog Script/ED+HCS v2.2_Functions_TOGGLE.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.3b 2017/02
// V2.2.03.3R 2017/02
// Distributed freely under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -88,11 +88,11 @@
//TOGGLE: Supecruise On Throttle Mode
int initToggleSuperCruiseMode(){
SupecruiseOnThrottle=!SupecruiseOnThrottle;
//If No Hardware AfetrBurner Detent & SupecruiseOnThrottle Enable SuperCruise if Throttle > 99% axis
//If No Hardware AfetrBurner Detent & SupecruiseOnThrottle is Enable : SuperCruise if Throttle > 99% axis
if (SupecruiseOnThrottle & !AfterburnerDetent) KeyAxis(&Throttle, THR_RIGHT, 0, AXMAP1(LIST(0,99,100), EXEC("initSecureRectract();ActKey(KEYON+PULSE+Supercruise);"), 0));
//If Hardware AfetrBurner Detent & SupecruiseOnThrottle Enable SuperCruise if Throttle > 80% axis
//If Hardware AfetrBurner Detent & SupecruiseOnThrottle is Enable : SuperCruise if Throttle > 80% axis
else if(SupecruiseOnThrottle & AfterburnerDetent) KeyAxis(&Throttle, THR_RIGHT, 0, AXMAP1(LIST(0,80,100), EXEC("initSecureRectract();ActKey(KEYON+PULSE+Supercruise);"), 0));
//Do nothing on axis
//If SupecruiseOnThrottle is Disable : Do nothing on axis
else KeyAxis(&Throttle, THR_RIGHT, 0, AXMAP1(LIST(0), 0, 0));
initLED(SupecruiseOnThrottle_LED, SupecruiseOnThrottle);
if(DebugMode | DebugMMode) printf("Supecruise On Throttle [%d] [ENABLE:[1] DISABLE:[0]]\x0a", SupecruiseOnThrottle);
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.3b 2017/02
// V2.2.03.3R 2017/02
// 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.3b 2017/02
// V2.2.03.3R 2017/02
// 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_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.3b 2017/02
// V2.2.03.3R 2017/02
// 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_USBKey.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.3b 2017/02
// V2.2.03.3R 2017/02
// 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_Variables.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.3b 2017/02
// V2.2.03.3R 2017/02
// Distributed freely under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down

0 comments on commit e0e34f0

Please sign in to comment.