Giter Club home page Giter Club logo

botw-savediter-local's Introduction

Botw-Savediter-Local

塞尔达传说:旷野之息 游戏存档修改器 CEMU专用 本地单文件版本
本来想打包 App 的,但是发现再怎么压缩文件都很大,不如就单个页面文件吧。没有把 [css] 和 [js] 等等 都放到本地是因为后期更新不太方便。这样一个单html文件直接放在 [mlc1] 根目录去,使用起来也比较简单。


tips:这个本地版的,主要是为了解决一个痛点,就是存档编号的问题,以往需要对照着图片确认是哪个存档。但现在这个但文件版本可以获取到存档的截图直接列出来,并标注上编号。方便确认那个是你需要修改的。

自动安装

复制以下代码到 [ 终端.app ] 运行自动下载html文件到存档根目录,并在应用程序中建立启动器app。

CEMU_DIR="$HOME/Library/Application Support/Cemu"
INS_FILE="https://raw.githubusercontent.com/kailous/Botw-Savediter-Local/main/index.html"
APP="https://kailous.github.io/Botw-Savediter-Local/Botw-Savediter.app"
if [ -d "$CEMU_DIR/mlc01" ]; then
    echo "mlc目录正常无误\n开始安装:"
    echo "下载主体文件到 mlc01"
    curl -# -o "$CEMU_DIR/mlc01/index.html" "$INS_FILE"
    echo "主题文件下载完成,开始构建APP"
    mkdir -p "/Applications/Botw-Savediter.app/"
    mkdir -p "/Applications/Botw-Savediter.app/Contents"
    mkdir -p "/Applications/Botw-Savediter.app/Contents/MacOS"
    mkdir -p "/Applications/Botw-Savediter.app/Contents/Resources"
    curl -# -o "/Applications/Botw-Savediter.app/Contents/Info.plist" "https://kailous.github.io/Botw-Savediter-Local/Botw-Savediter.app/Contents/Info.plist"
    curl -# -o "/Applications/Botw-Savediter.app/Contents/Resources/AppIcon.icns" "https://kailous.github.io/Botw-Savediter-Local/Botw-Savediter.app/Contents/Resources/AppIcon.icns"
    curl -# -o "/Applications/Botw-Savediter.app/Contents/MacOS/run.sh" "https://kailous.github.io/Botw-Savediter-Local/Botw-Savediter.app/Contents/MacOS/run.sh"
    # 修复应用权限
    chmod -R 777 "/Applications/Botw-Savediter.app"
    else
    echo "文件夹不存在,请确保 mlc1 放在 根目录\n根目录地址:$CEMU_DIR"
fi

在线版本

Botw-Savediter
Botw-Savediter | Goto Github

botw-savediter-local's People

Contributors

kailous avatar

Stargazers

 avatar  avatar  avatar  avatar Amier_X avatar HardAshley avatar EasonArt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.