diff --git a/content/creating-a-necesse-server-with-playit-windows.md b/content/creating-a-necesse-server-with-playit-windows.md new file mode 100644 index 0000000..9acf712 --- /dev/null +++ b/content/creating-a-necesse-server-with-playit-windows.md @@ -0,0 +1,63 @@ ++++ +title = "Setting up Necesse with playit" +tags = ["Necesse", "guide"] +description_file = "descriptions/playit-necesse.txt" ++++ + +This guide will walk you through how to host a Necesse server through playit.gg + +## Requirements +* **Necesse** - [Steam](https://store.steampowered.com/app/1169040/Necesse/) + +### Server +> **`Steam\steamapps\common\Necesse\StartServer.jar`** + +### Server Documentation +> **Multiplayer - Necesse Wiki** - [necessewiki.com](https://necessewiki.com/) + + +{{< image src="post-img/playit-necesse-serverfiles_server.png" alt="Necesse server files" >}} + +### Server Files +> **`%AppData%\Necesse\saves\`** + +{{< image src="post-img/playit-necesse-serverfiles_saves.png" alt="Necesse server saves" >}} + +## Server Setup + +Find and locate `StartServer.bat`, then double click the batch file. This will open a window where server options can be configured. +> **You do not need to set up custom server properties. There are linked resources to help you if needed. For this guide, we just selected `n` to keep server defaults.** + +{{< image src="post-img/playit-necesse-server_newname.png" alt="Necesse server config, 1" >}} + +{{< image src="post-img/playit-necesse-server_custom_options.png" alt="Necesse server config, 2" >}} + +{{< image src="post-img/playit-necesse-server_started.png" alt="Necesse server console, 1" >}} + +{{< image src="post-img/playit-necesse-server_started_console.png" alt="Necesse server console, 2" >}} + + +## Tunnel Setup +Create a new agent and add a tunnel + +Set up the tunnel as follows: + +```text +Tunnel Type: UDP (protocol) +Port Count: 1 +Local Port: 14159 +``` + +{{< image src="post-img/playit-necesse-tunnelconfig.png" alt="Necesse tunnel config, 1" >}} + +{{< image src="post-img/playit-necesse-tunnelinfo.png" alt="Necesse tunnel config, 2" >}} + +### Connecting to the server + +Inside of Necesse, click on **`Play Multiplayer`** and then **`Join a server`**. Click on **`Add server`** and enter a name, along with the tunnel's IP address and port. + +{{< image src="post-img/playit-necesse-tunnelconnect.png" alt="Necesse server join, 1" >}} + +Click on **`Add`** and your server should be in the server list, using playit's IP address and port. + +{{< image src="post-img/playit-necesse-serverlist.png" alt="Necesse server join, 2" >}} \ No newline at end of file diff --git a/content/creating-a-necesse-server-with-playit.md b/content/creating-a-necesse-server-with-playit.md new file mode 100644 index 0000000..5f10020 --- /dev/null +++ b/content/creating-a-necesse-server-with-playit.md @@ -0,0 +1,63 @@ ++++ +title = "Setting up Necesse with playit" +tags = ["Necesse", "guide"] +description_file = "descriptions/playit-necesse.txt" ++++ + +This guide will walk you through how to host a Necesse server through playit.gg + +## Requirements +* **Necesse** - [Steam](https://store.steampowered.com/app/1169040/Necesse/) + +### Server +> **`Steam\steamapps\common\Necesse\StartServer.jar`** + +### Server Documentation +> **Multiplayer - Necesse Wiki** - [necessewiki.com](https://necessewiki.com/) + + +{{< image src="post-img/playit-necesse-serverfiles_server.png" alt="Necesse server files" >}} + +### Server Files +> **`%AppData%\Necesse\saves\`** + +{{< image src="post-img/playit-necesse-serverfiles_saves.png" alt="Necesse server saves" >}} + +## Server Setup + +Find and locate `StartServer.bat`, then double click the batch file. This will open a window where server options can be configured. +> **You do not need to set up custom server properties. There are linked resources to help you if needed. For this guide, we just selected `n` to keep server defaults.** + +{{< image src="post-img/playit-necesse-server_newname.png" alt="Necesse server config, 1" >}} + +{{< image src="post-img/playit-necesse-server_custom_options.png" alt="Necesse server config, 2" >}} + +{{< image src="post-img/playit-necesse-server_started.png" alt="Necesse server console, 1" >}} + +{{< image src="post-img/playit-necesse-server_started_console.png" alt="Necesse server console, 2" >}} + + +## Tunnel Setup +Create a new agent or modify an existing one, and add a tunnel + +Set up the tunnel as follows: + +```text +Tunnel Type: UDP (protocol) +Port Count: 1 +Local Port: 14159 +``` + +{{< image src="post-img/playit-necesse-tunnelconfig.png" alt="Necesse tunnel config, 1" >}} + +{{< image src="post-img/playit-necesse-tunnelinfo.png" alt="Necesse tunnel config, 2" >}} + +### Connecting to the server + +Inside of Necesse, click on **`Play Multiplayer`** and then **`Join a server`**. Click on **`Add server`** and enter a name, along with the tunnel's IP address and port. + +{{< image src="post-img/playit-necesse-tunnelconnect.png" alt="Necesse server join, 1" >}} + +Click on **`Add`** and your server should be in the server list, using playit's IP address and port. + +{{< image src="post-img/playit-necesse-serverlist.png" alt="Necesse server join, 2" >}} \ No newline at end of file diff --git a/descriptions/playit-necesse.txt b/descriptions/playit-necesse.txt new file mode 100644 index 0000000..d956dae --- /dev/null +++ b/descriptions/playit-necesse.txt @@ -0,0 +1 @@ +This guide will walk you through how to host a Necesse server through playit.gg \ No newline at end of file diff --git a/static/post-img/playit-necesse-server_custom_options.png b/static/post-img/playit-necesse-server_custom_options.png new file mode 100644 index 0000000..86c8b9a Binary files /dev/null and b/static/post-img/playit-necesse-server_custom_options.png differ diff --git a/static/post-img/playit-necesse-server_newname.png b/static/post-img/playit-necesse-server_newname.png new file mode 100644 index 0000000..07120bd Binary files /dev/null and b/static/post-img/playit-necesse-server_newname.png differ diff --git a/static/post-img/playit-necesse-server_started.png b/static/post-img/playit-necesse-server_started.png new file mode 100644 index 0000000..2ff6029 Binary files /dev/null and b/static/post-img/playit-necesse-server_started.png differ diff --git a/static/post-img/playit-necesse-server_started_console.png b/static/post-img/playit-necesse-server_started_console.png new file mode 100644 index 0000000..45b910f Binary files /dev/null and b/static/post-img/playit-necesse-server_started_console.png differ diff --git a/static/post-img/playit-necesse-serverfiles_saves.png b/static/post-img/playit-necesse-serverfiles_saves.png new file mode 100644 index 0000000..714bd58 Binary files /dev/null and b/static/post-img/playit-necesse-serverfiles_saves.png differ diff --git a/static/post-img/playit-necesse-serverfiles_server.png b/static/post-img/playit-necesse-serverfiles_server.png new file mode 100644 index 0000000..f161913 Binary files /dev/null and b/static/post-img/playit-necesse-serverfiles_server.png differ diff --git a/static/post-img/playit-necesse-serverlist.png b/static/post-img/playit-necesse-serverlist.png new file mode 100644 index 0000000..b1ae825 Binary files /dev/null and b/static/post-img/playit-necesse-serverlist.png differ diff --git a/static/post-img/playit-necesse-tunnelconfig.png b/static/post-img/playit-necesse-tunnelconfig.png new file mode 100644 index 0000000..8cc6aed Binary files /dev/null and b/static/post-img/playit-necesse-tunnelconfig.png differ diff --git a/static/post-img/playit-necesse-tunnelconnect.png b/static/post-img/playit-necesse-tunnelconnect.png new file mode 100644 index 0000000..c72de59 Binary files /dev/null and b/static/post-img/playit-necesse-tunnelconnect.png differ diff --git a/static/post-img/playit-necesse-tunnelinfo.png b/static/post-img/playit-necesse-tunnelinfo.png new file mode 100644 index 0000000..98f8ae2 Binary files /dev/null and b/static/post-img/playit-necesse-tunnelinfo.png differ