My simple script to hide the HUD doesn't seem to work in Fallout 4 Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
niri108

My simple script to hide the HUD doesn't seem to work in Fallout 4  Topic is solved

12 Apr 2017, 09:11

So what I wanted to do, was making a simple script to hide/show the HUD in Fallout 4.

Note:
"ù" corresponds with the " ' " key on a QWERTY keyboard
"²" corresponds with the "`" key on a QWERTY keyboard
"³" corresponds with the "¬" key on a QWERTY keyboard
Instead of typing: ù + tm 0 + ENTER + ù (open console, enter command, execute command, close console)
and after that: ù + tm 100 + ENTER + ù (open console, show HUD, enter command, execute command, close console)

So I made my script:

Code: Select all

²::
SendEvent {RAW}ù
SendInput tm{SPACE}0{ENTER}
SendEvent {RAW}ù
return

³::
SendEvent {RAW}ù
SendInput tm{SPACE}100{ENTER}
SendEvent {RAW}ù
return
WHAT DOESNT WORK: basically, the script works, but not in Fallout. It seems that I can't open the console in Fallout through the script. What is odd is that it doesn't seem to care whether my keyboard is in QWERTY or AZERTY, I need to press the same key on the Keyboard to open the console...
If the console is already open I CAN enter the script, but it doesn't want to execute it, which means that the {ENTER} doesn't work

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], lechat and 139 guests