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
I'll just stick to building macros to try and make the rest of Windows more efficient then. G'day, gents.
Sadly though... CDPR messed up the AHK scripts in 1.07 so you can no longer use non delay macros.
Which kind of makes macros useless now. Not sure what else you could use macros for in TW3 though.
Sounds like you want to do a non delay multi key macro. If thats the case, you can't with TW3 as macros now need a delay until they fix it that is. I think its 0.20 second delay, don't quote me on that though.
To simply cast with a hot key without having to select the sign first. You could do it with the last two games but not this one. There's a mod on Nexus that enables it but it's a static setup.
Well ♥♥♥♥. I hate not having hotkeys for signs. Thanks for the info.
Might try mapping them to the F-keys on the top row of my kb. Those would make more sense to me.
Setting the macro to record the number needed (5 for Igni, for example), then pressing the Cast Sign key (Q) and saving the macro works fine. You do have to tweak the delays though, so setting the thing to record the delays as you press them gives you some numbers to edit. Just input 25ms (for 0.025s) for each of the delays works fine as far I can tell.
If you use AHK script, its more or less instantanious as it only requires a 0.20 sec delay for the whole script to run. For example:
dlghide
dlgshow
testunpause
testpause
is a 0.20second delay which hides the HUD & freezes the game within 0.20. Makes for taking screens easier. Hopefully when 1.08 comes along, AHK will not require a delay again.
I might give AHK a shot since it sounds like it's even more powerful than Logitech's macro software, which is kinda limited if you can't bind "macros" to any key you want. It would be MUCH MUCH more useful to be able to just keep the default keys for the signs and make them auto-cast like this!
Here's the code I found in case anyone else is interested:
This would be for Yrden
this for Igni
Someone at gog.com's forums suggested 50ms because they had had issues using anything around 25 or lower on rare occasions, so 50ms was their personal cutoff point.
I created an AutoHotkey.ahk text/script file but it refuses to work in Witcher 3. I think it is truly broken at this point, unless I'm just missing something obvious.
The macro (quick-key) scripts I create work just fine in notepad and in npp just fine, the proper letters are displayed correctly, but they just won't work in W3.