CarlosX / TestProjects

TestProjects
GNU General Public License v3.0
4 stars 13 forks source link

Connecting to Game Server #6

Open manhtranduy opened 1 year ago

manhtranduy commented 1 year ago

Hi CarlosX, AxDSan,

Thanks for sharing the code. Much appreciate when knowing you guys had been working on the development of a private server for this amazing game. Unfortunately, the game is officially shut down and your project is discontinued as well. But I love this game so much, so that I am trying to understand your code and put some efforts to rebuild the server on my local machine. I have succeeded to send the client to the server list when it passes the authentification of the login server. However, I am struggling to point the client to the new port and connect it to the game server. So...it would be great if you can show me the corresponding part of the code and the modifications needed to do this.

Thank you again and have a nice day, Manh

sush1lemon commented 1 year ago

Maybe you're sending the wrong IP for the gameserver, or you're not running your gameserver at port 7000. Also i think this is the more updated one https://github.com/CarlosX/GodsWar

@manhtranduy

micmano commented 11 months ago

Hello, I would like to try my luck in this nice project, could you quickly explain to me the use of the files you uploaded? @sush1lemon

sush1lemon commented 11 months ago

@micmano these are not my server files so i cant really help you