-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't send palworld broadcast with spaces #1
Comments
I'll note that PalworldUtil:log_and_broadcast replaces spaces with underscores as a temporary fix for this problem. |
I dropped a PR that works pretty well. It uses "\x1F" (Unit Separator) to join args when the command is broadcast. The server parses Unit Separator as a blank space (albeit a wide space that looks like 2 spaces), but I think that's the best that can be done that looks like a space in ASCII |
Thanks a bunch! I built on your PR a bit and merged it. Will keep this issue open until a real solution is found. |
Cant figure out how to send it whe server is runnin with server watcher up. `C:\Users\IMRastafari>C:\Users\IMRastafari\Desktop\Palworld\palworld_dedi_helper\palworld_dedi_helper-main\src\palworld_rcon\source_rcon.py -cmd Broadcast "Test" C:\Users\IMRastafari>C:\Users\IMRastafari\Desktop\Palworld\palworld_dedi_helper\palworld_dedi_helper-main\src\palworld_rcon\source_rcon.py -cmd Broadcast Test If i just put info comand i get full respond "C:\Users\IMRastafari>C:\Users\IMRastafari\Desktop\Palworld\palworld_dedi_helper\palworld_dedi_helper-main\src\palworld_rcon\source_rcon.py -cmd Info |
You need to provide the python .\source_rcon.py -ll "DEBUG" -cmd Broadcast -args "test msg" |
I believe this is a Palworld bug as far as I can tell. Trying to
/Broadcast My Message!
while in game will only broadcastMy
. I haven't found any special delimiters that make it work...Related issue: gorcon/rcon-cli#34
The text was updated successfully, but these errors were encountered: