mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-06-11 09:41:41 -04:00
[PalWorld] Query Error #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThesiiNCey on GitHub (Jan 21, 2024).
Hey i updated the GSW to the latest Version for Palworld this has added to gamedig support list but i cant Query the Server with Correct data all my other servers are Working
With www.battlemetrics.com its working to Query the Server with same data
System: Debian 12 GSW Running in Pterodactyl
All needed ports Open
@a-sync commented on GitHub (Jan 21, 2024):
hey.
it seems like the palworld update was not yet released for gamedig v4! (not pushed to npm registry)
for the time being you can use the gamedig-next branch of gsw which is an experimental version that has the latest gamedig source set as its dependency.
But please beware, that gamedig has changed some of the game type IDs in the latest release, so you might need to update the game type for some existing servers!
If/when gamedig releases the changes under the v4 version, the current gsw can be updated. (reinstall server in ptero)
@a-sync commented on GitHub (Jan 21, 2024):
just for the record to make the pterodacty egg use a specific branch you need to find and edit the egg install script line that starts with
git clone https:and replace it with:git clone -b gamedig-next https:save the changes, then create a new server with the edited egg.
@treemlt commented on GitHub (Feb 11, 2024):
I edit the egg.json but i still don't see the game
https://pastebin.com/Pac1KKTq
@iamc0ke commented on GitHub (Feb 11, 2024):
Worked for me thanks :)
@a-sync commented on GitHub (Feb 11, 2024):
@treemlt it looks good to me. make sure you create a new server with the edited egg
@treemlt commented on GitHub (Feb 11, 2024):
I managed to make it work :) thanks