Skip to content

Commit

Permalink
Merge pull request #121 from chinosk6/main
Browse files Browse the repository at this point in the history
增加 LIVE 自由视角锁定角色
  • Loading branch information
chinosk6 authored Mar 27, 2023
2 parents bb69e94 + 2c7852f commit 6be7b4d
Show file tree
Hide file tree
Showing 32 changed files with 56,764 additions and 29 deletions.
26 changes: 25 additions & 1 deletion readme_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,33 @@

## Live Free Camera

- Move: `WSAD`, Down: `Ctrl`, Up: `Space`, Adjust FOV: `Q`/`E`, Reset Camera:`R`
- Adjust FOV: `Q`/`E`, Reset Camera:`R`, Change mode: `F`



### Free Camera Mode (Default)

- Move: `WSAD`, Down: `Ctrl`, Up: `Space`,
- Adjust Angle: `↑↓←→` or hold down the right mouse.



### Follow Umamusume Mode

- **Note: The plugin cannot hook some LIVE character locations. You need to click `external plugin - More - Make Live All Character Position Hookable`. This will modify the LIVE files.**

- Pulling out/pulling in distance:`W`/`S`
- Switch Lock Position: ``/``
- Switch Lock Character``/``
- Adjust Angle:
- Note: In the case of `Follow Umamusume Mode`, adjusting the viewing angle directly adds or subtracts the coordinate axis and does not adapt the direction according to the line of sight angle.
- Use Mouse: Hold down the right mouse. (**Adjust Only `CameraPosition`**)
- Use Keyboard:
- `I`/`K`/`J`/`L` (**Adjust Only `CameraPosition`**)
- `A`/`D`/`CTRL`/`SPACE`. (**Adjust `CameraPosition` and `CameraLookAt Position`**)



## Race Free Camera (Not Working Currently)

- Down: `Ctrl`, Up: `Space`, Adjust FOV: `Q`/`E`, Reset Camera:`R`, Change mode: `F`
Expand Down
6 changes: 5 additions & 1 deletion resources/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,9 @@
"enable": false,
"data": []
},
"loadDll": []
"loadDll": [],
"raceInfoTab": {
"enableRaceInfoTab": false,
"raceInfoTabAttachToGame": false
}
}
16 changes: 16 additions & 0 deletions resources/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,22 @@
}
}
},
"raceInfoTab": {
"description": "比赛实时信息显示",
"type": "object",
"properties": {
"enableRaceInfoTab": {
"description": "启用比赛实时信息显示窗口",
"type": "boolean",
"default": false
},
"raceInfoTabAttachToGame": {
"description": "将窗口附加到游戏中, 不单独弹窗",
"type": "boolean",
"default": false
}
}
},
"race_camera": {
"description": "比赛相机设置(已失效)",
"type": "object",
Expand Down
16 changes: 16 additions & 0 deletions resources/config_en.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,22 @@
}
}
},
"raceInfoTab": {
"description": "Race real time info tab",
"type": "object",
"properties": {
"enableRaceInfoTab": {
"description": "Enable race real time info tab",
"type": "boolean",
"default": false
},
"raceInfoTabAttachToGame": {
"description": "Attach window to game",
"type": "boolean",
"default": false
}
}
},
"race_camera": {
"description": "Race Camera Settings (Not working.)",
"type": "object",
Expand Down
16 changes: 16 additions & 0 deletions resources/config_zh_tw.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,22 @@
}
}
},
"raceInfoTab": {
"description": "比賽即時資訊顯示",
"type": "object",
"properties": {
"enableRaceInfoTab": {
"description": "啟用比賽即時資訊顯示視窗",
"type": "boolean",
"default": false
},
"raceInfoTabAttachToGame": {
"description": "將視窗附加到遊戲中,不單獨彈窗",
"type": "boolean",
"default": false
}
}
},
"race_camera": {
"description": "比賽相機設定(已失效)",
"type": "object",
Expand Down
Binary file modified resources/legend_g_plugin.exe
Binary file not shown.
Loading

0 comments on commit 6be7b4d

Please sign in to comment.