From 828d05ca33f09f7a9d2c8f5e5b342b7464404074 Mon Sep 17 00:00:00 2001 From: AMIAY Date: Thu, 22 Jan 2026 10:46:09 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7df69f6..6ead568 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey?style=for-the-badge) ![License](https://img.shields.io/badge/License-Educational-blue?style=for-the-badge) -**A modern, cross-platform offline launcher for Hytale with automatic updates and multiplayer support (all OS supported)** +**A modern, cross-platform launcher for Hytale with automatic updates and multiplayer support (all OS supported)** [![GitHub stars](https://img.shields.io/github/stars/amiayweb/Hytale-F2P?style=social)](https://github.com/amiayweb/Hytale-F2P/stargazers) [![GitHub forks](https://img.shields.io/github/forks/amiayweb/Hytale-F2P?style=social)](https://github.com/amiayweb/Hytale-F2P/network/members) From 5bd52f09dbc23b1a4a70a56516376f71efa49413 Mon Sep 17 00:00:00 2001 From: guarav-null Date: Fri, 23 Jan 2026 03:05:29 +0530 Subject: [PATCH 2/3] updated SERVER.md to add platform specification on radmin and add Tailscale guide for max compability --- SERVER.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/SERVER.md b/SERVER.md index 0b3e086..b2d0af1 100644 --- a/SERVER.md +++ b/SERVER.md @@ -89,8 +89,23 @@ Creates a virtual LAN - all players need to install it: 3. **Host via Online Play** - Use your Radmin VPN IP instead 4. **Friends connect** - They'll see you on the virtual LAN -Both options bypass all NAT/CGNAT issues. +Both options bypass all NAT/CGNAT issues. But for **Windows machines only!** +#### Option 3: Tailscale +It creates mesh VPN service that streamlines connecting devices and services securely across different networks. And **works crossplatform!!** + +1. All member's are required to download [Tailscale](https://tailscale.com/download) on your device. +[Once installed, Tailwind starts and live inside your hidden icon section in Windows, Mac and Linux] +2. Create a **common tailscale** account which will shared among your friends to log in. +3. Ask your **host to login in to thier tailscale client first**, then the other members. +##### Host + 1. Open your singleplayer world + 2. Go to Online Play settings + 3. Re-save your settings to generate a new share code +##### Friends + 1. Ensure Tailscale is connected +2. Use the new share code to connect +[To test your connection, ping the host's ipv4 mentioned in tailwind] --- ## Part 2: Dedicated Server (Advanced) From 203a56879fe56c494d020a4bf5ae4d18345684ed Mon Sep 17 00:00:00 2001 From: Fazri Gading Date: Fri, 23 Jan 2026 16:20:40 +0800 Subject: [PATCH 3/3] Update release.yml --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e09ae1..53eed05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,6 +86,10 @@ jobs: permissions: contents: write + env: + CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }} + DISCORD_CLIENT_ID: ${{ secrets.DISCORD_CLIENT_ID }} + steps: # FIX: './package.json' Module Not Found in `Get version` step - name: Checkout code @@ -117,4 +121,4 @@ jobs: generate_release_notes: true draft: true # DYNAMIC FLAGS: Mark as pre-release ONLY IF it's NOT a tag (meaning it's a branch push) - prerelease: ${{ github.ref_type != 'tag' }} \ No newline at end of file + prerelease: ${{ github.ref_type != 'tag' }}