Page 1 of 1

Recreating freeciv client

Posted: Sat May 30, 2020 3:05 pm
by miammiam
Hi I am trying to recreate a highly bare-bones freeciv client that can connect to servers however I have no idea why on earth the unknown packet (id: 120) is being sent!
It gets sent every time I send /help

Worst of all it gets sent encrypted or something as the data it is holding does not contain the ascii of what the client receives after sending /help.

Please help this makes no sense.

Could anyone explain how this all works I am quite confused and am not highly proficient in C so it makes reading the source code a bit difficult.

Re: Recreating freeciv client

Posted: Sun May 31, 2020 3:38 am
by cazfi
This question might fit better to freeciv-dev mailing list: https://www.freelists.org/list/freeciv-dev

Re: Recreating freeciv client

Posted: Sun May 31, 2020 1:53 pm
by miammiam
Will do thx