Mercurial > mm7
annotate mm7_data.cpp @ 743:353ff9ea11e6
m
author | Ritor1 |
---|---|
date | Fri, 22 Mar 2013 23:42:09 +0600 |
parents | 700b58aac975 |
children | 6daaa2f18d0d |
rev | line source |
---|---|
0 | 1 #include "mm7_data.h" |
2 | |
3 #include "NPC.h" | |
194 | 4 #include "Actor.h" |
227 | 5 #include "GUIWindow.h" |
569 | 6 #include "Party.h" |
0 | 7 |
8 | |
9 | |
10 void ErrHR(HRESULT hr, const char *pAPI, const char *pFunction, const char *pFile, int line) | |
11 { | |
12 if (SUCCEEDED(hr)) | |
13 return; | |
14 | |
15 char msg[4096]; | |
16 sprintf(msg, "%s error (%08X) in\n\t%s\nin\n\t%s:%u", | |
17 pAPI, hr, pFunction, pFile, line); | |
18 | |
19 char caption[1024]; | |
20 sprintf(caption, "%s error", pAPI); | |
21 | |
22 MessageBoxA(nullptr, msg, caption, MB_ICONEXCLAMATION); | |
23 } | |
24 | |
25 | |
26 | |
27 | |
28 #include "Math.h" | |
29 struct stru193_math *stru_5C6E00 = new stru193_math; | |
30 | |
31 #include "MapInfo.h" | |
32 struct MapStats *pMapStats; | |
33 | |
34 #include "TurnEngine.h" | |
35 struct stru262_TurnBased *pTurnEngine = new stru262_TurnBased; | |
36 | |
37 #include "stru277.h" | |
38 stru277 pStru277[10]; | |
39 stru277 stru_50CDB4; // idb | |
40 | |
41 #include "Viewport.h" | |
42 struct Viewport *pViewport = new Viewport; | |
43 struct ViewingParams *viewparams = new ViewingParams; | |
44 | |
45 #include "stru272.h" | |
46 stru272 array_4FAC10[10]; | |
47 | |
48 | |
49 #include "stru279.h" | |
50 stru279 stru_51076C; | |
51 | |
521 | 52 |
53 int achievedAwardsIndex[1000]; | |
0 | 54 |
55 #include "stru123.h" | |
56 stru123 stru_5E4C90; | |
57 | |
58 #include "stru298.h" | |
59 stru298 stru_50FE08; // weak | |
60 | |
61 #include "stru287.h" | |
62 stru287 stru_5E4C50; | |
63 | |
64 #include "Autonotes.h" | |
33 | 65 Autonote pAutonoteTxt[195]; // weak |
0 | 66 |
67 #include "Awards.h" | |
68 Award pAwards[104]; | |
69 | |
70 #include "stru159.h" | |
71 | |
72 #include "stru160.h" | |
73 stru160 array_4EB8B8[66] = | |
74 { | |
75 stru160( 0.0000000f, 0.0000000f, 1.0000000f), | |
76 stru160( 0.0000000f, 0.3826830f, 0.9238799f), | |
77 stru160( 0.3826830f, 0.0000000f, 0.9238799f), | |
78 stru160( 0.4082480f, 0.4082480f, 0.8164970f), | |
79 stru160( 0.0000000f, 0.7071070f, 0.7071070f), | |
80 stru160( 0.7071070f, 0.0000000f, 0.7071070f), | |
81 stru160( 0.4082480f, 0.8164970f, 0.4082480f), | |
82 stru160( 0.8164970f, 0.4082480f, 0.4082480f), | |
83 stru160( 0.7071070f, 0.7071070f, 0.0000000f), | |
84 stru160( 0.0000000f, 0.9238799f, 0.3826830f), | |
85 stru160( 0.3826830f, 0.9238799f, 0.0000000f), | |
86 stru160( 0.0000000f, 1.0000000f, 0.0000000f), | |
87 stru160( 0.9238799f, 0.3826830f, 0.0000000f), | |
88 stru160( 0.9238799f, 0.0000000f, 0.3826830f), | |
89 stru160( 1.0000000f, 0.0000000f, 0.0000000f), | |
90 stru160( 0.0000000f, -0.3826830f, 0.9238799f), | |
91 stru160( 0.4082480f, -0.4082480f, 0.8164970f), | |
92 stru160( 0.0000000f, -0.7071070f, 0.7071070f), | |
93 stru160( 0.8164970f, -0.4082480f, 0.4082480f), | |
94 stru160( 0.4082480f, -0.8164970f, 0.4082480f), | |
95 stru160( 0.7071070f, -0.7071070f, 0.0000000f), | |
96 stru160( 0.9238799f, -0.3826830f, 0.0000000f), | |
97 stru160( 0.3826830f, -0.9238799f, 0.0000000f), | |
98 stru160( 0.0000000f, -0.9238799f, 0.3826830f), | |
99 stru160( 0.0000000f, -1.0000000f, 0.0000000f), | |
100 stru160(-0.3826830f, 0.0000000f, 0.9238799f), | |
101 stru160(-0.4082480f, -0.4082480f, 0.8164970f), | |
102 stru160(-0.7071070f, 0.0000000f, 0.7071070f), | |
103 stru160(-0.4082480f, -0.8164970f, 0.4082480f), | |
104 stru160(-0.8164970f, -0.4082480f, 0.4082480f), | |
105 stru160(-0.7071070f, -0.7071070f, 0.0000000f), | |
106 stru160(-0.3826830f, -0.9238799f, 0.0000000f), | |
107 stru160(-0.9238799f, -0.3826830f, 0.0000000f), | |
108 stru160(-0.9238799f, 0.0000000f, 0.3826830f), | |
109 stru160(-1.0000000f, 0.0000000f, 0.0000000f), | |
110 stru160(-0.4082480f, 0.4082480f, 0.8164970f), | |
111 stru160(-0.8164970f, 0.4082480f, 0.4082480f), | |
112 stru160(-0.4082480f, 0.8164970f, 0.4082480f), | |
113 stru160(-0.7071070f, 0.7071070f, 0.0000000f), | |
114 stru160(-0.9238799f, 0.3826830f, 0.0000000f), | |
115 stru160(-0.3826830f, 0.9238799f, 0.0000000f), | |
116 stru160( 0.0000000f, 0.0000000f, -1.0000000f), | |
117 stru160( 0.0000000f, 0.3826830f, -0.9238799f), | |
118 stru160( 0.3826830f, 0.0000000f, -0.9238799f), | |
119 stru160( 0.4082480f, 0.4082480f, -0.8164970f), | |
120 stru160( 0.0000000f, 0.7071070f, -0.7071070f), | |
121 stru160( 0.7071070f, 0.0000000f, -0.7071070f), | |
122 stru160( 0.4082480f, 0.8164970f, -0.4082480f), | |
123 stru160( 0.8164970f, 0.4082480f, -0.4082480f), | |
124 stru160( 0.0000000f, 0.9238799f, -0.3826830f), | |
125 stru160( 0.9238799f, 0.0000000f, -0.3826830f), | |
126 stru160( 0.0000000f, -0.3826830f, -0.9238799f), | |
127 stru160( 0.4082480f, -0.4082480f, -0.8164970f), | |
128 stru160( 0.0000000f, -0.7071070f, -0.7071070f), | |
129 stru160( 0.8164970f, -0.4082480f, -0.4082480f), | |
130 stru160( 0.4082480f, -0.8164970f, -0.4082480f), | |
131 stru160( 0.0000000f, -0.9238799f, -0.3826830f), | |
132 stru160(-0.3826830f, 0.0000000f, -0.9238799f), | |
133 stru160(-0.4082480f, -0.4082480f, -0.8164970f), | |
134 stru160(-0.7071070f, 0.0000000f, -0.7071070f), | |
135 stru160(-0.4082480f, -0.8164970f, -0.4082480f), | |
136 stru160(-0.8164970f, -0.4082480f, -0.4082480f), | |
137 stru160(-0.9238799f, 0.0000000f, -0.3826830f), | |
138 stru160(-0.4082480f, 0.4082480f, -0.8164970f), | |
139 stru160(-0.8164970f, 0.4082480f, -0.4082480f), | |
140 stru160(-0.4082480f, 0.8164970f, -0.4082480f) | |
141 }; | |
142 stru160 array_4EBBD0[128]; | |
143 __int32 array_4EBBD0_x[128*3] = | |
144 { | |
145 0x00000000, 0x00000001, 0x00000002, 0x00000001, | |
146 0x00000003, 0x00000002, 0x00000001, 0x00000004, | |
147 0x00000003, 0x00000003, 0x00000005, 0x00000002, | |
148 0x00000004, 0x00000006, 0x00000003, 0x00000006, | |
149 0x00000007, 0x00000003, 0x00000006, 0x00000008, | |
150 0x00000007, 0x00000007, 0x00000005, 0x00000003, | |
151 0x00000004, 0x00000009, 0x00000006, 0x00000009, | |
152 0x0000000A, 0x00000006, 0x00000009, 0x0000000B, | |
153 0x0000000A, 0x0000000A, 0x00000008, 0x00000006, | |
154 0x00000008, 0x0000000C, 0x00000007, 0x0000000C, | |
155 0x0000000D, 0x00000007, 0x0000000C, 0x0000000E, | |
156 0x0000000D, 0x0000000D, 0x00000005, 0x00000007, | |
157 0x00000000, 0x00000002, 0x0000000F, 0x00000002, | |
158 0x00000010, 0x0000000F, 0x00000002, 0x00000005, | |
159 0x00000010, 0x00000010, 0x00000011, 0x0000000F, | |
160 0x00000005, 0x00000012, 0x00000010, 0x00000012, | |
161 0x00000013, 0x00000010, 0x00000012, 0x00000014, | |
162 0x00000013, 0x00000013, 0x00000011, 0x00000010, | |
163 0x00000005, 0x0000000D, 0x00000012, 0x0000000D, | |
164 0x00000015, 0x00000012, 0x0000000D, 0x0000000E, | |
165 0x00000015, 0x00000015, 0x00000014, 0x00000012, | |
166 0x00000014, 0x00000016, 0x00000013, 0x00000016, | |
167 0x00000017, 0x00000013, 0x00000016, 0x00000018, | |
168 0x00000017, 0x00000017, 0x00000011, 0x00000013, | |
169 0x00000000, 0x0000000F, 0x00000019, 0x0000000F, | |
170 0x0000001A, 0x00000019, 0x0000000F, 0x00000011, | |
171 0x0000001A, 0x0000001A, 0x0000001B, 0x00000019, | |
172 0x00000011, 0x0000001C, 0x0000001A, 0x0000001C, | |
173 0x0000001D, 0x0000001A, 0x0000001C, 0x0000001E, | |
174 0x0000001D, 0x0000001D, 0x0000001B, 0x0000001A, | |
175 0x00000011, 0x00000017, 0x0000001C, 0x00000017, | |
176 0x0000001F, 0x0000001C, 0x00000017, 0x00000018, | |
177 0x0000001F, 0x0000001F, 0x0000001E, 0x0000001C, | |
178 0x0000001E, 0x00000020, 0x0000001D, 0x00000020, | |
179 0x00000021, 0x0000001D, 0x00000020, 0x00000022, | |
180 0x00000021, 0x00000021, 0x0000001B, 0x0000001D, | |
181 0x00000000, 0x00000019, 0x00000001, 0x00000019, | |
182 0x00000023, 0x00000001, 0x00000019, 0x0000001B, | |
183 0x00000023, 0x00000023, 0x00000004, 0x00000001, | |
184 0x0000001B, 0x00000024, 0x00000023, 0x00000024, | |
185 0x00000025, 0x00000023, 0x00000024, 0x00000026, | |
186 0x00000025, 0x00000025, 0x00000004, 0x00000023, | |
187 0x0000001B, 0x00000021, 0x00000024, 0x00000021, | |
188 0x00000027, 0x00000024, 0x00000021, 0x00000022, | |
189 0x00000027, 0x00000027, 0x00000026, 0x00000024, | |
190 0x00000026, 0x00000028, 0x00000025, 0x00000028, | |
191 0x00000009, 0x00000025, 0x00000028, 0x0000000B, | |
192 0x00000009, 0x00000009, 0x00000004, 0x00000025, | |
193 0x00000029, 0x0000002A, 0x0000002B, 0x0000002A, | |
194 0x0000002C, 0x0000002B, 0x0000002A, 0x0000002D, | |
195 0x0000002C, 0x0000002C, 0x0000002E, 0x0000002B, | |
196 0x0000002D, 0x0000002F, 0x0000002C, 0x0000002F, | |
197 0x00000030, 0x0000002C, 0x0000002F, 0x00000008, | |
198 0x00000030, 0x00000030, 0x0000002E, 0x0000002C, | |
199 0x0000002D, 0x00000031, 0x0000002F, 0x00000031, | |
200 0x0000000A, 0x0000002F, 0x00000031, 0x0000000B, | |
201 0x0000000A, 0x0000000A, 0x00000008, 0x0000002F, | |
202 0x00000008, 0x0000000C, 0x00000030, 0x0000000C, | |
203 0x00000032, 0x00000030, 0x0000000C, 0x0000000E, | |
204 0x00000032, 0x00000032, 0x0000002E, 0x00000030, | |
205 0x00000029, 0x0000002B, 0x00000033, 0x0000002B, | |
206 0x00000034, 0x00000033, 0x0000002B, 0x0000002E, | |
207 0x00000034, 0x00000034, 0x00000035, 0x00000033, | |
208 0x0000002E, 0x00000036, 0x00000034, 0x00000036, | |
209 0x00000037, 0x00000034, 0x00000036, 0x00000014, | |
210 0x00000037, 0x00000037, 0x00000035, 0x00000034, | |
211 0x0000002E, 0x00000032, 0x00000036, 0x00000032, | |
212 0x00000015, 0x00000036, 0x00000032, 0x0000000E, | |
213 0x00000015, 0x00000015, 0x00000014, 0x00000036, | |
214 0x00000014, 0x00000016, 0x00000037, 0x00000016, | |
215 0x00000038, 0x00000037, 0x00000016, 0x00000018, | |
216 0x00000038, 0x00000038, 0x00000035, 0x00000037, | |
217 0x00000029, 0x00000033, 0x00000039, 0x00000033, | |
218 0x0000003A, 0x00000039, 0x00000033, 0x00000035, | |
219 0x0000003A, 0x0000003A, 0x0000003B, 0x00000039, | |
220 0x00000035, 0x0000003C, 0x0000003A, 0x0000003C, | |
221 0x0000003D, 0x0000003A, 0x0000003C, 0x0000001E, | |
222 0x0000003D, 0x0000003D, 0x0000003B, 0x0000003A, | |
223 0x00000035, 0x00000038, 0x0000003C, 0x00000038, | |
224 0x0000001F, 0x0000003C, 0x00000038, 0x00000018, | |
225 0x0000001F, 0x0000001F, 0x0000001E, 0x0000003C, | |
226 0x0000001E, 0x00000020, 0x0000003D, 0x00000020, | |
227 0x0000003E, 0x0000003D, 0x00000020, 0x00000022, | |
228 0x0000003E, 0x0000003E, 0x0000003B, 0x0000003D, | |
229 0x00000029, 0x00000039, 0x0000002A, 0x00000039, | |
230 0x0000003F, 0x0000002A, 0x00000039, 0x0000003B, | |
231 0x0000003F, 0x0000003F, 0x0000002D, 0x0000002A, | |
232 0x0000003B, 0x00000040, 0x0000003F, 0x00000040, | |
233 0x00000041, 0x0000003F, 0x00000040, 0x00000026, | |
234 0x00000041, 0x00000041, 0x0000002D, 0x0000003F, | |
235 0x0000003B, 0x0000003E, 0x00000040, 0x0000003E, | |
236 0x00000027, 0x00000040, 0x0000003E, 0x00000022, | |
237 0x00000027, 0x00000027, 0x00000026, 0x00000040, | |
238 0x00000026, 0x00000028, 0x00000041, 0x00000028, | |
239 0x00000031, 0x00000041, 0x00000028, 0x0000000B, | |
240 0x00000031, 0x00000031, 0x0000002D, 0x00000041 | |
241 }; | |
242 | |
243 #include "stru220.h" | |
244 stru220 stru_76E5C8[16384]; | |
245 | |
246 #include "stru176.h" | |
336 | 247 stru176 array_5B5928_timers[100]; |
0 | 248 |
249 #include "ObjectList.h" | |
250 struct ObjectList *pObjectList; | |
251 | |
252 #include "IconFrameTable.h" | |
253 struct IconFrameTable *pIconsFrameTable; | |
254 | |
255 struct | |
256 { | |
257 struct UIAnimation _pUIAnim_Food; | |
258 struct UIAnimation _pUIAnim_Gold; | |
259 struct UIAnimation _pUIAnum_Torchlight; | |
260 struct UIAnimation _pUIAnim_WizardEye; | |
261 } _uianim; | |
262 | |
263 struct UIAnimation *pUIAnim_Food = &_uianim._pUIAnim_Food; | |
264 struct UIAnimation *pUIAnim_Gold = &_uianim._pUIAnim_Gold; | |
265 struct UIAnimation *pUIAnum_Torchlight = &_uianim._pUIAnum_Torchlight; | |
266 struct UIAnimation *pUIAnim_WizardEye = &_uianim._pUIAnim_WizardEye; | |
267 | |
268 struct UIAnimation *pUIAnims[4] = | |
269 { | |
270 &_uianim._pUIAnim_Food, | |
271 &_uianim._pUIAnim_Gold, | |
272 &_uianim._pUIAnum_Torchlight, | |
273 &_uianim._pUIAnim_WizardEye | |
274 }; | |
275 | |
276 | |
277 | |
278 #include "PlayerFrameTable.h" | |
279 struct PlayerFrameTable *pPlayerFrameTable; // idb | |
280 | |
281 #include "MM7.h" | |
282 stru161 stru_4ECBB8[6]; | |
283 stru289 stru_6BE158; | |
299 | 284 int paperdoll_Weapon[4][16][2] = {//4E4C30 |
285 0x80, 0xCD, 0x1E, 0x90, 0x58, 0x55, 0, 0, 0, 0, 0, 0, 0x11, 0x68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | |
286 0x83, 0xC9, 0x26, 0x9E, 0x62, 0x57, 0, 0, 0, 0, 0, 0, 0x15, 0x64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | |
287 0x83, 0xD8, 0x1D, 0xBA, 0x58, 0x77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | |
288 0x7B, 0xD8, 0x23, 0xB8, 0x62, 0x77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | |
111 | 289 }; |
513 | 290 stru332 stru_511698[2]; |
291 stru333 stru_511718[4]; | |
0 | 292 stru334 array_4E2940[26]; |
293 stru348 stru_4E1890[13]; | |
294 | |
295 | |
296 | |
297 | |
298 namespace zlib | |
299 { | |
300 #include "lib\zlib\zlib.h" | |
301 int MemUnzip(void *dest, unsigned int *destLen, const void *source, unsigned int sourceLen) | |
302 { | |
303 //return uncompress((zlib::Bytef *)dest, (zlib::uLongf *)destLen, (zlib::Bytef *)source, sourceLen); | |
304 return uncompress((Bytef *)dest, (uLongf *)destLen, (Bytef *)source, sourceLen); | |
305 return 0; | |
306 } | |
307 | |
308 int MemZip(void *dest, unsigned int *destLen, void *source, unsigned int sourceLen) | |
309 { | |
310 //return compress((zlib::Bytef *)dest, (zlib::uLongf *)destLen, (zlib::Bytef *)source, sourceLen); | |
311 return compress((Bytef *)dest, (uLongf *)destLen, (Bytef *)source, sourceLen); | |
312 return 0; | |
313 } | |
314 }; | |
315 | |
316 #include "stru314.h" | |
317 | |
318 | |
319 | |
320 | |
321 //------------------------------------------------------------------------- | |
322 // Data declarations | |
323 | |
351 | 324 int game_starting_year = 0; |
325 | |
0 | 326 int pWindowList_at_506F50_minus1_indexing[1]; |
327 int dword_4C9890[10]; // weak | |
328 int dword_4C9920[16]; // weak | |
329 _UNKNOWN unk_4D8548; // weak | |
330 char byte_4D864C; // weak | |
331 float flt_4D86CC = 1.0f; // weak | |
332 int dword_4D86D8; // weak | |
333 int dword_4DAFCC; // weak | |
334 int (__stdcall *off_4DAFDC)(char); // weak | |
335 char asc_4DB724[777]; // idb | |
336 int dword_4DBD94; // weak | |
337 int dword_4DF380[777]; // weak | |
338 int dword_4DF390; // weak | |
339 char Str2[777]; // idb | |
340 int dword_4DF3A4; // weak | |
341 char byte_4E185C; // weak | |
342 char am_byte_4E185D; // weak | |
343 char byte_4E185E; // weak | |
344 int amuint_4E1860; // weak | |
345 int amuint_4E1864; // weak | |
346 int amuint_4E1868; // weak | |
347 int amuint_4E186C; // weak | |
348 int amuint_4E1870; // weak | |
349 int dword_4E1874; // weak | |
350 int dword_4E1878; // weak | |
351 float flt_4D84E8 = 0.0f; | |
352 int dword_4E187C; // weak | |
353 int dword_4E1880; // weak | |
354 int dword_4E1884; // weak | |
355 int dword_4E1888; // weak | |
356 char pArcomagePlayer2Name[8]; | |
357 char pArcomagePlayer1Name[8]; | |
358 char pDeckMaster[12]; | |
359 char aIxf[4]; // idb | |
360 _UNKNOWN unk_4E19FC; // weak | |
361 char pAreYouSureWishToLeave[32]; | |
362 char asc_4E1A28[4]; // idb | |
363 char aUsxfs[13]; | |
364 char aLayout_pcx[11]; // weak | |
365 char aSprites_pcx[12]; // weak | |
366 char aProblemInBlit_[777]; // idb | |
367 char aEWorkMsdevMm7M[777]; // idb | |
368 char aProblemInBli_0[777]; // idb | |
369 char aD[777]; // idb | |
370 char asc_4E1AB0[777]; // idb | |
371 char aWb_0[777]; // idb | |
372 char a24bitPcxOnly[777]; // idb | |
373 char Mode[777]; // idb | |
374 char a16bitPcx[777]; // idb | |
375 char aUnableToLoadS[777]; // idb | |
376 char aBitmaps[777]; // idb | |
377 char aIcons[777]; // idb | |
378 char aPending[777]; // idb | |
379 char aCanTFindS[777]; // idb | |
380 char pDayMoonPhase[28]; | |
321 | 381 char *spellbook_texture_filename_suffices[8] = {"f", "a", "w", "e", "s", "m", "b", "l"}; // weak |
0 | 382 __int16 word_4E1D3A[777]; // weak |
710 | 383 __int16 pTownPortalBook_xs[6] = {260, 324, 147, 385, 390, 19}; |
384 __int16 pTownPortalBook_ys[6] = {206, 84, 182, 239, 17, 283}; | |
385 __int16 pTownPortalBook_ws[6] = { 80, 66, 68, 72, 67, 74}; | |
386 __int16 pTownPortalBook_hs[6] = { 55, 56, 65, 67, 67, 59}; | |
357 | 387 |
388 | |
198 | 389 unsigned int pLloydsBeaconsPreviewXs[5] = {61, 281, 61, 281, 171}; // 004E249C |
0 | 390 unsigned int pLloydsBeaconsPreviewYs[5] = {84, 84, 228, 228, 155}; |
391 unsigned int pLloydsBeacons_SomeXs[5] = {59, 279, 59, 279, 169}; | |
392 unsigned int pLloydsBeacons_SomeYs[5] = {82, 82, 226, 226, 153}; | |
393 char aSbwb00[7]; // weak | |
394 char aW[2]; // idb | |
395 char aA[2]; // idb | |
396 char aSD[777]; // idb | |
397 char aSS03d03dS000S0[777]; // idb | |
398 char aLuS[777]; // idb | |
399 char aS_1[777]; // idb | |
400 char aSbSc02d[777]; // idb | |
401 char aSbSs02d[777]; // idb | |
402 char aTabDb[777]; // idb | |
403 char aTabDa[777]; // idb | |
404 char aIbM6D[777]; // idb | |
405 char aIbM6U[777]; // idb | |
406 char aIbM5D[777]; // idb | |
407 char aIbM5U[777]; // idb | |
408 char aPagemask[777]; // idb | |
409 char aBook[777]; // idb | |
410 char aSpell_fnt[777]; // idb | |
411 char aAutonote_fnt[777]; // idb | |
412 char aBook2_fnt[777]; // idb | |
413 char pFontFile[777]; // idb | |
414 char aFontpal[777]; // idb | |
415 char aMapbordr[777]; // idb | |
416 char aLloydDD_pcx[777]; // idb | |
417 char aDataLloydDD_pc[777]; // idb | |
418 char aLb_bordr[777]; // idb | |
419 char aTphell[777]; // idb | |
420 char aTpheaven[777]; // idb | |
421 char aTpisland[777]; // idb | |
422 char aTpwarlock[777]; // idb | |
423 char aTpelf[777]; // idb | |
424 char aTpharmndy[777]; // idb | |
425 char aTownport[777]; // idb | |
426 char aSbquiknot[777]; // idb | |
427 char aTabAn8a[777]; // idb | |
428 char aTabAn8b[777]; // idb | |
429 char aTabAn4a[777]; // idb | |
430 char aTabAn4b[777]; // idb | |
431 char aTabAn5a[777]; // idb | |
432 char aTabAn5b[777]; // idb | |
433 char aTabAn3a[777]; // idb | |
434 char aTabAn3b[777]; // idb | |
435 char aTabAn2a[777]; // idb | |
436 char aTabAn2b[777]; // idb | |
437 char aTabAn1a[777]; // idb | |
438 char aTabAn1b[777]; // idb | |
439 char aDivbar[777]; // idb | |
440 char aSbautnot[777]; // idb | |
441 char aTabwoff[777]; // idb | |
442 char aTabwon[777]; // idb | |
443 char aTabeoff[777]; // idb | |
444 char aTabeon[777]; // idb | |
445 char aTabsoff[777]; // idb | |
446 char aTabson[777]; // idb | |
447 char aTabnoff[777]; // idb | |
448 char aTabnon[777]; // idb | |
449 char aZootOff[777]; // idb | |
450 char aZoomOff[777]; // idb | |
451 char aZootOn[777]; // idb | |
452 char aZoomOn[777]; // idb | |
453 char aSbmap[777]; // idb | |
454 char aMoon_ful[777]; // idb | |
455 char aMoon_2[777]; // idb | |
456 char aMoon_4[777]; // idb | |
457 char aMoon_new[777]; // idb | |
458 char aSbdateTime[777]; // idb | |
459 char aTabAn7a[777]; // idb | |
460 char aTabAn6a[777]; // idb | |
461 char aTabAn7b[777]; // idb | |
462 char aTabAn6b[777]; // idb | |
463 char aSbplayrnot[777]; // idb | |
464 char aPending_0[777]; // idb | |
465 char aUnknown[8]; // weak | |
466 char aS100110S[777]; // idb | |
467 char aS100110D[777]; // idb | |
468 char aS100110DS[777]; // idb | |
469 char aS100110D02dSS[777]; // idb | |
227 | 470 int pCurrentScreen = SCREEN_VIDEO; // 004E28F8 |
0 | 471 char byte_4E28FC; // weak |
472 unsigned int uGammaPos; | |
362 | 473 int BtnTurnCoord[8] = |
474 { | |
475 0xA4, 0x5D, 0x16, 0xB, 0x5, 0xD, 0x7, 0x3B, | |
476 }; // weak | |
314 | 477 __int16 RightClickPortraitXmin[4]={0x14, 0x83, 0xF2, 0x165}; |
478 __int16 RightClickPortraitXmax[4]={0x53, 0xC6, 0x138, 0x1A7}; | |
0 | 479 void *off_4E2A12; // weak |
41 | 480 int pArmorSkills[5]={ 9, 10, 11, 8, 30}; |
69 | 481 int pWeaponSkills[9]={3, 5, 2, 6, 4, 0, 1, 31, 7}; |
482 int pMiscSkills[12]={35, 33, 24, 21, 32, 36, 29, 25, 22, 26, 23, 34}; | |
483 int pMagicSkills[9]={12, 13, 14, 15, 16, 17, 18, 19, 20}; | |
0 | 484 unsigned __int8 pAwardsTextColors[20]; |
485 unsigned int pHealthBarPos[4] = {22, 137, 251, 366}; | |
486 unsigned int pManaBarPos[4] = {102, 217, 331, 447}; | |
487 char _4E2AD8_ui_colors[72]; | |
488 char _4E2B21_buff_spell_tooltip_colors[80]; | |
733 | 489 char monster_popup_y_offsets[88] = |
490 { | |
491 236, 20, 0, 216, 0, 0, 0, 0, 0, 0, 206, | |
492 20, 0, 246, 246, 236, 10, 246, 0, 0, 0, 236, | |
493 10, 246, 0, 0, 0, 236, 246, 0, 0, 0, 216, | |
494 236, 0, 0, 0, 206, 226, 226, 226, 226, 226, 226, | |
495 0, 0, 0, 0, 0, 0, 236, 236, 236, 20, 20, | |
496 20, 10, 10, 10, 10, 10, 10, 166, 196, 216, 236, | |
497 236, 176, 246, 0, 0, 216, 0, 0, 0, 236, 10, | |
498 0, 0, 0, 0, 0, 0, 196, 0, 0, 0, 0 | |
499 }; | |
649 | 500 unsigned char hourglass_icon_idx = 12; // weak |
526 | 501 |
0 | 502 char aSS[777]; // idb |
503 char ascii_4E2C54[6]; | |
504 char ascii_4E2C5C[7]; | |
505 char ascii_4E2C68[8]; | |
506 char ascii_4E2C70[9]; | |
507 char ascii_4E2C7C[8]; | |
508 char ascii_4E2C84[11]; | |
509 char ascii_4E2C90[12]; | |
510 char ascii_4E2C9C[8]; | |
511 char ascii_4E2CA4[7]; | |
512 char ascii_4E2CB0[12]; | |
513 char ascii_4E2CBC[12]; | |
514 char ascii_4E2CC8[12]; | |
515 char ascii_4E2CD4[6]; | |
516 char ascii_4E2CDC[11]; | |
517 char ascii_4E2CE8[8]; | |
518 char ascii_4E2CF0[12]; | |
519 char ascii_4E2CFC[6]; | |
520 char ascii_4E2D04[8]; | |
521 char ascii_4E2D0C[8]; | |
522 char ascii_4E2D14[6]; | |
523 char ascii_4E2D1C[12]; | |
524 char ascii_4E2D28[8]; | |
525 char ascii_4E2D30[7]; | |
526 char ascii_4E2D38[5]; | |
362 | 527 char ascii_4E2D40[8];// = {0xC2, 0xCF, 0xD0, 0xC0, 0xC2, 0xCE, 0};//russian text in keyboard options |
528 char ascii_4E2D48[6];// = {0xC2, 0xCB, 0xC5, 0xC2, 0xCE, 0}; | |
529 char ascii_4E2D50[6];// = {0xCD, 0xC0, 0xC7, 0xC0, 0xC4, 0}; | |
530 char ascii_4E2D5C[7];// = {0xC2, 0xCF, 0xC5, 0xD0, 0xC5, 0xC4, 0}; | |
0 | 531 char aMakingItemNumb[777]; // idb |
532 char aNpc03d[777]; // idb | |
46 | 533 const char *format_4E2D80 = "\f%05d%s\f00000\n"; |
0 | 534 char format_4E2D90[8]; |
535 char aS03d03dS000_0[777]; // idb | |
536 char aS03d03dS000[777]; // idb | |
648 | 537 //const char *format_4E2DC8 = "\f%05d"; |
0 | 538 char aS[777]; // idb |
539 char aLuSLuS[777]; // idb | |
540 char byte_4E2DE8; // idb | |
541 char asc_4E2DFC[3]; // idb | |
46 | 542 const char *format_4E2E00 = "%s\f%05u\xD\r180%s\n"; // idb |
543 const char *format_4E2E10 = "%s\f%05u\t110%d\f00000 / %d\n"; | |
0 | 544 char aS100S_0[777]; // idb |
545 char aS100S[777]; // idb | |
546 char aS100D[777]; // idb | |
547 char aS180[6]; // idb | |
189 | 548 const char *format_4E2E68 = "%s\f%05u\t180%d\f00000 / %d\n"; |
0 | 549 char aS_6[2]; // idb |
550 char aSS_0[777]; // idb | |
551 char aS_5[4]; // idb | |
552 char string_4E3294[8]; | |
553 char Format[777]; // idb | |
554 char aMem03i_txt[777]; // idb | |
555 char aMemory[777]; // idb | |
556 char aIdSSizeI[16]; // idb | |
557 __int16 word_4E3C66[777]; // idb | |
558 int dword_4E455C; // weak | |
559 int dword_4E4560[6]; | |
560 int dword_4E4578[6]; | |
561 int dword_4E4590[6]; | |
562 int dword_4E45A8[6]; | |
563 char aDDSDDS[777]; // idb | |
564 char asc_4E45DC[777]; // idb | |
565 char aD02dSSDSD[777]; // idb | |
566 char aButtexi1[777]; // idb | |
567 char aCanTJumpToThat[777]; // idb | |
568 char aNoMapFoundForS[777]; // idb | |
569 char global_a2[777]; // idb | |
570 char aSSS[777]; // idb | |
571 char aNotInMapStats[17]; // weak | |
572 char aD47_blv[777]; // idb | |
573 char aOut15_odm[777]; // idb | |
574 char Delim[777]; // idb | |
575 char aGamma_pcx[777]; | |
576 char aQuit1[777]; // idb | |
577 char aControls1[777]; // idb | |
578 char aSave1[777]; // idb | |
579 char aLoad1[777]; // idb | |
580 char aNew1[777]; // idb | |
581 char aOptions[777]; // idb | |
582 char aGammapos[9]; // weak | |
583 char aBloodsplats[777]; // idb | |
584 char aTinting[777]; // idb | |
585 char aColoredLights[777]; // idb | |
586 char aTurndelta[777]; // idb | |
587 char aFliponexit[777]; // idb | |
588 char pKey[777]; // idb | |
589 char aGraphicsmode[777]; // idb | |
590 char aShowdamage[777]; // idb | |
591 char aWalksound[777]; // idb | |
592 char aCharvoices[777]; // idb | |
593 char aMusicflag[777]; // idb | |
594 char aSoundflag[777]; // idb | |
595 char aOpvdgTn[777]; // idb | |
596 char aOpvdgCl[777]; // idb | |
597 char aOpvdgBs[777]; // idb | |
598 char aOpvdhTn[777]; // idb | |
599 char aOpvdhCl[777]; // idb | |
600 char aOpvdhBs[777]; // idb | |
601 char aOptvid[777]; // idb | |
602 char aOptkb_2[777]; // idb | |
603 char aOptkb_1[777]; // idb | |
604 char aResume1[777]; // idb | |
605 char aOptkb_h[777]; // idb | |
606 char aOptkb[777]; // idb | |
607 char aOption01[777]; // idb | |
608 char aOption02[777]; // idb | |
609 char aOption03[777]; // idb | |
610 char aOption04[777]; // idb | |
611 char aConvol90[777]; // idb | |
612 char aConvol80[777]; // idb | |
613 char aConvol70[777]; // idb | |
614 char aConvol60[777]; // idb | |
615 char aConvol50[777]; // idb | |
616 char aConvol40[777]; // idb | |
617 char aConvol30[777]; // idb | |
618 char aConvol20[777]; // idb | |
619 char aConvol10[777]; // idb | |
620 char aConvol00[777]; // idb | |
621 char aCon_smoo[777]; // idb | |
622 char aCon_arrr[777]; // idb | |
623 char aCon_arrl[777]; // idb | |
624 char aCon_32x[777]; // idb | |
625 char aCon_16x[777]; // idb | |
626 char aControlbg[777]; // idb | |
627 char aTitle_pcx[10]; // weak | |
628 char aEWorkMsdevMm_0[777]; // idb | |
629 char aDraw_debug_lin[777]; // idb | |
630 char aGenuineintel[13]; // weak | |
631 char asc_4E4938[13]; // weak | |
632 int dword_4E4948[777]; // weak | |
633 int dword_4E494C[777]; // weak | |
634 int dword_4E49D0[777]; // weak | |
635 _UNKNOWN dword_4E49D4; // idb | |
636 int dword_4E4A18[777]; // weak | |
637 int dword_4E4A1C[777]; // weak | |
638 int dword_4E4A40[777]; // weak | |
639 int dword_4E4A44[777]; // weak | |
640 char aCentaurhauls[13]; // weak | |
641 char aCyrixinstead[13]; // weak | |
642 char aAuthenticamd[13]; // weak | |
643 float flt_4E4A80[10]; | |
644 char aInvalidPlayerI[777]; // idb | |
645 char aEWorkMsdevMm_1[777]; // idb | |
646 char aEWorkMsdevMm_2[777]; // idb | |
647 char aErrorNoKeyboar[25]; // weak | |
648 char aInvalidDeviceP[777]; // idb | |
649 char aInvalidDevic_0[777]; // idb | |
650 char aEWorkMsdevMm_3[777]; // idb | |
651 char aErrorNoMouseFo[22]; // weak | |
21 | 652 int pPaperdoll_BodyX = 481; |
653 int pPaperdoll_BodyY = 0; | |
299 | 654 int paperdoll_Armor[4][17][2] = //0x4E4E30 |
113 | 655 { |
299 | 656 // X Y |
657 0x2C, 0x67, 0x30, 0x69, 0x2D, 0x67, 0x2C, 0x64, 0x14, 0x66, 0x22, 0x67, 0x20, 0x66, 0x25, 0x66, 0x12, 0x66,//Human | |
658 0x0A, 0x66, 0x13, 0x64, 0x0E, 0x64, 0x0A, 0x63, 0x14, 0x66, 0x0A, 0x63, 0x0A, 0x66, 0x25, 0x66, | |
659 | |
660 0x32, 0x68, 0x32, 0x69, 0x35, 0x69, 0x33, 0x68, 0x24, 0x67, 0x30, 0x69, 0x33, 0x68, 0x31, 0x69, 0x19, 0x69, | |
661 0x19, 0x6A, 0x16, 0x66, 0x16, 0x65, 0x0F, 0x6B, 0x24, 0x67, 0x0F, 0x6B, 0x19, 0x6A, 0x31, 0x69, | |
662 | |
663 0x2A, 0x8C, 0x29, 0x8C, 0x2A, 0x89, 0x29, 0x86, 0x12, 0x87, 0x2D, 0x89, 0x2A, 0x88, 0x25, 0x87, 0x12, 0x8B, | |
664 0x12, 0x8B, 0x11, 0x8A, 0x15, 0x87, 0x09, 0x89, 0x12, 0x87, 0x09, 0x89, 0x12, 0x8B, 0x25, 0x87, | |
665 | |
666 0x33, 0x90, 0x32, 0x90, 0x34, 0x91, 0x32, 0x8E, 0x21, 0x8B, 0x31, 0x8B, 0x33, 0x8E, 0x2F, 0x8F, 0x16, 0x8D, | |
667 0x18, 0x8C, 0x19, 0x8C, 0x1B, 0x8E, 0x0C, 0x8C, 0x21, 0x8B, 0x0C, 0x8C, 0x18, 0x8C, 0x2F, 0x8F, | |
118 | 668 }; |
299 | 669 int paperdoll_shoulder[4][17][2] = |
118 | 670 { |
299 | 671 0x64, 0x67, 0x61, 0x67, 0x65, 0x68, 0x6E, 0x74, 0x6C, 0x68, 0x61, 0x67, 0x66, 0x68, 0x6C, 0x6A, 0x6E, 0x6D, |
672 0x67, 0x69, 0x70, 0x67, 0x6E, 0x6D, 0x6C, 0x6F, 0x6C, 0x68, 0x6C, 0x6F, 0x67, 0x69, 0x6C, 0x6A, | |
673 | |
674 0x60, 0x6B, 0x60, 0x6C, 0x60, 0x6B, 0x61, 0x6A, 0x60, 0x69, 0x60, 0x6A, 0x60, 0x6A, 0x61, 0x69, 0x63, 0x6A, | |
675 0x64, 0x6A, 0x61, 0x66, 0x66, 0x67, 0x64, 0x6C, 0x60, 0x69, 0x64, 0x6C, 0x64, 0x6A, 0x61, 0x69, | |
676 | |
677 0x6D, 0x8C, 0x75, 0x8C, 0, 0, 0x72, 0x8D, 0x6A, 0x89, 0, 0, 0x73, 0x8C, 0x69, 0x8C, 0x6E, 0x8D, | |
678 0x71, 0x8D, 0x70, 0x8D, 0x72, 0x8D, 0x74, 0x8E, 0x6A, 0x89, 0x74, 0x8E, 0x71, 0x8D, 0x69, 0x8C, | |
679 | |
680 0x72, 0x91, 0x72, 0x91, 0, 0, 0x6E, 0x92, 0x6F, 0x91, 0, 0, 0, 0, 0x6E, 0x91, 0x71, 0x90, | |
681 0x72, 0x8D, 0x72, 0x90, 0x73, 0x93, 0x73, 0x90, 0x6F, 0x91, 0x73, 0x90, 0x72, 0x8D, 0x6E, 0x91, | |
118 | 682 }; |
0 | 683 int dword_4E5270[8]; |
299 | 684 int paperdoll_Boot[4][7][2] = //4E5490 |
685 { | |
686 0xE, 0x11D, 0xD, 0x11D, 0xC, 0x10A, 0xA, 0xFF, 0xD, 0xF9, 0xD, 0x137, 0xC, 0x10E, | |
687 0x14, 0x125, 0x13, 0x122, 0x15, 0x120, 0x15, 0x114, 0x13, 0x10A, 0x11, 0x13E, 0x11, 0x116, | |
688 0x1D, 0x121, 0x1C, 0x11F, 0x1B, 0x11B, 0x1C, 0x117, 0x16, 0x116, 0x1B, 0x137, 0x1B, 0x11B, | |
689 0x1F, 0x127, 0x1F, 0x122, 0x1B, 0x11B, 0x1D, 0x117, 0x1D, 0x116, 0x1D, 0x137, 0x1B, 0x11F, | |
690 }; | |
691 int paperdoll_Cloak[4][10][2] = //0x4E5570 | |
692 { | |
693 0x11, 0x68, 0xF, 0x68, 0x14, 0x71, 0x19, 0x6B, 0x21, 0x6F, 0x5, 0x68, 0x5, 0x68, 0x14, 0x71, 0x3, 0x6B, 0xF, 0x6F, | |
694 0x15, 0x64, 0xB, 0x6B, 0xE, 0x67, 0x15, 0x6B, 0x1B, 0x6F, 0x3, 0x6B, 0, 0x6B, 0xE, 0x67, 0, 0x6B, 0x3, 0x6F, | |
695 0x10, 0x8A, 0x9, 0x8B, 0x18, 0x98, 0x25, 0x91, 0x29, 0x90, 0x8, 0x8A, 0x9, 0x8B, 0x18, 0x98, 0x3, 0x91, 0x3, 0x90, | |
696 0x14, 0x92, 0x10, 0x92, 0x15, 0x98, 0x1F, 0x91, 0x22, 0x90, 0x8, 0x92, 0xC, 0x92, 0x15, 0x98, 0x3, 0x91, 0x3, 0x90, | |
697 }; | |
0 | 698 int dword_4E56B0; // weak |
699 int dword_4E56B4; // weak | |
299 | 700 int paperdoll_Belt[4][7][2] = //0x4E57F0 |
701 { | |
702 0x3A, 0xB6, 0x37, 0xB2, 0x34, 0xB9, 0x3A, 0xB9, 0x37, 0xB7, 0x38, 0xAC, 0x37, 0xB7, | |
703 0x3E, 0xAD, 0x3A, 0xAC, 0x37, 0xB0, 0x3A, 0xB1, 0x39, 0xB0, 0x3C, 0xA5, 0x39, 0xB0, | |
704 0x3B, 0xD5, 0x37, 0xD2, 0x31, 0xD5, 0x39, 0xD6, 0x37, 0xD8, 0x37, 0xD1, 0x37, 0xD8, | |
705 0x42, 0xD2, 0x3F, 0xD0, 0x3B, 0xD7, 0x3C, 0xD5, 0x3B, 0xD6, 0x3E, 0xCF, 0x36, 0xD6, | |
706 }; | |
707 int dword_4E58D0[777]; // HelmX 62 maybe array??? | |
708 int dword_4E58D4[777]; // HelmY 31 | |
709 int pPaperdoll_Beards[4] = //0x4E5AD0 | |
710 { | |
711 52, 130, 56, 136, | |
712 }; | |
0 | 713 int dword_4E5AD4[777]; // weak |
299 | 714 int pPaperdoll_LeftHand[4][2] = |
21 | 715 { |
716 0x67, 0x6A, | |
717 0x65, 0x6C, | |
718 0x74, 0x8D, | |
719 0x74, 0x93, | |
720 }; | |
299 | 721 int pPaperdoll_SecondLeftHand[4][2] = |
21 | 722 { |
723 0x1A, 0x6B, | |
724 0x28, 0x6D, | |
725 0x19, 0x8D, | |
726 0x20, 0x92, | |
727 }; | |
728 int pPaperdoll_RightHand[8] = //fist | |
729 { | |
730 0x1E, 0x90, | |
731 0x22, 0x9E, | |
732 0x19, 0xBA, | |
733 0x1F, 0xB8, | |
734 }; | |
0 | 735 int pPaperdollLeftEmptyHand[8]; |
125 | 736 int pPaperdollRingsX[6] = {0x1EA, 0x21A, 0x248, 0x1EA, 0x21A, 0x248}; |
737 int pPaperdollRingsY[6] = {0x0CA, 0x0CA, 0x0CA, 0x0FA, 0x0FA, 0x0FA}; | |
0 | 738 char aItem092v3[777]; // idb |
739 char aIbCd5D[777]; // idb | |
740 char aAr_dn_dn[777]; // idb | |
741 char aAr_dn_up[777]; // idb | |
742 char aAr_up_dn[777]; // idb | |
743 char aAr_up_up[777]; // idb | |
744 char aItem281pc02d[777]; // idb | |
745 char aPc02dbrd[777]; // idb | |
746 char aPc23vDlhu[777]; // idb | |
747 char aPc23vDlh[777]; // idb | |
748 char aPc23vDrh[777]; // idb | |
749 char aPc23vDlau[777]; // idb | |
750 char aPc23vDlad[777]; // idb | |
751 char aPc23vDbod[777]; // idb | |
752 char aBackhand[777]; // idb | |
753 char aBackdoll[777]; // idb | |
754 char aMagnifB[777]; // idb | |
755 char aItem3_3dvDa2[777]; // idb | |
756 char aItem3_3dvDa1[15]; // weak | |
757 char aItem3_3dvD[13]; // weak | |
758 char aItem64v1[9]; // weak | |
759 char aEffpar01[777]; // idb | |
569 | 760 |
761 int pPartySpellbuffsUI_XYs[14][2] = | |
762 { | |
763 {477, 247}, {497, 247}, {522, 247}, {542, 247}, {564, 247}, {581, 247}, {614, 247}, | |
764 {477, 279}, {497, 279}, {522, 279}, {542, 279}, {564, 279}, {589, 279}, {612, 279} | |
765 }; | |
766 unsigned char byte_4E5DD8[14] = | |
767 { | |
768 PARTY_BUFF_FEATHER_FALL, PARTY_BUFF_RESIST_FIRE, PARTY_BUFF_RESIST_AIR, PARTY_BUFF_RESIST_WATER, PARTY_BUFF_RESIST_MIND, PARTY_BUFF_RESIST_EARTH, PARTY_BUFF_RESIST_BODY, | |
769 PARTY_BUFF_HEROISM, PARTY_BUFF_HASTE, PARTY_BUFF_SHIELD, PARTY_BUFF_STONE_SKIN, PARTY_BUFF_PROTECTION_FROM_MAGIC, PARTY_BUFF_IMMOLATION, PARTY_BUFF_DAY_OF_GODS | |
770 }; | |
771 unsigned __int8 pPartySpellbuffsUI_smthns[14] = | |
772 { | |
773 14, 1, 10, 4, 7, 2, 9, | |
774 3, 6, 15, 8, 3, 12, 0 | |
775 }; | |
776 | |
0 | 777 char aSpell27[777]; // idb |
778 char aSpell21[777]; // idb | |
779 char aIsn02d[777]; // idb | |
780 char aBardataB[777]; // idb | |
781 char aBardata[8]; // weak | |
782 char aBardataC[10]; // weak | |
783 char aLoadprog[777]; // idb | |
784 char aLoadingD_pcx[777]; // idb | |
419 | 785 int pNPCPortraits_x[6][6] = // 004E5E50 |
786 { | |
787 {521, 0, 0, 0, 0, 0}, | |
788 {521, 521, 0, 0, 0, 0}, | |
789 {521, 521, 521, 0, 0, 0}, | |
790 {521, 486, 564, 521, 0, 0}, | |
791 {521, 486, 564, 486, 564, 0}, | |
792 {486, 564, 486, 564, 486, 564} | |
793 }; | |
794 int pNPCPortraits_y[6][6] = // 004E5EE0 | |
795 { | |
796 {38, 0, 0, 0, 0, 0}, | |
797 {38, 165, 0, 0, 0, 0}, | |
798 {38, 133, 228, 0, 0, 0}, | |
799 {38, 133, 133, 228, 0, 0}, | |
800 {38, 133, 133, 228, 228, 0}, | |
801 {38, 38, 133, 133, 228, 228} | |
802 }; | |
345 | 803 const char *pHouse_ExitPictures[11]= |
804 { | |
805 "", | |
806 "ticon01", | |
807 "ticon02", | |
808 "ticon03", | |
809 "ticon04", | |
810 "ticon05", | |
811 "istairup", | |
812 "itrap", | |
813 "outside", | |
814 "idoor", | |
815 "isecdoor" | |
816 }; | |
817 const char *_4E6BDC_loc_names[11]= | |
818 { | |
819 "mdt12.blv", | |
820 "d18.blv", | |
821 "mdt14.blv", | |
822 "d37.blv", | |
823 "mdk01.blv", | |
824 "mdt01.blv", | |
825 "mdr01.blv", | |
826 "mdt10.blv", | |
827 "mdt09.blv", | |
828 "mdt15.blv", | |
829 "mdt11.blv" | |
830 }; | |
0 | 831 char aMer[777]; // idb |
832 char aMir[777]; // idb | |
833 char aSel[777]; // idb | |
834 char aEle[777]; // idb | |
835 char aDar[777]; // idb | |
836 char aLig[777]; // idb | |
837 char aBod[777]; // idb | |
838 char aMin[777]; // idb | |
839 char aSpi[777]; // idb | |
840 char aEar[777]; // idb | |
841 char aWat[777]; // idb | |
842 char aAir[777]; // idb | |
843 char aFir[777]; // idb | |
844 char aBan[777]; // idb | |
845 char aTav[777]; // idb | |
846 char aTow[777]; // idb | |
847 char aTra[777]; // idb | |
848 char aTem[777]; // idb | |
849 char aBoa[777]; // idb | |
850 char aSta[777]; // idb | |
851 char aAlc[777]; // idb | |
852 char aMag[777]; // idb | |
853 char aArm[777]; // idb | |
854 char aWea[777]; // idb | |
855 char asc_4E7BD4[2]; // idb | |
856 char a2devents_txt[777]; // idb | |
857 char aFileSSizeLuBuf[777]; // idb | |
858 char aGlobal_evt[777]; // idb | |
859 char aMax_event_text[777]; // idb | |
860 char aS_str[777]; // idb | |
861 char aS_evt[777]; // idb | |
862 char aNoMazeInfoForT[36]; // weak | |
863 char aC[777]; // idb | |
864 char aB[3]; // weak | |
865 char aEvt02d[777]; // idb | |
866 char aNoTransitionTe[777]; // idb | |
867 char aEWorkMsdevMm_4[777]; // idb | |
868 char asc_4E7CD4[777]; // idb | |
869 char aSS_1[777]; // idb | |
870 char aNpcIdExceedsMa[777]; // idb | |
871 char aNpc03u[777]; // idb | |
872 char aPcout01[777]; // idb | |
873 char aArbiterEvil[777]; // idb | |
874 char aArbiterGood[777]; // idb | |
875 char a0[777]; // idb | |
876 char aPartyStart[777]; // idb | |
877 char aNorthStart[12]; // weak | |
878 char aSouthStart[12]; // weak | |
879 char aEastStart[11]; // weak | |
880 char aWestStart[11]; // weak | |
881 char aUnableToFindDo[777]; // idb | |
882 char aNwc_blv[777]; // idb | |
883 char aUnableToOpenS[777]; // idb | |
884 char aInvalidStringP[777]; // idb | |
885 char aEWorkMsdevMm_5[777]; // idb | |
886 char aNull[777]; // idb | |
887 char aInvalidStrin_0[777]; // idb | |
888 char aSI[777]; // idb | |
889 char aS7[4]; // weak | |
890 char aS6[777]; // idb | |
891 char aS5[4]; // weak | |
892 char aS1[777]; // idb | |
893 char aS3[4]; // weak | |
894 char aS0[777]; // idb | |
895 char aS2[4]; // weak | |
896 char aS4[4]; // weak | |
897 char aUnableToSaveDs[777]; // idb | |
898 char aDataDsft_bin[777]; // idb | |
899 char aPFrames[777]; // idb | |
900 char aEFrames[777]; // idb | |
901 char aSFrames[777]; // idb | |
902 char aMirror7[777]; // idb | |
903 char aMirror6[777]; // idb | |
904 char aMirror5[777]; // idb | |
905 char aMirror4[777]; // idb | |
906 char aMirror3[777]; // idb | |
907 char aMirror2[777]; // idb | |
908 char aMirror1[777]; // idb | |
909 char aMirror0[777]; // idb | |
910 char aLuminous[777]; // idb | |
911 char a1[777]; // idb | |
912 char aNew[777]; // idb | |
913 char pMessag[777]; // idb | |
914 char aCspriteframeta[777]; // idb | |
915 char aR[777]; // idb | |
916 char aNew_0[777]; // idb | |
917 char aUnableToSaveDt[777]; // idb | |
918 char aDataDtft_bin[777]; // idb | |
919 char aTxtFrames[777]; // idb | |
920 char aCtexturefram_1[777]; // idb | |
921 char aCtexturefram_0[777]; // idb | |
922 char aCtextureframet[777]; // idb | |
923 int bWinNT4_0; // weak | |
924 char aEWorkMsdevMm_6[777]; // idb | |
925 char aTheVisObjectPo[777]; // idb | |
926 char aSpriteOutlineC[777]; // idb | |
927 char aUndefinedCobje[777]; // idb | |
928 char aEWorkMsdevMm_7[777]; // idb | |
929 char aGammaControlNo[777]; // idb | |
930 __int16 word_4E8152[11] = {0, 0, 0, 90, 8, 2, 70, 20, 10, 50, 30}; | |
526 | 931 |
0 | 932 char aD3dTextureName[777]; // idb |
933 char aLogd3d_txt[777]; // idb | |
934 char byte_4E8394[204] = | |
935 { | |
936 0, 0, 0, 0, 1, 1, 2, 3, 0, 4, 5, 6, 7, 8, 10, 9, 1, 0, 0, 0, 0, 0, 0, | |
937 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | |
938 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, | |
939 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, | |
940 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, | |
941 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, | |
942 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 1, | |
943 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | |
944 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0 | |
945 }; | |
946 stru355 stru_4E82A4 = {0x20, 0x41, 0, 0x20, 0xFF0000, 0xFF00, 0xFF, 0xFF000000}; | |
947 stru355 stru_4EFCBC = {0x20, 0x41, 0, 0x10, 0x7C00, 0x3E0, 0x1F, 0x8000}; | |
948 char byte_4E94D0 = 5; // weak | |
949 char byte_4E94D1 = 9; // weak | |
950 char _4E94D2_light_type = 6; // weak | |
951 char byte_4E94D3 = 10; // weak | |
952 unsigned int saveload_dlg_xs[2] = {82, 0}; | |
953 unsigned int saveload_dlg_ys[2] = {60, 0}; | |
954 unsigned int saveload_dlg_zs[2] = {460, 640}; | |
955 unsigned int saveload_dlg_ws[2] = {344, 480}; | |
956 int dword_4E98BC_bApplicationActive; // weak | |
434 | 957 //char *off_4EB080; // idb |
958 char *pTransitionStrings[465] = {"", nullptr}; // 004EB080 | |
0 | 959 char aAwards_txt[777]; // idb |
960 char aScroll_txt[777]; // idb | |
961 char aMerchant_txt[777]; // idb | |
962 char aTrans_txt[777]; // idb | |
963 char aTeacher[777]; // idb | |
964 char aObelisk[777]; // idb | |
965 char aSeer[777]; // idb | |
966 char aStat[777]; // idb | |
967 char aPotion[777]; // idb | |
968 char aAutonote_txt[777]; // idb | |
969 char aQuests_txt[777]; // idb | |
970 char aNpcdist_txt[777]; // idb | |
971 char aNpctopic_txt[777]; // idb | |
972 char aNpctext_txt[777]; // idb | |
973 char aNpcnews_txt[777]; // idb | |
974 char aNpcgroup_txt[777]; // idb | |
975 char aNpcgreet_txt[777]; // idb | |
976 char aNpcdata_txt[777]; // idb | |
977 char aNpcprof_txt[777]; // idb | |
978 char aNpcnames_txt[777]; // idb | |
979 char aD3dVersionOfRe[777]; // idb | |
980 char aEWorkMsdevM_16[777]; // idb | |
981 char aLevels_0[777]; // idb | |
982 char aDmap[777]; // idb | |
983 char aAmap[777]; // idb | |
984 char aTmap[777]; // idb | |
985 char aHmap[777]; // idb | |
986 int dword_4EC268[777]; // weak | |
987 int dword_4EC28C[777]; // weak | |
988 int dword_4EC2A8; // weak | |
989 int dword_4EC2AC; // weak | |
990 char aInvalidGroundT[777]; // idb | |
991 char aInvalidSkyTexH[777]; // idb | |
992 char aIdlist[777]; // idb | |
993 char aOmap[777]; // idb | |
994 char aCmap[777]; // idb | |
995 char aMm6OutdoorV1_0[777]; // idb | |
996 char aI6_odm[777]; // idb | |
997 char aBlank[777]; // idb | |
998 char aHm005[777]; // idb | |
999 char aSky043[777]; // idb | |
1000 char aDefault_odm[777]; // idb | |
1001 char aPlansky3[777]; // idb | |
1002 char aPlanskyD[777]; // idb | |
1003 char a_ddm[5]; // weak | |
1004 char aCanTLoadFile[777]; // idb | |
1005 char aEWorkMsdevM_17[777]; // idb | |
1006 char a_odm[777]; // idb | |
1007 char aUnableToFindSI[777]; // idb | |
1008 char aSpawn[777]; // idb | |
1009 char aBddata[777]; // idb | |
1010 char aTernorm[777]; // idb | |
1011 char aGrastyl[777]; // idb | |
1012 char aOut09_odm[777]; // idb | |
1013 char aNewedges[777]; // idb | |
1014 char aSurfs[777]; // idb | |
1015 char aEdges[777]; // idb | |
1016 char aSpans[777]; // idb | |
1017 char aTheTextureFram[777]; // idb | |
1018 char aEWorkMsdevM_18[777]; // idb | |
1019 char aWtrtyla[777]; // idb | |
1020 char aWtrtyl[777]; // idb | |
1021 char aUnableToSave_1[777]; // idb | |
1022 char aDataDtile_bin[777]; // idb | |
1023 char aTileDescrip[777]; // idb | |
1024 char aTtattr_transit[777]; // idb | |
1025 char aTtattr_nodraw[777]; // idb | |
1026 char aTtattr_wave[777]; // idb | |
1027 char aTtattr_flat[777]; // idb | |
1028 char aTtattr_repulse[777]; // idb | |
1029 char aTtattr_block[777]; // idb | |
1030 char aTtattr_water2[777]; // idb | |
1031 char aTtattr_water[777]; // idb | |
1032 char aTtattr_burn[777]; // idb | |
1033 char aTtsect_dnw[777]; // idb | |
1034 char aTtsect_dse[777]; // idb | |
1035 char aTtsect_dne[777]; // idb | |
1036 char aTtsect_dsw[777]; // idb | |
1037 char aTtsect_de[777]; // idb | |
1038 char aTtsect_dw[777]; // idb | |
1039 char aTtsect_ds[777]; // idb | |
1040 char aTtsect_dn[777]; // idb | |
1041 char aTtsect_wcap[777]; // idb | |
1042 char aTtsect_scap[777]; // idb | |
1043 char aTtsect_ecap[777]; // idb | |
1044 char aTtsect_ncap[777]; // idb | |
1045 char aTtsect_ew_s[777]; // idb | |
1046 char aTtsect_ew_n[777]; // idb | |
1047 char aTtsect_ns_w[777]; // idb | |
1048 char aTtsect_ns_e[777]; // idb | |
1049 char aTtsect_s_w[777]; // idb | |
1050 char aTtsect_s_e[777]; // idb | |
1051 char aTtsect_n_w[777]; // idb | |
1052 char aTtsect_n_e[777]; // idb | |
1053 char aTtsect_ew[777]; // idb | |
1054 char aTtsect_ns[777]; // idb | |
1055 char aTtsect_cros[777]; // idb | |
1056 char aTtsect_xsw1[777]; // idb | |
1057 char aTtsect_xse1[777]; // idb | |
1058 char aTtsect_xnw1[777]; // idb | |
1059 char aTtsect_xne1[777]; // idb | |
1060 char aTtsect_s1[777]; // idb | |
1061 char aTtsect_n1[777]; // idb | |
1062 char aTtsect_w1[777]; // idb | |
1063 char aTtsect_e1[777]; // idb | |
1064 char aTtsect_sw1[777]; // idb | |
1065 char aTtsect_se1[777]; // idb | |
1066 char aTtsect_nw1[777]; // idb | |
1067 char aTtsect_ne1[777]; // idb | |
1068 char aTtsect_speci_6[777]; // idb | |
1069 char aTtsect_speci_5[777]; // idb | |
1070 char aTtsect_speci_4[777]; // idb | |
1071 char aTtsect_speci_3[777]; // idb | |
1072 char aTtsect_speci_2[777]; // idb | |
1073 char aTtsect_speci_1[777]; // idb | |
1074 char aTtsect_speci_0[777]; // idb | |
1075 char aTtsect_special[777]; // idb | |
1076 char aTtsect_base4[777]; // idb | |
1077 char aTtsect_base3[777]; // idb | |
1078 char aTtsect_base2[777]; // idb | |
1079 char aTtsect_base1[777]; // idb | |
1080 char aTtsect_start[777]; // idb | |
1081 char aTtsect_null[777]; // idb | |
1082 char aTttype_roadcit[777]; // idb | |
1083 char aTttype_roads_2[777]; // idb | |
1084 char aTttype_roadsno[777]; // idb | |
1085 char aTttype_roadt_0[777]; // idb | |
1086 char aTttype_roadtro[777]; // idb | |
1087 char aTttype_roads_1[777]; // idb | |
1088 char aTttype_roadswa[777]; // idb | |
1089 char aTttype_roadv_0[777]; // idb | |
1090 char aTttype_roadvol[777]; // idb | |
1091 char aTttype_roads_0[777]; // idb | |
1092 char aTttype_roadsan[777]; // idb | |
1093 char aTttype_roadc_0[777]; // idb | |
1094 char aTttype_roadcra[777]; // idb | |
1095 char aTttype_roadg_0[777]; // idb | |
1096 char aTttype_roadgra[777]; // idb | |
1097 char aTttype_city[777]; // idb | |
1098 char aTttype_swamp[777]; // idb | |
1099 char aTttype_tropica[777]; // idb | |
1100 char aTttype_water[777]; // idb | |
1101 char aTttype_dirt[777]; // idb | |
1102 char aTttype_volcano[777]; // idb | |
1103 char aTttype_sand[777]; // idb | |
1104 char aTttype_snow[777]; // idb | |
1105 char aTttype_cracked[777]; // idb | |
1106 char aTttype_grass[777]; // idb | |
1107 char aTttype_start[777]; // idb | |
1108 char aTttype_null[777]; // idb | |
1109 char aTiletableLoadO[777]; // idb | |
1110 char aTiletableLoadU[777]; // idb | |
1111 char byte_4ECA93[777]; // weak | |
1112 char byte_4ECACF[777]; // weak | |
1113 char byte_4ECB0C[64]; // idb | |
1114 char aError_0[777]; // idb | |
1115 char aCouldnTLoadMap[777]; // idb | |
1116 char aOut02d_odm[777]; // idb | |
1117 char aOut14_odm[777]; // idb | |
1118 char aOut[777]; // idb | |
1119 char aLunSun[777]; // idb | |
1120 char aLunfull[777]; // idb | |
1121 char aLun34[777]; // idb | |
1122 char aLun12[777]; // idb | |
1123 char aLun14[777]; // idb | |
1124 char aPal03i[777]; // idb | |
1125 const char *pPlayerPortraitsNames[25] = | |
1126 { | |
1127 "pc01-", "pc02", "pc03", "pc04", "pc05-", | |
1128 "pc06", "pc07", "pc08", "pc09-", "pc10", | |
1129 "pc11-", "pc12", "pc13", "pc14", "pc15", | |
1130 "pc16", "pc17-", "pc18", "pc19", "pc20", | |
1131 "pc21-", "pc22-", "pc23", "pc24-", "pc25-" | |
1132 }; | |
1133 | |
1134 const char *dlad_texnames_by_face[25] = | |
1135 { | |
1136 "pc01lad", "pc02lad", "pc03lad", "pc04lad", "pc05lad", "pc06lad", | |
1137 "pc07lad", "pc08lad", "pc09lad", "pc10lad", "pc11lad", "pc12lad", | |
1138 "pc13lad", "pc14lad", "pc15lad", "pc16lad", "pc17lad", "pc18lad", | |
1139 "pc19lad", "pc20lad", "pc21lad", "pc22lad", "pc23lad", "pc24lad", | |
1140 "pc25lad" | |
1141 }; | |
1142 const char *dlau_texnames_by_face[25] = | |
1143 { | |
1144 "pc01lau", "pc02lau", "pc03lau", "pc04lau", "pc05lau", "pc06lau", | |
1145 "pc07lau", "pc08lau", "pc09lau", "pc10lau", "pc11lau", "pc12lau", | |
1146 "pc13lau", "pc14lau", "pc15lau", "pc16lau", "pc17lau", "pc18lau", | |
1147 "pc19lau", "pc20lau", "pc21lau", "pc22lau", "pc23lau", "pc24lau", | |
1148 "pc25lau" | |
1149 }; | |
1150 const char *dbod_texnames_by_face[25] = | |
1151 { | |
1152 "pc01bod", "pc02bod", "pc03bod", "pc04bod", "pc05bod", "pc06bod", | |
1153 "pc07bod", "pc08bod", "pc09bod", "pc10bod", "pc11bod", "pc12bod", | |
1154 "pc13bod", "pc14bod", "pc15bod", "pc16bod", "pc17bod", "pc18bod", | |
1155 "pc19bod", "pc20bod", "pc21bod", "pc22bod", "pc23bod", "pc24bod", | |
1156 "pc25bod" | |
1157 }; | |
1158 const char *drh_texnames_by_face[25] = | |
1159 { | |
1160 | |
1161 "pc01rh", "pc02rh", "pc03rh", "pc04rh", "pc05rh", "pc06rh", | |
1162 "pc07rh", "pc08rh", "pc09rh", "pc10rh", "pc11rh", "pc12rh", | |
1163 "pc13rh", "pc14rh", "pc15rh", "pc16rh", "pc17rh", "pc18rh", | |
1164 "pc19rh", "pc20rh", "pc21rh", "pc22rh", "pc23rh", "pc24rh", | |
1165 "pc25rh" | |
1166 }; | |
1167 const char *dlh_texnames_by_face[25] = | |
1168 { | |
1169 "pc01lh", "pc02lh", "pc03lh", "pc04lh", "pc05lh", "pc06lh", | |
1170 "pc07lh", "pc08lh", "pc09lh", "pc10lh", "pc11lh", "pc12lh", | |
1171 "pc13lh", "pc14lh", "pc15lh", "pc16lh", "pc17lh", "pc18lh", | |
1172 "pc19lh", "pc20lh", "pc21lh", "pc22lh", "pc23lh", "pc24lh", | |
1173 "pc25lh" | |
1174 }; | |
1175 const char *dlhu_texnames_by_face[25] = | |
1176 { | |
1177 "pc01lhu", "pc02lhu", "pc03lhu", "pc04lhu", "pc05lhu", "pc06lhu", | |
1178 "pc07lhu", "pc08lhu", "pc09lhu", "pc10lhu", "pc11lhu", "pc12lhu", | |
1179 "pc13lhu", "pc14lhu", "pc15lhu", "pc16lhu", "pc17lhu", "pc18lhu", | |
1180 "pc19lhu", "pc20lhu", "pc21lhu", "pc22lhu", "pc23lhu", "pc24lhu", | |
1181 "pc25lhu" | |
1182 }; | |
203 | 1183 |
1184 unsigned char byte_4ECF08[48][25] = // 4ECF08 | |
1185 { | |
221 | 1186 {2, 1, 2, 1, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 1, 1},//1 |
1187 {2, 1, 2, 1, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2},//2 | |
1188 {2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2},//3 | |
1189 {2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2},//4 | |
1190 {2, 1, 2, 2, 2, 2, 2, 2, 1, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2},//5 | |
1191 {2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2},//6 | |
1192 {2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2},//7 | |
1193 {2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 1, 1},//8 | |
1194 {2, 1, 2, 2, 2, 2, 1, 2, 1, 2, 2, 2, 1, 2, 2, 1, 2, 2, 1, 2, 2, 2, 2, 2, 2},//9 | |
1195 {2, 1, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2},//10 | |
1196 {2, 2, 2, 2, 2, 1, 1, 2, 2, 2, 2, 1, 1, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2},//11 | |
1197 {1, 1, 2, 1, 2, 1, 1, 2, 2, 2, 2, 2, 2, 1, 2, 1, 2, 1, 1, 2, 1, 2, 1, 2, 2},//12 | |
1198 {2, 1, 2, 1, 2, 2, 2, 2, 2, 2, 1, 2, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2},//13 | |
1199 {1, 1, 2, 1, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 1, 2, 2, 1, 2, 1, 2, 1, 2, 2},//14 | |
1200 {2, 1, 1, 2, 1, 1, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2},//15 | |
1201 {1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 1, 1},//16 | |
1202 {1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},//17 | |
1203 {1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 2, 1, 1},//18 | |
1204 {1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},//19 | |
1205 {1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},//20 | |
1206 {1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},//21 | |
1207 {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},//22 | |
1208 {2, 2, 2, 1, 2, 2, 2, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1},//23 | |
1209 {2, 2, 2, 1, 2, 2, 2, 2, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2},//24 | |
1210 {1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 1, 2, 1, 1},//25 | |
1211 {2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2},//26 | |
1212 {2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 1, 2, 1, 2, 2, 2, 2, 2, 2, 2},//27 | |
1213 {1, 2, 2, 1, 2, 2, 2, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},//28 | |
1214 {2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1, 2, 1, 1},//29 | |
1215 {1, 2, 2, 1, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1},//30 | |
1216 {1, 1, 2, 1, 2, 1, 2, 2, 2, 2, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 2, 1, 2, 1, 1},//31 | |
1217 {1, 1, 2, 1, 1, 2, 2, 2, 2, 1, 2, 2, 1, 1, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2},//32 | |
1218 {1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1},//33 | |
1219 {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1},//34 | |
1220 {1, 1, 1, 2, 1, 2, 2, 1, 1, 2, 2, 1, 2, 2, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2},//35 | |
1221 {1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2},//36 | |
1222 {2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2},//37 | |
1223 {2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 1, 2, 1, 1},//38 | |
1224 {1, 1, 1, 1, 2, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1},//39 | |
1225 {1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},//40 | |
1226 {2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 1, 2, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1},//41 | |
1227 {1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1},//42 | |
1228 {1, 2, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},//43 | |
1229 {1, 2, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 2, 1, 1, 2, 1, 2, 2},//44 | |
1230 {2, 1, 1, 1, 2, 2, 1, 1, 2, 1, 2, 1, 2, 1, 2, 2, 1, 2, 2, 2, 1, 2, 1, 2, 2},//45 | |
1231 {1, 1, 1, 2, 2, 2, 1, 1, 2, 1, 2, 1, 2, 2, 2, 2, 2, 1, 1, 2, 1, 2, 1, 2, 2},//46 | |
1232 {1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 2, 2, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1},//47 | |
1233 {1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 2, 2, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1},//48 | |
203 | 1234 }; |
1235 unsigned char SoundSetAction[110][8] = // 4ED3D8 | |
0 | 1236 { |
203 | 1237 { 0, 0, 0, 0, 0, 0, 0, 0}, |
1238 {38, 0, 0, 37, 38, 45, 0, 0}, | |
1239 {37, 0, 0, 47, 53, 0, 0, 0}, | |
1240 { 2, 0, 0, 25, 0, 0, 0, 0}, | |
1241 { 1, 0, 0, 47, 0, 0, 0, 0}, | |
1242 { 3, 0, 0, 41, 42, 0, 0, 0}, | |
1243 { 0, 0, 0, 33, 0, 0, 0, 0}, | |
1244 { 5, 0, 0, 21, 22, 23, 24, 45}, | |
1245 { 6, 0, 0, 47, 0, 0, 0, 0}, | |
1246 { 7, 0, 0, 43, 48, 0, 0, 0}, | |
1247 { 8, 0, 0, 38, 0, 0, 0, 0}, | |
1248 { 9, 0, 0, 39, 0, 0, 0, 0}, | |
1249 {13, 0, 0, 37, 38, 0, 0, 0}, | |
1250 {23, 0, 0, 25, 0, 0, 0, 0}, | |
1251 { 0, 0, 0, 37, 38, 45, 0, 0}, | |
1252 {25, 0, 0, 25, 0, 0, 0, 0}, | |
1253 {26, 0, 0, 38, 47, 0, 0, 0}, | |
1254 {27, 0, 0, 41, 42, 0, 0, 0}, | |
1255 {28, 0, 0, 25, 0, 0, 0, 0}, | |
1256 { 0, 0, 0, 51, 0, 0, 0, 0}, | |
1257 {30, 0, 0, 25, 0, 0, 0, 0}, | |
1258 {29, 0, 0, 27, 0, 0, 0, 0}, | |
1259 {32, 33, 0, 37, 38, 0, 0, 0}, | |
1260 {34, 0, 0, 53, 0, 0, 0, 0}, | |
1261 {15, 0, 0, 34, 35, 36, 0, 0}, | |
1262 { 0, 0, 0, 3, 0, 0, 0, 0}, | |
1263 {22, 0, 0, 5, 0, 0, 0, 0}, | |
1264 {20, 0, 0, 8, 0, 0, 0, 0}, | |
1265 {20, 0, 0, 9, 0, 0, 0, 0}, | |
1266 {19, 0, 0, 7, 0, 0, 0, 0}, | |
1267 {21, 0, 0, 2, 0, 0, 0, 0}, | |
1268 {18, 0, 0, 6, 0, 0, 0, 0}, | |
1269 { 0, 0, 0, 11, 0, 0, 0, 0}, | |
1270 {17, 0, 0, 0, 0, 0, 0, 0}, | |
1271 { 0, 0, 0, 12, 0, 0, 0, 0}, | |
1272 {17, 0, 0, 0, 0, 0, 0, 0}, | |
1273 { 0, 0, 0, 37, 0, 0, 0, 0}, | |
1274 { 0, 0, 0, 49, 0, 0, 0, 0}, | |
1275 {24, 0, 0, 25, 0, 0, 0, 0}, | |
1276 {31, 0, 0, 25, 0, 0, 0, 0}, | |
1277 { 0, 0, 0, 41, 42, 0, 0, 0}, | |
1278 { 0, 0, 0, 39, 48, 0, 0, 0}, | |
1279 { 0, 0, 0, 46, 0, 0, 0, 0}, | |
1280 { 0, 0, 0, 39, 48, 0, 0, 0}, | |
1281 { 0, 0, 0, 41, 42, 0, 0, 0}, | |
1282 { 0, 0, 0, 39, 48, 0, 0, 0}, | |
1283 {41, 0, 0, 21, 0, 0, 0, 0}, | |
1284 {40, 0, 0, 21, 0, 0, 0, 0}, | |
1285 {16, 0, 0, 46, 0, 0, 0, 0}, | |
1286 { 0, 0, 0, 40, 0, 0, 0, 0}, | |
1287 { 0, 0, 0, 39, 0, 0, 0, 0}, | |
1288 { 0, 0, 0, 37, 38, 0, 0, 0}, | |
1289 { 0, 0, 0, 48, 49, 50, 0, 0}, | |
1290 { 0, 0, 0, 44, 0, 0, 0, 0}, | |
1291 { 0, 0, 0, 48, 0, 0, 0, 0}, | |
1292 { 0, 0, 0, 37, 38, 45, 0, 0}, | |
1293 { 0, 0, 0, 41, 42, 0, 0, 0}, | |
1294 { 0, 0, 0, 47, 0, 0, 0, 0}, | |
1295 { 0, 0, 0, 39, 48, 0, 0, 0}, | |
1296 { 0, 0, 0, 39, 48, 0, 0, 0}, | |
1297 { 0, 0, 0, 37, 38, 0, 0, 0}, | |
1298 { 0, 0, 0, 37, 38, 0, 0, 0}, | |
1299 { 0, 0, 0, 37, 38, 0, 0, 0}, | |
1300 { 0, 0, 0, 31, 0, 0, 0, 0}, | |
1301 { 0, 0, 0, 32, 0, 0, 0, 0}, | |
1302 {47, 0, 0, 46, 0, 0, 0, 0}, | |
1303 {22, 0, 0, 5, 0, 0, 0, 0}, | |
1304 { 0, 0, 0, 25, 0, 0, 0, 0}, | |
1305 { 0, 0, 0, 37, 0, 0, 0, 0}, | |
1306 { 0, 0, 0, 52, 0, 0, 0, 0}, | |
1307 { 0, 0, 0, 45, 0, 0, 0, 0}, | |
1308 { 0, 0, 0, 27, 0, 0, 0, 0}, | |
1309 { 0, 0, 0, 37, 38, 0, 0, 0}, | |
1310 { 0, 0, 0, 49, 0, 0, 0, 0}, | |
1311 { 0, 0, 0, 48, 0, 0, 0, 0}, | |
1312 { 0, 0, 0, 37, 38, 45, 0, 0}, | |
1313 { 0, 0, 0, 48, 0, 0, 0, 0}, | |
1314 { 0, 0, 0, 37, 38, 45, 0, 0}, | |
1315 { 0, 0, 0, 47, 0, 0, 0, 0}, | |
1316 { 0, 0, 0, 48, 0, 0, 0, 0}, | |
1317 {44, 0, 0, 39, 48, 0, 0, 0}, | |
1318 { 0, 0, 0, 48, 49, 0, 0, 0}, | |
1319 { 0, 0, 0, 38, 0, 0, 0, 0}, | |
1320 { 0, 0, 0, 31, 0, 0, 0, 0}, | |
1321 {32, 33, 0, 37, 38, 0, 0, 0}, | |
1322 { 0, 0, 0, 37, 38, 0, 0, 0}, | |
1323 { 0, 0, 0, 37, 38, 0, 0, 0}, | |
1324 { 0, 0, 0, 47, 0, 0, 0, 0}, | |
1325 { 0, 0, 0, 38, 0, 0, 0, 0}, | |
1326 { 0, 0, 0, 48, 0, 0, 0, 0}, | |
1327 { 0, 0, 0, 0, 0, 0, 0, 0}, | |
1328 { 0, 0, 0, 38, 0, 0, 0, 0}, | |
1329 { 0, 0, 0, 47, 0, 0, 0, 0}, | |
1330 { 0, 0, 0, 38, 0, 0, 0, 0}, | |
1331 { 0, 0, 0, 0, 0, 0, 0, 0}, | |
1332 { 0, 0, 0, 0, 0, 0, 0, 0}, | |
1333 { 0, 0, 0, 38, 0, 0, 0, 0}, | |
1334 { 0, 0, 0, 38, 0, 0, 0, 0}, | |
1335 { 0, 0, 0, 5, 0, 0, 0, 0}, | |
1336 { 0, 0, 0, 37, 38, 0, 0, 0}, | |
1337 { 0, 0, 0, 44, 0, 0, 0, 0}, | |
1338 { 0, 0, 0, 48, 0, 0, 0, 0}, | |
1339 { 4, 0, 0, 0, 0, 0, 0, 0}, | |
1340 { 0, 0, 0, 58, 0, 0, 0, 0}, | |
1341 {10, 0, 0, 45, 0, 0, 0, 0}, | |
1342 {11, 0, 0, 47, 0, 0, 0, 0}, | |
1343 {12, 0, 0, 43, 48, 0, 0, 0}, | |
1344 {39, 0, 0, 48, 0, 0, 0, 0}, | |
1345 {14, 0, 0, 48, 0, 0, 0, 0}, | |
1346 {17, 0, 0, 0, 0, 0, 0, 0} | |
1347 }; | |
0 | 1348 __int16 pPlayerPortraitsXCoords_For_PlayerBuffAnimsDrawing[4] = {34, 149, 264, 379}; |
269 | 1349 char byte_4ED970_skill_learn_ability_by_class_table[36][37] = |
1350 { | |
1351 2, 3, 2, 3, 3, 2, 3, 4, 3, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 3, 0, 2, 1, 0, 1, 2, 2, 0, 3, 0, 0, 1,//Knight | |
1352 2, 3, 2, 3, 3, 2, 3, 4, 3, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 3, 0, 2, 1, 0, 1, 2, 2, 0, 3, 0, 0, 1, | |
1353 2, 4, 2, 3, 4, 2, 3, 4, 4, 3, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 4, 0, 2, 1, 0, 1, 2, 2, 0, 4, 0, 0, 1, | |
1354 2, 4, 2, 3, 4, 2, 3, 4, 4, 3, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 4, 0, 2, 1, 0, 1, 2, 2, 0, 4, 0, 0, 1, | |
1355 | |
1356 0, 3, 3, 0, 0, 2, 2, 4, 1, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, 1, 2, 0, 3, 0, 0, 3, 3, 2, 0, 3, 3, 2, 2,//Thief | |
1357 0, 3, 3, 0, 0, 2, 2, 4, 1, 3, 2, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 3, 3, 1, 2, 0, 3, 0, 0, 3, 3, 2, 0, 3, 3, 2, 2, | |
1358 0, 3, 4, 0, 0, 2, 2, 4, 1, 4, 2, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 3, 3, 1, 2, 0, 3, 0, 0, 4, 3, 2, 0, 3, 4, 2, 2, | |
1359 0, 3, 4, 0, 0, 2, 2, 4, 1, 4, 2, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 3, 3, 1, 2, 0, 3, 0, 0, 4, 3, 2, 0, 3, 4, 2, 2, | |
1360 | |
1361 3, 2, 2, 0, 2, 1, 0, 4, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 1, 0, 1, 3, 3, 2, 3, 1, 0, 3,//Monk | |
1362 3, 2, 2, 0, 2, 1, 0, 4, 0, 3, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 3, 0, 2, 1, 0, 2, 3, 3, 2, 3, 1, 0, 3, | |
1363 4, 2, 2, 0, 2, 1, 0, 4, 0, 3, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 4, 0, 2, 1, 0, 2, 4, 4, 2, 3, 1, 0, 4, | |
1364 4, 2, 2, 0, 2, 1, 0, 4, 0, 3, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 4, 0, 2, 1, 0, 3, 4, 4, 2, 3, 2, 0, 4, | |
1365 | |
1366 1, 3, 2, 2, 2, 2, 3, 4, 3, 2, 2, 3, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 2, 3, 3, 2, 1, 3, 0, 0, 1, 1, 0, 2, 0, 0, 1,//Paladin | |
1367 1, 3, 2, 2, 2, 2, 3, 4, 3, 2, 2, 3, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 2, 3, 3, 2, 1, 3, 0, 0, 1, 1, 0, 2, 0, 0, 1, | |
1368 1, 3, 2, 2, 2, 2, 4, 4, 4, 2, 2, 3, 0, 0, 0, 0, 3, 3, 3, 1, 0, 0, 2, 4, 3, 2, 1, 4, 0, 0, 1, 1, 0, 2, 0, 0, 1, | |
1369 1, 3, 2, 2, 2, 2, 4, 4, 4, 2, 2, 3, 0, 0, 0, 0, 3, 3, 3, 0, 1, 0, 2, 4, 3, 2, 1, 4, 0, 0, 1, 1, 0, 2, 0, 0, 1, | |
1370 | |
1371 1, 2, 2, 2, 3, 3, 0, 4, 0, 3, 3, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 3, 0, 0, 1, 2, 1, 0, 2, 0, 0, 3,//Archer | |
1372 1, 2, 2, 2, 3, 3, 0, 4, 0, 3, 3, 0, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 3, 0, 0, 1, 2, 1, 0, 2, 0, 0, 3, | |
1373 1, 2, 2, 2, 3, 4, 0, 4, 0, 3, 4, 0, 3, 3, 3, 3, 0, 0, 0, 1, 0, 0, 2, 2, 2, 2, 4, 0, 0, 2, 2, 1, 0, 2, 0, 0, 3, | |
1374 1, 2, 2, 2, 3, 4, 0, 4, 0, 3, 4, 0, 3, 3, 3, 3, 0, 0, 0, 0, 1, 0, 2, 2, 2, 2, 4, 0, 0, 2, 2, 1, 0, 2, 0, 0, 3, | |
1375 | |
1376 1, 2, 2, 3, 2, 3, 0, 4, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 1, 3, 2, 0, 2, 2, 1, 3, 2, 2, 1, 2,//Ranger | |
1377 1, 2, 2, 3, 2, 3, 0, 4, 2, 3, 3, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 2, 1, 3, 2, 0, 2, 2, 1, 3, 2, 2, 1, 2, | |
1378 1, 2, 2, 4, 2, 3, 0, 4, 2, 3, 3, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 1, 1, 1, 2, 1, 3, 2, 0, 2, 2, 1, 4, 2, 2, 1, 2, | |
1379 1, 2, 2, 4, 2, 3, 0, 4, 2, 3, 3, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 1, 1, 1, 2, 1, 3, 2, 0, 2, 2, 1, 4, 2, 2, 1, 2, | |
1380 | |
1381 1, 0, 0, 0, 0, 2, 3, 4, 3, 2, 2, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 3, 3, 1, 3, 2, 3, 0, 0, 0, 0, 2, 0, 0, 2, 3,//Cleric | |
1382 1, 0, 0, 0, 0, 2, 3, 4, 3, 2, 2, 0, 0, 0, 0, 0, 3, 3, 3, 0, 0, 0, 3, 3, 1, 3, 2, 3, 0, 0, 0, 0, 2, 0, 0, 2, 3, | |
1383 1, 0, 0, 0, 0, 2, 3, 4, 3, 2, 2, 0, 0, 0, 0, 0, 4, 4, 4, 4, 0, 0, 4, 3, 1, 3, 2, 3, 0, 0, 0, 0, 2, 0, 0, 2, 3, | |
1384 1, 0, 0, 0, 0, 2, 3, 4, 3, 2, 2, 0, 0, 0, 0, 0, 4, 4, 4, 0, 4, 0, 4, 3, 1, 3, 2, 3, 0, 0, 0, 0, 2, 0, 0, 2, 3, | |
1385 | |
1386 1, 0, 3, 0, 0, 1, 2, 4, 2, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 2, 2, 0, 0, 3, 2, 0, 0, 0, 0, 0, 2, 1, 0, 3, 3,//Druid | |
1387 1, 0, 3, 0, 0, 1, 2, 4, 2, 2, 0, 0, 3, 3, 3, 3, 3, 3, 3, 0, 0, 2, 2, 0, 0, 3, 2, 0, 0, 0, 0, 0, 2, 1, 0, 3, 3, | |
1388 1, 0, 3, 0, 0, 1, 2, 4, 2, 2, 0, 0, 3, 3, 3, 3, 3, 3, 3, 0, 0, 2, 2, 0, 0, 4, 2, 0, 0, 0, 0, 0, 2, 1, 0, 4, 3, | |
1389 1, 0, 3, 0, 0, 1, 2, 4, 2, 2, 0, 0, 3, 3, 3, 3, 3, 3, 3, 0, 0, 2, 2, 0, 0, 4, 2, 0, 0, 0, 0, 0, 2, 1, 0, 4, 3, | |
1390 | |
1391 3, 0, 2, 0, 0, 1, 0, 4, 0, 2, 0, 0, 2, 2, 2, 2, 0, 0, 0, 0, 0, 3, 1, 2, 0, 3, 2, 1, 0, 0, 0, 0, 3, 0, 0, 3, 3,//Sorcerer | |
1392 3, 0, 2, 0, 0, 1, 0, 4, 0, 2, 0, 0, 3, 3, 3, 3, 0, 0, 0, 0, 0, 3, 1, 2, 0, 3, 2, 1, 0, 0, 0, 0, 3, 0, 0, 3, 3, | |
1393 3, 0, 2, 0, 0, 1, 0, 4, 0, 2, 0, 0, 4, 4, 4, 4, 0, 0, 0, 4, 0, 4, 1, 2, 0, 3, 2, 1, 0, 0, 0, 0, 4, 0, 0, 3, 3, | |
1394 3, 0, 2, 0, 0, 1, 0, 4, 0, 2, 0, 0, 4, 4, 4, 4, 0, 0, 0, 0, 4, 4, 1, 2, 0, 3, 2, 1, 0, 0, 0, 0, 4, 0, 0, 3, 3, | |
1395 }; | |
0 | 1396 int dword_4EDEA0[777]; // weak |
1397 int dword_4EDEB4[777]; // weak | |
1398 int dword_4EDEC4[777]; // weak | |
1399 __int16 word_4EDED8[16] = {100, 90, 60, 100, 80, 100, 80, 30, 10, 10, 20, 30, 100, 0, 0, 0}; | |
1400 _UNKNOWN unk_4EDF40; // weak | |
1401 unsigned int pHiredNPCsIconsOffsetsX[2] = {489, 559}; | |
1402 unsigned int pHiredNPCsIconsOffsetsY[2] = {152, 152}; | |
1403 int dword_4EE07C[2]; // weak | |
1404 _UNKNOWN unk_4EE084; // weak | |
1405 __int16 word_4EE088_sound_ids[100] = | |
1406 { | |
1407 0, 10000, 10010, 10020, 10030, 10040, 10050, 10060, 10070, 10080, | |
1408 10090, 10100, 11000, 11010, 11020, 11030, 11040, 11050, 11060, 11070, | |
1409 11080, 11090, 11100, 12000, 12010, 12020, 12030, 12040, 12050, 12060, | |
1410 12070, 12080, 12090, 12100, 13000, 13010, 13020, 13030, 13040, 13050, | |
1411 13060, 13070, 13080, 13090, 13100, 14000, 14010, 14020, 14030, 14040, | |
1412 14050, 14060, 14070, 14080, 14090, 14100, 15000, 15010, 15020, 15030, | |
1413 15040, 15050, 15060, 15070, 15080, 15090, 15100, 16000, 16010, 16020, | |
1414 16030, 16040, 16050, 16060, 16070, 16080, 16090, 16100, 17000, 17010, | |
1415 17020, 17030, 17040, 17050, 17060, 17070, 17080, 17090, 17100, 18000, | |
1416 18010, 18020, 18030, 18040, 18050, 18060, 18070, 18080, 18090, 18100 | |
1417 }; | |
1418 short word_4EE150[28] = | |
1419 { | |
1420 1, 2, 3, 4, 5, 7, 32, 33, 36, 37, 38, 40, 41, 42, 43, 45, 46, | |
1421 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 60 | |
1422 }; | |
1423 | |
1424 int dword_4EED78; // weak | |
1425 _UNKNOWN unk_4EED80; // weak | |
1426 int dword_4EFA80; // weak | |
1427 int dword_4EFA84; // weak | |
1428 void *off_4EFDB0; // weak | |
1429 int dword_4F031C[777]; // weak | |
473 | 1430 const char *off_4F03B8[19] = |
0 | 1431 { |
1432 "", "WEPNTABL", "ARMORY", "MAGSHELF", | |
1433 "MAGSHELF", "MAGSHELF", "MAGSHELF", "MAGSHELF", | |
1434 "MAGSHELF", "MAGSHELF", "MAGSHELF", "MAGSHELF", | |
1435 "MAGSHELF", "MAGSHELF", "MAGSHELF", "MAGSHELF", | |
410 | 1436 "MAGSHELF", "MAGSHELF", "MAGSHELF" |
1437 }; | |
1438 //__int16 word_4F03FE[777]; // weak | |
1439 //__int16 word_4F0400[777]; // weak | |
463 | 1440 /*__int16 word_4F0404[] = |
410 | 1441 { |
1442 0, 0, 1, 0x17, 0x1B, 0x14, 0x14, 1, 0x17, 0x18, 0x1C, | |
1443 0x14, 2, 0x17, 0x18, 0x19, 0x14, 2, 0x1B, 0x1B, 0x1A, 0x1A, | |
1444 4, 0x18, 0x1E, 0x19, 0x1B, 4, 0x18, 0x1E, 0x19, 0x1B, 3, 0x1E, | |
1445 0x18, 0x14, 0x14, 2, 0x14, 0x14, 0x14, 0x14, 3, 0x1B, 0x1B, 0x1A, 0x1A, | |
1446 3, 0x1C, 0x1C, 0x19, 0x19, 2, 0x17, 0x17, 0x18, 0x18, | |
1447 3, 0x17, 0x17, 0x1A, 0x1A, 2, 0x1E, 0x1A, 0x1A, 0x1A, 2, 0x1C, | |
1448 0x19, 0x1C, 0x1D, 0, 0 | |
463 | 1449 };*/ |
410 | 1450 //__int16 word_4F0498[777]; // weak |
463 | 1451 /*__int16 word_4F0498[] = |
410 | 1452 { |
1453 1, 0x23, 0x23, 0x26, 0x26, 1, 0x1F, 0x1F, 0x1F, 0x22, 1, 0x23, 0x23, | |
1454 0x26, 0x26, 1, 0x1F, 0x1F, 0x20, 0x22, 2, 0x23, 0x23, | |
1455 0x26, 0x26, 2, 0x1F, 0x20, 0x20, 0x21, 2, 0x23, 0x23, | |
1456 0x26, 0x26, 2, 0x1F, 0x1F, 0x20, 0x20, 4, 0x23, 0x23, | |
1457 0x26, 0x26, 4, 0x1F, 0x20, 0x21, 0x22, 4, 0x23, 0x23, 0x26, 0x26, | |
1458 4, 0x1F, 0x20, 0x21, 0x22, 3, 0x23, 0x23, 0x26, 0x26, 3, | |
1459 0x1F, 0x1F, 0x1F, 0x1F, 2, 0x23, 0x23, 0x26, 0x26, 2, 0x1F, 0x20, | |
1460 0x22, 0x22, 3, 0x23, 0x23, 0x26, 0x26, 3, 0x1F, 0x1F, | |
1461 0x20, 0x20, 3, 0x23, 0x23, 0x26, 0x26, 3, 0x20, 0x20, 0x20, | |
1462 0x21, 3, 0x23, 0x23, 0x26, 0x26, 3, 0x1F, 0x1F, 0x1F, 0x20 | |
463 | 1463 };*/ |
410 | 1464 //__int16 word_4F0576[777]; // weak |
463 | 1465 /*__int16 word_4F0576[] = |
410 | 1466 { |
1467 0x23, 0x23, 0x26, 0x26, 3, 0x21, 0x1F, 0x20, 0x22, 3, 0x23, 0x23, | |
1468 0x26, 0x26, 3, 0x21, 0x1F, 0x20, 0x22, 4, 0x23, 0x23, 0x26, 0x26, | |
1469 4, 0x21, 0x1F, 0x20, 0x22, 0x1, 0x1, 0x2, 0x2, 0x4, 0x4, | |
1470 3, 2, 2, 2, 2, 2, 2, 0, 0x1, 0x1, 0x2, 0x2, 0x3, 0x3, 0x4, 0x4, | |
1471 2, 2, 2, 2, 0x0, 0x0, 1, 0, 0xA3, 0xA3, 0xA2, 0xA1, 0xA0, | |
1472 2, 0, 0xA3, 0xA3, 0xA2, 0xA1, 0xA0, 2, 0, 0xA3, 0xA3, | |
1473 0xA2, 0xA1, 0xA0, 2, 0, 0x0A3, 0x0A3, 0xA2, 0xA1, 0xA0, | |
1474 3, 0, 0xA3, 0xA3, 0xA2, 0xA1, 0xA0, 3, 0, 0xA3, 0xA3, | |
1475 0xA2, 0xA1, 0xA0 | |
463 | 1476 };*/ |
410 | 1477 |
463 | 1478 //__int16 word_4F0578[777]; // weak |
1479 //__int16 word_4F05AE[777]; // weak | |
1480 | |
1481 //__int16 word_4F063E[290]; | |
1482 //__int16 word_4F06D8[22]; | |
495 | 1483 int guild_mambership_flags[32]={ |
484 | 1484 54, 54, 54, 54, 52, 52, 52, 52, 55, 55, 55, 55, 53, 53, |
1485 53, 53, 58, 58, 58, 58, 57, 57, 57, 57, 56, 56, | |
1486 56, 56, 59, 59, 60, 60}; | |
0 | 1487 __int16 word_4F0754[49]; |
463 | 1488 //__int16 word_4F07B6[88]; |
651 | 1489 //__int16 _word_4F0866_pMaxLevelPerTrainingHallType_negindexing[14]; |
89 | 1490 __int16 _4F0882_evt_VAR_PlayerItemInHands_vals[54]= |
1491 { | |
1492 0x0D4, 0x270, 0x0D5, 0x21C, 0x0D6, 0x2BE, 0x0D7, 0x2BD, 0x0D8, 0x289, | |
1493 0x0D9, 0x258, 0x0DA, 0x2AB, 0x0DB, 0x281, 0x0DC, 0x280, 0x0DD, | |
1494 0x284, 0x0DE, 0x285, 0x0DF, 0x283, 0x0E0, 0x282, 0x0E1, 0x27F, | |
1495 0x0E2, 0x1E7, 0x0E3, 0x287, 0x0E4, 0x272, 0x0E5, 0x267, 0x0E6, | |
1496 0x275, 0x0E7, 0x25A, 0x0E8, 0x2A4, 0x0E9, 0x2A5, 0x0EA, 0x2A3, | |
1497 0x0EB, 0x25C, 0x0EC, 0x25D, 0x0ED, 0x259, 0x0F1, 0x21E | |
651 | 1498 }; |
1499 unsigned short pMaxLevelPerTrainingHallType[6] = {5, 15, 25, 25, 200, 200}; | |
1500 | |
492 | 1501 int price_for_membership[11]={100, 100, 50, 50, 50, 50, 50, 50, 50, 1000, 1000}; // weak |
727 | 1502 |
1503 stru365_travel_info array_4F09B0[25] = | |
1504 { | |
1505 {3, {1, 0, 1, 0, 1, 0, 0}, 2, {0, 0, 0}, 0xFFFFB980, 4636, 833, 1536, 0} | |
1506 }; | |
1507 //char byte_4F09B0[777]; // weak | |
1508 //char byte_4F09B1[777]; // weak | |
1509 //char byte_4F09B8[777]; // weak | |
1510 //int dword_4F09CC[192]; | |
1511 | |
1512 unsigned char byte_4F0CD0[30][4] = | |
1513 { | |
1514 { 9, 0, 1, 0}, // BildingType_WeaponShop | |
1515 { 1, 0, 0, 0}, // BildingType_ArmorShop | |
1516 { 1, 0, 0, 0}, // BildingType_MagicShop | |
1517 { 0, 61, 0, 0}, // BildingType_AlchemistShop | |
1518 {246, 24, 0, 0}, // BildingType_FireGuild | |
1519 {193, 0, 0, 0}, // BildingType_AirGuild | |
1520 { 0, 6, 0, 0}, // BildingType_WaterGuild | |
1521 { 64, 0, 0, 0}, // BildingType_EarthGuild | |
1522 { 6, 0, 1, 0}, // BildingType_SpiritGuild | |
1523 { 1, 0, 0, 0}, // BildingType_MindGuild | |
1524 { 1, 0, 0, 0}, // BildingType_BodyGuild | |
1525 {227, 74, 0, 0}, // BildingType_LightGuild | |
1526 {246, 178, 255, 255}, // BildingType_DarkGuild | |
1527 {193, 0, 0, 0}, // BildingType_14 | |
1528 { 0, 4, 0, 0}, // BildingType_15 | |
1529 { 0, 0, 0, 0}, // BildingType_16 | |
1530 { 3, 0, 1, 0}, // BildingType_TownHall | |
1531 { 1, 0, 1, 0}, // BildingType_18 | |
1532 { 2, 0, 0, 0}, // BildingType_19 | |
1533 { 25, 215, 255, 255}, // BildingType_Throne_Room | |
1534 {185, 52, 0, 0}, // BildingType_Tavern | |
1535 {193, 0, 0, 0}, // BildingType_Bank | |
1536 { 0, 6, 0, 0}, // BildingType_Temple | |
1537 { 0, 0, 0, 0}, // BuildingType_24 | |
1538 { 6, 1, 0, 1}, // BildingType_Unic | |
1539 { 0, 0, 0, 0}, // BildingType_1A | |
1540 { 4, 0, 0, 0}, // BildingType_Stables | |
1541 {227, 74, 0, 0}, // BildingType_Boats | |
1542 {246, 178, 255, 255}, // BildingType_House | |
1543 {193, 0, 0, 0} // BildingType_Training | |
1544 }; | |
1545 | |
1546 unsigned char byte_4F0E10[20][4] = | |
1547 { | |
1548 { 0, 1, 1, 34}, | |
1549 { 2, 3, 4, 5}, | |
1550 { 6, 7, 8, 8}, | |
1551 { 9, 10, 10, 10}, | |
1552 { 11, 11, 12, 12}, | |
1553 { 13, 13, 13, 13}, | |
1554 { 14, 14, 15, 15}, | |
1555 {255, 255, 255, 255}, | |
1556 {255, 255, 255, 255}, | |
1557 {255, 255, 255, 255}, | |
1558 { 16, 17, 18, 19}, | |
1559 { 18, 20, 21, 21}, | |
1560 { 22, 23, 24, 25}, | |
1561 { 22, 22, 23, 23}, | |
1562 {255, 255, 255, 255}, | |
1563 { 27, 28, 29, 30}, | |
1564 { 31, 32, 33, 33}, | |
1565 { 24, 24, 24, 24}, | |
1566 {255, 255, 255, 255}, | |
1567 {255, 255, 255, 255} | |
1568 }; | |
0 | 1569 Vec2_int_ pMonsterArenaPlacements[20]; |
496 | 1570 __int16 word_4F0F30[32] ={ 4, 7, 10, 11, |
1571 4, 7, 10, 11, | |
1572 4, 7, 10, 11, | |
1573 4, 7, 10, 11, | |
1574 4, 7, 10, 11, | |
1575 4, 7, 10, 11, | |
1576 4, 7, 10, 11, | |
1577 7, 11, | |
1578 7, 11}; | |
0 | 1579 char aS03d[777]; // idb |
1580 char byte_4F0F98; // idb | |
1581 char sz[777]; // idb | |
1582 char aSSSSSS[777]; // idb | |
1583 char aSDS[777]; // idb | |
1584 char aSS_3[777]; // idb | |
1585 char aSSSS[777]; // idb | |
1586 char aS_2[777]; // idb | |
1587 char aErrorlog_txt[777]; // idb | |
1588 char aUnsupportedPix[777]; // idb | |
1589 char aSmackerError[777]; // idb | |
1590 char aCS[777]; // idb | |
1591 char aAnimsMagic7_vi[777]; // idb | |
1592 char aVideoFileError[777]; // idb | |
1593 char aCanTOpenFileAn[777]; // idb | |
1594 char aAnimsMight7_vi[777]; // idb | |
1595 char aCanTLoadS[777]; // idb | |
1596 char aS_smk[777]; // idb | |
1597 char aUnsupportedBin[27]; // weak | |
1598 char aEWorkMsdevM_29[777]; // idb | |
1599 char aFailedToOpenBl[777]; // idb | |
1600 char aCanTAllocateMe[33]; // weak | |
1601 char aCanTLoadFileAn[777]; // idb | |
1602 char aS_bik[777]; // idb | |
1603 char aMm7_win_pcx[777]; // idb | |
1604 char aLuSLuSLuS[777]; // idb | |
1605 char aEndgame_fnt[777]; // idb | |
1606 char aWinbg_pcx[10]; // weak | |
1607 char aDefaultCaseRea[777]; // idb | |
1608 char aUnsupportedExc[71]; // weak | |
1609 char aEWorkMsdevM_30[777]; // idb | |
1610 char aUndefinedTypeR[777]; // idb | |
1611 char aUnknownPointer[777]; // idb | |
1612 char a1_1_3[6]; // weak | |
1613 double dbl_4F2870; // weak | |
1614 int dword_4F288C; // weak | |
1615 double dbl_4F5372; // weak | |
1616 int dword_4F5428[777]; // weak | |
1617 int dword_4F542C[777]; // weak | |
1618 _UNKNOWN crtunk_4F54B8; // weak | |
1619 int dword_4F5B24_ys[777]; // idb | |
1620 int dword_4F5BF4_xs[777]; // idb | |
1621 int dword_4F5CC4_ys[777]; // idb | |
1622 int dword_4F5D98_xs[777]; // idb | |
1623 int ai_array_4F5E68[500]; | |
1624 int ai_array_4F6638_actor_ids[500]; | |
417 | 1625 int ai_near_actors_targets_pid[500]; |
0 | 1626 int ai_arrays_size; // weak |
390 | 1627 int ai_near_actors_distances[500]; |
1628 unsigned int ai_near_actors_ids[500]; | |
0 | 1629 int dword_4F8580[182]; // weak |
1630 int dword_4FA9B0[777]; // weak | |
1631 int dword_4FA9B4[777]; // weak | |
1632 char byte_4FAA00; // weak | |
1633 __int16 am_sounds[12]; | |
1634 _UNKNOWN unk_4FAA20; // weak | |
1635 char byte_4FAA24; // weak | |
1636 HWND dword_4FAA28; // idb | |
1637 char byte_4FAA2C; // weak | |
1638 char byte_4FAA2D; // weak | |
1639 char byte_4FAA2E; // weak | |
1640 int amuint_4FAA34; // weak | |
1641 int amuint_4FAA38; // weak | |
1642 int amuint_4FAA3C_blt_xy[2]; | |
1643 int am_uint_4FAA44_blt_xy[2]; | |
1644 int amuint_4FAA4C; // weak | |
1645 unsigned int uCardID; // idb | |
1646 int amuint_4FAA54_blt_xy[2]; | |
1647 int amuint_4FAA5C_blt_xy[2]; | |
1648 int dword_4FAA64; // weak | |
1649 int dword_4FAA68; // weak | |
1650 int amuint_4FAA6C; // idb | |
1651 int dword_4FAA70; // weak | |
1652 char byte_4FAA74; // weak | |
1653 char am_byte_4FAA75; // weak | |
1654 char am_byte_4FAA76; // weak | |
1655 char am_byte_4FAA77; // weak | |
1656 int amuint_4FAA78[777]; // weak | |
1657 char am_byte_4FAA7C[777]; // weak | |
1658 int amuint_4FAA80[777]; // weak | |
1659 int amuint_4FAA84[777]; // weak | |
1660 int amuint_4FAA88[777]; // weak | |
1661 int amuint_4FAA8C[777]; // weak | |
1662 int amuint_4FAA90[777][2]; | |
1663 int dword_4FABB8; // weak | |
1664 signed int dword_4FABBC; // idb | |
1665 unsigned int amuint_4FABC0; // idb | |
1666 int amuint_4FABC4; // weak | |
1667 int dword_4FABC8; // weak | |
1668 char byte_4FABD0[777]; // weak | |
1669 char byte_4FABD1[777]; // weak | |
1670 _UNKNOWN unk_4FABD4; // weak | |
1671 int dword_4FABD8[777]; // weak | |
1672 int dword_4FABDC[777]; // weak | |
1673 int dword_4FABE0[777]; // weak | |
1674 int dword_4FABE4[777]; // weak | |
1675 int dword_4FABE8[777]; // weak | |
1676 int dword_4FABEC[777]; // weak | |
1677 int dword_4FABF0[777]; // weak | |
1678 int dword_4FABF4[777]; // weak | |
1679 int dword_4FABF8[777]; // weak | |
1680 int dword_4FABFC[777]; // weak | |
1681 int dword_4FAC00[777]; // weak | |
1682 int dword_4FAC04[777]; // weak | |
1683 int dword_4FAC08[777]; // weak | |
1684 int dword_4FAC0C[777]; // weak | |
1685 _UNKNOWN unk_5052C8; // weak | |
1686 int dword_505314[777]; // weak | |
1687 char byte_5054C8[32]; // idb | |
1688 char byte_5054E8[108]; | |
1689 int dword_505554[777]; // weak | |
1690 _UNKNOWN unk_505704; // weak | |
1691 char byte_505880; // weak | |
1692 char byte_505881; // weak | |
1693 int amuint_505884; // weak | |
1694 int amuint_505888; // weak | |
1695 int amuint_50588C; // weak | |
1696 int dword_505890; // weak | |
1697 unsigned int pSRZBufferLineOffsets[480]; | |
1698 int areWeLoadingTexture; // weak | |
1699 char byte_506130[777]; // weak | |
1700 int dword_506338; // weak | |
1701 int dword_50633C; // idb | |
1702 signed int sRecoveryTime; // idb | |
1703 unsigned int uRequiredMana; // idb | |
1704 int _506348_current_lloyd_playerid; // weak | |
1705 __int64 qword_506350; // weak | |
1706 char byte_506360; // weak | |
1707 int dword_506364; // weak | |
73 | 1708 Texture *dword_506404[12]; // weak |
1709 Texture *dword_50640C[12]; // weak | |
526 | 1710 unsigned int uExitCancelTextureId; |
0 | 1711 int dword_50651C; // weak |
521 | 1712 int awards_count; // weak |
1713 int awards_count2; // weak | |
0 | 1714 int dword_506528; // weak |
1715 int dword_50652C; // weak | |
1716 int dword_506530; // weak | |
1717 int dword_506534; // weak | |
1718 int dword_506538; // weak | |
1719 int dword_50653C; // weak | |
1720 int dword_506540; // weak | |
1721 int dword_506544; // weak | |
1722 int dword_506548; // weak | |
688 | 1723 int quick_spell_at_page; // weak |
0 | 1724 char byte_506550; // weak |
1725 char *aMoonPhaseNames[5]; | |
1726 int dword_506568; // weak | |
1727 char bRecallingBeacon; // weak | |
1728 int uLastPointedObjectID; // weak | |
1729 //unsigned __int8 bMonsterInfoUI_bDollInitialized; | |
1730 char *aSpellNames[44]; | |
11 | 1731 int pMainScreenNum; // weak |
0 | 1732 char byte_50697C; // weak |
1733 int dword_506980; // weak | |
1734 int dword_506984; // weak | |
1735 int dword_506988; // weak | |
1736 int dword_50698C; // weak | |
1737 int dword_506E68; // weak | |
369 | 1738 char KeyButtonFlagChangesArray[28]; // weak |
0 | 1739 unsigned int pPrevVirtualCidesMapping[27]; |
362 | 1740 int KeyboardPageNum; // weak |
0 | 1741 int dword_506F0C[777]; // idb |
1742 int uRestUI_FoodRequiredToRest; | |
1743 int dword_506F14; // weak | |
1744 int _506F18_num_hours_to_sleep; // weak | |
1745 int dword_506F1C; // weak | |
1746 int pVisibleWindowsIdxs[20]; // weak | |
1747 int uNumVisibleWindows; | |
1748 char bFlashHistoryBook; // weak | |
1749 char bFlashAutonotesBook; // weak | |
1750 char bFlashQuestBook; // weak | |
569 | 1751 int uTextureID_PlayerBuff_PainReflection; // weak |
1752 int uTextureID_PlayerBuff_Hammerhands; // weak | |
1753 int uTextureID_PlayerBuff_Preservation; // weak | |
1754 int uTextureID_PlayerBuff_Bless; // weak | |
319 | 1755 int uTextureID_Btn_QuickReference; // weak |
0 | 1756 int dword_5079B4; // weak |
1757 int dword_5079C8; // weak | |
1758 int dword_5079CC; // weak | |
1759 int dword_5079D0; // weak | |
1760 int dword_5079D8; // weak | |
319 | 1761 struct GUIButton *pBtn_ZoomOut; // idb |
1762 struct GUIButton *pBtn_ZoomIn; // idb | |
0 | 1763 unsigned int uGameUIFontShadow; |
1764 unsigned int uGameUIFontMain; | |
1765 int dword_507B00_spell_info_to_draw_in_popup; // weak | |
1766 char *aMonthNames[12]; | |
1767 char *aDayNames[7]; | |
1768 char *aSpellSchoolNames[9]; | |
1769 char *aAttributeNames[7]; | |
1770 int dword_507B94; // weak | |
1771 int dword_507B98_ctrl_pressed; // weak | |
1772 unsigned int uActiveCharacter; | |
1773 int dword_507BF0_is_there_popup_onscreen; // weak | |
1774 int dword_507C08; // weak | |
1775 int dword_507C0C; // weak | |
1776 int dword_507CBC; // weak | |
1777 int dword_507CC0; // weak | |
569 | 1778 __int64 GameUI_RightPanel_BookFlashTimer; // weak |
0 | 1779 int _507CD4_RestUI_hourglass_anim_controller; // weak |
1780 int dword_507CD8; // weak | |
1781 int dword_50B570[777]; // weak | |
1782 int dword_50B638[777]; // weak | |
1783 int dword_50B700; // weak | |
1784 int dword_50B738[777]; // idb | |
561 | 1785 int _50B744_view_transformed_ys[45]; |
0 | 1786 int dword_50B828[777]; |
561 | 1787 int _50B834_view_transformed_zs[45]; |
0 | 1788 int dword_50B918[777]; |
561 | 1789 int _50B924_view_transformed_xs[45]; |
1790 //int unk_50B9D4[777]; // idb | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
651
diff
changeset
|
1791 int _50B9D8_screen_space_y[777]; |
561 | 1792 int dword_50B9E4[777]; |
1793 //int dword_50B9E0_ys[777]; // idb | |
1794 //int dword_50B9EC[777]; // idb | |
0 | 1795 int dword_50B9F0[2]; // idb |
561 | 1796 //int dword_50BAE8_xs[777]; |
1797 //int dword_50BAF4_xs[777]; | |
1798 //int dword_50B9F8[777]; // idb | |
1799 int dword_50B9FC_ys[3 + 45]; | |
1800 int dword_50BA08_ys[48]; // idb | |
1801 //int dword_50BAC4[777]; // weak | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
651
diff
changeset
|
1802 int _50BAC8_screen_space_x[777]; // idb |
561 | 1803 //int dword_50BAD0[777]; // weak |
0 | 1804 int dword_50BAD4[777]; // weak |
561 | 1805 //int dword_50BADC_xs[777]; // weak |
0 | 1806 int dword_50BAE0[777]; // weak |
1807 int dword_50BAE8[777]; // weak | |
561 | 1808 int dword_50BAEC_xs[3 + 45]; // weak |
1809 //int dword_50BAF4[777]; // weak | |
1810 int dword_50BAF8_xs[48]; // weak | |
0 | 1811 int dword_50BC10[777]; // weak |
1812 int dword_50BDA0[777]; // weak | |
1813 int dword_50BF30[777]; // weak | |
710 | 1814 char town_portal_caster_id; // weak |
0 | 1815 int some_active_character; // weak |
1816 _UNKNOWN unk_50C190; // weak | |
1817 int dword_50C968; // weak | |
1818 unsigned int pIconIDs_Turn[5]; | |
1819 unsigned int uIconID_TurnStop; | |
1820 unsigned int uIconID_TurnHour; | |
1821 int uIconID_CharacterFrame; // idb | |
1822 int dword_50C98C; // weak | |
1823 unsigned int uIconID_TurnStart; | |
1824 int dword_50C994; // weak | |
1825 int dword_50C998_turnbased_icon_1A; // weak | |
1826 int uSpriteID_Spell11; // idb | |
1827 _UNKNOWN unk_50C9A0; // weak | |
1828 int dword_50C9A8; // weak | |
1829 int dword_50C9AC; // weak | |
1830 int dword_50C9D0; // weak | |
1831 int dword_50C9D4; // weak | |
1832 int dword_50C9D8; // weak | |
1833 int dword_50C9DC; // weak | |
1834 struct NPCData *ptr_50C9E0; | |
1835 int dword_50C9E8; // idb | |
437 | 1836 int dword_50C9EC[120]; // weak |
1837 int dword_50CDC8; | |
0 | 1838 int dword_50CDCC; // weak |
1839 int bProcessorIsNotIntel; // weak | |
1840 Vec3_int_ layingitem_vel_50FDFC; | |
1841 char pStartingMapName[777]; // idb | |
1842 unsigned __int8 IsPlayerWearingWatersuit[5]; | |
1843 char byte_5111C0[54]; | |
513 | 1844 char byte_5111F6[16]; |
0 | 1845 unsigned int papredoll_dbrds[16]; |
1846 unsigned int papredoll_drhs[4]; | |
1847 unsigned int papredoll_dlhus[4]; | |
1848 unsigned int papredoll_dlhs[4]; | |
1849 unsigned int papredoll_dbods[5]; | |
1850 int paperdoll_array_511290[4][17][3]; | |
1851 unsigned int papredoll_dlaus[5]; | |
1852 unsigned int papredoll_dlads[4]; | |
1853 int papredoll_flying_feet[777]; // idb | |
1854 int dword_511638[4][6]; | |
1855 int dword_511788[777]; // weak | |
1856 int dword_51179C; // weak | |
1857 int dword_5117A0; // weak | |
1858 int dword_5117A4; // weak | |
1859 int dword_5117A8; // weak | |
1860 int dword_5117AC; // weak | |
1861 int paperdoll_array_511828[4][10]; | |
1862 int bRingsShownInCharScreen; // weak | |
1863 int _unused000; // weak | |
1864 | |
142 | 1865 unsigned __int16 pOdmMinimap[117][137]; |
0 | 1866 unsigned int uNumBlueFacesInBLVMinimap; |
1867 unsigned __int16 pBlueFacesInBLVMinimapIDs[50]; | |
569 | 1868 int pTextureIDs_PartyBuffIcons[14]; |
1869 unsigned int uIconIdx_FlySpell; | |
1870 unsigned int uIconIdx_WaterWalk; | |
0 | 1871 int dword_576E28; // weak |
1872 int dword_576E2C; // weak | |
1873 __int64 _5773B8_event_timer; // weak | |
1874 int dword_5773C0; // weak | |
1875 | |
629 | 1876 |
0 | 1877 int dword_591084; // weak |
1878 struct Actor *pDialogue_SpeakingActor; | |
1879 unsigned int uDialogueType; | |
602 | 1880 signed int sDialogue_SpeakingActorNPC_ID; |
0 | 1881 struct LevelDecoration *_591094_decoration; |
423 | 1882 char sHouseName[200]; // idb |
0 | 1883 int uCurrentHouse_Animation; // weak |
1884 char *dword_591164_teleport_map_name; // idb | |
1885 int dword_591168_teleport_speedz; // weak | |
1886 int dword_59116C_teleport_directionx; // weak | |
1887 int dword_591170_teleport_directiony; // weak | |
1888 int dword_591174_teleportz; // weak | |
1889 int dword_591178_teleporty; // weak | |
1890 int dword_59117C_teleportx; // weak | |
1891 char byte_591180[600]; // idb | |
457 | 1892 struct NPCData *HouseNPCData[6];//array_5913D8 |
629 | 1893 |
0 | 1894 struct Texture *pTexture_591428; |
1895 struct Texture *pTexture_outside; // idb | |
1896 struct Texture *pTexture_Dialogue_Background; | |
1897 _UNKNOWN unk_597F10; // weak | |
336 | 1898 int start_event_seq_number; // weak |
0 | 1899 char byte_5B0938[2000]; |
469 | 1900 int EvtTargetObj; // 0x5B5920 |
434 | 1901 int _unused_5B5924_is_travel_ui_drawn = false; // 005B5924 |
0 | 1902 int _5B65A8_npcdata_uflags_or_other; // weak |
1903 int _5B65AC_npcdata_fame_or_other; // weak | |
1904 int _5B65B0_npcdata_rep_or_other; // weak | |
1905 int _5B65B4_npcdata_loword_house_or_other; // weak | |
1906 int _5B65B8_npcdata_hiword_house_or_other; // weak | |
1907 int dword_5B65BC; // weak | |
1908 int dword_5B65C0; // weak | |
1909 int dword_5B65C4; // weak | |
336 | 1910 int dword_5B65C8_timers_count; // weak |
0 | 1911 int dword_5B65CC; // weak |
602 | 1912 signed int dword_5B65D0_dialogue_actor_npc_id; // weak |
0 | 1913 int dword_5C3418; // weak |
1914 int dword_5C341C; // weak | |
520
35f28d4c0ff9
GlobalEventInfo changed to LevelDecoration* activeLevelDecoration
Gloval
parents:
513
diff
changeset
|
1915 int _5C3420_pDecoration; |
0 | 1916 char byte_5C3427[777]; // weak |
1917 char GameUI_StatusBar_TimedString[200]; | |
1918 char pStatusBarString[200]; | |
1919 unsigned int GameUI_StatusBar_TimedStringTimeLeft; | |
1920 int bForceDrawStatusBar; // weak | |
1921 int dword_5C35C0; // weak | |
1922 int bDialogueUI_InitializeActor_NPC_ID; // weak | |
1923 int dword_5C35C8; // weak | |
1924 char *p2DEventsTXT_Raw; | |
629 | 1925 |
0 | 1926 int dword_5C35D4; // weak |
1927 char *aAMPMNames[2]; | |
1928 char byte_5C45AF[777]; // weak | |
189 | 1929 |
0 | 1930 char pFinalMessage[4096]; // idb |
1931 char pTmpBuf[2000]; | |
1932 char pTmpBuf2[2000]; | |
1933 char byte_5C6D50[777]; // weak | |
1934 int ui_current_text_color; // weak | |
1935 __int64 qword_5C6DF0; // weak | |
1936 int dword_5C6DF8; // weak | |
1937 char item__getname_buffer[104]; // idb | |
1938 char *pClassDescriptions[36]; | |
1939 char *pAttributeDescriptions[7]; | |
1940 char *pGrandSkillDesc[38]; | |
1941 char *pMasterSkillDesc[38]; | |
1942 char *pExpertSkillDesc[38]; | |
1943 char *pNormalSkillDesc[38]; | |
1944 char *pSkillDesc[38]; | |
1945 char *pHealthPointsAttributeDescription; | |
1946 char *pSpellPointsAttributeDescription; | |
1947 char *pArmourClassAttributeDescription; | |
1948 char *pPlayerConditionAttributeDescription; // idb | |
1949 char *pFastSpellAttributeDescription; | |
1950 char *pPlayerAgeAttributeDescription; | |
1951 char *pPlayerLevelAttributeDescription; | |
1952 char *pPlayerExperienceAttributeDescription; | |
1953 char *pAttackBonusAttributeDescription; | |
1954 char *pAttackDamageAttributeDescription; | |
1955 char *pMissleBonusAttributeDescription; | |
1956 char *pMissleDamageAttributeDescription; | |
1957 char *pFireResistanceAttributeDescription; | |
1958 char *pAirResistanceAttributeDescription; | |
1959 char *pWaterResistanceAttributeDescription; | |
1960 char *pEarthResistanceAttributeDescription; | |
1961 char *pMindResistanceAttributeDescription; | |
1962 char *pBodyResistanceAttributeDescription; | |
1963 char *pSkillPointsAttributeDescription; | |
1964 char *pClassTXT_Raw; | |
1965 char *pStatsTXT_Raw; | |
1966 char *pSkillDescTXT_Raw; | |
233 | 1967 |
0 | 1968 struct FactionTable *pFactionTable; |
1969 char byte_5C8D1A[777]; // weak | |
189 | 1970 |
0 | 1971 char byte_5E4C15[777]; // weak |
1972 char *pSomeItemsNames[14]; | |
189 | 1973 |
0 | 1974 char *pMonstersTXT_Raw; |
1975 char *pMonsterPlacementTXT_Raw; | |
1976 char *pSpellsTXT_Raw; | |
1977 char *pMapStatsTXT_Raw; | |
1978 char *pHostileTXT_Raw; | |
1979 char *pPotionsTXT_Raw; | |
1980 char *pPotionNotesTXT_Raw; | |
233 | 1981 |
0 | 1982 int _6807B8_level_decorations_ids[777]; // idb |
1983 int _6807E0_num_decorations_with_sounds_6807B8; // weak | |
1984 int _6807E8_level_decorations_ids[777]; // idb | |
1985 int _6836C8_num_decorations_6807E8; // weak | |
1986 int dword_69B010[64]; | |
1987 float flt_69B138_dist; // weak | |
1988 char byte_69BD41_unused; // weak | |
1989 unsigned int uTextureID_x_u; | |
1990 unsigned int uTextureID_LS_saveU; | |
1991 unsigned int uTextureID_LS_loadU; | |
1992 unsigned int uTextureID_AR_DN_DN; | |
1993 unsigned int uTextureID_AR_UP_DN; | |
1994 unsigned int uTextureID_LS_; | |
1995 unsigned int uTextureID_x_d; | |
1996 unsigned int uTextureID_save_up; | |
1997 unsigned int uTextureID_load_up; | |
1998 unsigned int uTextureID_loadsave; | |
1999 _UNKNOWN _69FBB4_ptr_iterator_end; // weak | |
2000 _UNKNOWN unk_6A0758; // weak | |
2 | 2001 int pSaveListPosition; // weak |
0 | 2002 unsigned int uLoadGameUI_SelectedSlot; |
2003 HWND hInsertCDWindow; // idb | |
2004 int uCPUSpeed; // weak | |
2005 char cMM7GameCDDriveLetter; // idb | |
2006 void *ptr_6A0D08; | |
2007 int _6A0D0C_txt_lod_loading; // weak | |
2008 int _6A0D10_txt_lod_loading__unused; // weak | |
2009 MENU_STATE uCurrentMenuID; | |
2010 unsigned int uGameState; | |
2011 int uDefaultTravelTime_ByFoot; // weak | |
2012 int day_attrib; // weak | |
2013 int day_fogrange_1; // weak | |
2014 int day_fogrange_2; // weak | |
2015 struct TileTable *pTileTable; // idb | |
2016 int texmapping_terrain_subdivsize; // weak | |
2017 int texmapping_terrain_subdivpow2; // weak | |
2018 int texmapping_building_subdivsize; // weak | |
2019 int texmapping_building_subdivpow2; // weak | |
2020 int unnamed_6BE060[2] = {0, 1}; | |
2021 int mipmapping_building_mm1; // weak | |
2022 int mipmapping_building_mm2; // weak | |
2023 int mipmapping_building_mm3; // weak | |
2024 int mipmapping_terrain_mm1; // weak | |
2025 int mipmapping_terrain_mm2; // weak | |
2026 int mipmapping_terrain_mm3; // weak | |
2027 int outdoor_grid_band_1; // idb | |
2028 int outdoor_grid_band_2; // idb | |
2029 int outdoor_grid_band_3; // idb | |
2030 char outdoor_day_top_r; // weak | |
2031 char outdoor_day_top_g; // weak | |
2032 char outdoor_day_top_b; // weak | |
2033 char outdoor_day_bottom_r; // weak | |
2034 char outdoor_day_bottom_g; // weak | |
2035 char outdoor_day_bottom_b; // weak | |
2036 char outdoor_night_top_r; // weak | |
2037 char outdoor_night_top_g; // weak | |
2038 char outdoor_night_top_b; // weak | |
2039 char outdoor_night_bottom_r; // weak | |
2040 char outdoor_night_bottom_g; // weak | |
2041 char outdoor_night_bottom_b; // weak | |
2042 char pDefaultSkyTexture[777]; // idb | |
2043 char byte_6BE124_cfg_textures_DefaultGroundTexture[16]; // idb | |
2044 int _6BE134_odm_main_tile_group; // weak | |
2045 int dword_6BE138; // weak | |
2046 int dword_6BE13C_uCurrentlyLoadedLocationID; // weak | |
2047 float fWalkSpeedMultiplier = 1.0f; // weak | |
2048 float fBackwardWalkSpeedMultiplier = 1.0f; // weak | |
2049 float fTurnSpeedMultiplier = 1.0f; // weak | |
2050 float flt_6BE150_look_up_down_dangle = 1.0f; // weak | |
2051 HWND hWnd; // idb | |
2052 int uWindowWidth; // idb | |
2053 int uWindowHeight; // idb | |
2054 int uWindowX; // idb | |
2055 int uWindowY; // idb | |
2056 LONG uWindowStyle; // idb | |
2057 HMENU hOSMenu; // idb | |
2058 int dword_6BE340; // weak | |
2059 char pCurrentMapName[20]; // idb | |
2060 unsigned int uLevelMapStatsID; | |
2061 int uLevel_StartingPointType; // weak | |
2062 int dword_6BE364_game_settings_1 = 0; // weak | |
2063 int dword_6BE368_debug_settings_2 = 0; // weak | |
2064 unsigned __int8 bUseLoResSprites = false; | |
2065 unsigned __int8 bUseRegistry = true; | |
2066 unsigned __int8 bCanLoadFromCD = false; | |
2067 int bShowDamage; // idb | |
2068 unsigned int bAlwaysRun; | |
2069 unsigned int bFlipOnExit; | |
2070 int dword_6BE384_2dacceloff; // weak | |
2071 char byte_6BE388_graphicsmode; // weak | |
2072 unsigned int uTurnSpeed; | |
2073 float flt_6BE3A0; // weak | |
2074 float flt_6BE3A4_debug_recmod1; | |
2075 float flt_6BE3A8_debug_recmod2; | |
2076 float flt_6BE3AC_debug_recmod1_x_1_6; | |
2077 char byte_6BE3B0[20]; // idb | |
2078 char bUnderwater = false; // weak | |
2079 char bNoNPCHiring = false; // weak | |
2080 int _702AC0_unused = 0; // weak | |
2081 int _702AC4_unused = 0; // weak | |
2082 char _702ACC_unused = 0; // weak | |
2083 int bDebugResouces; // weak | |
2084 unsigned int bNoVideo = false; | |
2085 bool bNoIntro = false; | |
2086 bool bNoLogo = false; | |
2087 bool bNoCD = false; | |
2088 bool bNoSound = false; | |
2089 int aborting_app; // weak | |
2090 int dword_720020_zvalues[100]; | |
2091 int dword_7201B0_zvalues[299]; | |
2092 int dword_72065C[777]; // weak | |
2093 int dword_720660[777]; // idb | |
2094 int dword_7207EC[777]; // weak | |
2095 int dword_7207F0[777]; // idb | |
2096 int uTextureID_720980; // weak | |
2097 int _720984_unused; // weak | |
2098 char _72098C_unused; // weak | |
2099 __int16 word_7209A0_intercepts_ys_plus_ys[104]; | |
2100 __int16 word_720A70_intercepts_xs_plus_xs[104]; | |
2101 __int16 word_720B40_intercepts_zs[104]; | |
2102 __int16 word_720C10_intercepts_xs[102]; | |
2103 int dword_720CDC; | |
2104 __int16 word_720CE0_ys[777]; // idb | |
2105 __int16 word_720DB0_xs[777]; // idb | |
2106 int dword_720E80[20]; | |
2107 int dword_720ED0[20]; | |
2108 int dword_720F20[20]; | |
2109 __int16 word_720F70[777]; // idb | |
2110 __int16 word_721040[777]; // idb | |
2111 int dword_721110[777]; // idb | |
2112 int dword_721160[777]; // idb | |
725 | 2113 int odm_floor_level[20]; // idb |
0 | 2114 int blv_prev_party_x; // weak |
2115 int blv_prev_party_z; // weak | |
2116 int blv_prev_party_y; // weak | |
2117 char *dword_721660; // idb | |
2118 char *dword_721664; // idb | |
2119 NPCTopic pNPCTopics[789]; | |
2120 char *dword_722F10; // idb | |
2121 const char *pQuestTable[512]; | |
2122 _UNKNOWN unk_723714; // weak | |
2123 char *dword_723718_autonote_related; // idb | |
2124 int dword_72371C[777]; // weak | |
2125 const char *pScrolls[82]; | |
2126 int dword_723E80_award_related[777]; // weak | |
2127 int dword_723E84[777]; // weak | |
2128 int dword_7241C8; // weak | |
67 | 2129 struct unk_F7B60C stru_73C834; // struct @ MM7.exe::0073C834 |
629 | 2130 |
0 | 2131 char *aNPCProfessionNames[59]; |
2132 char *pAwardsTXT_Raw; | |
2133 char *pScrollsTXT_Raw; | |
2134 char *pMerchantsTXT_Raw; | |
2135 const char *pMerchantsBuyPhrases[7]; | |
2136 const char *pMerchantsSellPhrases[7]; | |
2137 const char *pMerchantsRepairPhrases[7]; | |
2138 const char *pMerchantsIdentifyPhrases[7]; | |
2139 char *pTransitionsTXT_Raw; | |
2140 char *pAutonoteTXT_Raw; | |
2141 char *pQuestsTXT_Raw; | |
67 | 2142 unsigned int uNumTerrainNormals; |
2143 struct Vec3_float_ *pTerrainNormals; | |
2144 unsigned short pTerrainNormalIndices[128 * 128 * 2]; | |
2145 unsigned int pTerrainSomeOtherData[128 * 128 * 2]; | |
0 | 2146 int dword_76D518_terrain_cell_world_pos_around_party_y; // weak |
2147 int dword_76D51C_terrain_cell_world_pos_around_party_y; // weak | |
2148 int dword_76D520_terrain_cell_world_pos_around_party_y; // weak | |
2149 int dword_76D524_terrain_cell_world_pos_around_party_y; // weak | |
2150 int dword_76D528_terrain_cell_world_pos_around_party_z; // weak | |
2151 int dword_76D52C_terrain_cell_world_pos_around_party_z; // weak | |
2152 int dword_76D530_terrain_cell_world_pos_around_party_z; // weak | |
2153 int dword_76D534_terrain_cell_world_pos_around_party_z; // weak | |
2154 int dword_76D538_terrain_cell_world_pos_around_party_x; // weak | |
2155 int dword_76D53C_terrain_cell_world_pos_around_party_x; // weak | |
2156 int dword_76D540_terrain_cell_world_pos_around_party_x; // weak | |
2157 int dword_76D544_terrain_cell_world_pos_around_party_x; // weak | |
138 | 2158 //int dword_76D548_terrain_cell_world_pos_around_party_y; // weak |
2159 //int dword_76D54C_terrain_cell_world_pos_around_party_y; // weak | |
2160 //int dword_76D550_terrain_cell_world_pos_around_party_y; // weak | |
2161 //int dword_76D554_terrain_cell_world_pos_around_party_y; // weak | |
2162 //int dword_76D558_terrain_cell_world_pos_around_party_z; // weak | |
2163 //int dword_76D55C_terrain_cell_world_pos_around_party_z; // weak | |
2164 //int dword_76D560_terrain_cell_world_pos_around_party_z; // weak | |
2165 //int dword_76D564_terrain_cell_world_pos_around_party_z; // weak | |
2166 //int dword_76D568_terrain_cell_world_pos_around_party_x; // weak | |
2167 //int dword_76D56C_terrain_cell_world_pos_around_party_x; // weak | |
2168 //int dword_76D570_terrain_cell_world_pos_around_party_x; // weak | |
2169 //int dword_76D574_terrain_cell_world_pos_around_party_x; // weak | |
67 | 2170 struct unk_F7B60C stru_76D578; // struct @ MM7.exe::0076D578 |
2171 struct unk_F7B60C stru_76D590; // struct @ MM7.exe::0076D590 | |
2172 struct unk_F7B60C stru_76D5A8; // struct @ MM7.exe::0076D5A8 | |
2173 char byte_76D5C0; // weak | |
0 | 2174 int terrain_76D5C8[128]; |
2175 int terrain_76D7C8[128]; | |
2176 int terrain_76D9C8[128]; | |
2177 int terrain_76DBC8[128]; | |
2178 int terrain_76DDC8[128]; | |
2179 int terrain_76DFC8[128]; | |
2180 int terrain_76E1C8[128]; | |
2181 int terrain_76E3C8[128]; | |
67 | 2182 |
0 | 2183 _UNKNOWN unk_801A00; // weak |
2184 _UNKNOWN unk_801A0C; // weak | |
2185 char byte_80AA10; // weak | |
2186 int dword_80AA14; // weak | |
2187 int dword_80AA18; // weak | |
2188 int dword_80AA1C; // weak | |
2189 int dword_80AA20; // weak | |
2190 unsigned int uNumElementsIn80AA28; | |
2191 struct stru148 *ptr_80AA28[2000]; | |
2192 struct Edge *pNewEdges; | |
2193 struct Surf *pSurfs; | |
2194 struct Edge *pEdges; | |
2195 struct Span *pSpans; | |
2196 struct Edge *ptr_80C978_Edges; | |
2197 struct Surf *ptr_80C97C_Surfs; | |
2198 struct Edge *ptr_80CA10[480]; | |
2199 _UNKNOWN unk_80D190; // weak | |
2200 int dword_A74C88; // weak | |
2201 unsigned int uPlayerCreationUI_SkySliderPos; | |
2202 int uPlayerCreationUI_ArrowAnim; | |
2203 unsigned int uPlayerCreationUI_SelectedCharacter; | |
2204 int dword_A74CDC; // weak | |
2205 struct Texture *pTexture_PlayerFaceMask; | |
2206 struct Texture *pTexture_PlayerFaceEradicated; | |
2207 struct Texture *pTexture_PlayerFaceDead; | |
2208 struct Texture *pTextures_PlayerFaces[4][56]; | |
2209 int dword_A75070; // weak | |
2210 struct Player *pPlayers[5]; | |
2211 __int64 qword_A750D8; // weak | |
2212 __int16 word_A750E0; // weak | |
2213 __int16 word_A750E2; // weak | |
2214 char *pClassNames[36]; | |
2215 char *aCharacterConditionNames[19]; | |
2216 char *pSkillNames[38]; | |
2217 char byte_AE3368[777]; // weak | |
2218 char byte_AE3369; // weak | |
2219 char byte_AE336A; // weak | |
2220 char byte_AE336B; // weak | |
2221 int dword_AE336C; // weak | |
2222 int dword_AE3370; // weak | |
2223 char byte_AE5B91; // weak | |
2224 int dword_F1B430[32]; // weak | |
2225 int dword_F8B144; // idb | |
2226 char byte_F8B148[16]; | |
2227 __int16 word_F8B158[777]; // weak | |
496 | 2228 struct Texture *ShopTexture; // idb |
471
c43f156a95c9
ArmorShopDialog crash fixed. All shops show its items
Gloval
parents:
469
diff
changeset
|
2229 struct Texture *ItemsInShopTexture[12]; |
484 | 2230 int in_current_building_type; // 0xF8B198 |
607 | 2231 int dialog_menu_id; // weak |
0 | 2232 __int16 word_F8B1A0; // weak |
2233 const char *dword_F8B1A4; // idb | |
484 | 2234 int contract_approved; // weak |
492 | 2235 int dword_F8B1AC_award_bit_number; // idb |
0 | 2236 int dword_F8B1B0; // weak |
267 | 2237 int gold_transaction_amount; // F8B1B4 |
0 | 2238 char *pShopOptions[4]; |
2239 _UNKNOWN unk_F8B1C8; // weak | |
2240 int dword_F8B1D8; // weak | |
2241 int dword_F8B1DC; // weak | |
2242 int dword_F8B1E0; // weak | |
2243 int dword_F8B1E4; // weak | |
2244 const char *ptr_F8B1E8; // idb | |
248 | 2245 char dialogue_show_profession_details = false; // F8B1EC |
0 | 2246 char byte_F8B1EF[777]; // weak |
2247 char byte_F8B1F0[4]; | |
2248 int dword_F8B1F4; // weak | |
701 | 2249 |
2250 | |
2251 | |
186 | 2252 //_UNKNOWN unk_F8BA50; // weak |
0 | 2253 char byte_F8BC0C; // weak |
2254 int bGameoverLoop = 0; // weak | |
323 | 2255 __int16 word_F8BC48_displaced_face_intersect_plane_coords_a[104]; // idb |
2256 __int16 word_F8BD18_displaced_face_intersect_plane_coords_b[104]; // idb | |
0 | 2257 int dword_F93F20; // weak |
2258 int dword_F93F70; // weak | |
2259 | |
363 | 2260 volatile bool initing; |
2261 | |
0 | 2262 //int crt_F94004; // weak |
2263 //int crtdword_F9400C; // weak | |
2264 FARPROC lpfn; // idb |