氦,萌新写了个快速输入命令的助手程序,并附赠楼主我常用的一些命令。
## 描述
该程序可以帮助你使用快捷键,快速地输入或执行命令。该程序是 [AutoHotKey](
https://www.autohotkey.com/) 语言编写,该程序是在 [GNU-GPL3.0](
https://github.com/Kianakiferi/S ... y/blob/main/LICENSE) 许可下的开源软件。
**依赖的 Mod**: [Console Commands](
https://fractalsoftworks.com/forum/index.php?topic=4106.0)
## 用例
以下取楼主常用的快捷键为例:
|按键|命令|描述|
|------|------|------|
| 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](
https://www.virustotal.com/gui/f ... 737751268/detection) 和 [腾讯哈勃分析系统](
https://habo.qq.com/file/showdetail?pk=ADcGbl1rB2cIPls5U2Y%3D)
StarsectorCommandHelper.zip
(572.7 KB, 下载次数: 194)
## 关于
Github链接: [Kianakiferi/StarSector-AutoHotKey](
https://github.com/Kianakiferi/StarSector-AutoHotKey)
开源许可证: [GNU-GPL3.0](
https://github.com/Kianakiferi/S ... y/blob/main/LICENSE)