-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added description
- Loading branch information
xan2622
authored
Oct 3, 2023
1 parent
b52ccc8
commit 21ce3a8
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# F-117A-Clickable-Cockpit | ||
An AutoHotKey (v2) script that allows to click on the cockpit buttons with the mouse cursor. | ||
|
||
This Autohotkey (v2) script is meant to be used alongside the game [F-117A Nighthawk Stealth Fighter 2.0](https://store.steampowered.com/app/328920/F117A_Nighthawk_Stealth_Fighter_20/).<br/> | ||
It allows to click on the cockpit buttons with the mouse cursor. | ||
|
||
Here are the supported (clickable) buttons: <br/> | ||
Select Weapon, NAV/AIR/GND, HUD de-clutter, ILS, Chaff, Flare, Decoy, ECM, IRJ, MAP/TAC, MFD Zoom in, MFD Zoom out, WAY, WPN, GRD, FLIR, BAY, AUTO, GEAR, FLAPS, BRAKE, Eject, Accelerate, Normal Speed, Pause, Maximum Power, Increase Power, Decrease Power, No Power, ... | ||
|
||
It's also possible to use the mouse wheel over the left MFD to zoom in/out.<br/> | ||
For convenience, WASD keys mimic the directionnal arrow keys. | ||
|
||
I hope to make this script stable enough and make it work on several computers (several screen resolutions, Windows DPI settings, etc). | ||
|
||
The main problem is that [DOSBox](https://www.dosbox.com/) "captures" the mouse cursor, making the Windows one invisible in-game.<br/> | ||
This doesn't happen with [DOSBox-X](https://dosbox-x.com/) because it displays the Windows mouse cursor over the (client) game area by default. | ||
|
||
This script is completely unofficial and not endorsed by MicroProse Software, Inc. |