qmengz eea01945f9 Add event pass functionality and logging improvements (#59)
- Implement FastClearEventStage handler for fast clearing event stages.
- Enhance GetStoryDungeon handler to include team data and cleared stages.
- Modify GetInventoryData to streamline item processing.
- Introduce BuyEventPassRank and BuyPassRank handlers for purchasing event pass ranks.
- Add CompleteEventPassMission and CompletePassMission handlers for mission completion.
- Create ObtainEventPassReward and ObtainOneEventPassReward handlers for reward retrieval.
- Implement ObtainPassReward and ObtainOnePassReward handlers for general pass rewards.
- Add PassHelper class to manage pass-related logic, including obtaining rewards and completing missions.
- Update User and EventData models to support new pass functionality.
- Integrate log4net for improved logging capabilities throughout the application.
- Update game configuration for static data and resource URLs.
- Create log4net configuration file for logging setup.
2025-10-20 10:34:09 -04:00

EpinelPS


GitHub issues GitHub pr GitHub GitHub release (with filter) GitHub Repo stars Discord

Private/local server for a 2d anime rpg game. The goal of this project is to replicate the functionality of the official server.

Discord server: https://discord.gg/Ztt6Y9vQjF

Caution

Please note this GitHub repository (https://github.com/EpinelPS/EpinelPS/) is the only official source for EpinelPS. If you bought it from someone, you got scammed. Do not download EpinelPS from other sources. Download link: https://nightly.link/EpinelPS/EpinelPS/workflows/dotnet-desktop/main/Server%20and%20Server%20selector.zip

Warning

This project is in an early state so many functions in the game do not work. It is recommended to download the latest build from GitHub actions.

Usage

Download the GitHub actions build, and run ServerSelector.Desktop.exe as administrator (to modify DNS hosts file and install a CA cert). Make sure to close the game and launcher first. Select Local server, and then click save. After that, start EpinelPS.exe to start the actual server.

You should be able to register an new account in the launcher (you can enter any email verification code).

To access the admin panel, go to https://127.0.0.1/admin/ and sign in. Note that IsAdmin needs to be true for the user account. You can skip stages and add all characters using that link for example.

Note

Before updating the game, make sure to switch back to the official server to ensure that the game is properly patched.

What is implemented or missing?

See the todo list at https://github.com/orgs/EpinelPS/projects/1 and https://github.com/EpinelPS/EpinelPS/issues

Description
A private server for some anime game
Readme AGPL-3.0 23 MiB
Languages
C# 91.7%
HTML 5.1%
CSS 2.1%
JavaScript 1%