Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs/examples/config.xml
blob: 8178cd66dea4ba70a107f6b5a8bb5521f8340f00 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<muthris>
	<config>
		<!-- Contains a listing of all the folders that should be scanned for levels (.mlvl files) -->
		<level-folders>
			<folder location='/home/doug/workspace/Muthris/docs/examples'/>
		</level-folders>
		
		<!--  -->
		<profile-folders>
			<folder location='/home/doug/workspace/Muthris/docs/examples'/>
		</profile-folders>
		
		<!-- Things that were last used/inputed -->
		<last>
			<profile name='dpk3062'/>
		</last>
		
		<!--  -->
		<settings>
			<!-- 
				model-store
				* "enabled='true'" for storing a copy of the model on this client and validating all use input before sending to the server
				* "enabled='false'" for not storing a model copy in-order to save memory, but at the cost of sending every use command to the server
			 -->
			<model-store enabled='true'/>
		</settings>
	</config>
</muthris>