Recreating freeciv client

Join us, meet players from all around the world, challenge the strongest top players, practice and be one of them!
Post Reply
miammiam
Posts: 4
Joined: Mon Feb 19, 2018 4:05 pm

Recreating freeciv client

Post 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.
cazfi
Elite
Posts: 3077
Joined: Tue Jan 29, 2013 6:54 pm

Re: Recreating freeciv client

Post by cazfi »

This question might fit better to freeciv-dev mailing list: https://www.freelists.org/list/freeciv-dev
miammiam
Posts: 4
Joined: Mon Feb 19, 2018 4:05 pm

Re: Recreating freeciv client

Post by miammiam »

Will do thx
Post Reply