forked from brockuniera/PrestonTests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.txt
30 lines (25 loc) · 944 Bytes
/
config.txt
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
-1
subject name
10.0
10.0
0
20.0
5.0
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
3 1
0 0
0 0
Lines CANNOT have extra whitespace before or after them, so don't put any spaces after a line!
GENERAL CONFIG
Line 1 is the run number: int
Line 2 is the subject's name: string
Line 3 is the size of the collision sphere's radius: float, meters
Line 4 is the player's movement speed: float
Line 5 sets the phase to Learning if it is 0, if its one its Free Roam, otherwise it becomes Testing phase: int
Line 6 is the phase's time limit: float, seconds
IMAGE CONFIG
Line 7 maps and image file to one of the 28 places an object can spawn: [1 - 28], 28 entries
PHASES
Line 8 is order player moves through environments: [0 - 7], however many entries
Line 9 chooses an player spawn for the env: [0 - 3], same number of entires as line 8
Line 10 is like above, but for obj spawns: [0 - 3], same number of entries as line 8