下载客户端

按键绑定和自助式自动热键脚本

2026-02-15 22:00:10
转载

AI智能总结导读

这是针对《猎人之路》(Way of the Hunter)的按键绑定自助式AutoHotkey脚本指南,适用于非QWERTY键盘用户。介绍了脚本的使用规则、修改方法,可通过AutoHotkey实现自定义按键映射,解决游戏原生设置不足的问题。

AutoHotkey is recommended to make the most of this guide. This guide is for users who have peripherals beyond a QWERTY keyboard. COLEMAK and DVORAK users rejoice, this is the Godhand It is sad that nobody at NRG had 15 minutes to talk to ChatGPT and give us this functionality with the in-game settings. Shame on them. Preamble TLDR; <physical button i push>::<WotH Default Keybind> NOTE: ALL KEYBINDS BY DEFAULT ARE COMMENTED OUT TO AVOID SYNTAX ERRORS AT RUNTIME. DUPLICATE KEY REMAPS WILL CAUSE ERRORS. example: ; Toggle head torch del::h ; Press "h" to toggle the head torch. ... ; Toggle lights on/off del::h If you use the same movement keys for driving or have otherwise similar cases, you only need to remap the physical key once. Seemingly redundant clauses are included for people using multiple gaming peripherals. Ignore all all angle brackets, < , >, in this guide. They are only visual representations for keys a user chooses. Each keybind you wish to customize must first have the semicolon, ;, removed. ∴ ; Open hunting map ;Tab::Tab becomes ; Open hunting map <bind>::Tab When restoring a default bind, either delete the whole clause for that bind (easy, destructive), or, Simply comment out that entire clause (easy, non-destructive). ∴ ; Open hunting map <bind>::Tab changes to ; Open hunting map ;<bind>::Tab Meat and Tatos ; Way of the Hunter - PC controls - Default Keybindings - keyboard ; Requires AutoHotkey v2.0 ; This script provides default key mappings, with each output key assigned as intended in the game. ; To use: Edit this script to change the key mappings, save it with a .ahk extension, and run it using AutoHotkey. ; --------- #Persistent ; Keep the script running SetTitleMatchMode 1 ; Allow partial matches for window titles ; --- MAIN LOOP --- SetTimer CheckGameWindow, 120 ; Check every 120 milliseconds if the game window is active ; --- FUNCTION TO CHECK GAME WINDOW --- CheckGameWindow() { ; Check if the "WayOfTheHunter" window is active if !WinActive("WayOfTheHunter") { Suspend, On ; Suspend all hotkeys } else { Suspend, Off ; Resume hotkeys if the game window is active } } ; --- GENERAL --- ; Open hunting map ;tab::tab ; Toggle objectives ;o::o ; Toggle photo mode ;p::p ; --- ON FOOT --- ; Movement and other on-foot controls ; Forward ;w::w ; Left ;a::a ; Backward ;s::s ; Right ;d::d ; Jump ;space::space ; Speed up ;lshift::lshift ; Slow down ;lctrl::lctrl ; Toggle auto-walk ;f::f ; Interact ;e::e ; Activate hunter sense ;q::q ; Place/remove exploration marker ;x::x ; Toggle head torch ;h::h ; Change stance ;c::c ; Select next equipment ;wheelup::wheelup ; Select previous equipment ;wheeldown::wheeldown ; Next firearm ;u::u ; Next caller ;y::y ; Next gear ;j::j ; Reload ;r::r ; --- EQUIPMENT --- ; Equipment handling controls ; Aim down sights / Use secondary action ;rbutton::rbutton ; Fire ;lbutton::lbutton ; Hold breath ;lshift::lshift ; Zoom in ;wheelup::wheelup ; Zoom out ;wheeldown::wheeldown ; Zeroing up ;up::up ; Zeroing down ;down::down ; Exit stand ;e::e ; --- INVENTORY --- ; Inventory control shortcuts ; Primary weapon ;1::1 ; Secondary weapon ;2::2 ; Gear 1 ;4::4 ; Gear 2 ;5::5 ; Gear 3 ;6::6 ; Caller 1 ;7::7 ; Caller 2 ;8::8 ; Caller 3 ;9::9 ; --- VEHICLE --- ; Vehicle control mappings ; Throttle (move forward) ;w::w ; Brake (move backward) ;s::s ; Steer left ;a::a ; Steer right ;d::d ; Handbrake ;space::space ; Toggle lights on/off ;h::h ; Use horn ;r::r ; Leave vehicle ;e::e ; Change vehicle camera ;c::c ; Radio ;v::v ; Change station ;x::x ; Activate hunter sense ;q::q ; --- PHOTO MODE --- ; Camera controls in photo mode ; Move camera / Rotate camera ;rbutton::rbutton ; Move forward ;w::w ; Move backward ;s::s ; Move left ;a::a ; Move right ;d::d ; Move faster ;lshift::lshift ; Move slower ;lctrl::lctrl ; Raise camera ;space::space ; Lower camera ;c::c ; --------- ; END OF SCRIPT ; --------- ; Save this file with a .ahk extension, and double-click it to run. ; Use the AutoHotkey system tray icon to pause, reload, or exit the script. ; Make sure to test changes by reloading the script (right-click the tray icon -> Reload) after editing. Thoughts head empty.. chatGPT is OP. i have also been doing this with other games to avoid the headaches from lazy tech bro development cycles.

评论

共0条评论
face
inputImg
相关阅读
最新更新

基础控制、21:9及超宽屏视野设置和手动按键绑定

按键绑定 控制: WASD - 移动 上箭头 - 抬高瞄准镜归零 下箭头 - 降低瞄准镜归零 按C - 蹲下 按住C - 趴下 按X - 探索标记 按住X - …

2026-02-16 01:000赞 · 0评论

使用Alt+Tab切换窗口时游戏不会暂停

由AutoHotkey v1.1编写 : t := "英雄传说:零之轨迹 | Steam已启用 | GOG已初始化" While(true) { if (Win…

2026-04-01 22:000赞 · 0评论

WASD键移动镜头

以下是为《命令与征服:将军 - 零点行动》创建和运行AutoHotkey脚本以重新映射按键的分步指南。 步骤1: 下载AutoHotkey: 访问AutoHot…

2026-02-19 04:000赞 · 0评论

加农炮挑战100%自动热键脚本

一个尝试完成加农炮挑战并通常能收集所有硬币且完成挑战的AutoHotkey脚本。 简介 这是一个用于完成加农炮挑战的脚本。如果你使用Linux系统,可以直接使用…

2026-03-26 10:000赞 · 0评论

如何使用AutoHotkey将W和S键映射为加速和减速功能

一个简单的AutoHotkey脚本,能让你使用W和S键来控制飞船的加速和减速。 脚本说明 我认为前作【Combat Wings: Battle of Brita…

2026-03-21 10:010赞 · 0评论

准星X自动化:一键掌控全局 [AutoHotkey脚本指南]

此脚本可自动激活十字准星X(CrosshairX)。当你启动指定游戏时,十字准星X会随之启动。游戏关闭后,准星显示将关闭,但十字准星X会继续在系统托盘中运行。重…

2026-02-13 11:300赞 · 0评论

完美靶心

如果你在获取靶心时遇到困难,这里有一个简单的AutoHotkey脚本。 简介 你可能已经闯过了艰难关卡的末尾,收集了所有金币和加分道具,现在只需精准命中那个靶心…

2026-04-07 10:000赞 · 0评论

10M方块成就自动热键挂机组队脚本

这是一个用于【10M Block Count】成就的AutoHotkey脚本 介绍 我从Durin Torde的脚本指南中获得灵感并在此基础上进行了创作。该指南…

2026-04-06 19:000赞 · 0评论

提升游戏体验的快速技能绑定脚本(禁用Q键)

创建一个AutoHotkey脚本,实现无需按Q键即可选择并立即激活任意技能。让《幽灵行者》的技能操作手感类似于《毁灭战士:永恒》中的喷火器、手榴弹或电锯。 为什…

2026-04-06 19:000赞 · 0评论

《牌局之夜》:如何获得Straight Flush成就

如何轻松获取该成就:视频

2026-03-31 19:000赞 · 0评论
暂无更多

最新更新

  • 动物栖息地 / 动物地图 — 游戏内动物栖息地地图 / 动物地图 内兹珀斯山谷
  • 《猎人之路》 — 《猎人之路》
  • 教程:如何寻找动物? — 对于《猎人之路》的新手来说,追踪动物并非易事,这很容易让人感到沮丧。在其他狩猎游戏中,寻找和猎杀动物要简单得多。因此,我制作了一个小教程来帮助大家追踪动物。希望…
  • 基础控制、21:9及超宽屏视野设置和手动按键绑定 — 按键绑定 控制: WASD - 移动 上箭头 - 抬高瞄准镜归零 下箭头 - 降低瞄准镜归零 按C - 蹲下 按住C - 趴下 按X - 探索标记 按住X - …
  • 《猎人之路》非方块化图形优化 — Эта настройка оптимизирована под моё оборудование. Возможно, она подойдёт и друг…
  • 《猎人之路》入门指南 — 猎人之路指南,不定时更新 游戏目标是什么? 淘汰地图内奖杯等级较低的动物,提高动物整体奖杯评级 狩猎地图内奖杯等级最高的动物,制作/展示动物标本 动物奖杯是什么…
  • 猎人之路 — 无法识别或无法翻译,已删除。
  • 基因系统与畜群管理 — 在本指南中,你将了解《猎人之路》的基因潜力系统和兽群管理机制,这也是你在游戏中看不到五星 trophy 动物的原因。 什么是游戏中的基因潜力?
  • 动物成长 — 动物生长随年龄变化详情 遗传 遗传指数在个体的整个生命周期中不会改变。 动物在出生时获得遗传指数,并保持到死亡。 体重 体重在个体的整个生命周期中会定期增加。 …
  • 林图科托岛上所有【低语】位置 - Forbidden Knowledge 成就 — 一段展示林图科托所有可收集品【低语】位置的视频,这些是解锁成就所需的!林图科托所有可收集品【低语】的位置如下:视频展示了林图科托地图上所有可收集品的位置,收集全…