文件名称:steam-shortcut-editor:使用Node.js编辑Steam快捷方式
文件大小:168KB
文件格式:ZIP
更新时间:2024-02-24 23:56:53
nodejs steam parsing edit-steam-shortcuts steam-shortcut-editor
蒸汽快捷编辑器 npm i steam-shortcut-editor 使用编辑Steam快捷方式 读取/写入Steam的shortcuts.vdf文件。 该文件位于$SteamDirectory/userdata/$SteamUserId/config 。 修改文件后,将需要重新启动Steam。 如果您修改文件,然后使用Steam UI添加非Steam游戏,它将覆盖文件。 如果重新启动Steam后文件格式不正确,它将删除该文件。 在弄乱文件之前,请务必备份文件。 这已经在Windows和各种Linux发行版上进行了测试。 样例程序 要运行sample.js文件,应将环境变量STEAM_U
【文件预览】:
steam-shortcut-editor-master
----.gitignore(1KB)
----README.md(5KB)
----sample.js(986B)
----test()
--------write-read-tests.js(1KB)
--------static()
--------util-tests.js(476B)
--------read-write-tests.js(13KB)
----LICENSE(1KB)
----.gitattributes(379B)
----package.json(730B)
----index.js(34B)
----lib()
--------parser.js(2KB)
--------constants.js(205B)
--------util.js(1KB)
--------index.js(1023B)
--------writer.js(3KB)