Changing the max players in a room

Options
simon13
edited June 2011 in Photon Server
On the boot camp demo where do you change the max number of players in a room from 8 to something else?

Comments

  • Boris
    Options
    good question, I don't think we have documentation for this.
    Scripts/huds/MainMenuScreen.js: class MainMenuScreen has a limit variable
    "private var limit : int = 8;" that determines the max players per room.
    The server does not prevent you from joining with more clients.