まっする
まっする
> would [@MusclePr](https://github.com/MusclePr) PR close the issue? I'm not sure if my PR will close this issue. But, we can now use the environment variable BETA to work around this...
1. Compatibility Issues If you update to the latest arkmanager.cfg on a running server, your save data will appear to be lost. 2. Conflict Issues If you add more instances...
Specify per instance. e.g) - ```bash serverMap=${SERVER_MAP} # Commented out for compatibility. #ark_AltSaveDirectoryName="${!serverMap}" ``` - ```bash serverMap=${SUB_1_SERVER_MAP} ark_AltSaveDirectoryName="${!serverMap}" ```
For reference, here is an example of how I use it. #124
If you switch only the map on one server, the survivor's data will no longer be available, so travel between the two servers will be required via the cluster. To...
The default is to use "SavedArks", which eliminates compatibility issues and is a great idea! If users enable "ALTSAVEDIRNAME=${SERVER_MAP}" on an existing old server, maps will be created in a...
If main.cfg already exists in the user environment, it will not be updated. As a result, the environment variable ALTSAVEDIRNAME is not referenced anywhere. We will probably need an automatic...
https://github.com/thijsvanloef/palworld-server-docker/blob/638e4a95885045bcb2b3e3cebe909be0c09df6d8/scripts/restore.sh#L38-L41 https://github.com/thijsvanloef/palworld-server-docker/blob/638e4a95885045bcb2b3e3cebe909be0c09df6d8/scripts/restore.sh#L64-L71 I'm not using k8s, but it also depends on rcon.
This notification is output by PalServer-Linux-Shipping itself, so it cannot be filtered perfectly one-to-one against requests. Although it is possible to achieve this in a pseudo-manner using the following method,...
I tried to solve the problem by creating a log filter to compact consecutive logs, but does this meet your needs?