「青い記録」というゲームのアレコレ
⚠完全に自己責任かつ共有・拡散無しで個人で楽しむまでの利用範囲でお願いします。
「青い記録」のアセットダウンロード方法
「青い記録」のプラベ鯖の建て方
ダウンロード
過去に有名なGitHubブランチがあったらしい(?)が、確認時点では消えてしまっている。
↓恐らくブランチ元のコピー(非推奨)
https://github.com/daizhuentou/SCHALE.GameServer
↓開発終了しているフォークされたリポジトリ
https://github.com/shunner114514/SCHALE.GameServer_USE
↓改良されたリポジトリ(本命)
使用方法
現段階では以下のセットアップ手順で可能
https://git.fufufu.moe/KaniPS/Plana/src/branch/main/Docs/New-Tutorial.md
以下のコマンド入力はサークルのプラナに入力する
https://git.fufufu.moe/KaniPS/Plana/src/branch/main/Docs/Commands.md
⚠注意点
・LDPlayerを"強く"推奨するが、BlueStacksを使用したい場合は過去記事を参考にすること。
https://note.com/o_g_f/n/n79108fbbbe3a
https://note.com/o_g_f/n/nf622cc7be015
・PlanaとPhrenapatesは同階層ディレクトリに配置すること。
・dotnet runした後、何故かresourceのダウンロードができなかったが、削除して再ダウンロードを繰り返していたら成功した。
・BlueStacksでも動作確認できたが、CAの読み込ませたりする労力がかかるのでLDPlayerを推奨。
・ipアドレスは127.0.0.1は駄目。使用環境のローカルipが必要。
・証明書(CA)はユーザーCAでは駄目。システムCAが必要。
・cert-fixerはzip内に「*.0」証明書を入れる必要がある。
・証明書がうまくいかない場合は以下の手順を試す。
https://git.fufufu.moe/KaniPS/Plana/src/branch/main/Docs/Manual-Tutorial.md
・Zygiskを有効にしていると、正しいディレクトリにCAを入れても認識しなかったので、BlueStacksでは修正パッチを入れる必要があった。https://github.com/vvb2060/zygisk_cacerts
・BlueStacksの場合、(BlueStacks)設定ファイルのenble rootしておくとRoot検知に引っかかる
・最悪DiscordのSupportで聞くこと。
・Root検知は↓のサイトを参照
https://mitanyan98.hatenablog.com/entry/2022/01/27/233421
・60fpsでメモロビを動かす方法(当方の環境では起動後クラッシュ…)
https://note.com/reindex/n/n0b027841dd56
https://note.com/reindex/n/n2631f93f9f72
https://wangel.aioilight.space/?p=1686
https://www.youtube.com/watch?v=m1Zf8OnrjAU
注意:
KitsuneMask27002CanaryだとShamikoは1.0.1しか対応していない。
追記:
"TargetList.json"を"/data/local/tmp/"に書き込むには、Unity FPS UnlockerのZIPファイル内の"customize.sh"を以下の通りに変更し、"TargetList.json"を同じディレクトリ下に配置すればよい。
余談:
mod(未確認)
customize.sh
set_perm_recursive "$MODPATH" 0 0 0755 0644
if [ -d "$MODPATH/gh@hexstr" ]; then
ui_print "Coping $MODPATH/gh@hexstr into /data/local/tmp..."
cp -r $MODPATH/gh@hexstr /data/local/tmp
chmod -R 777 /data/local/tmp/gh@hexstr
cp -r $MODPATH/TargetList.json /data/local/tmp
chmod -R 777 /data/local/tmp/TargetList.json
else
ui_print "$MODPATH/gh@hexstr not exists, installation failed."
fi
TargetList.json
{
"global": {
"delay": 10,
"mod_opcode": true,
"fps": 120
},
"custom": {
"com.YoStarJP.AzurLane": {
"mod_opcode": true,
"fps": 120
},
"com.YostarJP.BlueArchive": {
"delay": 10,
"mod_opcode": true,
"fps": 60
},
"com.sunborn.girlsfrontline.jp": {
"mod_opcode": true,
"fps": 120
},
"com.miHoYo.GenshinImpact": {
"mod_opcode": true,
"fps": 120
},
"co.grimoire.bxb": {
"mod_opcode": true,
"fps": 120
},
"jp.co.craftegg.band": {
"mod_opcode": true,
"fps": 120
},
"com.proximabeta.nikke": {
"mod_opcode": true,
"fps": 120
},
"com.rayark.cytus2": {
"mod_opcode": true,
"fps": 120
},
"com.heavenburnsred": {
"mod_opcode": true,
"fps": 120
},
"jp.co.cygames.umamusume": {
"mod_opcode": true,
"fps": 120
},
"com.bushiroad.d4dj": {
"mod_opcode": true,
"fps": 120
},
"com.bushiroad.lovelive.schoolidolfestival2": {
"mod_opcode": true,
"fps": 120
},
"com.bandainamcoent.imas_millionlive_theaterdays": {
"mod_opcode": true,
"fps": 120
},
"jp.co.bandainamcoent.BNEI0242": {
"mod_opcode": true,
"fps": 120
}
}
}
いいなと思ったら応援しよう!
