Rename project to EpinelPS

This commit is contained in:
Mikhail
2024-07-30 13:04:25 -04:00
parent 0990f46266
commit 239c4f293f
204 changed files with 587 additions and 700 deletions

View File

@@ -1,4 +1,4 @@
# nikke-server
# EpinelPS
---
@@ -12,34 +12,23 @@
[![Discord](https://img.shields.io/discord/1261717212448952450?style=flat-square)](https://discord.gg/Ztt6Y9vQjF)
</div>
Private/local server for Nikke. Discord server: https://discord.gg/Ztt6Y9vQjF
Private/local server for another anime game. Discord server: https://discord.gg/Ztt6Y9vQjF
> [!WARNING]
> This project is in a very early state so many functions in the game do not work.
## 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 nksrv.exe to start the actual server.
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.
<br>
<img src="https://github.com/MishaProductions/nikke-server/assets/106913236/b01194ef-aec5-4de9-b982-1253757655f8" width="192" height="108">
<br>
You should be able to register an new account in the launcher (you can enter any email verification code).
If the game does not get past the title screen, open an issue and send %appdata%\..\LocalLow\com.proximabeta\NIKKE\player.log file.
Note that this was tested with the latest version (122.8.20c)
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.
## Screenshots
<img src="https://github.com/user-attachments/assets/16d72494-27ce-4af5-9551-2c25940b0704" width="480" height="270">
<img src="https://github.com/MishaProductions/nikke-server/assets/106913236/15b5ea93-bcd1-44b7-81b9-a10d053b7af8" width="480" height="270">
<img src="https://github.com/MishaProductions/nikke-server/assets/106913236/70ab4668-70b8-4e2c-bf1b-c84974f5e8ee" width="480" height="270">
<img src="https://github.com/MishaProductions/nikke-server/assets/106913236/c6a89fd4-9568-48c2-b4f9-d73807d4043e" width="480" height="270">
## TODO:
- [X] Normal campaign
@@ -73,15 +62,4 @@ To skip stages, a basic command line interface is implemented.
- Mission reward, daily/weekly missions
- Side quests
- Lots of things in the outpost
- And a lot more...
## Contributing
Server code structure:
nksrv/LobbyServer: The actual server code.
nksrv/IntlServer: Provides Launcher APIs and authentication
nksrv/Protos: Google protobuf definition files
DataFixupUtil: Utility to parse packets from server/client
- And a lot more...