A UE-based cross-platform reimplementation of the classic Chinese RPG game "PAL".
To start working with this project, you'll need to follow a few simple steps:
- Ensure that you have Unreal Engine and Visual Studio installed.
- Ensure that you have PAL game files.
- Open Unreal Project Browser.
- Click "Browse..." and select
PAL.uprojectto import the project. - In the opened UE editor, click on Menu > Tools > Refresh Visual Studio Project.
- Open VS project by clicking on Menu > Tools > Open Visual Studio.
- In Visual Studio, in Solution Explorer, right click on project
PALand select "Set as Startup Project". - Select
Development Editoras active solution configuration. Try debug the game in Menu > Debug > Start Debugging.
Please note that:
- This project is built on Unreal Engine 5.4, and may not be compatible with earlier or later versions of the engine.
- This project is tested on PAL DOS and 95(98) versions. It may support other versions such as Dream. Please find legal copy of the game files.
While we welcome contributors to this project, please note that we do not recommend forking of this project. If you would like to contribute, please submit pull request in accordance with our contribution guidelines (coming soon).