Author Topic: Tnet Server Executable Question.  (Read 1579 times)

Seth

  • Guest
Tnet Server Executable Question.
« on: September 02, 2013, 11:35:43 AM »
Okay so i want to get Tnet to use in my project but i have some questions first.

Okay so for example if i was to make an orpg would i be able to use the none unity server files that come with tnet to have a login system. Store character data. And all the stuff id need to do for an orpg?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Tnet Server Executable Question.
« Reply #1 on: September 02, 2013, 04:00:54 PM »
"the none unity server files"? Do you mean TNServer.exe? If so, yes. You host this file on a public-reachable server like Amazon EC2, and everyone else will be able to connect to it. You'll need to do your own login system logic, however.