I can't connect to my server
I used nubzorPT files but I can't connect. I tried all game.exe and server.exe but still doesn't work. Maybe the two exes aren't compatible or something? I tried to find the ip in game.exe but I can't find. Where can I find it? Does server.exe got also IP that need to be changed? Any idea?
Edit
I tried also PinoyPT but I always get unable to connect or connection failed. Server side ip is all localhost and client side is also localhost. Im just wondering maybe the client got hidden IP that I need to be changed. I can't find it.
Re: I can't connect to my server
ptreg.rgx, usually stores the IP.
Re: I can't connect to my server
ya I already changed that also the ldata and reg is also changed. But I still can't connect. :(
Re: I can't connect to my server
Re: I can't connect to my server
1) be sure where are u listening, do an netstat -ano while server is running and look wich ports are running ur server (match the processid with the one that taskmanager reports).
2) check that the port is open, So try a simple telnet to that port, first locally you must have a response, if not then enable the port in your windows firewall.
3) check the client port. If you dont know how, check documentation of your client. (aka look in the forums wich servers it can connect)
4) if the connection is sucessfull, but you cannot understand the server then the trouble is the encryption, again check the documentation if u cannot modify it.
Re: I can't connect to my server
Thanks I see what port Im listening. But how can I change my exe port to connect to that? I can't find the exe port and ip. Im using pinoypt game and server. I also used NubzorPT game and server but I cant make it work. Always unable to connect or conn. fail.
Re: I can't connect to my server
Ip can be configured on server with hotuk.ini, client by ldata or registry.
Port configuration must be done with hexedit or a heavy tool.
But if u got client & server from same distribution, so probably you will not worry about that.
Check if with telnet u can reach that ip & port within same pc.
Check if with telnet u can reach from lan/internet.
Re: I can't connect to my server
I figured it out now. Now Im having problem with the font size its hella big can't see the defense only the stat of it. Thanks anyway.
Re: I can't connect to my server
then search 4 the CreateFontA APIs in OD and changes it until it fits you.
Re: I can't connect to my server
About font, i remember there was a file.ptz or something like that on client (also in server) so renaming it as whatever u want, and copy a font from your filesystem (windows/system) and put the name of the file u renamed then ur font will be changed, just have to found a font that you like.
Re: I can't connect to my server
My client got arial font. I can change it to whatever I want through hexing but my problem is the font is too big. I can't find the font size in the client.
Re: I can't connect to my server
use olly to get the right addresses for your client, as shenbr saids look for createfontA api call