Tasharen Entertainment Forum
Support => TNet 3 Support => Topic started by: Leslie on January 01, 2015, 08:24:34 AM
-
Thought I'd mention that the game I've been working on is now available (free).
It uses TNet for the Internet and LAN multiplayer.
Check it out at, http://plyoung.itch.io/battlemass-2
-
Looks cool!
-
Very nice.
-
Where is the server hosted?
-
The lobby server runs on an instance at DigitalOcean (https://www.digitalocean.com/?refcode=234d5b709fd7). The game server is of course created by the client hosting a match (similar to how you would do it under Unity network).
I wrote about the lobby server here (http://www.tasharen.com/forum/index.php?topic=11917.0).
I should probably look into putting some kind of monitor software onto the lobby server to at least see how many connections there are on it and what the load is like. Atm I'm simply using the $5 option but I guess it should be enough for a small game like this.