mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-15 08:24:52 +01:00
Update readme
This commit is contained in:
50
README.md
50
README.md
@@ -13,53 +13,35 @@ If the game does not get past the title screen, open an issue and send %appdata%
|
|||||||
Note that this was tested with the latest version (122.8.20c)
|
Note that this was tested with the latest version (122.8.20c)
|
||||||
|
|
||||||
## Progress
|
## Progress
|
||||||
Stage, character, and story information is saved and works, as well as player nickname.
|
Stage, character, outpost and story information is saved and works, as well as player nickname.
|
||||||
TODO: reward system (works but does not show in UI), xp system, sim room, outpost, etc
|
|
||||||
TODO: Create a launcher replacement
|
|
||||||
|
|
||||||
<img src="https://github.com/MishaProductions/nikke-server/assets/106913236/75330e0d-ddb5-4d29-b7dd-ab6662306494" width="480" height="270">
|
<img src="https://github.com/MishaProductions/nikke-server/assets/106913236/75330e0d-ddb5-4d29-b7dd-ab6662306494" 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/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/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">
|
<img src="https://github.com/MishaProductions/nikke-server/assets/106913236/c6a89fd4-9568-48c2-b4f9-d73807d4043e" width="480" height="270">
|
||||||
|
|
||||||
|
## TODO:
|
||||||
|
- [ ] Admin panel
|
||||||
|
- [ ] Event system
|
||||||
|
- [ ] Download all game assets ahead of time
|
||||||
|
- [ ] Fix inventory / gear
|
||||||
|
- [ ] Level up/skill level up support
|
||||||
|
- [ ] Basic friend list support / allow using other servers except 127.0.0.1
|
||||||
|
- [ ] Aegis Diver minigame, MOG minigame, etc
|
||||||
|
- [ ] Outpost claim rewards
|
||||||
|
- [ ] Daily, weekly missions etc
|
||||||
|
- [ ] Lost sector
|
||||||
|
- [ ] Custom launcher
|
||||||
|
- [ ] Limit temporary participation
|
||||||
|
- [ ] Archives
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
Server code structure:
|
Server code structure:
|
||||||
|
|
||||||
nksrv/LobbyServer: Handles save data.
|
nksrv/LobbyServer: The actual server code.
|
||||||
|
|
||||||
nksrv/IntlServer: Provides Launcher APIs and authentication
|
nksrv/IntlServer: Provides Launcher APIs and authentication
|
||||||
|
|
||||||
nksrv/Protos: Google protobuf definition files
|
nksrv/Protos: Google protobuf definition files
|
||||||
|
|
||||||
DataFixupUtil: Utility to parse packets from server/client
|
DataFixupUtil: Utility to parse packets from server/client
|
||||||
|
|
||||||
## Manual installation
|
|
||||||
First, build and run nksrv project. Next, open libsodium-1.0.18-RELEASE/libsodium.sln and build that as well. Ignore the failed tests as the encryption public key was hardcoded.
|
|
||||||
|
|
||||||
After that, add the following to your C:\Windows\System32\hosts or /etc/hosts file to use the local server:
|
|
||||||
|
|
||||||
```
|
|
||||||
127.0.0.1 cloud.nikke-kr.com
|
|
||||||
127.0.0.1 global-lobby.nikke-kr.com
|
|
||||||
127.0.0.1 aws-na-dr.intlgame.com
|
|
||||||
127.0.0.1 sg-vas.intlgame.com
|
|
||||||
127.0.0.1 aws-na.intlgame.com
|
|
||||||
127.0.0.1 common-web.intlgame.com
|
|
||||||
127.0.0.1 li-sg.intlgame.com
|
|
||||||
127.0.0.1 data-aws-na.intlgame.com
|
|
||||||
255.255.221.21 sentry.io
|
|
||||||
```
|
|
||||||
|
|
||||||
Run generate_ssl_cert.sh in WSL or linux to generate SSL certificates. Make sure to trust myCA.pfx. Append the following (with your CA cert pem that you generated) to Launcher/intl_service/cacert.pem and NIKKE/game/nikke_Data/Plugins/cacert.pem
|
|
||||||
|
|
||||||
```
|
|
||||||
Good SSL CA
|
|
||||||
===============================
|
|
||||||
<ca cert>
|
|
||||||
```
|
|
||||||
As Nikke encrypts packet data, you also need to replace C:\NIKKE\NIKKE\game\nikke_Data\Plugins\x86_64\sodium.dll from the one you built.
|
|
||||||
|
|
||||||
NOTE: Make sure to undo these modifications (especially change back sodium.dll) to play on the offical servers.
|
|
||||||
|
|
||||||
After doing the following steps, you can register an account in the launcher (enter anything into email verification code section), and play like normal.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user