palworld-server-docker icon indicating copy to clipboard operation
palworld-server-docker copied to clipboard

rcon-cli does not support utf-8 messages

Open mingyc opened this issue 1 year ago • 1 comments
trafficstars

Describe the bug

It is expected that utf-8 message can also be broadcasted using rcon-cli.

To Reproduce

Steps to reproduce the behavior:

docker exec -it palworld-server rcon-cli "Broadcast 測試"

Expected behavior

The string "測試" should be the broadcast result in the game.

Screenshots

Some random string appears

1

Desktop (please complete the following information)

  • OS: Debian 12

docker-compose.yml contents

not relevant

Container/Host Logs

Additional context

Add any other context about the problem here.

mingyc avatar Feb 01 '24 15:02 mingyc

Source RCON is ASCII-only protocol, unless the implementation has been modified by the game developers. I don't think we can do much here(?)

PaulusParssinen avatar Feb 01 '24 16:02 PaulusParssinen

The rcon-cli package is not maintained by me, please open an issue on https://github.com/gorcon/rcon-cli

thijsvanloef avatar Feb 02 '24 07:02 thijsvanloef