* implement timereward * implement usepiece * will not grouping selectedCharacters * remove unused field * i forgot remove debug code * maybe recycleroom worked * fix Tid has 0 value * add class research and corporation research * delete unnecessary using * rename args and local var * fix receiving currency reward * remove line from AddSingleCurrencyObject
EpinelPS
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 latest release/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. Note that this interface does not have anything yet.
To skip stages, a basic command line interface is implemented.
TODO:
- Campaign (Normal, Hard, Lost items, Rewards, Subquests)
- Lobby
- Save team info
- Profile UI
- Open Archives UI
- Inventory system
- Character level up
- Side story
- Archives
- Outpost Rewards
- Skill level up
- Daily, weekly missions etc
- Outpost jukebox
- Messenger
- Simulation Room
- Lost sector
- Basic friend list support
- Admin Panel
- Change events in Admin Panel
- Arcade
- Limit temporary participation
What is not working:
- Events
- Outpost buildings, recycle room, infrastructure core
- Interception rewards, simulation room
- And a lot more...