Git Product home page Git Product logo

openpal3's Introduction

仙三开源版

Build Status CI Build

云对雨,雪对风,仙剑对妖弓。

《仙剑奇侠传三》开源实现。仙三开源版仍处于早期开发阶段,存在很多未实现的功能及 Bug,暂无完善的游戏体验。

📢 声明

  • 仙三开源版不附带任何《仙剑奇侠传三》的游戏数据,因此您必须拥有《仙剑奇侠传三》的正版拷贝才可以正常运行仙三开源版。
  • 仙三开源版并非软星公司或大宇集团的官方作品。

🏡 社区

欢迎加入 QQ 群 636662894

📌 下载

v0.3 版本请前往 Releases 页面下载,Azure Pipelines 上可以获得最新开发版本。

运行

首次运行前请手动修改 openpal3.toml,将《仙剑奇侠传三》游戏目录填入: (请注意反斜杠需要重复两次)

# PAL3.exe 所在的目录
# The folder where PAL3.exe is
asset_path = "E:\\CubeLibrary\\apps\\1000039"

之后运行 openpal3.exe 即可。如果运行时提示 OpenAL 出错,请下载并安装 OpenAL

操作

  • 空格键:对话框下一句
  • A/D键:调整视角
  • Esc键:跳过过场动画
  • F键:互动
  • 方向键:跑
  • 1/2/3/4:存档至第1、2、3、4号存档位

🛠 本地构建

目前 OpenPAL3 支持 Windows、Linux、 macOS 和 Android 作为目标平台。

工具链与依赖库

在构建 OpenPAL3 前,请确认已安装以下工具链与依赖库:

构建步骤

cd openpal3
cargo build --release

构建 Android 平台安装包需要先安装cargo-apk,并设置好 NDK 开发环境

cd openpal3 && cargo apk build --release --lib

常见问题

macOS 平台下由于 nightly 工具链的一个bug 构建时可用下面命令规避链接错误的问题:

MACOSX_DEPLOYMENT_TARGET=11.0 cargo build --release

🙋‍♂️ 贡献

非常感谢一同参与 OpenPAL3 的开发!请参看 CONTRIBUTING 来了解参与项目的要求与步骤。

📔 相关资料

openpal3's People

Contributors

bianliangpai avatar chrox avatar dependabot[bot] avatar dontpanic92 avatar irides-ryan avatar pengyz 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.