Basic
cqf <quest editor ID> <function name> <arguments>
Set HUD position
cqf tooun_animationpack_q setpos 100 100
Reset HUD position
cqf tooun_animationpack_q resetpos
Set "Modifier and Sprint/Sneak" key
cqf tooun_animationpack_q setsneakkey 121
You must specify sprint key code.
Example is F10. (121 = F10)
All key code expect controller is here.
https://www.creationkit.com/fallout4/index.php?title=DirectX_Scan_Codes
All controller key code is here.
https://www.creationkit.com/index.php?title=Input_Script#DXScanCodes
If you specify -1, this hot key will be disabled.
If you press this hot key, you will sprint/sneak.
If you hold this hot key at least 0.5 second, do nothing.
If you hold this hot key and press POV keys, do nothing.
POV key means up/down/left/right on controller.
You may not assign controller sprint key code.
You may use keyboard sprint key code.
Set Cover Action combo key
cqf tooun_animationpack_q setcoverkey 122
Example is F11. (122 = F11)
You may hold "Modifier and Sprint/Sneak" key and press this key, you will cover action.
Key Combo Summary
Press F10 short time then release sprint/sneak
Hold F10 long time then release do nothing
F10 + POV Left Action 1 (*1)
F10 + POV Right Action 2 (*1)
F10 + POV Up Action 3 (*1)
F10 + POV Down Action 4 (*1)
F10 + F11 Cover action
*1 you must configure this combination with JoyToKey
*2 this summary is case of "Modifier and Sprint/Sneak" key = 121 (F10)
Get "Modifier and Sprint/Sneak" key
cqf tooun_animationpack_q getsneakkey
Console command
-
Total views3.3k