Search Unity

MMO system

Discussion in 'Multiplayer' started by chaos1986, Apr 2, 2009.

  1. chaos1986

    chaos1986

    Joined:
    Mar 29, 2009
    Posts:
    230
    Are there any server "systems" for Unity we can use for our upcoming mmo?

    I'm not personally a scripter or programmer. I was wondering would we have to hire someone to write us a server, client and network code from scratch or have systems been created already?
     
  2. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    There is no MMO backend solution for Unity

    But you might build one on top of SmartFoxServer or Proton
     
  3. AngryAnt

    AngryAnt

    Keyboard Operator

    Joined:
    Oct 25, 2005
    Posts:
    3,045
  4. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    ND sadly isn't one.
    Its only a networking solution, does not offer you a server backend solution.
     
  5. AngryAnt

    AngryAnt

    Keyboard Operator

    Joined:
    Oct 25, 2005
    Posts:
    3,045
    Ah. Couldn't find the others on a quick search. Shift back a few pages here though and I'm sure you'll find them.
     
  6. duke

    duke

    Joined:
    Jan 10, 2007
    Posts:
    763
    Oh hey Chaos - I remember your game from the RealmCrafter forums! There is no boxed solution for MMO's for Unity, however there are a number of a suggestions for what you can use/combine to make one. I posted a few useful links in the "mmo in 6 months" thread in this same forum section.
     
  7. NicholasFrancis

    NicholasFrancis

    Joined:
    Apr 8, 2005
    Posts:
    1,587
  8. chaos1986

    chaos1986

    Joined:
    Mar 29, 2009
    Posts:
    230
    Thanks for the helpful replies, hey duke whats your username on realm crafter forums?

    Could one be programmed from the ground up?
     
  9. chaos1986

    chaos1986

    Joined:
    Mar 29, 2009
    Posts:
    230
    Could someone be kind enough to list compatible netowrking API's

    Netdog sounds real good but 30k is far above our initial price range

    Thanks
     
  10. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    Pure Networking without Server Backends:
    - NetDog
    - Lidgren

    Networking with Server Backends:
    - Neutron / Photon
    - SmartFoxServer (Pro)


    A bit of both + reverse engineering:
    - RakNet
     
  11. chaos1986

    chaos1986

    Joined:
    Mar 29, 2009
    Posts:
    230
    When you say no server backends does that mean no servers. We have our own servers.
     
  12. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    Lidgren is just kind of ENet for .NET so a pure UDP simplifaction layer

    ND offers a bit more than that with some MMO related features and a nice to use framework.
    But you do not have an application / server that you can fire up that handles login, accounts etc for you and can be expanded through plugins / extensions for example.


    It is very much possible that the features present in ND has changed since we evaluated it, so you best contact them for more indepth information and the things that are included now in the restricted and the full scale license. They also can provide you with a link to their wiki which gives you an idea of what it contains for example.
    It is under active development so it is to be expected that its features expand over time.