Switch poses
切换姿势
Alt + ,
Alt + .
Switch expressions
切换表情
Alt + L
Alt + ;
Switch custom animations
切换自定义动画
Alt + [
Alt + ]
Open / Close the expansion menu
开启/关闭拓展菜单
Alt + '
Exit
退出
Alt + /
k2版本:
Switch poses
切换姿势
Alt + 5
Alt + 6
Switch expressions
切换表情
Alt + 7
Alt + 8
Switch custom animations
切换自定义动画
Alt + 9
Alt + 0
Open / Close the expansion menu
开启/关闭拓展菜单
Alt + O
Exit
退出
Alt + L
k3版本:
Open / Close the expansion menu
开启/关闭拓展菜单
Alt + L
in linux compile
gradle/wrapper/gradle-wrapper.properties:4:distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
download
gradle-8.14.3-bin.zip
改成下載的 path
gradle/wrapper/gradle-wrapper.properties:4:distributionUrl=file:///home/descent/work-2/mod/cnsrepacker/gradle-8.14.3-bin.zip
download graalvm-jdk-24_linux-x64_bin.tar.gz
編譯成 linux native 執行檔
export JAVA_HOME=$PWD
export PATH=$JAVA_HOME/bin:$PATH
編譯
./gradlew nativeCompile
經歷這些磨難之後, 成功之後, 執行檔案在 cnsrepacker/build/native/nativeCompile/CNSRepacker
執行結果:
descent@deb64:cnsrepacker$ /media/work-2/mod/cnsrepacker/build/native/nativeCompile/CNSRepacker
The folder /media/work-2/mod/cnsrepacker/./../SB/Content/Paks doesn't exist. Make sure that you use a correct path to the game.
CNSRepacker 會呼叫以下2個執行檔
./tools/retoc/retoc.exe
./tools/UAssetGUI/UAssetGUI.exe
這 2 個檔案是 windows 執行檔, 建議還是在 windows 執行 CNSRepacker 會比較容易, 不確定 wine 能不能正常執行 ./tools/retoc/retoc.exe, ./tools/UAssetGUI/UAssetGUI.exe
[CNSRepacker 測試]
由於需要在 windows 執行 CNSRepacker.exe 我把 steam deck 的劍星目錄複製到 windows k: 下, 把 CNSRepacker 放在和 SB 同一層目錄, 以我的例子就是: K:\StellarBlade\CNSRepacker, 參考 list 1。
執行 CNSRepacker.exe 之前, CNS mod 要先安裝好, 猜測 CNSRepacker 可能會用到 CNS mod 的檔案。