[Client] # Define the services to register (corresponds to sections below) serviceNames=Asset, Player, Sim # Define connection factories to use (corresponds to sections below) connectionFactories=PBClient, HttpClient name=MV3D Client # If specified, run an ssh console on this port consolePort=2222 # For ssh console, this is a list of users:passwords separated by comas consoleUsers=mike:pass # Specify a keymap file that stores what keys to use for various # actions keyMap=keymap.conf [Sim] type=mv3d.client.sim.SimService [Asset] type=mv3d.client.asset.AssetService [Player] type=mv3d.client.player.PlayerClient # This is the list of available servers to connect to. # It is also the list that shows up in the connect dialog servers=pb://alpha.mv3d.com:1999/Player,pb://localhost:1999/Player # Auto-connect options. # When enableld, autoConnect will automatically connect to a server #autoConnect=True # define which server to connect to (starting with 0 for the first server listed # under "servers" above ac-server=0 # The default credentials to use. This is also the initial values in the connect dialog defaultLogin=mike:pass # If specified, a pc with this name is automatically connected to upon login #defaultPC=mike 0 [Graphics] # This section contains options for graphics # if optionsWindow is True, then the rest of this section is more or less ignored # and an Ogre render options window will open before the main application optionsWindow=False # Specify the rendering system by name #system=OpenGL Rendering Subsystem # caelum borked in this renderer :( system=Direct3D9 Rendering Subsystem # Rendering Subsystem # How many bits of colors Colour Depth=32 # fullScreen to Yes to make the application run in full screen mode fullScreen=No # Set the resolution of the window/screen resolution=1024x768 # Turn this up for anti-aliasing FSAA=0 # If VSync is on, the the renderer will wait for a vertical sync before switching buffers VSync=No Display Frequency=N/A RTT Preferred Mode=FBO # shadows don't work with Caelum in Python-Ogre 1.1 #shadowType=additive [PBClient] type=mv3d.net.client.PBConFactory # If you are running your own login service, you'll want to change the value # of loginServices to point at it loginServices=https://login.mv3d.com:8080/service/ [HttpClient] type=mv3d.net.client.JSONConFactory protocol=https