;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; PlaneShift Configuration ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;; System.ApplicationID = psserver ;;;;;;;;;;; ; Plugins ; ;;;;;;;;;;; ; Core plugins System.PlugIns.iVFS = crystalspace.kernel.vfs System.PlugIns.iEngine = crystalspace.engine.3d System.PlugIns.iGraphics3D = crystalspace.graphics3d.null ; Important plugins System.PlugIns.iImageIO = crystalspace.graphic.image.io.multiplex System.PlugIns.iMotionManager = crystalspace.motion.manager.default System.PlugIns.iLoader = crystalspace.level.loader ; Additional plugins ;System.PlugIns.iPerfstat = crystalspace.utilities.perfstat System.PlugIns.iCollideSystem = crystalspace.collisiondetection.rapid System.PlugIns.iFontServer = crystalspace.font.server.default ; Planeshift plugins ;System.PlugIns.iConnection = planeshift.database.mysql System.PlugIns.iConnection = planeshift.database.dummy ;;;;;;;;;;;;;;;;; ; Configuration ; ;;;;;;;;;;;;;;;;; VFS.Config = vfs.cfg Video.Null.Canvas=crystalspace.graphics2d.null2d System.Win32.DebugConsole = yes ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Planeshift-Specific Items ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Planeshift.Mount.zipmapdir=/this/art/world/ Planeshift.Database.host = localhost Planeshift.Database.userid = planeshift Planeshift.Database.password = planeshift Planeshift.Database.name = planeshift ; Specify an address to which we want to bind the server to (0.0.0.0 = all ; local addresses) Planeshift.Server.Addr = 0.0.0.0 ; The port the server is using Planeshift.Server.Port = 1243 ; Maximum number of concurent connections Planeshift.Server.User.connectionlimit = 20