- omnetpp-msg 100%
| paleng_v3.3 | ||
| sdlpal_screenshots | ||
| LICENSE | ||
| README.md | ||
| sdlpal | ||
Chinese Paladin - The Legend of Sword and Fairy
Important!
Due to uncertainty about copyright issues, I do not provide the game files that are absolutely necessary to play the game. They used to be available at http://update1.baiyou100.com/resource/Pal98rqp.zip , but the forum is no longer up, so the link doesn't resolve. You can find the same files on the internet in a certain archive
You can also - and this is the recommended way - buy the game on Steam. As it has never been officially released in the west, the Steam version is only available in Chinese. That's fine however, you only need the game data, the translation is available in this repository.
List of distros where the game works as expected using the binary:
How to play one of the longest running, most influential eastern RPG series' first entry
This tutorial assumes you are trying to play the game on a Linux/Unix system
As I don't use Windows or MacOS, I do not have pre-built binaries for it - see the additional resources for links to the original repo, where you can find build instructions for your system of choice.
To play the game on a modern system, you will need 3 things (2 if you can read Chinese):
- The original game files (not provided, see above)
- The english patch
- SDLPAL
Additional external resources are linked at the bottom of the page.
Prerequisites for WSL2 users
Assuming you are using the default Ubuntu WSL, you need the following two packages:
sudo apt-get install libsdl2-dev
sudo apt-get install libxft2
Getting started
-
Unzip the game data archive to somewhere, you would like the game files to be - a good place could be for example
~/games- create the directory if needed
mkdir -p ~/games
- create the directory if needed
-
Download this repository and copy the following files to the game data directory - overwrite existing files if needed:
- SDLPAL binary:
cp -pv sdlpal ~/games/game_data_dir/
- Translation patch:
cp -prv paleng_v3.3/* ~/games/game_data_dir/
- SDLPAL binary:
-
From the game data directory, launch the binary
./sdlpal
-
If it's the fist time launching the game, a config window will show up - make sure to write the path to your english patch file in the correct field
-
The setup is now complete - enjoy the game!
Optional steps
Create a desktop shortcut
On Gnome, you can easily create a shortcut:
-
Use your favourite text editor to create a new desktop file
nano ~/.local/share/applications/sdlpal.desktop -
Paste the following, replacing the path to the executable and the icon if needed
[Desktop Entry] Name=Chinese Paladin Terminal=False Comment=Play Chinese Paladin Type=Application Category=Game Exec=~/games/game_data_dir/sdlpal Icon=~/games/game_data_dir/Logo.ico -
If it doesn't appear, you may need to logout and log back in
Additional resources
Chinese Paladin fansite with the original instructions
English patch on romhacking.net
The original SDLPAL repository with source and build instructins
TODO
- Pictures
- Test on more distros, wsl, bsd, solaris
- Shortcut instructions for other desktop environments
- matrix room for support and general conversation




