commit 7e868e384570a4271dccb8bba0395ac6fc35b43c Author: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Tue Oct 26 17:49:54 2021 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8723504 --- /dev/null +++ b/.gitignore @@ -0,0 +1,180 @@ +# Created by .ignore support plugin (hsz.mobi) +### Windows template +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +### VisualStudioCode template +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +### macOS template +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### Linux template +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +### SublimeText template +# Cache files for Sublime Text +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache + +# Workspace files are user-specific +*.sublime-workspace + +# Project files should be checked into the repository, unless a significant +# proportion of contributors will probably not be using Sublime Text +# *.sublime-project + +# SFTP configuration file +sftp-config.json + +# Package control specific files +Package Control.last-run +Package Control.ca-list +Package Control.ca-bundle +Package Control.system-ca-bundle +Package Control.cache/ +Package Control.ca-certs/ +Package Control.merged-ca-bundle +Package Control.user-ca-bundle +oscrypto-ca-bundle.crt +bh_unicode_properties.cache + +# Sublime-github package stores a github token in this file +# https://packagecontrol.io/packages/sublime-github +GitHub.sublime-settings + +### JetBrains template +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + diff --git a/README.md b/README.md new file mode 100644 index 0000000..4fe1ede --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +# 碧蓝航线反和谐 AzurLaneUncensored + +旨在打造更方便 ~~更Geek~~ 的碧蓝航线反和谐。 + + + +本仓库文件所有立绘文件均来自于 [azurlane_uncensored](https://github.com/taofan233/azurlane_uncensored)。该仓库实际是空项目,仅在 Releases 发布更新。每次更新不发布新 Release,而是直接替换已有 Release 的 Assets,给版本控制带来了极大的不便。AzurLaneUncensored 将这些文件添加进 git 中,并提供自动反和谐的方法。 + +另外,这里需要讲解一些反和谐方式和纠正原仓库中的错误认识。 + +1. **localization.txt 反和谐**。将下面的内容写入 `com.bilibili.azurlane/files/localization.txt` 即可解锁特殊触摸和取消一些由代码控制的和谐,比如长岛 ”干物三连!“ 皮肤中的安全裤。 + + ``` + Localization = true + Localization_skin = true + ``` + + 目前认为,这是游戏开发者故意留的后门。你可以大胆地认为,使用 localization.txt 反和谐是安全的。 + +2. **替换立绘反和谐**。localization.txt 并不能取消所有的和谐,因为一些和谐是直接画在了立绘图片上,比如矶风的 “新年合战“ 皮肤。因此,需要替换这些立绘图片。这些用来替换的立绘,并不是原仓库所说的 "废案",而是外服的未和谐的立绘。 + + 修改立绘文件有潜在风险的。 + +3. **舰船名称反和谐**。舰船名称反和谐,以上方式均不能实现,只能通过修改 scripts 文件实现(com.bilibili.azurlane/files/AssetBundles/scripts32),本仓库和原仓库均不会提供修改过的 scripts 文件。scripts 文件包含各种游戏数据,修改它等同于制作科技,也就是外挂。同时,你也无法保证他人制作的 scripts 是否有修改其他内容 ~~有脏东西~~。 + + 修改 scripts 文件存在风险。 + +4. **光环助手反和谐**。大部分公司不会在没有利益的情况下,持续地免费地发布内容,而光环助手恰恰有着持续的免费的内容更新。作为一个 Geek,你不应该使用第三方游戏客户端,以免帐号密码泄漏或造成更严重的后果。 + + 使用第三方游戏客户端反和谐,风险最高。 + + + +## 使用反和谐 + +1. 使用 [ADB](https://developer.android.com/studio/releases/platform-tools),查看已连接的设备。 + + ``` + adb devices + ``` + + 你会看到像这样的输出,第一列的内容是设备的 Serial,以 `127.0.0.1` 或 `emulator` 开头 Serial 的是模拟器,由数字英文组成的 Serial 是安卓真机。记住你的 Serial。 + + ``` + List of devices attached + 127.0.0.1:59865 device + da****de device + ``` + + > 如果你没有找到你的设备 + > + > - 安卓真机可以尝试重新插拔,然后重新执行 `adb devices`。 + > - 模拟器可以在网上搜索该模拟器的 Serial,然后执行 `adb connect `。 + +2. Clone 本项目 + + ``` + git clone https://github.com/LmeSzinc/AzurLaneUncensored + ``` + + 这将下载超过 70MB 的文件,如果你访问 Github 确有困难,可以使用 [码云镜像](https://gitee.com/LmeSzinc/AzurLaneUncensored) + + ``` + git clone https://github.com/LmeSzinc/AzurLaneUncensored + ``` + +3. 在本项目根目录下,使用 ADB 命令推送文件,这里以模拟器的路径为例,命令将在 2-3 秒内执行完毕。 + + ``` + adb -s push files /sdcard/Android/data/com.bilibili.azurlane + ``` + +4. 重启碧蓝航线。 + + + diff --git a/files/AssetBundles/char/ailunsamuna_2 b/files/AssetBundles/char/ailunsamuna_2 new file mode 100644 index 0000000..a72e4a3 Binary files /dev/null and b/files/AssetBundles/char/ailunsamuna_2 differ diff --git a/files/AssetBundles/char/changbo_3 b/files/AssetBundles/char/changbo_3 new file mode 100644 index 0000000..9d1c829 Binary files /dev/null and b/files/AssetBundles/char/changbo_3 differ diff --git a/files/AssetBundles/char/ougen_2 b/files/AssetBundles/char/ougen_2 new file mode 100644 index 0000000..a419637 Binary files /dev/null and b/files/AssetBundles/char/ougen_2 differ diff --git a/files/AssetBundles/char/tianying b/files/AssetBundles/char/tianying new file mode 100644 index 0000000..16cf5d8 Binary files /dev/null and b/files/AssetBundles/char/tianying differ diff --git a/files/AssetBundles/herohrzicon/ougen_2 b/files/AssetBundles/herohrzicon/ougen_2 new file mode 100644 index 0000000..74e0ecd Binary files /dev/null and b/files/AssetBundles/herohrzicon/ougen_2 differ diff --git a/files/AssetBundles/live2d/ailunsamuna_2 b/files/AssetBundles/live2d/ailunsamuna_2 new file mode 100644 index 0000000..c429f2d Binary files /dev/null and b/files/AssetBundles/live2d/ailunsamuna_2 differ diff --git a/files/AssetBundles/live2d/xukufu_3 b/files/AssetBundles/live2d/xukufu_3 new file mode 100644 index 0000000..507a1f2 Binary files /dev/null and b/files/AssetBundles/live2d/xukufu_3 differ diff --git a/files/AssetBundles/live2d/zhala_2 b/files/AssetBundles/live2d/zhala_2 new file mode 100644 index 0000000..6135ff9 Binary files /dev/null and b/files/AssetBundles/live2d/zhala_2 differ diff --git a/files/AssetBundles/originsource/cpk/unlock_105121.cpk b/files/AssetBundles/originsource/cpk/unlock_105121.cpk new file mode 100644 index 0000000..1d19e66 Binary files /dev/null and b/files/AssetBundles/originsource/cpk/unlock_105121.cpk differ diff --git a/files/AssetBundles/originsource/cpk/unlock_213042.cpk b/files/AssetBundles/originsource/cpk/unlock_213042.cpk new file mode 100644 index 0000000..844ebbc Binary files /dev/null and b/files/AssetBundles/originsource/cpk/unlock_213042.cpk differ diff --git a/files/AssetBundles/painting/aidang_4 b/files/AssetBundles/painting/aidang_4 new file mode 100644 index 0000000..b4468f3 Binary files /dev/null and b/files/AssetBundles/painting/aidang_4 differ diff --git a/files/AssetBundles/painting/aidang_4_tex b/files/AssetBundles/painting/aidang_4_tex new file mode 100644 index 0000000..10a9951 Binary files /dev/null and b/files/AssetBundles/painting/aidang_4_tex differ diff --git a/files/AssetBundles/painting/ailunsamuna_2_n_tex b/files/AssetBundles/painting/ailunsamuna_2_n_tex new file mode 100644 index 0000000..d5b6ced Binary files /dev/null and b/files/AssetBundles/painting/ailunsamuna_2_n_tex differ diff --git a/files/AssetBundles/painting/ailunsamuna_2_tex b/files/AssetBundles/painting/ailunsamuna_2_tex new file mode 100644 index 0000000..74251b0 Binary files /dev/null and b/files/AssetBundles/painting/ailunsamuna_2_tex differ diff --git a/files/AssetBundles/painting/aimierbeierding_g b/files/AssetBundles/painting/aimierbeierding_g new file mode 100644 index 0000000..4cb54f8 Binary files /dev/null and b/files/AssetBundles/painting/aimierbeierding_g differ diff --git a/files/AssetBundles/painting/aimierbeierding_g_tex b/files/AssetBundles/painting/aimierbeierding_g_tex new file mode 100644 index 0000000..515b726 Binary files /dev/null and b/files/AssetBundles/painting/aimierbeierding_g_tex differ diff --git a/files/AssetBundles/painting/beiqi_2 b/files/AssetBundles/painting/beiqi_2 new file mode 100644 index 0000000..d14e7a6 Binary files /dev/null and b/files/AssetBundles/painting/beiqi_2 differ diff --git a/files/AssetBundles/painting/beiqi_2_tex b/files/AssetBundles/painting/beiqi_2_tex new file mode 100644 index 0000000..b050c59 Binary files /dev/null and b/files/AssetBundles/painting/beiqi_2_tex differ diff --git a/files/AssetBundles/painting/bisimai_2 b/files/AssetBundles/painting/bisimai_2 new file mode 100644 index 0000000..5f031a6 Binary files /dev/null and b/files/AssetBundles/painting/bisimai_2 differ diff --git a/files/AssetBundles/painting/bisimai_2_tex b/files/AssetBundles/painting/bisimai_2_tex new file mode 100644 index 0000000..d5845a8 Binary files /dev/null and b/files/AssetBundles/painting/bisimai_2_tex differ diff --git a/files/AssetBundles/painting/bolisi_tex b/files/AssetBundles/painting/bolisi_tex new file mode 100644 index 0000000..9bf0b08 Binary files /dev/null and b/files/AssetBundles/painting/bolisi_tex differ diff --git a/files/AssetBundles/painting/dafeng_5 b/files/AssetBundles/painting/dafeng_5 new file mode 100644 index 0000000..b2830fc Binary files /dev/null and b/files/AssetBundles/painting/dafeng_5 differ diff --git a/files/AssetBundles/painting/dafeng_5_n b/files/AssetBundles/painting/dafeng_5_n new file mode 100644 index 0000000..4697c48 Binary files /dev/null and b/files/AssetBundles/painting/dafeng_5_n differ diff --git a/files/AssetBundles/painting/dafeng_5_n_tex b/files/AssetBundles/painting/dafeng_5_n_tex new file mode 100644 index 0000000..b0bd804 Binary files /dev/null and b/files/AssetBundles/painting/dafeng_5_n_tex differ diff --git a/files/AssetBundles/painting/dafeng_5f1_tex b/files/AssetBundles/painting/dafeng_5f1_tex new file mode 100644 index 0000000..6759bf0 Binary files /dev/null and b/files/AssetBundles/painting/dafeng_5f1_tex differ diff --git a/files/AssetBundles/painting/gaoxiong_3 b/files/AssetBundles/painting/gaoxiong_3 new file mode 100644 index 0000000..8465980 Binary files /dev/null and b/files/AssetBundles/painting/gaoxiong_3 differ diff --git a/files/AssetBundles/painting/gaoxiong_3_tex b/files/AssetBundles/painting/gaoxiong_3_tex new file mode 100644 index 0000000..542d30a Binary files /dev/null and b/files/AssetBundles/painting/gaoxiong_3_tex differ diff --git a/files/AssetBundles/painting/huangjiafangzhou_h_rw_tex b/files/AssetBundles/painting/huangjiafangzhou_h_rw_tex new file mode 100644 index 0000000..35142ed Binary files /dev/null and b/files/AssetBundles/painting/huangjiafangzhou_h_rw_tex differ diff --git a/files/AssetBundles/painting/huangjiafangzhou_h_tex b/files/AssetBundles/painting/huangjiafangzhou_h_tex new file mode 100644 index 0000000..fce2986 Binary files /dev/null and b/files/AssetBundles/painting/huangjiafangzhou_h_tex differ diff --git a/files/AssetBundles/painting/jifeng_2 b/files/AssetBundles/painting/jifeng_2 new file mode 100644 index 0000000..7647956 Binary files /dev/null and b/files/AssetBundles/painting/jifeng_2 differ diff --git a/files/AssetBundles/painting/jifeng_2_tex b/files/AssetBundles/painting/jifeng_2_tex new file mode 100644 index 0000000..6522734 Binary files /dev/null and b/files/AssetBundles/painting/jifeng_2_tex differ diff --git a/files/AssetBundles/painting/lafei_9_n_tex b/files/AssetBundles/painting/lafei_9_n_tex new file mode 100644 index 0000000..487499c Binary files /dev/null and b/files/AssetBundles/painting/lafei_9_n_tex differ diff --git a/files/AssetBundles/painting/lafei_9_rw_tex b/files/AssetBundles/painting/lafei_9_rw_tex new file mode 100644 index 0000000..6d68849 Binary files /dev/null and b/files/AssetBundles/painting/lafei_9_rw_tex differ diff --git a/files/AssetBundles/painting/lingbo_11_n_tex b/files/AssetBundles/painting/lingbo_11_n_tex new file mode 100644 index 0000000..44f3d6b Binary files /dev/null and b/files/AssetBundles/painting/lingbo_11_n_tex differ diff --git a/files/AssetBundles/painting/lingbo_11_tex b/files/AssetBundles/painting/lingbo_11_tex new file mode 100644 index 0000000..920baf7 Binary files /dev/null and b/files/AssetBundles/painting/lingbo_11_tex differ diff --git a/files/AssetBundles/painting/ougen_2 b/files/AssetBundles/painting/ougen_2 new file mode 100644 index 0000000..78a9ba0 Binary files /dev/null and b/files/AssetBundles/painting/ougen_2 differ diff --git a/files/AssetBundles/painting/ougen_2_tex b/files/AssetBundles/painting/ougen_2_tex new file mode 100644 index 0000000..b786f43 Binary files /dev/null and b/files/AssetBundles/painting/ougen_2_tex differ diff --git a/files/AssetBundles/painting/safuke_xinshou_tex b/files/AssetBundles/painting/safuke_xinshou_tex new file mode 100644 index 0000000..4048616 Binary files /dev/null and b/files/AssetBundles/painting/safuke_xinshou_tex differ diff --git a/files/AssetBundles/painting/shengnvzhende_2_n_tex b/files/AssetBundles/painting/shengnvzhende_2_n_tex new file mode 100644 index 0000000..483f83f Binary files /dev/null and b/files/AssetBundles/painting/shengnvzhende_2_n_tex differ diff --git a/files/AssetBundles/painting/shengnvzhende_2_tex b/files/AssetBundles/painting/shengnvzhende_2_tex new file mode 100644 index 0000000..bb7f689 Binary files /dev/null and b/files/AssetBundles/painting/shengnvzhende_2_tex differ diff --git a/files/AssetBundles/painting/tianying_n_tex b/files/AssetBundles/painting/tianying_n_tex new file mode 100644 index 0000000..17a4725 Binary files /dev/null and b/files/AssetBundles/painting/tianying_n_tex differ diff --git a/files/AssetBundles/painting/tianying_tex b/files/AssetBundles/painting/tianying_tex new file mode 100644 index 0000000..e7f4a5f Binary files /dev/null and b/files/AssetBundles/painting/tianying_tex differ diff --git a/files/AssetBundles/painting/unknown1_xinshou_tex b/files/AssetBundles/painting/unknown1_xinshou_tex new file mode 100644 index 0000000..805f016 Binary files /dev/null and b/files/AssetBundles/painting/unknown1_xinshou_tex differ diff --git a/files/AssetBundles/painting/xuefeng b/files/AssetBundles/painting/xuefeng new file mode 100644 index 0000000..961d077 Binary files /dev/null and b/files/AssetBundles/painting/xuefeng differ diff --git a/files/AssetBundles/painting/xuefeng_tex b/files/AssetBundles/painting/xuefeng_tex new file mode 100644 index 0000000..0a1daf8 Binary files /dev/null and b/files/AssetBundles/painting/xuefeng_tex differ diff --git a/files/AssetBundles/painting/xukufu_3_tex b/files/AssetBundles/painting/xukufu_3_tex new file mode 100644 index 0000000..afc5322 Binary files /dev/null and b/files/AssetBundles/painting/xukufu_3_tex differ diff --git a/files/AssetBundles/painting/zhala_2 b/files/AssetBundles/painting/zhala_2 new file mode 100644 index 0000000..96a69b4 Binary files /dev/null and b/files/AssetBundles/painting/zhala_2 differ diff --git a/files/AssetBundles/painting/zhala_2_tex b/files/AssetBundles/painting/zhala_2_tex new file mode 100644 index 0000000..8eeaf9f Binary files /dev/null and b/files/AssetBundles/painting/zhala_2_tex differ diff --git a/files/AssetBundles/painting/zubing b/files/AssetBundles/painting/zubing new file mode 100644 index 0000000..d8114e2 Binary files /dev/null and b/files/AssetBundles/painting/zubing differ diff --git a/files/AssetBundles/painting/zubing_tex b/files/AssetBundles/painting/zubing_tex new file mode 100644 index 0000000..57a2eb8 Binary files /dev/null and b/files/AssetBundles/painting/zubing_tex differ diff --git a/files/AssetBundles/paintingface/dachao_2 b/files/AssetBundles/paintingface/dachao_2 new file mode 100644 index 0000000..1a07c2a Binary files /dev/null and b/files/AssetBundles/paintingface/dachao_2 differ diff --git a/files/AssetBundles/shipyardicon/ailunsamuna_2 b/files/AssetBundles/shipyardicon/ailunsamuna_2 new file mode 100644 index 0000000..e91b67e Binary files /dev/null and b/files/AssetBundles/shipyardicon/ailunsamuna_2 differ diff --git a/files/AssetBundles/shipyardicon/beikaluolaina_2 b/files/AssetBundles/shipyardicon/beikaluolaina_2 new file mode 100644 index 0000000..131e77b Binary files /dev/null and b/files/AssetBundles/shipyardicon/beikaluolaina_2 differ diff --git a/files/AssetBundles/shipyardicon/dafeng_5 b/files/AssetBundles/shipyardicon/dafeng_5 new file mode 100644 index 0000000..6ee00cc Binary files /dev/null and b/files/AssetBundles/shipyardicon/dafeng_5 differ diff --git a/files/AssetBundles/shipyardicon/gaoxiong_3 b/files/AssetBundles/shipyardicon/gaoxiong_3 new file mode 100644 index 0000000..0fc0e61 Binary files /dev/null and b/files/AssetBundles/shipyardicon/gaoxiong_3 differ diff --git a/files/AssetBundles/shipyardicon/huangjiafangzhou_h b/files/AssetBundles/shipyardicon/huangjiafangzhou_h new file mode 100644 index 0000000..db34cd0 Binary files /dev/null and b/files/AssetBundles/shipyardicon/huangjiafangzhou_h differ diff --git a/files/AssetBundles/shipyardicon/jifeng_2 b/files/AssetBundles/shipyardicon/jifeng_2 new file mode 100644 index 0000000..01048c7 Binary files /dev/null and b/files/AssetBundles/shipyardicon/jifeng_2 differ diff --git a/files/AssetBundles/shipyardicon/kente b/files/AssetBundles/shipyardicon/kente new file mode 100644 index 0000000..2e76619 Binary files /dev/null and b/files/AssetBundles/shipyardicon/kente differ diff --git a/files/AssetBundles/shipyardicon/malani b/files/AssetBundles/shipyardicon/malani new file mode 100644 index 0000000..be2cb60 Binary files /dev/null and b/files/AssetBundles/shipyardicon/malani differ diff --git a/files/AssetBundles/shipyardicon/ninghai_3 b/files/AssetBundles/shipyardicon/ninghai_3 new file mode 100644 index 0000000..2c9252b Binary files /dev/null and b/files/AssetBundles/shipyardicon/ninghai_3 differ diff --git a/files/AssetBundles/shipyardicon/ougen_2 b/files/AssetBundles/shipyardicon/ougen_2 new file mode 100644 index 0000000..3f369ec Binary files /dev/null and b/files/AssetBundles/shipyardicon/ougen_2 differ diff --git a/files/AssetBundles/shipyardicon/pinghai_3 b/files/AssetBundles/shipyardicon/pinghai_3 new file mode 100644 index 0000000..87c4dc0 Binary files /dev/null and b/files/AssetBundles/shipyardicon/pinghai_3 differ diff --git a/files/AssetBundles/shipyardicon/shengnvzhende_2 b/files/AssetBundles/shipyardicon/shengnvzhende_2 new file mode 100644 index 0000000..2b179f1 Binary files /dev/null and b/files/AssetBundles/shipyardicon/shengnvzhende_2 differ diff --git a/files/AssetBundles/shipyardicon/tianying b/files/AssetBundles/shipyardicon/tianying new file mode 100644 index 0000000..f2abd49 Binary files /dev/null and b/files/AssetBundles/shipyardicon/tianying differ diff --git a/files/AssetBundles/shipyardicon/weiershiqinwang_2 b/files/AssetBundles/shipyardicon/weiershiqinwang_2 new file mode 100644 index 0000000..6d6e72b Binary files /dev/null and b/files/AssetBundles/shipyardicon/weiershiqinwang_2 differ diff --git a/files/AssetBundles/shipyardicon/xiaotiane_2 b/files/AssetBundles/shipyardicon/xiaotiane_2 new file mode 100644 index 0000000..ba783cb Binary files /dev/null and b/files/AssetBundles/shipyardicon/xiaotiane_2 differ diff --git a/files/AssetBundles/shipyardicon/xukufu b/files/AssetBundles/shipyardicon/xukufu new file mode 100644 index 0000000..4de40dd Binary files /dev/null and b/files/AssetBundles/shipyardicon/xukufu differ diff --git a/files/AssetBundles/shipyardicon/zhala_2 b/files/AssetBundles/shipyardicon/zhala_2 new file mode 100644 index 0000000..cb1f7a5 Binary files /dev/null and b/files/AssetBundles/shipyardicon/zhala_2 differ diff --git a/files/AssetBundles/skillicon/14370 b/files/AssetBundles/skillicon/14370 new file mode 100644 index 0000000..b5dbf4e Binary files /dev/null and b/files/AssetBundles/skillicon/14370 differ diff --git a/files/AssetBundles/skillicon/14380 b/files/AssetBundles/skillicon/14380 new file mode 100644 index 0000000..b962b9b Binary files /dev/null and b/files/AssetBundles/skillicon/14380 differ diff --git a/files/AssetBundles/skillicon/14390 b/files/AssetBundles/skillicon/14390 new file mode 100644 index 0000000..2a6a76f Binary files /dev/null and b/files/AssetBundles/skillicon/14390 differ diff --git a/files/AssetBundles/squareicon/dachao_2 b/files/AssetBundles/squareicon/dachao_2 new file mode 100644 index 0000000..4efba9a Binary files /dev/null and b/files/AssetBundles/squareicon/dachao_2 differ diff --git a/files/AssetBundles/squareicon/ougen_2 b/files/AssetBundles/squareicon/ougen_2 new file mode 100644 index 0000000..fe77b38 Binary files /dev/null and b/files/AssetBundles/squareicon/ougen_2 differ diff --git a/files/localization.txt b/files/localization.txt new file mode 100644 index 0000000..658f912 --- /dev/null +++ b/files/localization.txt @@ -0,0 +1,2 @@ +Localization = true +Localization_skin = true diff --git a/更新日志与使用说明.txt b/更新日志与使用说明.txt new file mode 100644 index 0000000..6afb96c --- /dev/null +++ b/更新日志与使用说明.txt @@ -0,0 +1,79 @@ +ע +1. paintingĿ¼еļƵ/Android/data/com.bilibili.azurlane/files/AssetBundles/paintingĿ¼У + paitingfaceĿ¼еļƵ/Android/data/com.bilibili.azurlane/files/AssetBundles/paintingfaceĿ¼У + charĿ¼еļƵ/Android/data/com.bilibili.azurlane/files/AssetBundles/charĿ¼У + shipyardiconĿ¼еļƵ/Android/data/com.bilibili.azurlane/files/AssetBundles/shipyardiconĿ¼У + live2dĿ¼еļƵ/Android/data/com.bilibili.azurlane/files/AssetBundles/live2dĿ¼У + squareiconĿ¼еļƵ/Android/data/com.bilibili.azurlane/files/AssetBundles/squareiconĿ¼У + herohrziconĿ¼ļƵ/Android/data/com.bilibili.azurlane/files/AssetBundles/herohrziconĿ¼У + localization.txtļƵ/Android/data/com.bilibili.azurlane/files/Ŀ¼С + +2. ÿθ֮Ҫִһϲ + +עpaintingĿ¼ֶӦļΪýķгļ + charĿ¼ΪӦSDСļ + shipyardiconĿ¼жӦΪеͷļ + live2dĿ¼жӦļΪýlive2dļ + squareiconĿ¼Ϊϰͷļ + herohrziconĿ¼Ϊͷżʱļͷļ + +ԤͼԤѹв鿴ϲɾӦƵļɡ + +Ŀͻ˿зŷ κη ге + +־ +21819¡Ƥ-õĶ磡桢l2dȡг +21813Ƥ-ܵĻװϰסķƤ-Charming Rabbitͷ񷴺гƤ-Loisirs baln airesϰl2dϰ +21812ʼҷƤ-׵ػߡʥŮƤ-֮ʥŮͷϰŵƤ-bunnyreno!Ƥ-ܵĻװϰ桢l2dгƤ-ܵĻװϰȡг +21725Ƥ-ɨʼĩϰʼҷƤ-׵ػߡϰʥŮƤ-֮ʥŮϰ +2164Ƥ-ĵġsdС˷ϰ +21527῵޼Ƥ-ǫ̃㡹ˮƤ-صɽɽƤ-Funny BunnyƤ-Ծ̨ʱ䣡淴гסķƤ-Charming Rabbitϰl2dϰsdС˷ϰ +2156籲Ƥ-΢ս̬ϰ +21423ӥͼϰ޸ӥֵĴ +21422ӥϰӥƤ-dzļա³빫桢³빫Ƥ-ڵ㹫Ƥ-ɳ̲һǡ¡Ƥ-µAlta marea׿Ƥ-ǰˡӸƤ-սʢɳ̲桢ά¡ά淴гӥͷϰӥsdС˷ϰ +2148ɽƤ-ա˹-ü껪淴г +21331˴ͷ񷴺г +21329޸淴гʧЧ⣬淴г +201011ոƤ-Loisirs baln airesϰl2dϰ +20917ǧƤ-֮ա˹Ƥ-̽Ӱ᡹ҰƤ-Ȫʱ䡹淴гƤ-Loisirs baln airesϰҰƤ-Ȫʱ䡹l2dгƤ-Loisirs baln airesl2dϰ +2094޸Ƥ-ѱ¹ʥֵĴ +20723ӥƤ-ʵϰҽ񡹷г޸ŷƤ-ɫЦݡ̬Сˡ +20722޸ӡڰɲ˹ʾ޸Ƥ-Ӿرߵġżlive2d⡣ +20716շгļʧЧѸ¡ +2079Ƥ-Ľ¡ͷϰ +2072޸Ƥ-Ľ¡档 +20625Ƥ-Ľ¡ϰƤֱλbugȹٷ޸ +20624޸ʾ +20619޸ŷƤ-ɫЦݡԼʾŻļС +2067ո´Ƥ-ƻlive2d +2064Żᰢ˹ɴ-Trapper whiteг +2063ᰢ˹ɴ-Trapper whiteг +20530Ƥ-ٶ֮ǡϰ +20528Ƥ-Calabria Aurea໨Ƥ-ȹµġ ܡ淴г໨Ƥ-ȹµġ ܡͷ񷴺г +20527ϰ +20525ߺ͹۲淴гƤ-ѱ¹ʥϰͷ +20522ڵ·г¶Ƥ-ܻصMercredil2dг +20521Ƥ-ɳá׶͡Ƥ- Ů͡Ƥ-ܻصMercrediᰣʥŮƤ-֮ʥŮ淴г׶͡Ƥ- Ů͡Ƥ-ܻصMercredil2dгƤ-ɳá뷴г +20519Ƥ-Ӿرߵġżϰϰlive2dϰ +20517޸ַƤ-ʥ󽫾ʾ޸Ƥ-֮⡹δг޸Ƥ-ѱ¹ʥ뷴гƤ-ѧ԰棻ͼƤ-ǵʢġ淴г˹Ƥ-ѪĻԹ⡹ϰƤ-֮⡹Ƥ-¹áƽƤ-á뷴гŷƤ-ɫЦݡϰͷϰͷżͷϰ +19107޸Ƥ-ƻlive2d⡣ +1974׶͡淴г +19520մ汾£гѸ¡ +19217淴г +181228Ƥ-ѱ¹ʥַг +181227Ƥ-ѱ¹ʥַƤ-ʥ󽫾淴гƤ-սϰ +181027Ƥ-ƻlive2dг +18726淴г +18717ʥ·˹Ƥ-֮live2d淴г +18621Ƥ-ѧ԰ϰ19Ƥ-̵΢硹δʵװг棬иĶ +18413ո޸ѩ潢װַг +18330ѩ潢װַг +18212Ƥ-֮⡹ʥ·˹Ƥ-֮淴г +1826ٷ޸ʥ֮󣬷гļȥļ +1826ԪϷʥ֮ġʥ֮Ƥ-Ů΢Ц¶֮ġ֮Ƥ-Ůһ̡淴г +18127ӡڰɲ˹ŵ淴г +171215ո֮ŷ̬СʧЧ޶ȡ⣬޸ +171016淴г +17930СƤ-ʮǡʿƤ-ҫɯ淴гŷƤ-ɫЦݡϰ +17928Ƥ-¹áƽƤ-á淴г +ۡ淴г \ No newline at end of file