Jump to content

Can a gameserver run on my website?


TeddyKrulewich

Recommended Posts

IF I cant run a server, can i have something that keeps track of ip's. If Mr. Bob makes a server, I want it to register its ip on my site, but do the real work itself. Lets say someone wants to join a server. The game would contact my site and ask for the ip's of available servers, then he would see Mr. Bob's server and join. Is this possible?PS Mr Bob is a funny name :)

Link to comment
Share on other sites

In order for that to be possible, you need to be able to change the game itself to look at your server in the first place. You can have your server get the request and do whatever you want with it to send a response, and have the game respond however you want it to, but you need to be able to edit the code on both the game and the server in order for the game to send your server the appropriate information, have your server process that and send the appropriate response, and have the game respond to that appropriately.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...