-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDEM.def
More file actions
162 lines (128 loc) · 2.21 KB
/
Copy pathDEM.def
File metadata and controls
162 lines (128 loc) · 2.21 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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
[Info]
name = "Dead Explosion Mother"
displayname = "Dead Explosion Mother"
mugenversion = 1.1
ikemenversion = 0.99
author = "Foobs"
localcoord = 320,240
portraitscale = .5,.5
[Files]
sprite = DEM.sff
anim = DEM.def
cmd = DEM.def
cns = DEM.def
st = DEM.zss
movelist = DEM_movelist.dat
[Map]
ignore_io = 1
[Quotes]
victory0 = "That boy was useless to the very end..."
;=========================Animations==============================
[Begin Action 0]
-1,-1,0,0,-1
[Begin Action 181]
-1,-1,0,0,-1
[Begin Action 1000]
1000,0,0,0,-1
[Begin Action 1001]
1001,0,0,0,-1
[Begin Action 1002]
1002,0,0,0,60,,AS256D0
interpolate blend
1002,0,0,0,60,,AS0D256
;==========================Commands==============================
[Command]
name = "/x"
command = /$x
time = 1
[Command]
name = "/z"
command = /$z
time = 1
[Command]
name = "~z"
command = ~z
time = 1
;===================Common bullshit override=====================
; initialize
[Statedef 5900]
anim = -2
physics = N
[State 5900, palette]
trigger1 = time = 0
type = remappal
source = 1, 1
dest = 1, 1
[State 5900, transition]
trigger1 = time
type = changestate
value = 0
; stand
[Statedef 0]
anim = -2
physics = N
; time over
[Statedef 175]
anim = -2
physics = N
; win
[Statedef 180]
anim = -2
physics = N
; gethit
[Statedef 5030]
anim = -2
physics = N
[State 5030, transition]
trigger1 = 1
type = changestate
value = 5150
; lose
[Statedef 5150]
anim = -2
physics = N
;===================Commands=====================
[Command]
name = "a"
command = a
time = 1
[Command]
name = "b"
command = b
time = 1
[Command]
name = "c"
command = c
time = 1
[Command]
name = "x"
command = x
time = 1
[Command]
name = "y"
command = y
time = 1
[Command]
name = "z"
command = z
time = 1
[Command]
name = "start"
command = s
time = 1
[Command]
name = "holdfwd";Required (do not remove)
command = /$F
time = 1
[Command]
name = "holdback";Required (do not remove)
command = /$B
time = 1
[Command]
name = "holdup" ;Required (do not remove)
command = /$U
time = 1
[Command]
name = "holddown";Required (do not remove)
command = /$D
time = 1