07th-mod / 07th-mod/python-patcher
Add non-steam game to steam when installing console arcs
- 主要语言
- JavaScript
- 星标
- 214
- 派生
- 12
- PR 合并指标
- 30 天内没有已合并 PR
描述
About the console arcs install I asked about in #higurashi
I had a look into it and Non-Steam Game shortcuts are saved in a shortcuts.vdf file, this file is saved in Steam\userdata[STEAMID]\config\
I've tried opening in N++ but it has a lot of characters that don't display correctly,I have found these pages about editing it
https://www.npmjs.com/package/steam-shortcut-editor
https://developer.valvesoftware.com/wiki/Notepad%2B%2B_VDF_languages
https://www.reddit.com/r/Steam/comments/98zn98/releasedocumentation_steam_shortcut_manager_a/
https://github.com/CorporalQuesadilla/Steam-Shortcut-Manager
I've used GLoSC to set up some games with my Steam Controller, and it adds the shortcut automatically and then restarts Steam which reloads the shortcuts.vdf file
I don't know how it could be implemented in the installer, but I imagine that something like this would work to have a Console Arcs shortcut automatically added to Steam after install and I hope that something here might help with it
Link to python vdf library (only supports v1): https://github.com/ValvePython/vdf
贡献指南
这个仓库没有索引到贡献指南
调研方向
该 issue 是关于在安装控制台 arc 后,将非 Steam 游戏快捷方式添加到 Steam。研究涉及理解 shortcuts.vdf 文件格式,该文件位于 Steam userdata 配置目录中。查看链接的 Python VDF 库和 Steam Shortcut Manager,了解如何读写此文件。安装程序可能需要检测已安装的游戏可执行文件,创建快捷方式条目,并可能重启 Steam。首先检查现有的安装程序代码,查看安装后步骤的处理位置。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, python
- 领域
- cli, desktop
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100