Skip to content

full-featured game MOD development platform dedicated to making mods for the classic Chinese RPG game known as PAL.

License

Notifications You must be signed in to change notification settings

liuzhier/PalStudio_Old.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PalStudio.NET

PalStudio.NET is a full-featured game MOD development platform dedicated to making mods for the classic Chinese RPG game known as PAL.

LICENSE

PalStudio.NET was originally created by liuzhier from 2024-02-18 02:23 PM. Please see AUTHORS for full author list.

PalStudio.NET is distributed under the terms of GNU General Public License, version 3 as published by the Free Software Foundation. See LICENSE for details.

Many of the ideas of this program are based on documents from PAL Research Project.

PalStudio.NET was written using "C #. NET8.0", And it is a reference to the open source program SDLPAL to achieve. This program does NOT include any code or data files of the original game, which are proprietary and copyrighted by SoftStar Inc.

Building the game tool

Currently, PalStudio.NET only supports Windows platforms.

Windows

Visual Studio

To build PalStudio.NET as a Windows desktop app, you can use Microsoft Visual Studio 2022 to open the solution file PalStudio.NET.sln.

Running the game tool

The data files required for running the game are not included with the source package due to copyright issues. You need to obtain them from a licensed copy of the game before you can run the game.

To run the game, copy all the files in the original game CD to a directory, then copy the built PalStudio.NET executable to the same directory, and run the executable.

Configuring the game tool

Manually

To set the configuration options manually, create a file named as PalStudio.NET.ini (make sure to use lower-case file name in case-sensitive filesystems) in the game directory created by the above step. Please refer to the example file for format specfication.

Reporting issues

If you find any issues of PalStudio.NET, please feel free to report them to the development team through GitHub's issue tracking system using either English or Chinese.

Contributing to the game

Any original code & documentation contributions are welcomed as long as the contributed code & documentation is licensed under GPL. You can use GitHub's pull request system to submit your changes to the main repository here.

About

full-featured game MOD development platform dedicated to making mods for the classic Chinese RPG game known as PAL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages