氦,萌新写了个快速输入命令的助手程序,并附赠楼主我常用的一些命令。
描述
该程序可以帮助你使用快捷键,快速地输入或执行命令。该程序是 AutoHotKey 语言编写,该程序是在 GNU-GPL3.0 许可下的开源软件。
依赖的 Mod: Console Commands
用例
以下取楼主常用的快捷键为例:
按键 |
命令 |
描述 |
Alt + Z |
AddStorypoints 8 |
添加 8 点故事点 |
Alt + V |
AddItem metal 1000, AddItem supplies 300, AddItem rare_metal 200, AddItem heavry_machinery 150 |
给予建造一个空间站所需的材料 |
Alt + Y |
SetRelation hegemony 30, SetRelation tritachyon 30, SetRelation independent 30, SetRelation luddic_church 30, SetRelation sindrian_diktat 30, SetRelation persean 30 |
将常见阵营关系都设置为 30 |
更多快速命令请见 "quick_commands.csv" 文件
安装与使用
- 安装 AutoHotKey
- 克隆整个仓库
- 使用 AutohotKey 编译 "StarsectorCommandHelper.ahk" 文件,获得可执行文件
- 运行和按快捷键
自定义命令
- 编辑 "quick_commands.csv" 文件
- 右键托盘图标以重载软件或者退出再次启动软件
- 运行和按快捷键
安全性
出于安全方面的考虑,推荐下载源代码并自行编译。但是为方便使用,楼主提供编译后的可执行文件(.exe),其病毒检测报告为
VirusTotal 和 腾讯哈勃分析系统
StarsectorCommandHelper.zip
(572.7 KB, 下载次数: 227)
关于
Github链接: Kianakiferi/StarSector-AutoHotKey
开源许可证: GNU-GPL3.0