diff --git a/content/playit-fivem.md b/content/playit-fivem.md new file mode 100644 index 0000000..7a8f464 --- /dev/null +++ b/content/playit-fivem.md @@ -0,0 +1,54 @@ ++++ +title = "Setting up FiveM with playit" +tags = ["GTA V", "FiveM", "guide"] +description_file = "descriptions/playit-fivem.txt" ++++ + +This guide will walk you through how to host a FiveM server through playit.gg + +## Requirements +* **GTA V Legacy** + +### Server + +* **FiveM Server Guide - [docs.fivem.net](https://docs.fivem.net/docs/server-manual/setting-up-a-server/)** +* **FiveM Client Setup - [fivem.net](https://fivem.net/)** +* **Server Registration Key - [portal.cfx.re](https://portal.cfx.re/servers/registration-keys)** + +> We've decided to use [TxAdmin](https://docs.fivem.net/docs/server-manual/setting-up-a-server-txadmin/) for this demonstration. Other ways do exist and work with playit. This guide assumes that a FiveM server has already been created. If you are unsure how to set up a server, feel free to ask in the **[Discord](https://discord.gg/AXAbujx)**! + +### Creating a tunnel +> This server uses `TCP/UDP 30120`, which means that free users will not be able to create this - however, you can check out **[playit premium](https://playit.gg/account/billing/shop/premium)** + +Set up the tunnel as follows: + +```text +Tunnel Type: TCP/UDP (protocol) +Port Count: 1 +Local Port: 30120 +``` + +{{< image src="post-img/playit-fivem-tunnelconfig.png" alt="FiveM Tunnel Config" >}} +{{< image src="post-img/playit-fivem-tunnelinfo.png" alt="FiveM Tunnel (Info)" >}} + +Your tunnel has been created, and the next time you open `FXServer.exe`, the server will run and a new browser tab for TxAdmin should open + +### Using a tunnel for TxAdmin's panel (optional) + +Set up the tunnel as follows: + +```text +Tunnel Type: TCP (protocol) +Port Count: 1 +Local Port: 40120 +``` + +{{< image src="post-img/playit-fivem_txadmin-tunnelconfig.png" alt="FiveM TxAdmin Config" >}} +{{< image src="post-img/playit-fivem_txadmin-tunnelinfo.png" alt="FiveM TxAdmin Info" >}} + +## Connecting to the server + +Inside of FiveM, click on Play, and go to the server list. We'll want to direct connect. +To do this, we'll type in `>IP_Address:Port`. This will be different for everyone. + +{{< image src="post-img/playit-fivem-fivem_connect.png" alt="FiveM Game Server" >}} \ No newline at end of file diff --git a/content/playit-playit-companion.md b/content/playit-playit-companion.md new file mode 100644 index 0000000..9b24a8d --- /dev/null +++ b/content/playit-playit-companion.md @@ -0,0 +1,40 @@ ++++ +title = "Setting up Minecraft LAN using the mod" +tags = ["Minecraft", "LAN", "guide"] +description_file = "descriptions/playit-playit-companion.txt" ++++ + +This guide will walk you through how to host a local Minecraft world over playit.gg + +## Requirements +* **Minecraft (1.18+)** +* **Playit Companion ([Modrinth](https://modrinth.com/plugin/playit-companion))** + + +### Installing the mod +This is just as easy as installing any other client side mod. To do this, we're going to use a mod called [Playit Companion](https://modrinth.com/plugin/playit-companion) by **vgskye**. For this guide, Fabric `1.21.10` is being used. The minimum supported version is `1.18`. + +Once you've downloaded the `.jar` from Modrinth, we're going to find our `.minecraft` folder. This can be done by opening Run (Win + R) and typing in `%AppData%\.minecraft`. This will directly open your `.minecraft` folder, and saves you about three minutes looking for the folder. + +Move the `.jar` file into your `mods` folder, and open the game. + +{{< image src="post-img/playit-playit_companion-installmod.png" alt="Installing Playit Companion" >}} + +## Setting up the tunnel +Load into a (currently) singleplayer world, or create a new one. +Once you've loaded into a world, open the pause menu and click **Open to LAN**. You can choose any local port you'd like, however we feel like it's easier to use the default port `25565`. and then **Open to LAN** + +{{< image src="post-img/playit-playit_companion-OpenToLAN.png" alt="Opening to LAN" >}} + +In the game's chatbox, you'll see a message that says "**Visit [https://playit.gg/claim/8af2bc] to claim the agent**" +Claim the agent by clicking on the link in-game, or typing the URL manually. Add the agent, name it, and the tunnels will be created automatically. + +{{< image src="post-img/playit-playit_companion-claimagent.png" alt="Claiming Playit Companion" >}} + +{{< image src="post-img/playit-playit_companion-acceptagent.png" alt="Accepting Playit Companion" >}} + +{{< image src="post-img/playit-playit_companion-gametunnel.png" alt="Accepted Playit Companion" >}} + +You can use the domain given in the chatbox to let other players connect to your now multiplayer world. + +{{< image src="post-img/playit-playit_companion-claimagent_finished.png" alt="Installing Playit Companion" >}} \ No newline at end of file diff --git a/descriptions/playit-fivem.txt b/descriptions/playit-fivem.txt new file mode 100644 index 0000000..53d6f56 --- /dev/null +++ b/descriptions/playit-fivem.txt @@ -0,0 +1 @@ +This guide will walk you through how to host a FiveM server through playit \ No newline at end of file diff --git a/descriptions/playit-playit-companion.txt b/descriptions/playit-playit-companion.txt new file mode 100644 index 0000000..f228fa9 --- /dev/null +++ b/descriptions/playit-playit-companion.txt @@ -0,0 +1 @@ +This guide will walk you through how to host a local Minecraft world over playit.gg \ No newline at end of file diff --git a/static/post-img/playit-fivem-fivem_connect.png b/static/post-img/playit-fivem-fivem_connect.png new file mode 100644 index 0000000..44e2076 Binary files /dev/null and b/static/post-img/playit-fivem-fivem_connect.png differ diff --git a/static/post-img/playit-fivem-tunnelconfig.png b/static/post-img/playit-fivem-tunnelconfig.png new file mode 100644 index 0000000..26c069a Binary files /dev/null and b/static/post-img/playit-fivem-tunnelconfig.png differ diff --git a/static/post-img/playit-fivem-tunnelinfo.png b/static/post-img/playit-fivem-tunnelinfo.png new file mode 100644 index 0000000..cee1daa Binary files /dev/null and b/static/post-img/playit-fivem-tunnelinfo.png differ diff --git a/static/post-img/playit-fivem_txadmin-tunnelconfig.png b/static/post-img/playit-fivem_txadmin-tunnelconfig.png new file mode 100644 index 0000000..2be0512 Binary files /dev/null and b/static/post-img/playit-fivem_txadmin-tunnelconfig.png differ diff --git a/static/post-img/playit-fivem_txadmin-tunnelinfo.png b/static/post-img/playit-fivem_txadmin-tunnelinfo.png new file mode 100644 index 0000000..2dc04b8 Binary files /dev/null and b/static/post-img/playit-fivem_txadmin-tunnelinfo.png differ diff --git a/static/post-img/playit-playit_companion-OpenToLAN.png b/static/post-img/playit-playit_companion-OpenToLAN.png new file mode 100644 index 0000000..c7683a1 Binary files /dev/null and b/static/post-img/playit-playit_companion-OpenToLAN.png differ diff --git a/static/post-img/playit-playit_companion-acceptagent.png b/static/post-img/playit-playit_companion-acceptagent.png new file mode 100644 index 0000000..ca6e58c Binary files /dev/null and b/static/post-img/playit-playit_companion-acceptagent.png differ diff --git a/static/post-img/playit-playit_companion-claimagent.png b/static/post-img/playit-playit_companion-claimagent.png new file mode 100644 index 0000000..5b9787a Binary files /dev/null and b/static/post-img/playit-playit_companion-claimagent.png differ diff --git a/static/post-img/playit-playit_companion-claimagent_finished.png b/static/post-img/playit-playit_companion-claimagent_finished.png new file mode 100644 index 0000000..8ef4ffe Binary files /dev/null and b/static/post-img/playit-playit_companion-claimagent_finished.png differ diff --git a/static/post-img/playit-playit_companion-gametunnel.png b/static/post-img/playit-playit_companion-gametunnel.png new file mode 100644 index 0000000..63d0424 Binary files /dev/null and b/static/post-img/playit-playit_companion-gametunnel.png differ diff --git a/static/post-img/playit-playit_companion-installmod.png b/static/post-img/playit-playit_companion-installmod.png new file mode 100644 index 0000000..a36c09b Binary files /dev/null and b/static/post-img/playit-playit_companion-installmod.png differ