forked from palesius/AutoGH
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRhythmGames.xml
More file actions
76 lines (76 loc) · 1.99 KB
/
RhythmGames.xml
File metadata and controls
76 lines (76 loc) · 1.99 KB
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
<?xml version="1.0" encoding="utf-8"?>
<Games>
<Game Name="Default" Code="DEFAULT">
<Strum>UP</Strum>
<SoloStrum>LS</SoloStrum>
<Notes>
<Green>A</Green>
<Red>B</Red>
<Blue>X</Blue>
<Yellow>Y</Yellow>
<Orange>LB</Orange>
</Notes>
<Dilation>1</Dilation>
<LoadTime>4000</LoadTime>
<Truncation>100</Truncation>
<MinimumDuration>50</MinimumDuration>
<DrumNotes>02134</DrumNotes>
</Game>
<Game Name="Guitar Hero II" Code="GH2">
<Strum />
<SoloStrum />
<Notes>
<Green>LT</Green>
<Red>LB</Red>
<Blue>RT</Blue>
<Yellow>RB</Yellow>
<Orange>A</Orange>
</Notes>
<Dilation>1.0025</Dilation>
<LoadTime>2100</LoadTime>
</Game>
<Game Name="Guitar Hero III" Code="GH3">
<Strum />
<SoloStrum />
<Notes>
<Green>LT</Green>
<Red>LB</Red>
<Blue>RT</Blue>
<Yellow>RB</Yellow>
<Orange>A</Orange>
</Notes>
<Dilation>1.00008</Dilation>
<LoadTime>3600</LoadTime>
<MinimumDuration>25</MinimumDuration>
</Game>
<Game Name="Rock Band" Code="RB">
<DrumNotes>41230</DrumNotes>
</Game>
<Game Name="Rock Band II" Code="RB2" />
<Game Name="Rock Band: Beatles" Code="RBB" />
<Game Name="Lego Rock Band" Code="LRB">
<MinimumDuration>35</MinimumDuration>
</Game>
<Game Name="RB Pack: Country 1" Code="RBTP_CTY1">
<DrumNotes>41230</DrumNotes>
</Game>
<Game Name="RB Pack: Country 2" Code="RBTP_CTY2">
<DrumNotes>41230</DrumNotes>
</Game>
<Game Name="RB Pack: AC/DC" Code="RBTP_ACDC">
<DrumNotes>41230</DrumNotes>
</Game>
<Game Name="RB Pack: Classic Rock" Code="RBTP_CR">
<DrumNotes>41230</DrumNotes>
</Game>
<Game Name="RB Pack: Metal" Code="RBTP_MTL">
<DrumNotes>41230</DrumNotes>
</Game>
<Game Name="RB Pack: Pack 2" Code="RBTP_PK2">
<DrumNotes>41230</DrumNotes>
</Game>
<Game Name="Rock Band: Green Day" Code="RBGD">
<DrumNotes>41230</DrumNotes>
<MinimumDuration>25</MinimumDuration>
</Game>
</Games>