Skip to content

Commit

Permalink
feat: hk4e 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3Shain committed Sep 27, 2023
1 parent 66bd7fd commit 55afbbd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

| | |
| --- | --- |
| ![](/docs/hk4e38.png) | ![](/docs/bh66.png) |
| ![](/docs/hk4e41.png) | ![](/docs/bh66.png) |
| ![](/docs/hsr105.png) | |


## Current Supported Game Version:
### GI: 4.0.1 OS/CN
### GI: 4.1.0 OS/CN
### ~~HI: 6.6.0 Global~~
### ~~HSR: 1.0.5 OS/CN (For Intel Mac Only)~~

Expand Down
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mkdir -p "$EXTERNAL/hkrpg/os/files"
mkdir -p "$EXTERNAL/hk4e"
mkdir -p ./tmp
git clone $(echo "aHR0cHM6Ly9ub3RhYnVnLm9yZy9Lcm9jay9kYXduCg==" | base64 --decode) ./tmp
cp -R ./tmp/401/patch_files/. "$EXTERNAL/hk4e"
cp -R ./tmp/410/patch_files/. "$EXTERNAL/hk4e"
rm -rf ./tmp
# git clone $(echo "aHR0cHM6Ly9ub3RhYnVnLm9yZy9ta3JzeW0xL2R1c2s=" | base64 --decode) ./tmp
# cp -R ./tmp/glb/diffs/. "$EXTERNAL/bh3/glb/diffs"
Expand Down
Binary file removed docs/hk4e38.png
Binary file not shown.
Binary file added docs/hk4e41.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/clients/mhy/hk4e/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import {
VoicePackNames,
} from "../launcher-info";

const CURRENT_SUPPORTED_VERSION = "4.0.1";
const CURRENT_SUPPORTED_VERSION = "4.1.0";

export async function createHK4EChannelClient({
server,
Expand Down

0 comments on commit 55afbbd

Please sign in to comment.