gavinnn101 / palworld_dedi_helper

Helper utilities for managing a Palworld dedicated server in python. Send rcon commands, backup server, etc.
GNU General Public License v3.0
17 stars 4 forks source link

Add EPICAPP=Plaserver to default config #8

Closed IMRastafari closed 8 months ago

IMRastafari commented 9 months ago

Pls add to default config that string with epicapp so servers dont lose their community status when using your soft. https://tech.palworldgame.com/getting-started/deploy-community-server/ Without it its not getting pinged by Epic games api https://github.com/gamedig/node-gamedig/blob/master/protocols/palworld.js and servers ratings sites cant see server online and send some queries there.

IMRastafari commented 9 months ago

Is project abandoned? ANy updates with new palserver parameters? Need -publiclobby.

gavinnn101 commented 8 months ago

With commit https://github.com/gavinnn101/palworld_dedi_helper/commit/2fff84fc85a626af1c8370d3a03755afd0800119 you can now pass public_server = True to PalworldUtil to add the -publiclobby launch option.