zeroz41 / pso_wine

multiplatform pso wine install. linux, android
GNU General Public License v3.0
11 stars 0 forks source link
android arm linux phantasy-star-online phantasy-star-online-blue-burst phantasystaronline pso psobb psu python wine

pso_wine

-zeroz

One-command installs for PSO on Linux and Android.

The goal of this project is to fully and smoothly install Phantasy Star Online Blue Burst (PSOBB) on Linux systems with a single command, without user input, and using the system-installed Wine.

An additional goal of supporting Android was added later. Unlike desktop PCs, Android does not have the same simplicity for installation tools. Therefore, we utilize existing graphical tools that set up a container with configurable settings via GUI or Termux.

PSU not currently supported

Architecture

To ensure compatibility across platforms, most of the installation and configuration happens within Wine itself, not relying on host system tools. This makes the project portable - the same core setup logic works whether you're on Linux, Android, or potentially other platforms.

The platform-specific code (like the Python script for Linux desktop) just serves as a wrapper to interact with this core Wine functionality. This approach allows:

Platform Support

Current Support

Currently directly supports EphineaPSO

Future Plans