-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fileassoc.reg
128 lines (79 loc) · 6.63 KB
/
fileassoc.reg
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.btb]
@="BitTripEditor.Beat"
[HKEY_CLASSES_ROOT\.btc]
@="BitTripEditor.Core"
[HKEY_CLASSES_ROOT\.btv]
@="BitTripEditor.Void"
[HKEY_CLASSES_ROOT\.btr]
@="BitTripEditor.Runner"
[HKEY_CLASSES_ROOT\.btf]
@="BitTripEditor.Fate"
[HKEY_CLASSES_ROOT\.btz]
@="BitTripEditor.Flux"
[HKEY_CLASSES_ROOT\BitTripEditor.Beat]
@="Bit . Trip Beat Level"
[HKEY_CLASSES_ROOT\BitTripEditor.Beat\DefaultIcon]
@="PATH\\icons.dll,0"
[HKEY_CLASSES_ROOT\BitTripEditor.Beat\shell]
[HKEY_CLASSES_ROOT\BitTripEditor.Beat\shell\edit]
[HKEY_CLASSES_ROOT\BitTripEditor.Beat\shell\edit\command]
@="\"C:\\Windows\\System32\\notepad.exe\" \"%1\""
[HKEY_CLASSES_ROOT\BitTripEditor.Beat\shell\open]
[HKEY_CLASSES_ROOT\BitTripEditor.Beat\shell\open\command]
@="\"PATH\\GAME.EXE\" \"%1\""
[HKEY_CLASSES_ROOT\BitTripEditor.Core]
@="Bit . Trip Core Level"
[HKEY_CLASSES_ROOT\BitTripEditor.Core\DefaultIcon]
@="PATH\\icons.dll,1"
[HKEY_CLASSES_ROOT\BitTripEditor.Core\shell]
[HKEY_CLASSES_ROOT\BitTripEditor.Core\shell\edit]
[HKEY_CLASSES_ROOT\BitTripEditor.Core\shell\edit\command]
@="\"C:\\Windows\\System32\\notepad.exe\" \"%1\""
[HKEY_CLASSES_ROOT\BitTripEditor.Core\shell\open]
[HKEY_CLASSES_ROOT\BitTripEditor.Core\shell\open\command]
@="\"PATH\\GAME.EXE\" \"%1\""
[HKEY_CLASSES_ROOT\BitTripEditor.Void]
@="Bit . Trip Void Level"
[HKEY_CLASSES_ROOT\BitTripEditor.Void\DefaultIcon]
@="PATH\\icons.dll,2"
[HKEY_CLASSES_ROOT\BitTripEditor.Void\shell]
[HKEY_CLASSES_ROOT\BitTripEditor.Void\shell\edit]
[HKEY_CLASSES_ROOT\BitTripEditor.Void\shell\edit\command]
@="\"C:\\Windows\\System32\\notepad.exe\" \"%1\""
[HKEY_CLASSES_ROOT\BitTripEditor.Void\shell\open]
[HKEY_CLASSES_ROOT\BitTripEditor.Void\shell\open\command]
@="\"PATH\\GAME.EXE\" \"%1\""
[HKEY_CLASSES_ROOT\BitTripEditor.Runner]
@="Bit . Trip Runner Level"
[HKEY_CLASSES_ROOT\BitTripEditor.Runner\DefaultIcon]
@="PATH\\icons.dll,3"
[HKEY_CLASSES_ROOT\BitTripEditor.Runner\shell]
[HKEY_CLASSES_ROOT\BitTripEditor.Runner\shell\edit]
[HKEY_CLASSES_ROOT\BitTripEditor.Runner\shell\edit\command]
@="\"C:\\Windows\\System32\\notepad.exe\" \"%1\""
[HKEY_CLASSES_ROOT\BitTripEditor.Runner\shell\open]
[HKEY_CLASSES_ROOT\BitTripEditor.Runner\shell\open\command]
@="\"PATH\\GAME.EXE\" \"%1\""
[HKEY_CLASSES_ROOT\BitTripEditor.Fate]
@="Bit . Trip Fate Level"
[HKEY_CLASSES_ROOT\BitTripEditor.Fate\DefaultIcon]
@="PATH\\icons.dll,4"
[HKEY_CLASSES_ROOT\BitTripEditor.Fate\shell]
[HKEY_CLASSES_ROOT\BitTripEditor.Fate\shell\edit]
[HKEY_CLASSES_ROOT\BitTripEditor.Fate\shell\edit\command]
@="\"C:\\Windows\\System32\\notepad.exe\" \"%1\""
[HKEY_CLASSES_ROOT\BitTripEditor.Fate\shell\open]
[HKEY_CLASSES_ROOT\BitTripEditor.Fate\shell\open\command]
@="\"PATH\\GAME.EXE\" \"%1\""
[HKEY_CLASSES_ROOT\BitTripEditor.Flux]
@="Bit . Trip Flux Level"
[HKEY_CLASSES_ROOT\BitTripEditor.Flux\DefaultIcon]
@="PATH\\icons.dll,5"
[HKEY_CLASSES_ROOT\BitTripEditor.Flux\shell]
[HKEY_CLASSES_ROOT\BitTripEditor.Flux\shell\edit]
[HKEY_CLASSES_ROOT\BitTripEditor.Flux\shell\edit\command]
@="\"C:\\Windows\\System32\\notepad.exe\" \"%1\""
[HKEY_CLASSES_ROOT\BitTripEditor.Flux\shell\open]
[HKEY_CLASSES_ROOT\BitTripEditor.Flux\shell\open\command]
@="\"PATH\\GAME.EXE\" \"%1\""