Author Topic: Is Tnet suitable for a client as server setup?  (Read 3567 times)

Abyss_DoD

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 16
    • View Profile
Is Tnet suitable for a client as server setup?
« on: February 13, 2013, 04:58:38 AM »
Is Tnet suitable for a client as server setup?

I am making a game where there are 4 players max, and I would like 1 of the players to act as the server for the other players while being a client himself. Is this possible using TNet, or was TNet meant for a dedicated server model?

-R

Nightreaver

  • Guest
Re: Is Tnet suitable for a client as server setup?
« Reply #1 on: February 13, 2013, 08:00:39 AM »
i think its mainly for client-as-server layout.
The samples are showing that setup.

But you can create a dedicated/stand-alone server too.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Is Tnet suitable for a client as server setup?
« Reply #2 on: February 13, 2013, 01:27:41 PM »
TNet's examples by default show client-as-server setups.