MMO server suggestions?

General Discussion on the Unity Engine.
Post Reply
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

MMO server suggestions?

Post by hallsofvallhalla »

There are a few to pick from. Any suggestions? Which one is easy to implement? Not too worried about a cap as if I reach a cap I can then purchase more. I am mainly looking for ease of use.
User avatar
SpiritWebb
Posts: 3107
Joined: Sun Jul 12, 2009 11:25 pm

Re: MMO server suggestions?

Post by SpiritWebb »

I messed with SmartFoxServer Pro. I was going to try with SFS2, but was unsure how to get it too work. From what I remember, SFS is programmed in XML. There is a networking tutorial using SFS online. If I can remember where I found it, I will post it for you.
Image

Image
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: MMO server suggestions?

Post by Jackolantern »

XML is a data representation mark-up language. Programs cannot be made with it. I believe Smart Fox is made in Java, like pretty much every other commercial server application.
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: MMO server suggestions?

Post by hallsofvallhalla »

Photon seems pretty nice and easy. 100 ccu for free license.
User avatar
SpiritWebb
Posts: 3107
Joined: Sun Jul 12, 2009 11:25 pm

Re: MMO server suggestions?

Post by SpiritWebb »

Java...my fault. I was a rush when I put that...my bad.

I heard good about Photon, never messed with it though.
Image

Image
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: MMO server suggestions?

Post by Jackolantern »

Wow, Photon looks neat. Nice that it is in C# (for certain developers at least), but kind of pain that it is always locked to Windows servers (they cost more).

I could not find anything about the source code, though. Is it completely closed source?
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: MMO server suggestions?

Post by hallsofvallhalla »

nope, has source available in download. Easy to implement so far also. Of course I haven't gotten very far yet :)
User avatar
OldRod
Posts: 1320
Joined: Sun Sep 20, 2009 4:26 pm

Re: MMO server suggestions?

Post by OldRod »

They have a tutorial for integrating Photon with Unity's demo project I believe... haven't tried it out but plan to.
User avatar
xcalpro
Posts: 65
Joined: Sat May 19, 2012 10:25 pm

Re: MMO server suggestions?

Post by xcalpro »

Don't know if this is still relevant, but I tinkered with Photon last year and was able to get it working with the Unity Boot Camp multiplayer demo. Photon is a very easy to user MMO server and this was when it was version 2 when I used it. They have since come out with version 3 which appears to be even easier to implement.

Anyway this site has some nice tutorials on getting Unity to run with Photon. http://www.cjrgaming.com/ it was very helpful in learning how Photon works.
Skills: HTML5, JavaScript, PHP, SQL, Python, BASIC, HeroEngine(HSL), AGS(Lua), Unity, Photon, 3D Max, Mudbox, Photoshop, Poser, Flash
"Jack-of-all-Trades, Master of none"
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: MMO server suggestions?

Post by Jackolantern »

Wow, those are some nice tutorials there! I wonder why I never seem to find that stuff when searching for it! 8-)
The indelible lord of tl;dr
Post Reply

Return to “General Unity”