Re: Online Games with MMF2
Of course. MMORPGs can and have been made in MMF.
Re: Online Games with MMF2
It's all possible. It just depends how experienced you are with online game development and programming in general.
I would recommend that you use OINC which is promising to be the best online extension yet!
Re: Online Games with MMF2
I havent heard the best things about OINC but I am making his a good game right her.
I've planned out a lot the past few days, and now I'm moving on to explore the extensions, find known bugs, and determine what I'll use. I'll check out OINC.
Re: Online Games with MMF2
Does OINC function like the MOO stuff? I know how to make a chat in MOOClick
Re: Online Games with MMF2
Yes it does - based on sending and receiving packets. It has plenty of extra features too and is being developed all the time (I also understand the developers are now including a binary sending method to increase performance).
I am using OINC at the moment, and as long as you get a few things in the right order, it works a treat (there's an example RPG file (open source) in the OINC directory you might like to open and dissect)