How to run LoadBalancing MasterServer from Visual Studio?

Options
When I open LoadBalancing solution and hit F5, it runs the GameServer, correct? What about if I want to run the MasterServer? And is it possible to run both MasterServer and GameServer at the same time?

Comments

  • chvetsov
    Options
    hi, @johnny_tictoc
    your assumption is not correct. when you press F5 it starts PhotonSocketServer.exe with config file you set in command line. this config file contains settings for photon socket server including applications to run.

    Default config starts both master and game servers

    best,
    ilya
  • @chvetsov That is great information. Thank you.