More actions
m (Text replacement - "image = https://dlhb.gamebrew.org/3dshomebrew/" to "image = ") |
m (Text replacement - "Category:3DS homebrew games" to "") |
||
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
| title = SDLPAL | |title=SDLPAL | ||
| image = | |image=Sdlpal5.png | ||
| | |description=Port of The Legend of Sword and Fairy to the 3DS. | ||
| | |author=SDLPAL Team | ||
| lastupdated = | |lastupdated=2021/02/14 | ||
| | |type=Role Playing | ||
| | |version=2.0 | ||
| | |license=GPL-3.0 | ||
| download = https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/sdlpal.7z SDLPAL & English Patch | ||
| source = https://github.com/sdlpal/sdlpal | |website=https://sdlpal.github.io/sdlpal | ||
|source=https://github.com/sdlpal/sdlpal | |||
}} | }} | ||
SDLPAL is a SDL-based open-source cross-platform reimplementation of the classic Chinese RPG game The Legend of Sword and Fairy (Simplified Chinese: 仙剑奇侠传, Traditional Chinese: 仙劍奇俠傳, also known as Chinese Paladin, or PAL for short). It is availble in both Chinese and non-official English. | |||
This port is created by Wei Mingzhi in 2009 and has been taken over by the SDLPAL development team. Many of the ideas of this program are based on documents from [https://github.com/palxex/palresearch PAL Research Project], and portions of the code are based on the work done by Baldur and [https://github.com/louyihua louyihua]. | |||
Note that this program does not include any code or data files of the original game, which are proprietary and copyrighted by SoftStar Inc. | |||
==Installation== | |||
'''Note:''' You must obtain the data files from a licensed copy of the game in order to run it. | |||
Copy the CIA file to your SD card, then create a new folder named sdlpal in 3ds folder of your SD card. | |||
Extract the game data files to the sdlpal folder (except for 2 folders and the AVI files, they are not needed). | |||
Copy the sdlpal.cfg to the sdlpal folder just created (delete the .example at the end of the file name), so you should have sdmc:/3ds/sdlpal/sdlpal.cfg. | |||
== | Open sdlpal.cfg, change CODEPAGE=0 to CODEPAGE=1 (delete the # in front of the line to enable it). | ||
For n3ds/o3ds: | |||
* If you are using n3DS, turn on CPU+L2 boost in your CFW menu. | |||
* If you are using o3DS, open sdlpal.cfg, change both STEREO and USESURROUNDOPL to 0, lower both SAMPLERATE and OPLSAMPLERATE to 22050. | |||
You can now install the CIA file and play the game in Chinese. To apply the [http://www.romhacking.net/translations/2441 English patch] (included): | |||
* Extract everything except sdlpal.cfg in the win directory to the sdlpal directory of the SD card. | |||
* Overwrite m.msg, sss.mkf and word.dat, add m_chs.slf and m_eng.slf. | |||
* Open sdlpal.cfg and edit this line MESSAGEFILENAME=./m_eng.slf. | |||
==User guide== | |||
===FAQ=== | |||
Please see https://github.com/sdlpal/sdlpal/wiki/FAQ_CHS (Chinese). | |||
==Controls== | |||
D-Pad/C-Pad - Move, Select | |||
A/Start - Enter | |||
B/Select - Menu | |||
L - Accelerate the game (not working on o3DS, up to maximum 3X of the speed so you can skip fight animation etc) | |||
== | ==Screenshots== | ||
https://dlhb.gamebrew.org/3dshomebrews/sdlpal2.png | |||
https://dlhb.gamebrew.org/3dshomebrews/sdlpal3.png | |||
https://dlhb.gamebrew.org/3dshomebrews/sdlpal4.png | |||
https://dlhb.gamebrew.org/3dshomebrews/sdlpal6.png | |||
==Media== | |||
'''SDLPAL 3DS Review (Chinese)''' ([https://www.youtube.com/watch?v=swZp8xbD2YI 充满游戏]) <br> | |||
<youtube>swZp8xbD2YI</youtube> | |||
==Compatibility== | |||
Compatible with both o3DS and n3DS. | |||
Tested on Citra. | |||
==Changelog== | |||
'''v2.0 2021/02/14''' | |||
* Experimental release for 2021-02-14. | |||
'''v1.1 2017/02/18''' | |||
* Merged new functionality from [https://github.com/nbzwt/sdlpal/releases/tag/v1.1 mainline repository]. | |||
'''v1.0 2017/02/17''' | |||
* Initial release, based on a extremely outdated version of sdlpal. Fully playable with Pal DOS resource file: | |||
==Credits== | |||
Copyright (c) 2009-2011, [https://github.com/CecilHarvey Wei Mingzhi]. | |||
Copyright (c) 2011-2021, SDLPAL development team. | |||
This program made extensive use of the following libraries: | |||
* [http://www.libsdl.org/ SDL] | |||
* [http://www.libsdl.org/projects/SDL_mixer/ SDL_mixer] | |||
* [http://www.underbit.com/products/mad/ libmad] | |||
* [http://www.vorbis.com/ libogg & libvorbis] | |||
* [https://www.opus-codec.org/ libopus & opusfile] | |||
* [http://www.fltk.org FLTK] | |||
* [https://github.com/schellingb/TinySoundFont TinySoundFont] | |||
* OPL player from [http://adplug.sourceforge.net/ Adplug] | |||
* OPL emulation cores from [http://www.dosbox.com DOSBOX project], [http://mamedev.org/ MAME project] and [https://github.com/chocolate-doom/chocolate-doom Chocolate Doom project] | |||
* Audio resampler from [https://www.foobar2000.org/components/view/foo_input_adplug foo_input_adplug] | |||
* AVI player from [https://ffmpeg.org/ ffmpeg] | |||
* | * Image decoder from [https://github.com/nothings/stb stb] | ||
* | |||
* | |||
==External links== | |||
* Official website - https://sdlpal.github.io/sdlpal | |||
* Author's website (zephray) - https://www.zephray.me/post/sdlpal_3ds_port | |||
* GitHub (SDLPAL team) - https://github.com/sdlpal/sdlpal | |||
* GitHub (zephray) - https://github.com/zephray/sdlpal-old | |||
* GitHub (weimzh) - https://github.com/weimzh/sdlpal | |||
* GBAtemp - https://gbatemp.net/threads/release-the-legend-of-sword-and-fairy-sdlpal-a-classical-dos-rpg-port-to-3ds.461422 |
Latest revision as of 06:34, 6 Mayıs 2024
SDLPAL | |
---|---|
General | |
Author | SDLPAL Team |
Type | Role Playing |
Version | 2.0 |
License | GPL-3.0 |
Last Updated | 2021/02/14 |
Links | |
SDLPAL & English Patch Download | |
Website | |
Source | |
SDLPAL is a SDL-based open-source cross-platform reimplementation of the classic Chinese RPG game The Legend of Sword and Fairy (Simplified Chinese: 仙剑奇侠传, Traditional Chinese: 仙劍奇俠傳, also known as Chinese Paladin, or PAL for short). It is availble in both Chinese and non-official English.
This port is created by Wei Mingzhi in 2009 and has been taken over by the SDLPAL development team. Many of the ideas of this program are based on documents from PAL Research Project, and portions of the code are based on the work done by Baldur and louyihua.
Note that this program does not include any code or data files of the original game, which are proprietary and copyrighted by SoftStar Inc.
Installation
Note: You must obtain the data files from a licensed copy of the game in order to run it.
Copy the CIA file to your SD card, then create a new folder named sdlpal in 3ds folder of your SD card.
Extract the game data files to the sdlpal folder (except for 2 folders and the AVI files, they are not needed).
Copy the sdlpal.cfg to the sdlpal folder just created (delete the .example at the end of the file name), so you should have sdmc:/3ds/sdlpal/sdlpal.cfg.
Open sdlpal.cfg, change CODEPAGE=0 to CODEPAGE=1 (delete the # in front of the line to enable it).
For n3ds/o3ds:
- If you are using n3DS, turn on CPU+L2 boost in your CFW menu.
- If you are using o3DS, open sdlpal.cfg, change both STEREO and USESURROUNDOPL to 0, lower both SAMPLERATE and OPLSAMPLERATE to 22050.
You can now install the CIA file and play the game in Chinese. To apply the English patch (included):
- Extract everything except sdlpal.cfg in the win directory to the sdlpal directory of the SD card.
- Overwrite m.msg, sss.mkf and word.dat, add m_chs.slf and m_eng.slf.
- Open sdlpal.cfg and edit this line MESSAGEFILENAME=./m_eng.slf.
User guide
FAQ
Please see https://github.com/sdlpal/sdlpal/wiki/FAQ_CHS (Chinese).
Controls
D-Pad/C-Pad - Move, Select
A/Start - Enter
B/Select - Menu
L - Accelerate the game (not working on o3DS, up to maximum 3X of the speed so you can skip fight animation etc)
Screenshots
Media
SDLPAL 3DS Review (Chinese) (充满游戏)
Compatibility
Compatible with both o3DS and n3DS.
Tested on Citra.
Changelog
v2.0 2021/02/14
- Experimental release for 2021-02-14.
v1.1 2017/02/18
- Merged new functionality from mainline repository.
v1.0 2017/02/17
- Initial release, based on a extremely outdated version of sdlpal. Fully playable with Pal DOS resource file:
Credits
Copyright (c) 2009-2011, Wei Mingzhi.
Copyright (c) 2011-2021, SDLPAL development team.
This program made extensive use of the following libraries:
- SDL
- SDL_mixer
- libmad
- libogg & libvorbis
- libopus & opusfile
- FLTK
- TinySoundFont
- OPL player from Adplug
- OPL emulation cores from DOSBOX project, MAME project and Chocolate Doom project
- Audio resampler from foo_input_adplug
- AVI player from ffmpeg
- Image decoder from stb
External links
- Official website - https://sdlpal.github.io/sdlpal
- Author's website (zephray) - https://www.zephray.me/post/sdlpal_3ds_port
- GitHub (SDLPAL team) - https://github.com/sdlpal/sdlpal
- GitHub (zephray) - https://github.com/zephray/sdlpal-old
- GitHub (weimzh) - https://github.com/weimzh/sdlpal
- GBAtemp - https://gbatemp.net/threads/release-the-legend-of-sword-and-fairy-sdlpal-a-classical-dos-rpg-port-to-3ds.461422