# GameConfigEditer **Repository Path**: unacro/GameConfigEditer ## Basic Information - **Project Name**: GameConfigEditer - **Description**: 游戏配置编辑器 目前只有LOL - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 游戏配置编辑器 目前只有LOL,[灵感来源](https://www.bilibili.com/video/av76042434) ## 用法 ### League of Legends 新建一个`config.json`,内容参考`config.example.json`。 `root`换成英雄联盟安装目录,`setting`不用动。 参考示例视频编辑`key_bind.json`即可。 #### 配置文件本体 位于`你的英雄联盟安装目录\Game\Config\PersistedSettings.json` #### 游戏内键位/配置文件内键名对应表 **升级技能1**: `evtLevelSpell1` **升级技能2**: `evtLevelSpell2` **升级技能3**: `evtLevelSpell3` **升级技能4**: `evtLevelSpell4` **大笑**: `evtEmoteLaugh` **形态切换**: `evtEmoteToggle` **成就表情**: `evtChampMasteryDisplay` **快速播放上侧表情**: `evtRadialEmotePlaySlot0` **快速播放右侧表情**: `evtRadialEmotePlaySlot1` **快速播放下侧表情**: `evtRadialEmotePlaySlot2` **快速播放左侧表情**: `evtRadialEmotePlaySlot3` **快速播放中间表情**: `evtRadialEmotePlaySlot4`