-
Notifications
You must be signed in to change notification settings - Fork 8
/
npcclient.cfg
85 lines (66 loc) · 2.8 KB
/
npcclient.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PlaneShift Configuration ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
System.ApplicationID = NPCClient
;;;;;;;;;;;
; 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.multiplexer
System.Plugins.iLoader = crystalspace.level.loader
; Document parser
System.Plugins.iDocumentSystem = crystalspace.documentsystem.multiplexer
System.Plugins.iDocumentSystem.1 = crystalspace.documentsystem.tinyxml
System.Plugins.iDocumentSystem.2 = crystalspace.documentsystem.binary
; Additional plugins
;System.Plugins.iPerfstat = crystalspace.utilities.perfstat
System.Plugins.iCollideSystem = crystalspace.collisiondetection.opcode
System.Plugins.iFontServer = crystalspace.font.server.default
System.Plugins.iBgLoader = crystalspace.bgloader
System.Plugins.iCelHNavStructBuilder = cel.hnavstructbuilder
; PlaneShift plugins
System.Plugins.iConnection = planeshift.database.mysql
;System.Plugins.iConnection = planeshift.database.dummy
System.Plugins.iSoundManager = crystalspace.planeshift.sound.soundmngr
;System.Plugins.iSoundManager = crystalspace.planeshift.sound.dummy
;;;;;;;;;;;;;;;;;
; Configuration ;
;;;;;;;;;;;;;;;;;
VFS.Config = vfs.cfg
Video.Null.Canvas=crystalspace.graphics2d.null
System.Win32.DebugConsole = yes
Engine.RenderManager.Default = crystalspace.rendermanager.null
Planeshift.NPCClient.Status.Report = 1
Planeshift.NPCClient.Status.Rate = 1000
Planeshift.NPCClient.Status.LogFile = /this/report_npc.xml
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PlaneShift-Specific Items ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PlaneShift plugins
System.Plugins.iDataConnection = planeshift.database.mysql
Planeshift.NPCClient.host = localhost
Planeshift.NPCClient.userid = superclient
Planeshift.NPCClient.password = superclient
Planeshift.NPCClient.port = 13331
Planeshift.Database.npchost = localhost
Planeshift.Database.npcuserid = planeshift
Planeshift.Database.npcpassword = planeshift
Planeshift.Database.npcname = planeshift
PlaneShift.Loading.Cache = false
PlaneShift.Loading.ParseShaders = false
PlaneShift.Loading.OnlyMeshes = true
PlaneShift.Loading.ParseShaderVariables = false
; number of milliseconds between two update of the sound plugin
Planeshift.Sound.UpdateTime = 50 ; default value 50
Planeshift.Sound.SndSysUpdateTime = 100 ; default value 100
; paths and names of definitions file
Planeshift.Sound.SoundLib = /planeshift/art/soundlib.xml
; physical constants
Planeshift.Sound.SpeedOfSound = 331 ; default value 331
Planeshift.Sound.DopplerFactor = 0.0 ; default value 0.0
Planeshift.Sound.DataCacheTime = 300000 ; default value 300000
Planeshift.Sound.ListenerRollOff = 1.0 ; default value 1.0