Page 1 of 1

A question about MFPS

Posted: Wed May 27, 2020 2:07 pm
by LifeCoder
Hi,
I just wanted to ask, does MFPS also support dedicated servers? I'd love to buy it but I don't want to use photon again(bad experiences in the past) so I was just wondering if the codebase allows for dedicated servers.

Sorry if this is in the wrong section.
Thanks

Re: A question about MFPS

Posted: Wed May 27, 2020 3:06 pm
by Lovatto
Hi,

If you refer like other network library solution which use a dedicated/authoritative server system, then the answer is not by default, using any other network solution will require a refactorization of the code with the new network library syntaxes.

If your referring to an option for host your own server, then yes, using Photon OnPremise (a.k.a Photon Server), doesn't require code changes, all that you have to do is setup the server SDK in your server/pc host and add the server IP/address in the PhotonServerSettings.

Hopefully, this answers your question,
Regards.

Re: A question about MFPS

Posted: Thu May 28, 2020 3:39 am
by LifeCoder
It does, thank you very much!