Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
But maybe it wouldn't be fast enough to pause in the right time for example
The speed with these sorts of tools to be ridiculously high unless you manually specify delays between events in the script -- you might need to if you're playing a game where initiating a second action too early during another interrupts and negates the intended outcome of the earlier action; or if the engine is rigged to ignore rather than buffer overly frequent input.
Not instant. But within a second. It records exactly what you type on the keyboard, then you adjust the recording between keypresses to milliseconds (to a speed that wouldn't be humanly possible). It's one second at max.
You do see the debug come down. But it's like some blinding fast invisible force is doing it for you.
Thank you for your input
It issues the comands so fast that the console not even blinks.
There are some "problems" though(not because of AHK):
1- When the Freecam(F1 from the debug console mod) is ON, it uses WASD to navigate so it locks the keys and you cant write using those letters... so the commands are issued wrong, like "testpuse" when it should be "testpause".
2- I use the command dlgshow/dlghide to hide and show the HUD. When the HUD is OFF you can't do anything, move, attack and so on... nothing.
So with the 2 observations above I recommend that you have to use in the order:
To take screenshots
Pause
Hide Hud
Freecam
to go back to play
Deactivate the Freecam
Show Hud
Unpause
The script below you just need to copy/paste in a txt and save as .ahk:
I used Numpad 0 to pause/unpause and Numpad1 to hide/show hud
Feel free to change to whatever key you want but leave the "$" there, else it won't work.
Edit: Steam won't let me post the script... it says "Sorry, some kind of error has occurred: There was an error communicating with the network. Please try again later."
I will find some way to share tomorrow :)
Based on this idea... Photomode 2inOne by CAPA
http://www.nexusmods.com/witcher3/mods/190/?
With this you can:
Pause, Hide Hud and Subtitles with the same button
FX selection, Cat, Drunk, Low Health, Intoxicated, be Invisible
Weather Selection
Fog/Mist on demand - Spawn fog/mist anywhere you want to give some atmosphere to the place
Time control: Slowdown or Fastforward
However it might be broken since 1.10 release... wait a notice from me of fixing this and you're good to go ;)