From a6be76cc3acadb88eca709bacfd50320800fb6f1 Mon Sep 17 00:00:00 2001 From: AzenKain Date: Thu, 2 Apr 2026 01:09:45 +0700 Subject: [PATCH] UPDATE: Fix load map --- app/libs/firefly-go.aar | 4 ++-- app/src/main/assets/data-in-game.json | 25 +++++++++++----------- app/src/main/res/raw/app_version_json.json | 6 +++--- script/release.json | 7 +++--- 4 files changed, 22 insertions(+), 20 deletions(-) diff --git a/app/libs/firefly-go.aar b/app/libs/firefly-go.aar index 782d7b5..e828daf 100644 --- a/app/libs/firefly-go.aar +++ b/app/libs/firefly-go.aar @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7358f4eef59b28b0d1e1af35d9028312b2a301217063256c184adfdd530dfba -size 13923389 +oid sha256:c81b0363f7503bdbebc178eab76a9efb61a18d312210c12a81a192347ca166d0 +size 13929567 diff --git a/app/src/main/assets/data-in-game.json b/app/src/main/assets/data-in-game.json index 598ad7b..0992e09 100644 --- a/app/src/main/assets/data-in-game.json +++ b/app/src/main/assets/data-in-game.json @@ -1,21 +1,21 @@ { - "leader": 2, + "leader": 0, "lineups": { - "0": 1308, - "1": 1406, - "2": 1218, - "3": 1304 + "0": 1415, + "1": 1407, + "2": 1409, + "3": 1413 }, "position": { - "x": -30, - "z": -22750, - "y": -15000, - "rot_y": 234288 + "x": -3960, + "z": 10370, + "y": 182047, + "rot_y": 250782 }, "scene": { - "plane_id": 10000, - "floor_id": 10000003, - "entry_id": 100000352 + "plane_id": 20521, + "floor_id": 20521001, + "entry_id": 2052101 }, "player_outfit": [ 1003 @@ -339,6 +339,7 @@ "cur_avatar_player_icon": 202034, "cur_player_personal_card": 253001, "cur_signature": "Firefly GO By Kain", + "cur_nickname": "Superme", "cur_display_avatar": [ 1310, 1309, diff --git a/app/src/main/res/raw/app_version_json.json b/app/src/main/res/raw/app_version_json.json index 628c86d..7392335 100644 --- a/app/src/main/res/raw/app_version_json.json +++ b/app/src/main/res/raw/app_version_json.json @@ -1,5 +1,5 @@ { - "latest_version": "4.1.3-01", - "changelog": "UPDATE: 4.1.53", - "apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/4.1.3-01/firefly_go_android.apk" + "latest_version": "4.1.3-02", + "changelog": "UPDATE: Fix load map, add change nickname", + "apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/4.1.3-02/firefly_go_android.apk" } \ No newline at end of file diff --git a/script/release.json b/script/release.json index 8b5992c..7f18217 100644 --- a/script/release.json +++ b/script/release.json @@ -1,4 +1,5 @@ { - "tag": "4.1.3-01", - "title": "PreBuild Version 4.1.53 - 01" -} \ No newline at end of file + "tag": "4.1.3-02", + "title": "PreBuild Version 4.1.53 - 02" +} + \ No newline at end of file