Shows possible trap & hoard coffer locations in Palace of the Dead & Heaven on High.
 
 
 
Go to file
Liza 84a6f1e0a1 Update ip forwarding logic 2023-02-09 23:13:19 +01:00
.githooks Dockerfile for server build 2023-02-09 22:07:09 +01:00
.github/workflows Dockerfile for server build 2023-02-09 22:07:09 +01:00
Pal.Client Promote VFX markers to proper traps 2023-02-08 20:41:45 +01:00
Pal.Common Promote VFX markers to proper traps 2023-02-08 20:41:45 +01:00
vendor Bump ECommons 2023-02-02 20:59:06 +01:00
.dockerignore Dockerfile for server build 2023-02-09 22:07:09 +01:00
.gitignore Initial Commit 2022-10-23 05:48:57 +02:00
.gitmodules Initial Commit 2022-10-23 05:48:57 +02:00
CONTRIBUTING.md Add CONTRIBUTING.md 2022-12-10 20:38:18 +01:00
Dockerfile Update ip forwarding logic 2023-02-09 23:13:19 +01:00
LICENSE 📄 Add LICENSE 2022-12-01 18:15:19 +01:00
Pal.sln Dockerfile for server build 2023-02-09 22:07:09 +01:00
README.md Dockerfile for server build 2023-02-09 22:07:09 +01:00

README.md

Palace Pal

Shows possible trap & hoard coffer locations in Palace of the Dead & Heaven on High.

Installation

To install this plugin from my plugin repository, please check the Installation Instructions.

Additionally, you need to install Splatoon, which is used to render the visible overlays. Please check Splatoon's Installation Instructions.

Server Installation

To run your own server, compile this plugin in DEBUG mode, load it as a dev plugin and configure the server as follows:

# create the directory for the sqlite db & some keys
mkdir data

# generate a random key (don't need to use openssl, any other base64 string is fine)
openssl rand -base64 48 > data/jwt.key

# start the server
docker run -it --rm -v "$(pwd)/data:/data" -p 127.0.0.1:5415:5415 ghcr.io/carvelli/palace-pal