-
Apprentice
Need help
how to make your own game.exe
because i cant go into game by another server game.exe
any help?
-
-
Re: Need help
Okay... the pedant in me says, to "make your own game.exe" design a program which can act as a network client to your game server, and produce a reasonable UI for the player. Then fire up your development environment of choice and start programming. And finally Beta test thoroughly before releasing.
However, in practice nobody does this, and most people wouldn't even attempt it. Though if you get the source for the PTU server emulator, you could reverse the client from the network protocols in that, and then produce any front end you liked... If you manage this, please let us know.
The way most server devs work is to find a client that works well with your server setup, and modify key strings in the executable, and maybe some of the artwork, just so it looks unique and flashy. ;)
Perhaps the question you want to ask is, which game.exe works with the server setup I have... The answer to that question is pinned to the top of the forum... and if you are struggling to make it work after you have read that, perhaps you would like to come back with a more specific question. ;)
-
Proficient Member
Re: Need help
Uh, you can't make your own game.exe, or at least it'll be hard and waste of time. just use QuantumFusion's client or no xtrap client. if you're trying to connect to another server with a different client, it could be a port issue.