mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 12:31:46 -03:00
Merge pull request #114 from amiayweb/env-test
Merge v2.0.11-beta Build 2: env test & readme and server guide fix
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -86,6 +86,10 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
env:
|
||||||
|
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
|
||||||
|
DISCORD_CLIENT_ID: ${{ secrets.DISCORD_CLIENT_ID }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# FIX: './package.json' Module Not Found in `Get version` step
|
# FIX: './package.json' Module Not Found in `Get version` step
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@@ -117,4 +121,4 @@ jobs:
|
|||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
draft: true
|
draft: true
|
||||||
# DYNAMIC FLAGS: Mark as pre-release ONLY IF it's NOT a tag (meaning it's a branch push)
|
# DYNAMIC FLAGS: Mark as pre-release ONLY IF it's NOT a tag (meaning it's a branch push)
|
||||||
prerelease: ${{ github.ref_type != 'tag' }}
|
prerelease: ${{ github.ref_type != 'tag' }}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
**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)**
|
||||||
|
|
||||||
[](https://github.com/amiayweb/Hytale-F2P/stargazers)
|
[](https://github.com/amiayweb/Hytale-F2P/stargazers)
|
||||||
[](https://github.com/amiayweb/Hytale-F2P/network/members)
|
[](https://github.com/amiayweb/Hytale-F2P/network/members)
|
||||||
|
|||||||
17
SERVER.md
17
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
|
3. **Host via Online Play** - Use your Radmin VPN IP instead
|
||||||
4. **Friends connect** - They'll see you on the virtual LAN
|
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)
|
## Part 2: Dedicated Server (Advanced)
|
||||||
|
|||||||
Reference in New Issue
Block a user