Revision 173,
793 bytes
checked in by michael.kriegel, 11 years ago
(diff) |
new separate project for architecture launcher (see comments for previous commit)
|
Line | |
---|
1 | <Scenarios>
|
---|
2 |
|
---|
3 |
|
---|
4 | <Scenario name="ArchitectureTest">
|
---|
5 | <WorldSimulator port="46874" scenery="TestLocation" actionsFile="data/characters/minds/TestActions.xml"
|
---|
6 | agentLanguageFile="data/characters/minds/language/agent/en/language-set-1"
|
---|
7 | userOptionsFile="TestOptions">
|
---|
8 | <Objects>
|
---|
9 | </Objects>
|
---|
10 |
|
---|
11 | </WorldSimulator>
|
---|
12 | <Agent name="SpiritOfTheBuilding" displayName="Spirit" role="TestAgent" platform="worldsim" host="localhost"
|
---|
13 | port="46874" displayMode="True" sex="F" actionsFile="TestActions"
|
---|
14 | goalsFile="TestGoals" cultureName="NoCultureTest">
|
---|
15 | <Properties>
|
---|
16 | <Property name="isTestMind" value="True"/>
|
---|
17 | <Property name="location" value="TestLocation"/>
|
---|
18 | </Properties>
|
---|
19 | </Agent>
|
---|
20 | </Scenario>
|
---|
21 |
|
---|
22 |
|
---|
23 | </Scenarios> |
---|
Note: See
TracBrowser
for help on using the repository browser.