From 13755492168e9631692f4ebb05a256e066638486 Mon Sep 17 00:00:00 2001 From: mkrsym1 Date: Thu, 3 Aug 2023 09:07:18 +0300 Subject: [PATCH] Add support for 3rd 3.8.0 glb/sea/tw/kr/jp --- README.md | 2 +- game_payload/src/hi3.c | 10 +++++----- metadata.json | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 12981c1..c1a37f1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ### Games and regions -- **3rd**: glb/sea/tw/kr/jp v6.7.0, cn v6.8.0 +- **3rd**: glb/sea/cn/tw/kr/jp v6.8.0 - **SR**: os/cn v1.2.0 (potentially unsafe, but no bans were reported since v1.1.0) It may be possilbe to completely remove the region and version-specific data in the future. Refer to the source code in `game_payload/src` for details. diff --git a/game_payload/src/hi3.c b/game_payload/src/hi3.c index e9f89a2..dfd1467 100644 --- a/game_payload/src/hi3.c +++ b/game_payload/src/hi3.c @@ -16,12 +16,12 @@ struct crc_id_pair { const struct crc_id_pair HI3_REGIONS[] = { // It may be possible to get rid of region-specific data altogether in the future - { 0x45221647, GAME_HI3_GLB }, // glb v6.7.0 - { 0x32f97d39, GAME_HI3_SEA }, // sea v6.7.0 + { 0xcb8041ff, GAME_HI3_GLB }, // glb v6.8.0 + { 0x104cbfc5, GAME_HI3_SEA }, // sea v6.8.0 { 0x2efd9099, GAME_HI3_CN }, // cn v6.8.0 - { 0x4a47e6c8, GAME_HI3_TW }, // tw v6.7.0 - { 0x03b67cb4, GAME_HI3_KR }, // kr v6.7.0 - { 0x449ff855, GAME_HI3_JP } // jp v6.7.0 + { 0x30fa5b0f, GAME_HI3_TW }, // tw v6.8.0 + { 0xe47327fb, GAME_HI3_KR }, // kr v6.8.0 + { 0x992b6b63, GAME_HI3_JP } // jp v6.8.0 }; void hi3_fill_data(struct game_data *buf) { diff --git a/metadata.json b/metadata.json index 7e3e49f..f80a06c 100644 --- a/metadata.json +++ b/metadata.json @@ -6,11 +6,11 @@ "hi3rd": { "global": { "status": "verified", - "version": "6.7.0" + "version": "6.8.0" }, "sea": { "status": "verified", - "version": "6.7.0" + "version": "6.8.0" }, "china": { "status": "verified", @@ -18,15 +18,15 @@ }, "taiwan": { "status": "verified", - "version": "6.7.0" + "version": "6.8.0" }, "korea": { "status": "verified", - "version": "6.7.0" + "version": "6.8.0" }, "japan": { "status": "verified", - "version": "6.7.0" + "version": "6.8.0" } }, "hsr": {