Page 1 of 1
MMO server suggestions?
Posted: Tue Oct 04, 2011 7:17 pm
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.
Re: MMO server suggestions?
Posted: Tue Oct 04, 2011 7:55 pm
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.
Re: MMO server suggestions?
Posted: Tue Oct 04, 2011 8:03 pm
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.
Re: MMO server suggestions?
Posted: Tue Oct 04, 2011 8:15 pm
by hallsofvallhalla
Photon seems pretty nice and easy. 100 ccu for free license.
Re: MMO server suggestions?
Posted: Tue Oct 04, 2011 8:39 pm
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.
Re: MMO server suggestions?
Posted: Tue Oct 04, 2011 8:58 pm
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?
Re: MMO server suggestions?
Posted: Tue Oct 04, 2011 9:08 pm
by hallsofvallhalla
nope, has source available in download. Easy to implement so far also. Of course I haven't gotten very far yet

Re: MMO server suggestions?
Posted: Tue Oct 04, 2011 10:03 pm
by OldRod
They have a tutorial for integrating Photon with Unity's demo project I believe... haven't tried it out but plan to.
Re: MMO server suggestions?
Posted: Thu Jun 28, 2012 1:07 am
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.
Re: MMO server suggestions?
Posted: Thu Jun 28, 2012 2:38 am
by Jackolantern
Wow, those are some nice tutorials there! I wonder why I never seem to find that stuff when searching for it!
