Mercurial > mm7
annotate Outdoor.cpp @ 2353:bb9f180d50f6
Removing a few unsorted_subs includes
author | Grumpy7 |
---|---|
date | Wed, 09 Apr 2014 21:58:09 +0200 |
parents | 8a49cf25fb88 |
children | a574a80e7012 |
rev | line source |
---|---|
2253
aff7a7b072b7
adding _CRT_SECURE_NO_WARNINGS to get rid of a few hundrer annoying warnings + adding count parameter to swprintf
Grumpy7
parents:
2242
diff
changeset
|
1 #define _CRT_SECURE_NO_WARNINGS |
2336 | 2 #include "ErrorHandling.h" |
3 #include "mm7_unsorted_subs.h" | |
1016 | 4 #include "stru6.h" |
1323 | 5 #include "Weather.h" |
1016 | 6 #include "Sprites.h" |
7 #include "LightmapBuilder.h" | |
0 | 8 #include "Outdoor.h" |
1277 | 9 #include "Outdoor_stuff.h" |
0 | 10 #include "Party.h" |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
11 #include "SpriteObject.h" |
0 | 12 #include "LOD.h" |
13 #include "PaletteManager.h" | |
14 #include "GUIProgressBar.h" | |
15 #include "AudioPlayer.h" | |
16 #include "DecorationList.h" | |
2037
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
2006
diff
changeset
|
17 #include "OurMath.h" |
0 | 18 #include "ObjectList.h" |
19 #include "Game.h" | |
20 #include "Actor.h" | |
21 #include "Chest.h" | |
22 #include "stru123.h" | |
2044 | 23 #include "Timer.h" |
0 | 24 #include "Viewport.h" |
25 #include "Events.h" | |
1410
38df78aba732
deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents:
1391
diff
changeset
|
26 #include "ParticleEngine.h" |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
27 #include "TurnEngine.h" |
0 | 28 |
29 #include "mm7_data.h" | |
828
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
813
diff
changeset
|
30 #include "MM7.h" |
1262 | 31 #include "Lights.h" |
0 | 32 |
33 | |
1016 | 34 #include "MapInfo.h" |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
35 #include "Outdoor_stuff.h" |
1016 | 36 #include "BSPModel.h" |
1297 | 37 #include "GUIWindow.h" |
1828
35c1e4ff6ba7
party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
Grumpy7
parents:
1736
diff
changeset
|
38 #include "Level/Decoration.h" |
2207 | 39 #include "OurMath.h" |
2352 | 40 #include "ZlibWrapper.h" |
0 | 41 |
783 | 42 MapStartPoint uLevel_StartingPointType; // weak |
43 | |
0 | 44 OutdoorLocation *pOutdoor = new OutdoorLocation; |
1637 | 45 ODMRenderParams *pODMRenderParams; |
0 | 46 |
47 | |
48 stru149 stru_8019C8; | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
49 std::array<struct Polygon, 2000 + 18000> array_77EC08; |
0 | 50 |
767 | 51 |
52 struct FogProbabilityTableEntry | |
53 { | |
54 unsigned char small_fog_chance; | |
55 unsigned char average_fog_chance; | |
56 unsigned char dense_fog_chance; | |
57 unsigned char __unused; | |
58 } fog_probability_table[15] = | |
59 { | |
60 { 20, 10, 5, 0}, // MAP_EMERALD_ISLE | |
61 { 20, 10, 5, 0}, // MAP_HARMONDALE | |
62 { 20, 10, 5, 0}, // MAP_STEADWICK | |
63 { 20, 10, 5, 0}, // MAP_PIERPONT | |
64 { 20, 10, 5, 0}, // MAP_DEYJA | |
65 { 10, 5, 0, 0}, // MAP_BRAKADA_DESERT | |
66 { 0, 0, 0, 0}, // MAP_CELESTIA | |
67 { 0, 0, 0, 0}, // MAP_THE_PIT | |
68 { 20, 30, 50, 0}, // MAP_EVENMORN_ISLE | |
69 { 30, 20, 10, 0}, // MAP_MOUNT_NIGHON | |
70 { 10, 5, 0, 0}, // MAP_BARROW_DOWNS | |
71 { 20, 10, 5, 0}, // MAP_LAND_OF_GIANTS | |
72 { 20, 10, 5, 0}, // MAP_TATALIA | |
73 { 20, 10, 5, 0}, // MAP_AVLEE | |
74 { 0, 100, 0, 0} // MAP_SHOALS | |
75 }; | |
76 | |
760 | 77 //for future sky textures? |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
78 std::array<int, 9> dword_4EC268={{3,3,3,3,3,3,3,3,3}}; // weak |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
79 std::array<int, 7> dword_4EC28C={{3,3,3,3,3,3,3}}; // weak |
760 | 80 int dword_4EC2A8=9; // weak |
81 int dword_4EC2AC=7; // weak | |
630 | 82 |
83 | |
84 | |
0 | 85 //----- (0047A59E) -------------------------------------------------------- |
86 void OutdoorLocation::ExecDraw(unsigned int bRedraw) | |
87 { | |
88 | |
1642 | 89 pGame->pIndoorCameraD3D->debug_flags = 0; |
186 | 90 if (viewparams->draw_d3d_outlines) |
1642 | 91 pGame->pIndoorCameraD3D->debug_flags |= ODM_RENDER_DRAW_D3D_OUTLINES; |
186 | 92 |
2153 | 93 if (bRedraw || true/*pRenderer->pRenderD3D*/) |
0 | 94 { |
1642 | 95 //pODMRenderParams->RotationToInts(); |
1637 | 96 sub_481ED9_MessWithODMRenderParams(); |
0 | 97 } |
762 | 98 |
1638
ccde94f02b75
class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents:
1637
diff
changeset
|
99 pODMRenderParams->uMapGridCellX = WorldPosToGridCellX(pParty->vPosition.x); |
ccde94f02b75
class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents:
1637
diff
changeset
|
100 pODMRenderParams->uMapGridCellZ = WorldPosToGridCellZ(pParty->vPosition.y); |
ccde94f02b75
class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents:
1637
diff
changeset
|
101 assert(pODMRenderParams->uMapGridCellX <= 127 && pODMRenderParams->uMapGridCellZ <= 127); |
762 | 102 |
121 | 103 if (bRedraw) |
0 | 104 { |
105 sub_487DA9(); | |
106 } | |
107 if ( pParty->uCurrentMinute != pOutdoor->uLastSunlightUpdateMinute ) | |
108 pOutdoor->UpdateSunlightVectors(); | |
109 pOutdoor->UpdateFog(); | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
110 //pGame->pIndoorCameraD3D->sr_Reset_list_0037C(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
111 |
2153 | 112 //if (pRenderer->pRenderD3D) // d3d - redraw always |
0 | 113 { |
1923 | 114 pRenderer->DrawOutdoorSkyD3D(); |
0 | 115 pRenderer->DrawBuildingsD3D(); |
985 | 116 pRenderer->RenderTerrainD3D(); |
2322 | 117 //pRenderer->DrawBezierTerrain(); |
0 | 118 } |
2153 | 119 /*else |
83 | 120 { |
2153 | 121 if (!bRedraw) |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
122 pRenderer->OnOutdoorRedrawSW(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
123 else |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
124 { |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
125 pRenderer->DrawBuildingsSW(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
126 pRenderer->DrawBezierTerrain(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
127 sr_sub_486F92_MessWithEdgesAndSpans(); |
1637 | 128 pODMRenderParams->ApplyLightmapsSW(); |
2153 | 129 } |
130 }*/ | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
131 |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
132 |
0 | 133 pMobileLightsStack->uNumLightsActive = 0; |
134 pStationaryLightsStack->uNumLightsActive = 0; | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
135 /*if ( !pRenderer->pRenderD3D ) |
0 | 136 { |
137 pRenderer->ExecOutdoorDrawSW(); | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
138 pGame->pIndoorCameraD3D->sr_438240_draw_lits(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
139 }*/ |
0 | 140 pGame->PushStationaryLights(-1); |
141 pGame->PrepareBloodsplats(); | |
121 | 142 if (bRedraw) |
2166 | 143 pOutdoor->UpdateDiscoveredArea(WorldPosToGridCellX(pParty->vPosition.x), WorldPosToGridCellZ(pParty->vPosition.y), 1); |
0 | 144 pGame->uFlags2 &= 0xFFFFFFFEu; |
2153 | 145 if (/*pRenderer->pRenderD3D*/true && pRenderer->bUsingSpecular) |
2166 | 146 pGame->pLightmapBuilder->uFlags |= 1; |
0 | 147 else |
148 pGame->pLightmapBuilder->uFlags &= 0xFFFFFFFEu; | |
142 | 149 |
0 | 150 uNumDecorationsDrawnThisFrame = 0; |
151 uNumSpritesDrawnThisFrame = 0; | |
152 uNumBillboardsToDraw = 0; | |
142 | 153 |
432 | 154 PrepareActorsDrawList(); |
1637 | 155 if (!pODMRenderParams->bDoNotRenderDecorations) |
432 | 156 pRenderer->PrepareDecorationsRenderList_ODM(); |
142 | 157 |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
158 pRenderer->DrawSpriteObjects_ODM(); |
161 | 159 pRenderer->TransformBillboardsAndSetPalettesODM(); |
0 | 160 } |
161 | |
162 | |
163 //----- (00441CFF) -------------------------------------------------------- | |
164 void OutdoorLocation::Draw() | |
165 { | |
121 | 166 bool redrawWorld = true; |
167 if ( !(pParty->uFlags & 2) && !(pGame->uFlags2 & 1) ) | |
168 redrawWorld = false; | |
169 pOutdoor->ExecDraw(redrawWorld); | |
0 | 170 |
171 pGame->DrawParticles(); | |
2121 | 172 //pWeather->Draw();//если раскомментировать скорость снега быстрее |
1410
38df78aba732
deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents:
1391
diff
changeset
|
173 trail_particle_generator.UpdateParticles(); |
0 | 174 } |
175 | |
176 //----- (00488E23) -------------------------------------------------------- | |
177 double OutdoorLocation::GetFogDensityByTime() | |
178 { | |
2166 | 179 if ( pParty->uCurrentHour < 5 )//ночь |
180 { | |
181 pWeather->bNight = true; | |
182 return 60.0 * 0.016666668; | |
183 } | |
184 else if ( pParty->uCurrentHour >= 5 && pParty->uCurrentHour < 6 )//рассвет | |
185 { | |
186 pWeather->bNight = false; | |
187 return (60.0 - (double)(60 * pParty->uCurrentHour + pParty->uCurrentMinute - 300)) * 0.016666668; | |
188 } | |
189 else if ( pParty->uCurrentHour >= 6 && pParty->uCurrentHour < 20 )//день | |
0 | 190 { |
2166 | 191 pWeather->bNight = false; |
192 return 0.0; | |
0 | 193 } |
2166 | 194 else if ( pParty->uCurrentHour >= 20 && pParty->uCurrentHour < 21 )//сумерки |
195 { | |
196 pWeather->bNight = false; | |
197 return ((double)(pParty->uCurrentHour - 20) * 60.0 + (double)(signed int)pParty->uCurrentMinute) * 0.016666668; | |
198 } | |
199 else//ночь | |
200 { | |
201 pWeather->bNight = true; | |
202 return 60.0 * 0.016666668; | |
203 } | |
0 | 204 } |
205 | |
206 //----- (00488EB1) -------------------------------------------------------- | |
207 int OutdoorLocation::GetSomeOtherTileInfo(int sX, int sY) | |
208 { | |
67 | 209 //OutdoorLocation *v3; // esi@1 |
0 | 210 unsigned int v4; // edi@1 |
211 unsigned int v5; // eax@1 | |
2334 | 212 // int result; // eax@5 |
0 | 213 |
67 | 214 /* v3 = this; |
0 | 215 v4 = WorldPosToGridCellZ(sY); |
216 v5 = WorldPosToGridCellX(sX); | |
217 if ( (v5 & 0x80000000u) != 0 || (signed int)v5 > 127 || (v4 & 0x80000000u) != 0 || (signed int)v4 > 127 ) | |
218 result = 0; | |
219 else | |
220 result = ActuallyGetSomeOtherTileInfo(v5, v4); | |
67 | 221 return result;*/ |
222 v4 = WorldPosToGridCellZ(sY); | |
223 v5 = WorldPosToGridCellX(sX); | |
224 if ( v5 < 0 || v5 > 127 || v4 < 0 || v4 > 127 ) | |
225 return 0; | |
226 return ActuallyGetSomeOtherTileInfo(v5, v4); | |
0 | 227 } |
228 // 47F44B: using guessed type int __stdcall WorldPosToGridCellX(int); | |
229 // 47F458: using guessed type int __stdcall WorldPosToGridCellZ(int); | |
230 | |
231 //----- (00488EEF) -------------------------------------------------------- | |
2003 | 232 unsigned int OutdoorLocation::GetTileTexture(signed int sX, signed int sY) |
0 | 233 { |
67 | 234 //OutdoorLocation *v3; // esi@1 |
2003 | 235 signed int v4; // edi@1 |
236 signed int v5; // eax@1 | |
67 | 237 // unsigned int result; // eax@5 |
0 | 238 |
67 | 239 /*v3 = this; |
0 | 240 v4 = WorldPosToGridCellZ(sZ); |
241 v5 = WorldPosToGridCellX(sX); | |
67 | 242 if ( v5< 0 || (signed int)v5 > 127 || v4 < 0 || (signed int)v4 > 127 )//if ( (v5 & 0x80000000u) != 0 || (signed int)v5 > 127 || (v4 & 0x80000000u) != 0 || (signed int)v4 > 127 ) |
0 | 243 result = -1; |
244 else | |
245 result = DoGetTileTexture(v5, v4); | |
67 | 246 return result;*/ |
247 v4 = WorldPosToGridCellZ(sY); | |
248 v5 = WorldPosToGridCellX(sX); | |
249 if ( v5 < 0 || v5 > 127 || v4 < 0 || v4 > 127 ) | |
250 return -1; | |
251 return DoGetTileTexture(v5, v4); | |
0 | 252 } |
253 // 47F44B: using guessed type int __stdcall WorldPosToGridCellX(int); | |
254 // 47F458: using guessed type int __stdcall WorldPosToGridCellZ(int); | |
255 | |
256 //----- (00488F2E) -------------------------------------------------------- | |
257 int OutdoorLocation::GetHeightOnTerrain(int sX, int sZ) | |
49 | 258 /* Функция предоставляет возможность перемещать камеру таким образом, чтобы она имитировала ходьбу по ландшафту. |
259 То есть нам надо менять высоту камеры (координату Y) в зависимости от того, в каком месте ландшафта мы находимся. | |
260 Для этого мы сначала должны определить по координатам X и Z камеры квадрат ландшафта в котором мы находимся. | |
261 Все это делает функция Terrain::getHeight; в своих параметрах она получает координаты X и Z камеры и возвращает высоту, | |
262 на которой должна быть расположена камера, чтобы она оказалась над ландшафтом.*/ | |
0 | 263 { |
264 int result; // eax@5 | |
265 | |
266 if ( sX < 0 || sX > 127 || sZ < 0 || sZ > 127 ) | |
267 result = 0; | |
268 else | |
269 result = DoGetHeightOnTerrain(sX, sZ); | |
270 return result; | |
271 } | |
272 | |
273 //----- (00488F5C) -------------------------------------------------------- | |
274 bool OutdoorLocation::Initialize(const char *pFilename, int File, size_t uRespawnInterval, int thisa) | |
275 { | |
276 OutdoorLocation *v5; // esi@1 | |
277 bool result; // eax@2 | |
278 | |
279 v5 = this; | |
280 if ( pFilename ) | |
281 { | |
282 Release(); | |
283 pBitmaps_LOD->ReleaseAll2(); | |
284 pSprites_LOD->DeleteSomeOtherSprites(); | |
285 pSpriteFrameTable->ResetSomeSpriteFlags(); | |
286 pIcons_LOD->ReleaseAll2(); | |
2152 | 287 |
119 | 288 if ( !Load(pFilename, (ODMFace *)File, uRespawnInterval, thisa) ) |
0 | 289 { |
290 MessageBoxA(0, "Error!", "Couldn't Load Map!", 0); | |
291 CreateDebugLocation(); | |
292 } | |
810 | 293 ::day_attrib = v5->loc_time.day_attrib; |
294 ::day_fogrange_1 = v5->loc_time.day_fogrange_1; | |
295 ::day_fogrange_2 = v5->loc_time.day_fogrange_2; | |
0 | 296 if ( Is_out15odm_underwater() ) |
297 SetUnderwaterFog(); | |
630 | 298 _6BE134_odm_main_tile_group = v5->pTileTypes[0].tileset; |
0 | 299 result = 1; |
300 } | |
301 else | |
302 { | |
303 result = 0; | |
304 } | |
305 return result; | |
306 } | |
307 | |
783 | 308 |
309 | |
310 char foot_travel_destinations[15][4] = | |
311 { | |
312 // north south east west from | |
313 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_EMERALD_ISLE | |
314 {MAP_PIERPONT, MAP_BARROW_DOWNS, MAP_PIERPONT, MAP_STEADWICK}, // MAP_HARMONDALE | |
315 {MAP_DEYJA, MAP_BRAKADA_DESERT, MAP_HARMONDALE, MAP_TATALIA}, // MAP_STEADWICK | |
316 {MAP_AVLEE, MAP_HARMONDALE, MAP_INVALID, MAP_DEYJA}, // MAP_PIERPONT | |
317 {MAP_PIERPONT, MAP_STEADWICK, MAP_PIERPONT, MAP_STEADWICK}, // MAP_DEYJA | |
318 {MAP_STEADWICK, MAP_INVALID, MAP_BARROW_DOWNS, MAP_INVALID}, // MAP_BRAKADA_DESERT | |
319 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_CELESTIA | |
320 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_THE_PIT | |
321 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_EVENMORN_ISLE | |
322 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_MOUNT_NIGHON | |
323 {MAP_HARMONDALE, MAP_BRAKADA_DESERT, MAP_HARMONDALE, MAP_BRAKADA_DESERT}, // MAP_BARROW_DOWNS | |
324 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_LAND_OF_GIANTS | |
325 {MAP_INVALID, MAP_INVALID, MAP_STEADWICK, MAP_INVALID}, // MAP_TATALIA | |
326 {MAP_INVALID, MAP_PIERPONT, MAP_PIERPONT, MAP_INVALID}, // MAP_AVLEE | |
327 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID} // MAP_SHOALS | |
328 }; | |
329 unsigned char foot_travel_times[15][4] = | |
330 { | |
331 // north south east west from | |
332 {0, 0, 0, 0}, // MAP_EMERALD_ISLE | |
333 {5, 5, 7, 5}, // MAP_HARMONDALE | |
334 {5, 5, 5, 5}, // MAP_STEADWICK | |
335 {5, 5, 0, 5}, // MAP_PIERPONT | |
336 {7, 5, 5, 4}, // MAP_DEYJA | |
337 {5, 0, 5, 0}, // MAP_BRAKADA_DESERT | |
338 {0, 0, 0, 0}, // MAP_CELESTIA | |
339 {0, 0, 0, 0}, // MAP_THE_PIT | |
340 {0, 0, 0, 0}, // MAP_EVENMORN_ISLE | |
341 {0, 0, 0, 0}, // MAP_MOUNT_NIGHON | |
342 {5, 7, 7, 5}, // MAP_BARROW_DOWNS | |
343 {0, 0, 0, 0}, // MAP_LAND_OF_GIANTS | |
344 {0, 0, 5, 0}, // MAP_TATALIA | |
345 {0, 7, 5, 0}, // MAP_AVLEE | |
346 {0, 0, 0, 0}, // MAP_SHOALS | |
347 }; | |
348 | |
349 | |
350 MapStartPoint foot_travel_arrival_points[15][4] = | |
351 { | |
352 // north south east west from | |
353 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_EMERALD_ISLE | |
354 {MapStartPoint_South, MapStartPoint_North, MapStartPoint_South, MapStartPoint_East}, // MAP_HARMONDALE | |
355 {MapStartPoint_South, MapStartPoint_North, MapStartPoint_West, MapStartPoint_East}, // MAP_STEADWICK | |
356 {MapStartPoint_East, MapStartPoint_North, MapStartPoint_Party, MapStartPoint_East}, // MAP_PIERPONT | |
357 {MapStartPoint_West, MapStartPoint_North, MapStartPoint_West, MapStartPoint_North}, // MAP_DEYJA | |
358 {MapStartPoint_South, MapStartPoint_Party, MapStartPoint_West, MapStartPoint_Party}, // MAP_BRAKADA_DESERT | |
359 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_CELESTIA | |
360 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_THE_PIT | |
361 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_EVENMORN_ISLE | |
362 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_MOUNT_NIGHON | |
363 {MapStartPoint_South, MapStartPoint_East, MapStartPoint_South, MapStartPoint_East}, // MAP_BARROW_DOWNS | |
364 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_LAND_OF_GIANTS | |
365 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_West, MapStartPoint_Party}, // MAP_TATALIA | |
366 {MapStartPoint_Party, MapStartPoint_North, MapStartPoint_North, MapStartPoint_Party}, // MAP_AVLEE | |
367 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_SHOALS | |
368 }; | |
369 | |
370 | |
0 | 371 //----- (0048902E) -------------------------------------------------------- |
372 bool OutdoorLocation::GetTravelDestination(signed int sPartyX, signed int sPartyZ, char *pOut, signed int a5) | |
373 { | |
374 char *v6; // eax@3 | |
375 int v7; // eax@3 | |
783 | 376 //int v8; // edx@3 |
0 | 377 signed int v9; // esi@7 |
783 | 378 //int v10; // esi@23 |
0 | 379 signed int v11; // eax@23 |
783 | 380 //int v12; // ST14_4@25 |
2169 | 381 //signed int v14; // [sp-4h] [bp-84h]@6 |
138 | 382 char Str[140]; // [sp+8h] [bp-78h]@3 |
783 | 383 //int a5a; // [sp+94h] [bp+14h]@3 |
0 | 384 |
2169 | 385 strcpy(Str, this->pLevelFilename);//настоящая локация |
386 _strlwr(Str); | |
387 v6 = strtok(Str, "out"); | |
388 v6[2] = 0; | |
389 v7 = atoi(v6); | |
390 if ( a5 < 10 || strlen(this->pLevelFilename) != 9 || v7 < 1 || v7 > 15 ) //длина .odm и количество локаций | |
0 | 391 return 0; |
392 v9 = 1; | |
2169 | 393 if ( sPartyX < -22528 )//граница карты |
394 v9 = 4; | |
395 else if ( sPartyX > 22528 ) | |
396 v9 = 3; | |
397 else if ( sPartyZ < -22528 ) | |
398 v9 = 2; | |
399 else if ( sPartyZ <= 22528 ) | |
400 return 0; | |
401 | |
0 | 402 if ( v7 == 14 ) |
403 { | |
783 | 404 if ( v9 == 4 ) // to & from Shoals |
0 | 405 { |
1620
61ea994a1812
sub_43EE77_ProbablyIfUnderwaterSuitIsEquipped to Player::HasUnderwaterSuitEquipped, sub_43EDB9_get_some_race_sex_relation_2 to ShouldLoadTexturesForRaceAndGender, Player_has_item to Player::HasItem
Grumpy7
parents:
1583
diff
changeset
|
406 if ( pPlayers[1]->HasUnderwaterSuitEquipped() && |
61ea994a1812
sub_43EE77_ProbablyIfUnderwaterSuitIsEquipped to Player::HasUnderwaterSuitEquipped, sub_43EDB9_get_some_race_sex_relation_2 to ShouldLoadTexturesForRaceAndGender, Player_has_item to Player::HasItem
Grumpy7
parents:
1583
diff
changeset
|
407 pPlayers[2]->HasUnderwaterSuitEquipped() && |
61ea994a1812
sub_43EE77_ProbablyIfUnderwaterSuitIsEquipped to Player::HasUnderwaterSuitEquipped, sub_43EDB9_get_some_race_sex_relation_2 to ShouldLoadTexturesForRaceAndGender, Player_has_item to Player::HasItem
Grumpy7
parents:
1583
diff
changeset
|
408 pPlayers[3]->HasUnderwaterSuitEquipped() && |
61ea994a1812
sub_43EE77_ProbablyIfUnderwaterSuitIsEquipped to Player::HasUnderwaterSuitEquipped, sub_43EDB9_get_some_race_sex_relation_2 to ShouldLoadTexturesForRaceAndGender, Player_has_item to Player::HasItem
Grumpy7
parents:
1583
diff
changeset
|
409 pPlayers[4]->HasUnderwaterSuitEquipped()) |
0 | 410 { |
411 uDefaultTravelTime_ByFoot = 1; | |
412 strcpy(pOut, "out15.odm"); | |
783 | 413 uLevel_StartingPointType = MapStartPoint_East; |
0 | 414 LOWORD(pParty->uFlags) &= 0xFD7Bu; |
415 return 1; | |
416 } | |
783 | 417 //v8 = v7; |
0 | 418 } |
419 } | |
420 else | |
421 { | |
422 if ( v7 == 15 && v9 == 3 ) | |
423 { | |
424 uDefaultTravelTime_ByFoot = 1; | |
2169 | 425 strcpy(pOut, "out14.odm");//Авли |
783 | 426 uLevel_StartingPointType = MapStartPoint_West; |
2169 | 427 LOWORD(pParty->uFlags) &= 0xFD7Bu; |
428 return 1; | |
0 | 429 } |
430 } | |
783 | 431 //v10 = v9 + 4 * v7; |
432 //v11 = (unsigned __int8)aTiletableLoadU[v10 + 39]; | |
433 v11 = foot_travel_destinations[v7 - 1][v9 - 1]; | |
434 if (v11 == MAP_INVALID) | |
435 return false; | |
436 | |
437 assert(v11 <= MAP_SHOALS); | |
438 | |
439 uDefaultTravelTime_ByFoot = foot_travel_times[v7 - 1][v9 - 1]; | |
440 uLevel_StartingPointType = foot_travel_arrival_points[v7 - 1][v9 - 1]; | |
2169 | 441 sprintf(pOut, "out%02d.odm", v11); //локация направления |
783 | 442 return 1; |
443 //} | |
444 //return 0; | |
0 | 445 } |
446 // 6BD07C: using guessed type int uDefaultTravelTime_ByFoot; | |
447 // 6BE35C: using guessed type int uLevel_StartingPointType; | |
448 | |
449 //----- (0048917E) -------------------------------------------------------- | |
450 void OutdoorLocation::MessWithLUN() | |
451 { | |
452 this->pSpriteIDs_LUN[0] = -1; | |
2169 | 453 this->pSpriteIDs_LUN[1] = 0; |
0 | 454 this->pSpriteIDs_LUN[2] = pSpriteFrameTable->FastFindSprite("LUN1-4"); |
2169 | 455 this->pSpriteIDs_LUN[3] = 0; |
456 this->pSpriteIDs_LUN[4] = pSpriteFrameTable->FastFindSprite("LUN1-2"); | |
457 this->pSpriteIDs_LUN[5] = 0; | |
458 this->pSpriteIDs_LUN[6] = pSpriteFrameTable->FastFindSprite("LUN3-4"); | |
459 this->pSpriteIDs_LUN[7] = 0; | |
460 this->uSpriteID_LUNFULL = pSpriteFrameTable->FastFindSprite("LUNFULL"); | |
461 this->uSpriteID_LUN1_2_cp = pSpriteFrameTable->FastFindSprite("LUN1-2"); | |
462 this->uSpriteID_LUN1_4_cp = pSpriteFrameTable->FastFindSprite("LUN1-4"); | |
463 this->uSpriteID_LUN3_4_cp = pSpriteFrameTable->FastFindSprite("LUN3-4"); | |
464 this->field_D60 = -1; | |
465 this->field_CF0 = 4; | |
466 this->field_CF8 = 4; | |
467 this->field_D00 = 4; | |
468 this->field_CE8 = 0; | |
469 this->field_D3C = (int)this->pSpriteIDs_LUN; | |
470 this->field_D40 = 0; | |
471 this->field_D44 = 0; | |
472 this->field_D48 = 0; | |
473 this->field_D4C = 131072; | |
474 this->field_D5C = 0; | |
475 this->field_D64 = 0; | |
476 this->field_D28 = -1; | |
477 this->field_D08 = 0; | |
478 this->field_D0C = 0; | |
479 this->field_D10 = 0; | |
480 this->field_D24 = 0; | |
481 this->field_D2C = 0; | |
482 this->uSpriteID_LUN_SUN = pSpriteFrameTable->FastFindSprite("LUN-SUN"); | |
483 this->field_D14 = -131072; | |
484 for ( uint i = 0; i < 8; i++ ) | |
485 pSpriteFrameTable->InitializeSprite(this->pSpriteIDs_LUN[i]);//v2 += 2; | |
486 pSpriteFrameTable->InitializeSprite(this->uSpriteID_LUN_SUN); | |
0 | 487 } |
488 | |
489 //----- (004892E6) -------------------------------------------------------- | |
762 | 490 void OutdoorLocation::UpdateSunlightVectors() |
0 | 491 { |
492 unsigned int v3; // edi@3 | |
493 double v8; // st7@4 | |
494 | |
638 | 495 if ( pParty->uCurrentHour >= 5 && pParty->uCurrentHour < 21 ) |
0 | 496 { |
497 v3 = pParty->uCurrentMinute + 60 * (pParty->uCurrentHour - 5); | |
2169 | 498 this->inv_sunlight_y = 0; |
499 this->inv_sunlight_x = stru_5C6E00->Cos((signed int)(v3 * stru_5C6E00->uIntegerPi) / 960); | |
500 this->inv_sunlight_z = stru_5C6E00->Sin((signed int)(v3 * stru_5C6E00->uIntegerPi) / 960); | |
501 this->vSunlight.x = -this->inv_sunlight_x; | |
502 this->vSunlight.y = -this->inv_sunlight_y; | |
503 this->vSunlight.z = -this->inv_sunlight_z; | |
0 | 504 if ( (signed int)v3 >= 480 ) |
505 v8 = (double)(signed int)(960 - v3); | |
506 else | |
507 v8 = (double)(signed int)v3; | |
2169 | 508 this->max_terrain_dimming_level = (signed __int64)(20.0 - v8 / 480.0 * 20.0); |
509 this->uLastSunlightUpdateMinute = pParty->uCurrentMinute; | |
0 | 510 } |
511 } | |
512 | |
513 //----- (004893C1) -------------------------------------------------------- | |
514 void OutdoorLocation::UpdateFog() | |
515 { | |
516 fFogDensity = GetFogDensityByTime(); | |
517 } | |
518 | |
519 //----- (004893CF) -------------------------------------------------------- | |
520 int OutdoorLocation::GetNumFoodRequiredToRestInCurrentPos(int x, signed int y, int z) | |
521 { | |
522 int v7; // eax@4 | |
2166 | 523 int is_on_water; // [sp+8h] [bp-8h]@2 |
524 int bmodel_standing_on_pid; // [sp+Ch] [bp-4h]@2 | |
525 | |
526 is_on_water = 0; | |
527 bmodel_standing_on_pid = 0; | |
528 ODM_GetFloorLevel(x, y, z, pParty->uDefaultPartyHeight, &is_on_water, &bmodel_standing_on_pid, 0); | |
529 if ( pParty->uFlags & 8 || bmodel_standing_on_pid || is_on_water )//на bmodel,и или на воде | |
0 | 530 return 2; |
2166 | 531 v7 = _47ED83(WorldPosToGridCellX(pParty->vPosition.x), WorldPosToGridCellZ(pParty->vPosition.y) - 1); |
532 switch ( pTileTable->pTiles[GetTileIdByTileMapId(v7)].tileset ) | |
0 | 533 { |
2166 | 534 case Tileset_Grass://на траве |
535 return 1; | |
536 case Tileset_Snow://на снегу | |
0 | 537 return 3; |
2166 | 538 case Tilset_Desert://на песке |
0 | 539 return 5; |
2166 | 540 case Tileset_3: |
541 case Tileset_Dirt:// на грязи | |
0 | 542 return 4; |
2166 | 543 case Tileset_Water:// on water(на воде) |
544 return 3;//еденицы еды | |
545 default: | |
546 return 2; | |
0 | 547 } |
548 } | |
767 | 549 |
0 | 550 //----- (00489487) -------------------------------------------------------- |
767 | 551 void OutdoorLocation::SetFog() |
0 | 552 { |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1458
diff
changeset
|
553 strcpy(pOutdoor->pLevelFilename, pCurrentMapName); |
0 | 554 |
1980 | 555 MAP_TYPE map_id = pMapStats->GetMapInfo(pCurrentMapName); |
767 | 556 if (map_id == MAP_INVALID || map_id == MAP_CELESTIA || map_id == MAP_THE_PIT || map_id > MAP_SHOALS) |
557 return; | |
558 | |
559 uint chance = rand() % 100; | |
560 | |
561 if (chance < fog_probability_table[map_id - 1].small_fog_chance) | |
0 | 562 { |
767 | 563 ::day_fogrange_1 = 4096; |
564 ::day_fogrange_2 = 8192; | |
565 ::day_attrib |= DAY_ATTRIB_FOG; | |
0 | 566 } |
767 | 567 else if (chance < fog_probability_table[map_id - 1].small_fog_chance + |
568 fog_probability_table[map_id - 1].average_fog_chance) | |
0 | 569 { |
767 | 570 ::day_fogrange_2 = 4096; |
571 ::day_fogrange_1 = 0; | |
572 ::day_attrib |= DAY_ATTRIB_FOG; | |
0 | 573 } |
767 | 574 else if (fog_probability_table[map_id - 1].dense_fog_chance && |
575 chance < fog_probability_table[map_id - 1].small_fog_chance + | |
576 fog_probability_table[map_id - 1].average_fog_chance + | |
577 fog_probability_table[map_id - 1].dense_fog_chance) | |
0 | 578 { |
767 | 579 ::day_fogrange_2 = 2048; |
580 ::day_fogrange_1 = 0; | |
581 ::day_attrib |= DAY_ATTRIB_FOG; | |
0 | 582 } |
767 | 583 else |
584 ::day_attrib &= ~DAY_ATTRIB_FOG; | |
585 | |
0 | 586 if ( Is_out15odm_underwater() ) |
587 SetUnderwaterFog(); | |
810 | 588 pOutdoor->loc_time.day_fogrange_1 = ::day_fogrange_1; |
589 pOutdoor->loc_time.day_fogrange_2 = ::day_fogrange_2; | |
590 pOutdoor->loc_time.day_attrib = ::day_attrib; | |
0 | 591 } |
592 | |
593 //----- (00482170) -------------------------------------------------------- | |
2169 | 594 bool ODMFace::IsBackfaceCulled(RenderVertexSoft *a2, struct Polygon *polygon) |
0 | 595 { |
596 unsigned int v5; // edx@1 | |
597 RenderVertexSoft *v6; // ecx@2 | |
598 double v7; // st7@5 | |
599 double v8; // st6@5 | |
600 double v9; // st5@5 | |
601 double v10; // st6@9 | |
602 double v11; // st5@9 | |
603 double v12; // st4@9 | |
604 double v14; // ST2C_8@17 | |
605 double v15; // ST20_8@17 | |
606 double v16; // ST0C_8@17 | |
607 double v17; // ST0C_8@17 | |
608 float v18; // [sp+8h] [bp-38h]@5 | |
609 float v19; // [sp+10h] [bp-30h]@5 | |
610 float v20; // [sp+14h] [bp-2Ch]@5 | |
611 float v21; // [sp+18h] [bp-28h]@5 | |
612 float v22; // [sp+1Ch] [bp-24h]@5 | |
613 float v23; // [sp+24h] [bp-1Ch]@5 | |
614 float v24; // [sp+28h] [bp-18h]@5 | |
615 float v25; // [sp+30h] [bp-10h]@5 | |
616 float v26; // [sp+34h] [bp-Ch]@5 | |
617 float v27; // [sp+38h] [bp-8h]@5 | |
618 float v28; // [sp+3Ch] [bp-4h]@5 | |
619 float a3a; // [sp+48h] [bp+8h]@5 | |
620 float a3b; // [sp+48h] [bp+8h]@17 | |
621 float a3c; // [sp+48h] [bp+8h]@17 | |
622 float a3d; // [sp+48h] [bp+8h]@17 | |
623 float a3e; // [sp+48h] [bp+8h]@17 | |
624 | |
2169 | 625 v5 = polygon->uNumVertices; |
0 | 626 if ( (signed int)v5 < 3 ) |
2169 | 627 return false; |
628 v6 = &a2[v5 - 1]; | |
629 if ( a2->vWorldPosition.z == a2[1].vWorldPosition.z && a2[1].vWorldPosition.z == v6->vWorldPosition.z ) | |
630 *(int *)&polygon->flags |= 0x10u; | |
631 v19 = a2[1].vWorldViewPosition.x - a2->vWorldViewPosition.x; | |
632 v18 = a2[1].vWorldViewPosition.y - a2->vWorldViewPosition.y; | |
633 v20 = a2[1].vWorldViewPosition.z - a2->vWorldViewPosition.z; | |
634 v21 = v6->vWorldViewPosition.x - a2->vWorldViewPosition.x; | |
635 v22 = v6->vWorldViewPosition.y - a2->vWorldViewPosition.y; | |
636 v23 = v6->vWorldViewPosition.z - a2->vWorldViewPosition.z; | |
637 v28 = a2[1].vWorldPosition.x - a2->vWorldPosition.x; | |
638 v27 = a2[1].vWorldPosition.y - a2->vWorldPosition.y; | |
639 a3a = a2[1].vWorldPosition.z - a2->vWorldPosition.z; | |
640 v7 = v6->vWorldPosition.x - a2->vWorldPosition.x; | |
641 v8 = v6->vWorldPosition.y - a2->vWorldPosition.y; | |
642 v9 = v6->vWorldPosition.z - a2->vWorldPosition.z; | |
0 | 643 v26 = v27 * v9 - v8 * a3a; |
644 v24 = v7 * a3a - v9 * v28; | |
645 v25 = v8 * v28 - v7 * v27; | |
646 if ( v26 == 0.0 && v24 == 0.0 && v25 == 0.0 ) | |
647 { | |
648 while ( 1 ) | |
649 { | |
650 --v5; | |
651 if ( (signed int)v5 < 2 ) | |
652 break; | |
2169 | 653 v10 = v6->vWorldPosition.x - a2->vWorldPosition.x; |
654 v11 = v6->vWorldPosition.y - a2->vWorldPosition.y; | |
655 v12 = v6->vWorldPosition.z - a2->vWorldPosition.z; | |
0 | 656 v26 = v27 * v12 - v11 * a3a; |
657 v24 = v10 * a3a - v12 * v28; | |
658 v25 = v11 * v28 - v10 * v27; | |
659 if ( v26 != 0.0 ) | |
660 break; | |
661 if ( v24 != 0.0 || v25 != 0.0 ) | |
662 break; | |
663 --v6; | |
664 } | |
2169 | 665 v21 = v6->vWorldViewPosition.x - a2->vWorldViewPosition.x; |
666 v22 = v6->vWorldViewPosition.y - a2->vWorldViewPosition.y; | |
667 v23 = v6->vWorldViewPosition.z - a2->vWorldViewPosition.z; | |
0 | 668 } |
2169 | 669 if ( ((double)pGame->pIndoorCameraD3D->vPartyPos.x - a2->vWorldPosition.x) * v26 |
670 + ((double)pGame->pIndoorCameraD3D->vPartyPos.z - a2->vWorldPosition.z) * v25 | |
671 + ((double)pGame->pIndoorCameraD3D->vPartyPos.y - a2->vWorldPosition.y) * v24 > 0.0 ) | |
0 | 672 { |
673 a3b = v23 * v18 - v22 * v20; | |
674 v14 = a3b + 6.7553994e15; | |
2169 | 675 polygon->v_18.x = LODWORD(v14); |
0 | 676 a3c = v21 * v20 - v23 * v19; |
677 v15 = a3c + 6.7553994e15; | |
2169 | 678 polygon->v_18.y = LODWORD(v15); |
0 | 679 a3d = v22 * v19 - v21 * v18; |
680 v16 = a3d + 6.7553994e15; | |
2169 | 681 polygon->v_18.z = LODWORD(v16); |
682 polygon->_normalize_v_18(); | |
683 a3e = -((double)polygon->v_18.x * a2->vWorldViewPosition.x) | |
684 - (double)polygon->v_18.y * a2->vWorldViewPosition.y | |
685 - (double)polygon->v_18.z * a2->vWorldViewPosition.z; | |
0 | 686 v17 = a3e + 6.7553994e15; |
2169 | 687 polygon->field_24 = LODWORD(v17); |
688 return true; | |
0 | 689 } |
690 else | |
2169 | 691 return false; |
0 | 692 } |
693 | |
694 //----- (0047C7A9) -------------------------------------------------------- | |
695 void OutdoorLocationTerrain::_47C7A9() | |
696 { | |
697 this->field_10 = 0; | |
698 this->field_12 = 0; | |
699 this->field_16 = 0; | |
700 this->field_14 = 0; | |
701 this->field_1C = 0; | |
702 this->field_18 = 0; | |
703 } | |
704 | |
705 //----- (0047C7C2) -------------------------------------------------------- | |
49 | 706 void OutdoorLocationTerrain::Release()//очистить локацию |
0 | 707 { |
708 if (pHeightmap) | |
709 { | |
1583 | 710 free(this->pHeightmap); |
0 | 711 pHeightmap = nullptr; |
712 } | |
713 if (pTilemap) | |
714 { | |
1583 | 715 free(pTilemap); |
0 | 716 pTilemap = nullptr; |
717 } | |
718 if (pAttributemap) | |
719 { | |
1583 | 720 free(pAttributemap); |
0 | 721 pAttributemap = nullptr; |
722 } | |
760 | 723 if (pDmap) |
0 | 724 { |
1583 | 725 free(pDmap); |
760 | 726 pDmap = nullptr; |
0 | 727 } |
728 | |
729 _47C7A9(); | |
730 } | |
731 | |
732 //----- (0047C80A) -------------------------------------------------------- | |
760 | 733 void OutdoorLocationTerrain::FillDMap( int X, int Y, int W, int Z ) |
2169 | 734 { |
0 | 735 double v6; // st7@1 |
736 double v7; // st7@2 | |
737 double v8; // st7@2 | |
738 int result; // eax@3 | |
739 int v10; // eax@4 | |
740 int v11; // ecx@5 | |
741 int v12; // ecx@6 | |
742 int v13; // edi@7 | |
743 int v14; // edx@9 | |
2334 | 744 // int v15; // eax@15 |
49 | 745 unsigned __int8 *pMapHeight; // ebx@15 |
0 | 746 int v17; // eax@15 |
747 int v18; // ecx@15 | |
748 int v19; // esi@15 | |
749 int v20; // edi@15 | |
750 int v21; // edx@15 | |
751 int v22; // ecx@15 | |
752 int v23; // ebx@15 | |
753 int v24; // ecx@15 | |
754 int v25; // ST28_4@15 | |
755 double v26; // st7@15 | |
756 double v27; // st6@15 | |
757 double v28; // st5@15 | |
758 double v29; // st7@15 | |
759 double v30; // st7@16 | |
760 double v31; // st7@17 | |
761 int v32; // eax@21 | |
762 double v33; // st7@21 | |
763 double v34; // st6@21 | |
764 double v35; // st5@21 | |
765 double v36; // st7@21 | |
766 double v37; // st7@22 | |
767 double v38; // st7@23 | |
768 int v39; // [sp+14h] [bp-34h]@8 | |
769 int v40; // [sp+18h] [bp-30h]@15 | |
770 int v41; // [sp+1Ch] [bp-2Ch]@15 | |
771 int v42; // [sp+20h] [bp-28h]@15 | |
772 int v44; // [sp+28h] [bp-20h]@21 | |
773 float v45; // [sp+2Ch] [bp-1Ch]@1 | |
774 float v46; // [sp+30h] [bp-18h]@1 | |
775 float v47; // [sp+34h] [bp-14h]@1 | |
2169 | 776 //int v48; // [sp+38h] [bp-10h]@7 |
0 | 777 int v49; // [sp+3Ch] [bp-Ch]@10 |
778 int v50; // [sp+40h] [bp-8h]@9 | |
779 float v51; // [sp+44h] [bp-4h]@15 | |
780 float v52; // [sp+44h] [bp-4h]@21 | |
781 float v53; // [sp+50h] [bp+8h]@15 | |
782 float v54; // [sp+50h] [bp+8h]@21 | |
2334 | 783 // int v55; // [sp+54h] [bp+Ch]@15 |
0 | 784 float v56; // [sp+54h] [bp+Ch]@15 |
785 float v57; // [sp+54h] [bp+Ch]@21 | |
786 | |
787 v46 = -64.0; | |
788 v47 = -64.0; | |
789 v45 = 64.0; | |
790 v6 = sqrt(12288.0); | |
791 if ( v6 != 0.0 ) | |
792 { | |
793 v7 = 1.0 / v6; | |
794 v45 = 64.0 * v7; | |
795 v8 = v7 * -64.0; | |
796 v46 = v8; | |
797 v47 = v8; | |
798 } | |
760 | 799 result = Y; |
800 if ( Y > Z ) | |
0 | 801 { |
760 | 802 v10 = Z ^ Y; |
803 Z ^= Y ^ Z; | |
804 result = Z ^ v10; | |
0 | 805 } |
760 | 806 v11 = X; |
807 if ( X > W ) | |
0 | 808 { |
760 | 809 v12 = W ^ X; |
810 W ^= X ^ W; | |
811 v11 = W ^ v12; | |
0 | 812 } |
2169 | 813 //v48 = result - 1; |
760 | 814 if ( result - 1 <= Z ) |
0 | 815 { |
816 v39 = v11 - 1; | |
2169 | 817 for ( v13 = result - 1; v13 <= Z; v13++ ) |
0 | 818 { |
819 v50 = v39; | |
760 | 820 if ( v39 <= W ) |
0 | 821 { |
822 result = (v39 - 63) << 9; | |
823 v49 = (v39 - 63) << 9; | |
2169 | 824 for ( v14 = v39; v14 <= W; v14++ ) |
0 | 825 { |
826 if ( v13 >= 0 && result >= -32256 && v13 <= 127 && result <= 32768 ) | |
827 { | |
2169 | 828 //v15 = pOutLocTerrain->field_10; |
829 //v55 = pOutLocTerrain->field_10; | |
830 pMapHeight = this->pHeightmap; | |
831 v17 = (int)(&pMapHeight[v13 * this->field_10] + v14); | |
0 | 832 v18 = -v13; |
833 v19 = (64 - v13) << 9; | |
834 v20 = 32 * *(char *)v17; | |
835 v21 = 32 * *(char *)(v17 + 1); | |
2169 | 836 |
0 | 837 v22 = (v18 + 63) << 9; |
838 v41 = v22; | |
2169 | 839 v23 = (int)(&pMapHeight[this->field_10 * (v13 + 1)] + v14); |
0 | 840 v24 = v22 - v19; |
841 v40 = 32 * *(char *)v23; | |
842 v42 = 32 * *(char *)(v23 + 1); | |
760 | 843 |
0 | 844 v25 = v49 - 512 - v49; |
845 v26 = (double)-((v20 - v21) * v24); | |
846 v51 = v26; | |
847 v27 = (double)-(v25 * (v42 - v21)); | |
848 v53 = v27; | |
849 v28 = (double)(v25 * v24); | |
850 v56 = v28; | |
851 v29 = sqrt(v28 * v28 + v27 * v27 + v26 * v26); | |
852 if ( v29 != 0.0 ) | |
853 { | |
854 v30 = 1.0 / v29; | |
855 v51 = v51 * v30; | |
856 v53 = v53 * v30; | |
857 v56 = v30 * v56; | |
858 } | |
859 v31 = (v56 * v47 + v53 * v46 + v51 * v45) * 31.0; | |
860 if ( v31 < 0.0 ) | |
861 v31 = 0.0; | |
862 if ( v31 > 31.0 ) | |
863 v31 = 31.0; | |
2169 | 864 v44 = 2 * (v14 + v13 * this->field_10); |
865 //pOutLocTerrain = pOutLocTerrain2; | |
866 *((char *)this->pDmap + v44 + 1) = (signed __int64)v31; | |
760 | 867 |
0 | 868 v32 = v49 - (v49 - 512); |
869 v33 = (double)-((v42 - v40) * (v19 - v41)); | |
870 v52 = v33; | |
871 v34 = (double)-(v32 * (v20 - v40)); | |
872 v54 = v34; | |
873 v35 = (double)(v32 * (v19 - v41)); | |
874 v57 = v35; | |
875 v36 = sqrt(v35 * v35 + v34 * v34 + v33 * v33); | |
876 if ( v36 != 0.0 ) | |
877 { | |
878 v37 = 1.0 / v36; | |
879 v52 = v52 * v37; | |
880 v54 = v54 * v37; | |
881 v57 = v37 * v57; | |
882 } | |
883 v38 = (v57 * v47 + v54 * v46 + v52 * v45) * 31.0; | |
884 if ( v38 < 0.0 ) | |
885 v38 = 0.0; | |
886 if ( v38 > 31.0 ) | |
887 v38 = 31.0; | |
2169 | 888 //v13 = v48; |
889 *((char *)this->pDmap + v44) = (signed __int64)v38; | |
890 //v14 = v50; | |
0 | 891 result = v49; |
892 } | |
2169 | 893 //++v14; |
0 | 894 result += 512; |
2169 | 895 //v50 = v14; |
0 | 896 v49 = result; |
897 } | |
898 } | |
2169 | 899 //++v13; |
900 //v48 = v13; | |
0 | 901 } |
2169 | 902 //while ( v13 <= Z ); |
0 | 903 } |
904 } | |
905 | |
906 //----- (0047CB57) -------------------------------------------------------- | |
907 int OutdoorLocationTerrain::_47CB57(int a1, int a2, int a3) | |
908 { | |
909 signed int result; // eax@2 | |
2334 | 910 // unsigned __int16 *v5; // edx@3 |
911 // double v6; // st7@3 | |
912 // int v8; // eax@3 | |
913 // int v9; // eax@4 | |
914 // int v10; // eax@5 | |
915 // double v11; // st6@7 | |
916 // signed int v12; // edi@7 | |
917 // int v13; // esi@9 | |
918 // char *v14; // esi@10 | |
919 // signed int v15; // ecx@10 | |
920 // char v16[256]; // [sp+4h] [bp-124h]@9 | |
921 // unsigned __int16 *v17; // [sp+104h] [bp-24h]@3 | |
922 // float v22; // [sp+118h] [bp-10h]@3 | |
923 // float v23; // [sp+11Ch] [bp-Ch]@3 | |
924 // int i; // [sp+120h] [bp-8h]@3 | |
925 // unsigned int v25; // [sp+124h] [bp-4h]@5 | |
926 // signed int a2a; // [sp+134h] [bp+Ch]@3 | |
927 // unsigned int a2b; // [sp+134h] [bp+Ch]@7 | |
928 // float a3a; // [sp+138h] [bp+10h]@7 | |
929 // int a3b; // [sp+138h] [bp+10h]@9 | |
0 | 930 |
2132 | 931 int num_r_bits = 5; |
932 int num_g_bits = 6; | |
933 int num_b_bits = 5; | |
934 | |
935 int r_mask = 0xF800; | |
936 int g_mask = 0x7E0; | |
937 int b_mask = 0x1F; | |
938 | |
2154 | 939 //if ( pRenderer->pRenderD3D ) |
0 | 940 result = 0; |
2154 | 941 /*else |
0 | 942 { |
2132 | 943 __debugbreak(); |
0 | 944 v5 = PaletteManager::Get_Dark_or_Red_LUT(a2, 0, 1); |
945 v6 = 0.0; | |
946 v22 = 0.0; | |
947 v8 = 0; | |
948 v17 = v5; | |
949 v23 = 0.0; | |
950 a2a = 0; | |
951 for ( i = 0; i < a3; ++i ) | |
952 { | |
953 v9 = *(char *)(v8 + a1); | |
954 if ( v9 ) | |
955 { | |
956 v10 = v5[v9]; | |
2132 | 957 v6 = v6 + (double)((signed int)(r_mask & v10) >> (num_b_bits + num_g_bits)); |
0 | 958 ++a2a; |
2132 | 959 v25 = b_mask & v10; |
960 v22 = (double)((signed int)(g_mask & v10) >> num_b_bits) + v22; | |
961 v23 = (double)(signed int)(b_mask & v10) + v23; | |
0 | 962 } |
963 v8 = i + 1; | |
964 } | |
965 v11 = 1.0 / (double)a2a; | |
966 a3a = v11; | |
967 v25 = (signed __int64)(a3a * v22); | |
968 i = (signed __int64)(a3a * v23); | |
969 v12 = 0; | |
2132 | 970 a2b = num_b_bits + num_g_bits; |
0 | 971 while ( 1 ) |
972 { | |
973 v13 = v17[v12]; | |
2132 | 974 a3b = abs((__int64)(signed __int64)(v11 * v6) - ((signed int)(r_mask & v17[v12]) >> a2b)); |
975 BYTE3(a3b) = abs((signed)v25 - ((signed int)(g_mask & v13) >> num_b_bits)) + a3b; | |
976 v16[v12++] = abs((signed)i - (signed)(b_mask & v13)) + BYTE3(a3b); | |
0 | 977 if ( v12 >= 256 ) |
978 break; | |
979 } | |
980 result = 0; | |
981 v14 = (char *)&pPaletteManager->field_D1600[42][23][116]; | |
982 v15 = 0; | |
983 do | |
984 { | |
985 if ( (unsigned __int8)v16[v15] < (signed int)v14 ) | |
986 { | |
987 v14 = (char *)(unsigned __int8)v16[v15]; | |
988 result = v15; | |
989 } | |
990 ++v15; | |
991 } | |
992 while ( v15 < 256 ); | |
2154 | 993 }*/ |
0 | 994 return result; |
995 } | |
996 | |
997 //----- (0047CCE2) -------------------------------------------------------- | |
998 bool OutdoorLocationTerrain::ZeroLandscape() | |
999 { | |
1000 memset(this->pHeightmap, 0, 0x4000u); | |
2166 | 1001 memset(this->pTilemap, 90, 0x4000u); |
1002 memset(this->pAttributemap, 0, 0x4000u); | |
1003 memset(this->pDmap, 0, 0x8000u); | |
1004 this->field_12 = 128; | |
1005 this->field_10 = 128; | |
1006 this->field_16 = 7; | |
1007 this->field_14 = 7; | |
1008 this->field_1C = 127; | |
1009 this->field_18 = 127; | |
1010 return true; | |
0 | 1011 } |
1012 | |
1013 //----- (0047CD44) -------------------------------------------------------- | |
1014 bool OutdoorLocationTerrain::Initialize() | |
1015 { | |
1583 | 1016 pHeightmap = (unsigned __int8 *)malloc(0x4000u);//height map |
1017 pTilemap = (unsigned __int8 *)malloc(0x4000u);//tile map | |
1018 pAttributemap = (unsigned __int8 *)malloc(0x4000u);//карта атрибутов | |
1019 pDmap = (struct DMap *)malloc(0x8000u); | |
1020 if (pHeightmap && pTilemap && pAttributemap && pDmap ) | |
760 | 1021 return true; |
0 | 1022 else |
760 | 1023 return false; |
0 | 1024 } |
1025 | |
1026 //----- (0047CDE2) -------------------------------------------------------- | |
1027 void OutdoorLocation::CreateDebugLocation() | |
1028 { | |
2123 | 1029 //OutdoorLocation *v1; // esi@1 |
0 | 1030 void *v2; // eax@1 |
1031 void *v3; // ST14_4@1 | |
1032 void *v4; // eax@1 | |
1033 void *v5; // ST14_4@1 | |
1034 void *v6; // eax@1 | |
2123 | 1035 //unsigned int v7; // eax@1 |
1545 | 1036 //char v8; // zf@1 |
0 | 1037 |
2123 | 1038 //v1 = this; |
0 | 1039 strcpy(this->pLevelFilename, "blank"); |
2123 | 1040 strcpy(this->pLocationFileName, "i6.odm"); |
1041 strcpy(this->pLocationFileDescription, "MM6 Outdoor v1.00"); | |
1042 this->uNumBModels = 0; | |
1043 this->pTileTypes[0].tileset = Tileset_Grass; | |
1044 this->pTileTypes[1].tileset = Tileset_Water; | |
1045 this->pTileTypes[2].tileset = Tileset_6; | |
1046 this->pTileTypes[3].tileset = Tileset_RoadGrassCobble; | |
1047 this->LoadTileGroupIds(); | |
1048 this->LoadRoadTileset(); | |
1049 free(this->pBModels); | |
1050 free(this->pSpawnPoints); | |
1051 this->pBModels = 0; | |
1052 this->pSpawnPoints = 0; | |
1053 this->pTerrain.Initialize(); | |
1054 this->pTerrain.ZeroLandscape(); | |
1055 this->pTerrain.FillDMap(0, 0, 128, 128); | |
1056 free(this->pCmap); | |
1057 this->pCmap = 0; | |
1583 | 1058 v2 = malloc(0x8000u); |
2123 | 1059 v3 = this->pOMAP; |
1060 this->pCmap = v2; | |
1583 | 1061 free(v3); |
2123 | 1062 this->pOMAP = 0; |
1583 | 1063 v4 = malloc(0x10000u); |
2123 | 1064 this->pOMAP = (unsigned int *)v4; |
0 | 1065 memset(v4, 0, 0x10000u); |
2123 | 1066 v5 = this->pFaceIDLIST; |
1067 this->numFaceIDListElems = 0; | |
1583 | 1068 free(v5); |
2123 | 1069 this->pFaceIDLIST = 0; |
1583 | 1070 v6 = malloc(2); |
2123 | 1071 this->pFaceIDLIST = (unsigned __int16 *)v6; |
0 | 1072 *(short *)v6 = 0; |
2123 | 1073 strcpy(this->pSkyTextureName, pDefaultSkyTexture.data()); |
1074 this->sSky_TextureID = pBitmaps_LOD->LoadTexture(this->pSkyTextureName); | |
1075 strcpy(this->pGroundTileset, byte_6BE124_cfg_textures_DefaultGroundTexture.data()); | |
1076 //v7 = pBitmaps_LOD->LoadTexture(this->pGroundTileset); | |
1077 this->sMainTile_BitmapID = pBitmaps_LOD->LoadTexture(this->pGroundTileset); | |
1078 | |
1079 if ( this->sSky_TextureID == -1 ) | |
1545 | 1080 Error("Invalid Sky Tex Handle"); |
1081 | |
2123 | 1082 if ( this->sMainTile_BitmapID == -1 ) |
1545 | 1083 Error("Invalid Ground Tex Handle"); |
0 | 1084 } |
1085 | |
1086 //----- (0047CF9C) -------------------------------------------------------- | |
1087 void OutdoorLocation::Release() | |
1088 { | |
1089 strcpy(pLevelFilename, "blank"); | |
1090 strcpy(pLocationFileName, "default.odm"); | |
1091 strcpy(pLocationFileDescription, "MM6 Outdoor v1.00"); | |
1092 strcpy(pSkyTextureName, "sky043"); | |
1093 strcpy(pGroundTileset, "hm005"); | |
1094 | |
1095 if (pBModels) | |
1096 { | |
1097 for (uint i = 0; i < uNumBModels; ++i) | |
1098 pBModels[i].Release(); | |
1099 | |
1583 | 1100 free(pBModels); |
0 | 1101 pBModels = nullptr; |
1102 uNumBModels = 0; | |
1103 } | |
1104 | |
1105 if (pSpawnPoints) | |
1106 { | |
1583 | 1107 free(pSpawnPoints); |
0 | 1108 pSpawnPoints = nullptr; |
1109 } | |
1110 uNumSpawnPoints = 0; | |
1111 | |
1112 pTerrain.Release(); | |
1113 | |
760 | 1114 if (pCmap) |
0 | 1115 { |
1583 | 1116 free(pCmap); |
760 | 1117 pCmap = nullptr; |
0 | 1118 } |
1119 if (pOMAP) | |
1120 { | |
1583 | 1121 free(pOMAP); |
0 | 1122 pOMAP = nullptr; |
1123 } | |
1124 if (pFaceIDLIST) | |
1125 { | |
1583 | 1126 free(pFaceIDLIST); |
0 | 1127 pFaceIDLIST = nullptr; |
1128 } | |
1129 if (pTerrainNormals) | |
1130 { | |
1583 | 1131 free(pTerrainNormals); |
0 | 1132 pTerrainNormals = nullptr; |
1133 } | |
1134 } | |
1135 | |
1136 //----- (0047D0A6) -------------------------------------------------------- | |
119 | 1137 bool OutdoorLocation::Load(const char *pFilename, ODMFace *File, size_t pNumItems, int thisa)//загрузка локации |
0 | 1138 { |
1139 //OutdoorLocation *pOutdoorLocation; // esi@1 | |
1140 /*bool result; // eax@9 | |
1141 bool v7; // ebx@9 | |
1142 size_t v8; // eax@10 | |
1143 void *v9; // eax@10 | |
1144 void *v10; // eax@10 | |
1145 void *v11; // eax@10 | |
1146 int v12; // ebx@11 | |
1147 BSPModel *v13; // eax@12 | |
1148 void *v14; // eax@12 | |
1149 BSPModel *v15; // ecx@12 | |
1150 void *v16; // eax@12 | |
1151 BSPModel *v17; // ecx@12 | |
1152 BSPModel *v18; // eax@12 | |
1153 __int16 v19; // ax@15 | |
1154 __int16 v20; // ax@16 | |
1155 int v21; // ecx@16 | |
1156 ODMFace *v22; // ebx@26 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1157 SpriteObject *pItems; // ecx@27 |
0 | 1158 unsigned int v24; // eax@28 |
1159 //unsigned __int8 v25; // zf@28 | |
1160 //unsigned __int8 v26; // sf@28 | |
1161 ODMFace *v27; // eax@28 | |
1162 const char *i; // edx@29 | |
1163 unsigned __int16 v29; // ax@33 | |
1164 unsigned __int16 v30; // ax@37 | |
1165 int v31; // ecx@37 | |
1166 int v32; // eax@38 | |
1167 void *v33; // eax@38 | |
1168 TileDesc *v34; // eax@43 | |
1169 unsigned int v35; // eax@43 | |
1170 unsigned int v36; // edi@43 | |
1171 unsigned int v37; // edi@45*/ | |
1172 //size_t v38; // eax@50 | |
1173 FILE *v39; // eax@50 | |
1174 //unsigned int v40; // edi@56 | |
1175 //void *v41; // eax@56 | |
1176 //void *v42; // ebx@56 | |
1177 //const void *v43; // ebx@59 | |
1178 //const void *v44; // ebx@59 | |
1179 //unsigned int v45; // eax@59 | |
1180 //BSPModel *v46; // eax@59 | |
1181 //unsigned int v47; // ecx@59 | |
1182 //int v48; // ebx@60 | |
1183 //BSPModel *v49; // eax@61 | |
1184 //BSPModel *v50; // eax@61 | |
1185 //BSPModel *v51; // eax@61 | |
1186 //BSPModel *v52; // eax@61 | |
1187 //BSPModel *v53; // eax@61 | |
1188 //BSPModel *v54; // ecx@61 | |
1189 //BSPModel *v55; // ecx@61 | |
1190 //BSPModel *v56; // ecx@61 | |
1191 //void *v57; // ST24_4@61 | |
1192 //BSPModel *v58; // ecx@61 | |
1193 //void *v59; // ST18_4@61 | |
1194 //BSPModel *v60; // eax@61 | |
1195 //__int16 v61; // ax@64 | |
1196 unsigned __int16 v62; // ax@65 | |
1197 //ODMFace *v63; // ecx@65 | |
1198 //unsigned __int16 v64; // ax@80 | |
1199 //const char *v65; // ecx@80 | |
1200 //int v66; // eax@81 | |
1201 //void *v67; // eax@81 | |
1202 //int v68; // ecx@81 | |
1203 //void *v69; // eax@81 | |
1204 //unsigned int v70; // eax@81 | |
1205 //SpawnPointMM7 *v71; // eax@81 | |
1206 //unsigned int v72; // ecx@81 | |
1207 //size_t v73; // eax@81 | |
1208 //int v74; // edi@87 | |
1209 //void *v75; // edi@88 | |
1210 //unsigned int v76; // edx@94 | |
1211 //int v77; // ecx@94 | |
1212 //char *v78; // eax@95 | |
1213 //unsigned int v79; // edx@97 | |
1214 //unsigned int v80; // eax@99 | |
1215 //int v81; // eax@107 | |
1216 //void *v82; // edi@114 | |
1217 //size_t v83; // eax@120 | |
1218 //const void *v84; // edi@120 | |
1219 //const void *v85; // edi@120 | |
1220 //BSPModel *v86; // eax@124 | |
1221 //unsigned int v87; // eax@124 | |
1222 //BSPModel *v88; // eax@126 | |
1223 //BSPModel *v89; // eax@127 | |
1224 //ODMFace *v90; // eax@129 | |
1225 //const void *v91; // edi@138 | |
1226 //const void *v92; // edi@141 | |
1227 //const void *v93; // edi@141 | |
1228 //const void *v94; // edi@144 | |
1229 //const void *v95; // edi@144 | |
1230 //const char *v96; // edi@147 | |
1231 //unsigned int v97; // eax@147 | |
1232 //TileDesc *v98; // eax@147 | |
1233 //unsigned int v99; // eax@147 | |
1234 //int v100; // ecx@150 | |
1235 //unsigned int v101; // eax@157 | |
2334 | 1236 // int v102; // edi@159 |
0 | 1237 //void *v103; // [sp-14h] [bp-B94h]@55 |
1238 //void *v104; // [sp-10h] [bp-B90h]@59 | |
1239 //size_t v105; // [sp-Ch] [bp-B8Ch]@59 | |
1240 //char *v106; // [sp-8h] [bp-B88h]@59 | |
2334 | 1241 // int v107; // [sp-4h] [bp-B84h]@12 |
0 | 1242 int v108; // [sp+0h] [bp-B80h]@10 |
1243 char Src[968]; // [sp+10h] [bp-B70h]@110 | |
1244 char Dst[968]; // [sp+3D8h] [bp-7A8h]@50 | |
1245 char Str[256]; // [sp+7A0h] [bp-3E0h]@50 | |
1246 /*char DstBuf; // [sp+8A0h] [bp-2E0h]@10 | |
1247 __int32 Offset; // [sp+8A4h] [bp-2DCh]@10 | |
1248 __int32 v114; // [sp+8B0h] [bp-2D0h]@10 | |
1249 __int32 v115; // [sp+8BCh] [bp-2C4h]@10 | |
1250 __int32 v116; // [sp+8C8h] [bp-2B8h]@10 | |
1251 __int32 v117; // [sp+8D4h] [bp-2ACh]@10 | |
1252 __int32 v118; // [sp+8E0h] [bp-2A0h]@10 | |
1253 __int32 v119; // [sp+8ECh] [bp-294h]@10 | |
1254 __int32 v120; // [sp+8F8h] [bp-288h]@10 | |
1255 __int32 v121; // [sp+904h] [bp-27Ch]@10 | |
1256 __int32 v122; // [sp+910h] [bp-270h]@10 | |
1257 __int32 v123; // [sp+91Ch] [bp-264h]@10 | |
1258 __int32 v124; // [sp+928h] [bp-258h]@26 | |
1259 __int32 v125; // [sp+934h] [bp-24Ch]@35 | |
1260 __int32 v126; // [sp+940h] [bp-240h]@38 | |
1261 __int32 v127; // [sp+94Ch] [bp-234h]@38 | |
1262 __int32 v128; // [sp+958h] [bp-228h]@38 | |
1263 __int32 v129; // [sp+964h] [bp-21Ch]@38 | |
1264 __int32 v130; // [sp+970h] [bp-210h]@38 | |
1265 __int32 v131; // [sp+97Ch] [bp-204h]@38 | |
1266 __int32 v132; // [sp+988h] [bp-1F8h]@38 | |
1267 __int32 v133; // [sp+994h] [bp-1ECh]@38 | |
1268 __int32 v134; // [sp+9A0h] [bp-1E0h]@38 | |
1269 __int32 v135; // [sp+9ACh] [bp-1D4h]@38 | |
1270 __int32 v136; // [sp+9D0h] [bp-1B0h]@10*/ | |
1271 //char FileName[8]; // [sp+A20h] [bp-160h]@8 | |
1272 //char v138; // [sp+A28h] [bp-158h]@12 | |
1273 //int v139; // [sp+B1Ch] [bp-64h]@10 | |
1274 //char pContainer[32]; // [sp+B20h] [bp-60h]@1 | |
1275 //int *v141; // [sp+B40h] [bp-40h]@50 | |
1276 //__int64 v142; // [sp+B44h] [bp-3Ch]@55 | |
1277 //size_t pSource; // [sp+B4Ch] [bp-34h]@56 | |
1278 //int v144; // [sp+B50h] [bp-30h]@61 | |
1279 //int v145; // [sp+B54h] [bp-2Ch]@68 | |
1280 ODMHeader header; // [sp+B58h] [bp-28h]@50 | |
1281 //unsigned int pDestLen; // [sp+B68h] [bp-18h]@13 | |
1282 //FILE *ptr; // [sp+B6Ch] [bp-14h]@12 | |
1283 //void *v149; // [sp+B70h] [bp-10h]@19 | |
1284 char *Str2; // [sp+B74h] [bp-Ch]@12 | |
1285 //int v151; // [sp+B78h] [bp-8h]@59 | |
1286 //void *uSourceLen; // [sp+B7Ch] [bp-4h]@59 | |
1287 | |
1288 //pOutdoorLocation = this; | |
1289 //strcpy(pContainer, pFilename); | |
1290 | |
1291 if (bUnderwater) | |
1292 { | |
1293 pPaletteManager->pPalette_tintColor[0] = 0x10; | |
1294 pPaletteManager->pPalette_tintColor[1] = 0xC2; | |
1295 pPaletteManager->pPalette_tintColor[2] = 0x99; | |
762 | 1296 pPaletteManager->SetMistColor(37, 143, 92); |
0 | 1297 } |
1298 else | |
1299 { | |
1300 pPaletteManager->pPalette_tintColor[0] = 0; | |
1301 pPaletteManager->pPalette_tintColor[1] = 0; | |
1302 pPaletteManager->pPalette_tintColor[2] = 0; | |
1303 if (pPaletteManager->pPalette_mistColor[0] != 0x80 || | |
1304 pPaletteManager->pPalette_mistColor[1] != 0x80 || | |
1305 pPaletteManager->pPalette_mistColor[2] != 0x80) | |
1306 { | |
762 | 1307 pPaletteManager->SetMistColor(128, 128, 128); |
0 | 1308 pPaletteManager->RecalculateAll(); |
1309 } | |
1310 } | |
1311 | |
1312 _6807E0_num_decorations_with_sounds_6807B8 = 0; | |
1313 /*sprintf(FileName, "levels\\%s", pContainer); | |
1314 if ( GetFileAttributesA(FileName) != -1 ) | |
1315 { | |
1316 result = (bool)fopen(FileName, "rb"); | |
1317 v7 = result; | |
1318 File = (ODMFace *)result; | |
1319 if ( !result ) | |
1320 return result; | |
1321 *(int *)thisa = 1; | |
1322 v8 = strlen(pContainer); | |
1323 v108 = 2; | |
1324 *((char *)&v139 + v8) = 0; | |
1325 viewparams->uTextureID_LocationMap = pIcons_LOD->LoadTexture(pContainer, (enum TEXTURE_TYPE)v108); | |
1326 fread(&DstBuf, 0x180u, 1u, (FILE *)v7); | |
1327 fseek((FILE *)v7, Offset, 0); | |
1328 fread(this, 0xB0u, 1u, (FILE *)v7); | |
1329 LoadTileGroupIds(); | |
630 | 1330 LoadRoadTileset(); |
0 | 1331 strcpy(pGroundTileset, "grastyl"); |
1332 fseek((FILE *)v7, v114, 0); | |
1333 fread(&uNumBModels, 4u, 1u, (FILE *)v7); | |
1334 fseek((FILE *)v7, v115, 0); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1335 fread(&uNumSpriteObjects, 4u, 1u, (FILE *)v7); |
0 | 1336 fseek((FILE *)v7, v116, 0); |
1337 fread(&uNumLevelDecorations, 4u, 1u, (FILE *)v7); | |
1338 fseek((FILE *)v7, v117, 0); | |
1339 fread(&uNumActors, 4u, 1u, (FILE *)v7); | |
1340 fseek((FILE *)v7, v118, 0); | |
1341 fread(&uNumChests, 4u, 1u, (FILE *)v7); | |
1342 pTerrain.Initialize(); | |
1343 fseek((FILE *)v7, v119, 0); | |
1344 fread(pTerrain.pHeightmap, 1u, 0x4000u, (FILE *)v7); | |
1345 fseek((FILE *)v7, v120, 0); | |
1346 fread(pTerrain.pTilemap, 1u, 0x4000u, (FILE *)v7); | |
1347 fseek((FILE *)v7, v121, 0); | |
1348 fread(pTerrain.pAttributemap, 1u, 0x4000u, (FILE *)v7); | |
1349 pTerrain._47C80A(0, 0, 128, 128); | |
1583 | 1350 free(ptr_D4); |
0 | 1351 ptr_D4 = 0; |
1583 | 1352 v9 = malloc(0, 0x8000u, "CMAP"); |
0 | 1353 v108 = (int)pOMAP; |
1354 ptr_D4 = v9; | |
1583 | 1355 free((void *)v108); |
0 | 1356 pOMAP = 0; |
1583 | 1357 v10 = malloc(0, 0x10000u, "OMAP"); |
0 | 1358 v108 = 0; |
1359 pOMAP = (unsigned int *)v10; | |
1360 fseek((FILE *)v7, v136, v108); | |
1361 fread(&uNumTerrainNormals, 4u, 1u, (FILE *)v7); | |
1362 fread(pTerrainSomeOtherData, 1u, 0x20000u, (FILE *)v7); | |
1363 fread(pTerrainNormalIndices, 1u, 0x10000u, (FILE *)v7); | |
1583 | 1364 pTerrainNormals = (Vec3_float_ *)malloc(pTerrainNormals, 12 * uNumTerrainNormals, "TerNorm"); |
0 | 1365 fread(pTerrainNormals, 1u, 12 * uNumTerrainNormals, (FILE *)v7); |
1583 | 1366 v11 = malloc(pBModels, 188 * uNumBModels, "BDdata"); |
0 | 1367 v108 = 0; |
1368 pBModels = (BSPModel *)v11; | |
1369 fseek((FILE *)v7, v122, v108); | |
1370 fread(pBModels, 0xBCu, uNumBModels, (FILE *)v7); | |
1371 fseek((FILE *)v7, v123, 0); | |
1372 pNumItems = 0; | |
1373 if ( (signed int)uNumBModels > 0 ) | |
1374 { | |
1375 v12 = 0; | |
1376 while ( 1 ) | |
1377 { | |
1378 pBModels[v12].pVertices.pVertices = 0; | |
1379 pBModels[v12].pFaces = 0; | |
1380 pBModels[v12].pFacesOrdering = 0; | |
1381 pBModels[v12].pNodes = 0; | |
1382 FileName[0] = 0; | |
1383 v108 = (int)&pBModels[v12]; | |
1384 sprintfex(FileName, "%s", v108); | |
1385 v13 = pBModels; | |
1386 v138 = 0; | |
1583 | 1387 pBModels[v12].pVertices.pVertices = (Vec3_int_ *)malloc(v13[v12].pVertices.pVertices, 12 * v13[v12].pVertices.uNumVertices, |
0 | 1388 FileName); |
1583 | 1389 pBModels[v12].pFaces = (ODMFace *)malloc(pBModels[v12].pFaces, 308 * pBModels[v12].uNumFaces, |
0 | 1390 FileName); |
1583 | 1391 pBModels[v12].pFacesOrdering = (unsigned __int16 *)malloc(pBModels[v12].pFacesOrdering, |
0 | 1392 2 * pBModels[v12].uNumFaces, FileName); |
1583 | 1393 v14 = malloc(pBModels[v12].pNodes, 8 * pBModels[v12].uNumNodes, FileName); |
0 | 1394 v15 = pBModels; |
1395 v108 = (int)File; | |
1396 v15[v12].pNodes = (BSPNode *)v14; | |
1397 fread(pBModels[v12].pVertices.pVertices, 0xCu, pBModels[v12].pVertices.uNumVertices, (FILE *)v108); | |
1398 fread(pBModels[v12].pFaces, 0x134u, pBModels[v12].uNumFaces, (FILE *)File); | |
1399 fread(pBModels[v12].pFacesOrdering, 2u, pBModels[v12].uNumFaces, (FILE *)File); | |
1400 fread(pBModels[v12].pNodes, 8u, pBModels[v12].uNumNodes, (FILE *)File); | |
1401 v16 = malloc(10 * pBModels[v12].uNumFaces); | |
1402 v107 = (int)File; | |
1403 v17 = pBModels; | |
1404 ptr = (FILE *)v16; | |
1405 fread(v16, 0xAu, v17[v12].uNumFaces, (FILE *)File); | |
1406 v18 = pBModels; | |
1407 Str2 = 0; | |
1408 if ( (signed int)v18[v12].uNumFaces > 0 ) | |
1409 break; | |
1410 LABEL_25: | |
1411 free(ptr); | |
1412 ++pNumItems; | |
1413 ++v12; | |
1414 if ( (signed int)pNumItems >= (signed int)uNumBModels ) | |
1415 goto LABEL_26; | |
1416 } | |
1417 pDestLen = 0; | |
1418 pFilename = (char *)ptr; | |
1419 while ( 1 ) | |
1420 { | |
1421 thisa = (int)((char *)v18[v12].pFaces + pDestLen); | |
1422 if ( !(*(char *)(thisa + 29) & 0x40) ) | |
1423 break; | |
1424 v19 = pTextureFrameTable->FindTextureByName(pFilename); | |
1425 *(short *)(thisa + 272) = v19; | |
1426 if ( !v19 ) | |
1427 { | |
1428 v20 = pBitmaps_LOD->LoadTexture(pFilename); | |
1429 v21 = thisa; | |
1430 *(char *)(v21 + 29) &= 0xBFu; | |
1431 LABEL_19: | |
1432 *(short *)(v21 + 272) = v20; | |
1433 v149 = (void *)(v20 != -1 ? &pBitmaps_LOD->pTextures[v20] : 0); | |
1434 auto pTex = (Texture *)v149; | |
1435 if (pTex) | |
1436 pTex->palette_id2 = pPaletteManager->LoadPalette(pTex->palette_id1); | |
1437 goto LABEL_20; | |
1438 } | |
1439 pTextureFrameTable->LoadAnimationSequenceAndPalettes(*(unsigned __int16 *)((char *)&pBModels[v12].pFaces->uTextureID + pDestLen)); | |
1440 LABEL_20: | |
1441 if ( *(short *)(thisa + 292) ) | |
1442 { | |
1443 if ( ((ODMFace *)thisa)->HasEventHint() ) | |
1444 *(char *)(thisa + 30) |= 0x10u; | |
1445 else | |
1446 *(char *)(thisa + 30) &= 0xEFu; | |
1447 } | |
1448 ++Str2; | |
1449 v18 = pBModels; | |
1450 pDestLen += 308; | |
1451 pFilename += 10; | |
1452 if ( (signed int)Str2 >= (signed int)v18[v12].uNumFaces ) | |
1453 goto LABEL_25; | |
1454 } | |
1455 v20 = pBitmaps_LOD->LoadTexture(pFilename); | |
1456 v21 = thisa; | |
1457 goto LABEL_19; | |
1458 } | |
1459 LABEL_26: | |
1460 v22 = File; | |
1461 fseek((FILE *)File, v124, 0); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1462 fread(pSpriteObjects, 0x70u, uNumSpriteObjects, (FILE *)v22); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1463 if ( (signed int)uNumSpriteObjects > 0 ) |
0 | 1464 { |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1465 pItems = pSpriteObjects; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1466 pNumItems = uNumSpriteObjects; |
0 | 1467 do |
1468 { | |
1469 v24 = pItems->stru_24.uItemID; | |
1470 thisa = 0; | |
1471 v27 = (ODMFace *)(48 * v24); | |
1472 v25 = pObjectList->uNumObjects == 0; | |
1473 v26 = (pObjectList->uNumObjects & 0x80000000u) != 0; | |
1474 LOWORD(v27) = *(short *)((char *)&v27->pFacePlane.vNormal.x + (int)((char *)&pItemsTable + 24)); | |
1475 File = v27; | |
1476 pItems->uItemType = (unsigned __int16)v27; | |
1477 if ( v26 | v25 ) | |
1478 { | |
1479 LABEL_33: | |
1480 v29 = 0; | |
1481 } | |
1482 else | |
1483 { | |
1484 for ( i = (const char *)&pObjectList->pObjects->uObjectID; (short)v27 != *(short *)i; i = pFilename ) | |
1485 { | |
1486 ++thisa; | |
1487 pFilename = (char *)i + 56; | |
1488 if ( thisa >= (signed int)pObjectList->uNumObjects ) | |
1489 goto LABEL_33; | |
1490 LOWORD(v27) = (short)File; | |
1491 } | |
1492 v29 = thisa; | |
1493 } | |
1494 pItems->uObjectDescID = v29; | |
1495 ++pItems; | |
1496 --pNumItems; | |
1497 } | |
1498 while ( pNumItems ); | |
1499 } | |
1500 fseek((FILE *)v22, v125, 0); | |
1501 fread(pLevelDecorations, 0x20u, uNumLevelDecorations, (FILE *)v22); | |
1502 pNumItems = 0; | |
1503 if ( (signed int)uNumLevelDecorations > 0 ) | |
1504 { | |
1505 thisa = (int)pLevelDecorations; | |
1506 do | |
1507 { | |
1508 fread(FileName, 1u, 0x20u, (FILE *)v22); | |
1509 v30 = pDecorationList->GetDecorIdByName(FileName); | |
1510 v31 = thisa; | |
1511 ++pNumItems; | |
1512 thisa += 32; | |
1513 *(short *)v31 = v30; | |
1514 } | |
1515 while ( (signed int)pNumItems < (signed int)uNumLevelDecorations ); | |
1516 } | |
1517 fseek((FILE *)v22, v126, 0); | |
1518 fread(pActors, 0x344u, uNumActors, (FILE *)v22); | |
1519 fseek((FILE *)v22, v127, 0); | |
1520 fread(pChests, 0x14CCu, uNumChests, (FILE *)v22); | |
1521 fseek((FILE *)v22, v128, 0); | |
1522 fread(&field_DC, 4u, 1u, (FILE *)v22); | |
1583 | 1523 free(pFaceIDLIST); |
0 | 1524 v32 = field_DC; |
1525 pFaceIDLIST = 0; | |
1583 | 1526 v33 = malloc(0, 2 * v32, "IDLIST"); |
0 | 1527 v108 = (int)v22; |
1528 pFaceIDLIST = (unsigned __int16 *)v33; | |
1529 fread(v33, 2u, field_DC, (FILE *)v108); | |
1530 fseek((FILE *)v22, v129, 0); | |
1531 fread(pOMAP, 4u, 0x4000u, (FILE *)v22); | |
1532 fseek((FILE *)v22, v130, 0); | |
1533 fread(&uNumSpawnPoints, 4u, 1u, (FILE *)v22); | |
1583 | 1534 pSpawnPoints = (SpawnPointMM7 *)malloc(pSpawnPoints, 24 * uNumSpawnPoints, "Spawn"); |
0 | 1535 fseek((FILE *)v22, v131, 0); |
1536 fread(pSpawnPoints, 0x18u, uNumSpawnPoints, (FILE *)v22); | |
1537 fseek((FILE *)v22, v132, 0); | |
1538 fread(&ddm, 0x28u, 1u, (FILE *)v22); | |
1539 fseek((FILE *)v22, v133, 0); | |
1540 fread(&stru_5E4C90, 1u, 0xC8u, (FILE *)v22); | |
1541 fseek((FILE *)v22, v134, 0); | |
1542 fread(&uLastVisitDay, 1u, 0x38u, (FILE *)v22); | |
1543 fseek((FILE *)v22, v135, 0); | |
1544 fread(&uLastVisitDay, 1u, 4u, (FILE *)v22); | |
1545 thisa = (int)pTileTypes; | |
1546 pTileTable->InitializeTileset(4); | |
1547 pTileTable->InitializeTileset(pTileTypes[0].uTileGroup); | |
1548 pTileTable->InitializeTileset(pTileTypes[1].uTileGroup); | |
1549 pTileTable->InitializeTileset(pTileTypes[2].uTileGroup); | |
1550 pTileTable->InitializeTileset(pTileTypes[3].uTileGroup); | |
1551 if ( this != (OutdoorLocation *)-96 && pSkyTextureName[0] ) | |
1552 { | |
1553 v108 = 0; | |
1554 v107 = (int)pSkyTextureName; | |
1555 } | |
1556 else | |
1557 { | |
1558 v108 = 0; | |
1559 v107 = (int)pDefaultSkyTexture; | |
1560 } | |
2006 | 1561 sSky_TextureID = pBitmaps_LOD->LoadTexture((const char *)v107, (enum TEXTURE_TYPE)v108); |
0 | 1562 strcpy(pGroundTileset, byte_6BE124_cfg_textures_DefaultGroundTexture); |
1563 v34 = pTileTable->GetTileById(pTileTypes[0].uTileID); | |
1564 v35 = pBitmaps_LOD->LoadTexture(v34->pTileName); | |
2006 | 1565 v36 = sSky_TextureID; |
1566 sMainTile_BitmapID = v35; | |
0 | 1567 if ( v36 != -1 ) |
1568 pBitmaps_LOD->pTextures[v36].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[v36].palette_id1); | |
1569 | |
2006 | 1570 v37 = sMainTile_BitmapID; |
0 | 1571 if ( v37 != -1 ) |
1572 pBitmaps_LOD->pTextures[v37].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[v37].palette_id1); | |
1573 | |
1574 _47F0E2(); | |
1575 pGameLoadingUI_ProgressBar->Progress(); | |
1576 fclose((FILE *)v22); | |
1577 goto LABEL_150; | |
1578 }*/ | |
1579 | |
1580 assert(sizeof(BSPModel) == 188); | |
1581 | |
1582 if (!pGames_LOD->DoesContainerExist(pFilename)) | |
1545 | 1583 Error("Unable to find %s in Games.LOD", pFilename); |
0 | 1584 |
119 | 1585 |
1586 char pMinimapTextureFilename[1024]; | |
1587 strcpy(pMinimapTextureFilename, pFilename); | |
1588 pMinimapTextureFilename[strlen(pMinimapTextureFilename) - 4] = 0; | |
1589 viewparams->uTextureID_LocationMap = pIcons_LOD->LoadTexture(pMinimapTextureFilename, TEXTURE_16BIT_PALETTE); | |
1590 | |
0 | 1591 //strcpy(FileName, pContainer); |
1592 strcpy(Str, pFilename); | |
1593 strcpy(Str + strlen(Str) - 4, ".odm"); | |
1594 //v141 = &v139; | |
1595 //v38 = strlen(pFilename); | |
1596 //strcpy((char *)&v139 + v38, ".odm"); | |
1597 v39 = pGames_LOD->FindContainer(Str, 1); | |
1598 //Str[strlen(Str) - 4] = 0; | |
1599 | |
1600 header.uCompressedSize = 0; | |
1601 header.uDecompressedSize = 0; | |
1602 //ptr = v39; | |
1603 header.uVersion = 91969; | |
1604 header.pMagic[0] = 'm'; | |
1605 header.pMagic[1] = 'v'; | |
1606 header.pMagic[2] = 'i'; | |
1607 header.pMagic[3] = 'i'; | |
1608 fread(&header, 0x10u, 1u, v39); | |
1609 if (header.uVersion != 91969 || | |
1610 header.pMagic[0] != 'm' || | |
1611 header.pMagic[1] != 'v' || | |
1612 header.pMagic[2] != 'i' || | |
1613 header.pMagic[3] != 'i') | |
1614 { | |
1615 MessageBoxW(nullptr, L"Can't load file!", | |
1616 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:507", 0); | |
1617 } | |
1618 //v40 = header.uCompressedSize; | |
1619 //pSource = header.uDecompressedSize; | |
1620 //v41 = malloc(header.uDecompressedSize); | |
1980 | 1621 uchar* pSrcMem = (unsigned char *)malloc(header.uDecompressedSize); |
1622 uchar* pSrc = pSrcMem; | |
0 | 1623 //v42 = v41; |
1624 //HIDWORD(v142) = (uint32)pSrc; | |
1625 if (header.uCompressedSize < header.uDecompressedSize) | |
1626 { | |
1980 | 1627 char* pComressedSrc = (char *)malloc(header.uCompressedSize); |
0 | 1628 fread(pComressedSrc, header.uCompressedSize, 1, v39); |
1629 | |
1630 uint actualDecompressedSize = header.uDecompressedSize; | |
1631 zlib::MemUnzip(pSrc, &actualDecompressedSize, pComressedSrc, header.uCompressedSize); | |
1632 free(pComressedSrc); | |
1633 } | |
1634 else | |
1635 { | |
1636 fread(pSrc, header.uDecompressedSize, 1, v39); | |
1637 } | |
1638 | |
1639 memcpy(pLevelFilename, pSrc, 0x20); | |
1640 memcpy(pLocationFileName, pSrc + 0x20, 0x20); | |
1641 memcpy(pLocationFileDescription, pSrc + 0x40, 0x20); | |
67 | 1642 memcpy(pSkyTextureName, pSrc + 3 * 32, 32); |
0 | 1643 memcpy(pGroundTileset, pSrc + 0x80, 0x20); |
1644 memcpy(pTileTypes, pSrc + 0xA0, 0x10); | |
1645 pSrc += 0xB0; | |
1646 | |
1647 //v43 = (char *)pSrc + 176; | |
1648 LoadTileGroupIds(); | |
630 | 1649 LoadRoadTileset(); |
0 | 1650 strcpy(pGroundTileset, "grastyl"); |
1651 pGameLoadingUI_ProgressBar->Progress(); | |
1652 pTerrain.Initialize(); | |
1653 //v108 = 16384; | |
1654 //v107 = (int)v43; | |
1655 //v106 = (char *)pTerrain.pHeightmap; | |
1656 memcpy(pTerrain.pHeightmap, pSrc, 0x4000); | |
1657 pSrc += 0x4000; | |
1658 | |
1659 //v43 = (char *)v43 + 16384; | |
1660 //v105 = 16384; | |
1661 //v104 = (void *)v43; | |
1662 //v103 = pTerrain.pTilemap; | |
1663 memcpy(pTerrain.pTilemap, pSrc, 0x4000); | |
1664 pSrc += 0x4000; | |
1665 | |
1666 //v43 = (char *)v43 + 16384; | |
1667 memcpy(pTerrain.pAttributemap, pSrc, 0x4000); | |
1668 pSrc += 0x4000; | |
1669 | |
1670 //v43 = (char *)v43 + 16384; | |
1671 //v108 = (int)ptr_D4; | |
760 | 1672 if (pCmap) |
0 | 1673 { |
1583 | 1674 free(pCmap); |
760 | 1675 pCmap = nullptr; |
0 | 1676 } |
1583 | 1677 pCmap = malloc(0x8000); |
760 | 1678 pTerrain.FillDMap(0, 0, 128, 128); |
0 | 1679 |
1680 pGameLoadingUI_ProgressBar->Progress(); | |
1681 memcpy(&uNumTerrainNormals, pSrc, 4); | |
1682 //v43 = (char *)v43 + 4; | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
1683 memcpy(pTerrainSomeOtherData.data(), pSrc + 4, 0x20000); |
0 | 1684 pSrc += 4 + 0x20000; |
1685 //v43 = (char *)v43 + 131072; | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
1686 memcpy(pTerrainNormalIndices.data(), pSrc, 0x10000); |
0 | 1687 pSrc += 0x10000; |
1688 //v43 = (char *)v43 + 65536; | |
1689 | |
1690 //pFilename = (char *)(12 * uNumTerrainNormals); | |
1583 | 1691 pTerrainNormals = (Vec3_float_ *)malloc(sizeof(Vec3_float_) * uNumTerrainNormals); |
0 | 1692 memcpy(pTerrainNormals, pSrc, 12 * uNumTerrainNormals); |
1693 pSrc += 12 * uNumTerrainNormals; | |
1694 //v44 = (char *)v43 + (int)pFilename; | |
1695 //v44 = (char *)v44 + 4; | |
1696 //v45 = uNumBModels; | |
1697 //v108 = (int)"BDdata"; | |
1698 | |
1699 pGameLoadingUI_ProgressBar->Progress(); | |
1700 | |
1701 //v107 = 188 * v45; | |
1702 //v106 = (char *)pBModels; | |
1583 | 1703 //v46 = (BSPModel *)malloc(v106, 188 * v45, "BDdata"); |
0 | 1704 //v47 = uNumBModels; |
1705 memcpy(&uNumBModels, pSrc, 4); | |
1583 | 1706 pBModels = (BSPModel *)malloc(188 * uNumBModels); |
0 | 1707 //pFilename = (char *)(188 * v47); |
1708 memcpy(pBModels, pSrc + 4, 188 * uNumBModels); | |
1709 pSrc += 4 + 188 * uNumBModels; | |
1710 | |
1711 pGameLoadingUI_ProgressBar->Progress(); | |
1712 | |
1713 //uSourceLen = (char *)v44 + (int)pFilename; | |
1714 //v151 = 0; | |
1715 for (uint i = 0; i < uNumBModels; ++i) | |
1716 { | |
1717 //v48 = 0; | |
2143 | 1718 //BSPModel* model = &pBModels[i]; |
1719 | |
1720 pBModels[i].pVertices.pVertices = nullptr; | |
1721 pBModels[i].pFaces = nullptr; | |
1722 pBModels[i].pFacesOrdering = nullptr; | |
1723 pBModels[i].pNodes = nullptr; | |
0 | 1724 //FileName[0] = 0; |
1725 //v108 = (int)&pBModels[i]; | |
1726 //sprintf(FileName, "%s", v108); | |
1727 //v49 = pBModels; | |
1728 //v138 = 0; | |
1729 //v50 = &pBModels[v48]; | |
1730 //v108 = (int)FileName; | |
1731 //v107 = 12 * v50->pVertices.uNumVertices; | |
1732 //v106 = (char *)v50->pVertices.pVertices; | |
1733 assert(sizeof(Vec3_int_) == 12); | |
2143 | 1734 uint verticesSize = pBModels[i].pVertices.uNumVertices * sizeof(Vec3_int_); |
1735 pBModels[i].pVertices.pVertices = (Vec3_int_ *)malloc(verticesSize); | |
1736 memcpy(pBModels[i].pVertices.pVertices, pSrc, verticesSize); | |
0 | 1737 pSrc += verticesSize; |
1738 //v51 = &pBModels[v48]; | |
1739 //v108 = (int)FileName; | |
1740 //v107 = 308 * v51->uNumFaces; | |
1741 //v106 = (char *)v51->pFaces; | |
1742 assert(sizeof(ODMFace) == 308); | |
2143 | 1743 uint facesSize = pBModels[i].uNumFaces * sizeof(ODMFace); |
1744 pBModels[i].pFaces = (ODMFace *)malloc(facesSize); | |
1745 memcpy(pBModels[i].pFaces, pSrc, facesSize); | |
0 | 1746 pSrc += facesSize; |
1747 //v52 = &pBModels[v48]; | |
1748 //v108 = (int)FileName; | |
1749 //v107 = 2 * v52->uNumFaces; | |
1750 //v106 = (char *)v52->pFacesOrdering; | |
2143 | 1751 uint facesOrderingSize = pBModels[i].uNumFaces * sizeof(short); |
1752 pBModels[i].pFacesOrdering = (unsigned __int16 *)malloc(facesOrderingSize); | |
1753 memcpy(pBModels[i].pFacesOrdering, pSrc, facesOrderingSize); | |
0 | 1754 pSrc += facesOrderingSize; |
1755 //v53 = &pBModels[v48]; | |
1756 //v108 = (int)FileName; | |
1757 //v107 = 8 * v53->uNumNodes; | |
1758 //v106 = (char *)v53->pNodes; | |
1759 assert(sizeof(BSPNode) == 8); | |
2143 | 1760 uint nodesSize = pBModels[i].uNumNodes * sizeof(BSPNode); |
1761 pBModels[i].pNodes = (BSPNode *)malloc(nodesSize); | |
1762 memcpy(pBModels[i].pNodes, pSrc, nodesSize); | |
0 | 1763 pSrc += nodesSize; |
1764 //v54 = &pBModels[v48]; | |
1765 //v108 = 12 * v54->pVertices.uNumVertices; | |
1766 //pFilename = (char *)v108; | |
1767 //v107 = (int)uSourceLen; | |
1768 //v106 = (char *)v54->pVertices.pVertices; | |
1769 //memcpy(v106, uSourceLen, v108); | |
1770 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1771 //v55 = &pBModels[v48]; | |
1772 //v105 = 308 * v55->uNumFaces; | |
1773 //v104 = uSourceLen; | |
1774 //v103 = v55->pFaces; | |
1775 //pFilename = (char *)v105; | |
1776 //memcpy(v103, uSourceLen, v105); | |
1777 //v56 = &pBModels[v48]; | |
1778 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1779 //v57 = v56->pFacesOrdering; | |
1780 //pFilename = (char *)(2 * v56->uNumFaces); | |
1781 //memcpy(v57, uSourceLen, (size_t)pFilename); | |
1782 //v58 = &pBModels[v48]; | |
1783 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1784 //v59 = v58->pNodes; | |
1785 //pFilename = (char *)(8 * v58->uNumNodes); | |
1786 //memcpy(v59, uSourceLen, (size_t)pFilename); | |
1787 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1788 //ptr = (FILE *)malloc(10 * model->uNumFaces); | |
2143 | 1789 const char* textureFilenames = (const char *)malloc(10 * pBModels[i].uNumFaces); |
0 | 1790 //pFilename = (char *)(10 * pBModels[v48].uNumFaces); |
2143 | 1791 memcpy((char *)textureFilenames, pSrc, 10 * pBModels[i].uNumFaces); |
1792 pSrc += 10 * pBModels[i].uNumFaces; | |
0 | 1793 //v144 = 0; |
1794 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1795 //v60 = pBModels; | |
2143 | 1796 for (uint j = 0; j < pBModels[i].uNumFaces; ++j) |
0 | 1797 { |
1980 | 1798 const char* texFilename = &textureFilenames[j * 10]; |
0 | 1799 //v149 = 0; |
1800 //Str2 = (char *)ptr; | |
1801 | |
2143 | 1802 //ODMFace* face = &pBModels[i].pFaces[j]; |
0 | 1803 //pFilename = (char *)v149 + (unsigned int)v60[v48].pFaces; |
2143 | 1804 if ( !(pBModels[i].pFaces[j].uAttributes & FACE_DONT_CACHE_TEXTURE)) |
0 | 1805 { |
1806 v62 = pBitmaps_LOD->LoadTexture(texFilename); | |
1807 // v63 = (ODMFace *)pFilename; | |
1808 goto LABEL_68; | |
1809 } | |
1810 //v61 = pTextureFrameTable->FindTextureByName(texFilename); | |
2143 | 1811 pBModels[i].pFaces[j].uTextureID = pTextureFrameTable->FindTextureByName(texFilename); |
1812 if (!pBModels[i].pFaces[j].uTextureID) | |
0 | 1813 { |
1814 v62 = pBitmaps_LOD->LoadTexture(texFilename); | |
1815 //v63 = (ODMFace *)pFilename; | |
2143 | 1816 pBModels[i].pFaces[j].uAttributes &= ~FACE_DONT_CACHE_TEXTURE; |
0 | 1817 LABEL_68: |
2143 | 1818 pBModels[i].pFaces[j].uTextureID = v62; |
0 | 1819 //v145 = (signed __int16)v62 != -1 ? &pBitmaps_LOD->pTextures[(signed __int16)v62] : 0; |
1820 //v108 = ((signed __int16)v62 != -1 ? pBitmaps_LOD->pTextures[(signed __int16)v62].palette_id1 : 36); | |
1821 if ((signed __int16)v62 != -1) | |
1822 pBitmaps_LOD->pTextures[v62].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[v62].palette_id1); | |
1823 goto LABEL_69; | |
1824 } | |
2143 | 1825 pTextureFrameTable->LoadAnimationSequenceAndPalettes(pBModels[i].pFaces[j].uTextureID); |
0 | 1826 LABEL_69: |
2143 | 1827 if (pBModels[i].pFaces[j].sCogTriggeredID) |
0 | 1828 { |
2143 | 1829 if (pBModels[i].pFaces[j].HasEventHint()) |
2166 | 1830 pBModels[i].pFaces[j].uAttributes |= FACE_UNKNOW; |
0 | 1831 else |
2166 | 1832 pBModels[i].pFaces[j].uAttributes &= ~FACE_UNKNOW; |
0 | 1833 } |
1834 //++v144; | |
1835 //v60 = pBModels; | |
1836 //v149 = (char *)v149 + 308; | |
1837 //Str2 += 10; | |
1838 //if ( v144 >= (signed int)v60[v48].uNumFaces ) | |
1839 //goto LABEL_74; | |
1840 } | |
1841 | |
1842 //LABEL_74: | |
1843 free((void *)textureFilenames); | |
1844 // ++v151; | |
1845 // ++v48; | |
1846 // if ( v151 >= (signed int)uNumBModels ) | |
1847 // goto LABEL_75; | |
1848 } | |
1849 //LABEL_75: | |
1850 pGameLoadingUI_ProgressBar->Progress(); | |
1851 | |
2143 | 1852 memcpy(&uNumLevelDecorations, pSrc, 4); |
0 | 1853 //uSourceLen = (char *)uSourceLen + 4; |
1854 if (uNumLevelDecorations > 3000) | |
1855 MessageBoxW(nullptr, L"Can't load file!", | |
1856 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:678", 0); | |
1857 | |
1858 assert(sizeof(LevelDecoration) == 32); | |
1859 //pFilename = (char *)(32 * uNumLevelDecorations); | |
1202 | 1860 memcpy(pLevelDecorations.data(), pSrc + 4, uNumLevelDecorations * sizeof(LevelDecoration)); |
760 | 1861 pSrc += 4 + sizeof(LevelDecoration) * uNumLevelDecorations; |
0 | 1862 |
1863 pGameLoadingUI_ProgressBar->Progress(); | |
1864 | |
1865 //v151 = 0; | |
1866 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1867 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
1868 { | |
1869 char name[256]; | |
760 | 1870 memcpy(name, pSrc, sizeof(LevelDecoration)); |
1871 pSrc += sizeof(LevelDecoration); | |
0 | 1872 |
1873 pLevelDecorations[i].uDecorationDescID = pDecorationList->GetDecorIdByName(name); | |
1874 } | |
1875 | |
1876 pGameLoadingUI_ProgressBar->Progress(); | |
1877 | |
1878 memcpy(&numFaceIDListElems, pSrc, 4); | |
1879 | |
1880 //uSourceLen = (char *)uSourceLen + 4; | |
1881 //v108 = (int)pFaceIDLIST; | |
1882 if (pFaceIDLIST) | |
1883 { | |
1583 | 1884 free(pFaceIDLIST); |
0 | 1885 pFaceIDLIST = nullptr; |
1886 } | |
1887 //v66 = field_DC; | |
1888 //pFaceIDLIST = 0; | |
1583 | 1889 //v67 = malloc(0, 2 * v66, "IDLIST"); |
0 | 1890 uint faceIDListSize = 2 * numFaceIDListElems; |
1583 | 1891 pFaceIDLIST = (unsigned short *)malloc(faceIDListSize); |
0 | 1892 //v68 = field_DC; |
1893 //pFaceIDLIST = (unsigned __int16 *)v67; | |
1894 //pFilename = (char *)(2 * v68); | |
1895 memcpy(pFaceIDLIST, pSrc + 4, faceIDListSize); | |
1896 pSrc += 4 + faceIDListSize; | |
1897 | |
1898 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1899 pGameLoadingUI_ProgressBar->Progress(); | |
1900 | |
1901 //v108 = (int)pOMAP; | |
1583 | 1902 //free((void *)v108); |
0 | 1903 //pOMAP = 0; |
1904 if (pOMAP) | |
1905 { | |
1583 | 1906 free(pOMAP); |
0 | 1907 pOMAP = nullptr; |
1908 } | |
1583 | 1909 //v69 = malloc(0, 0x10000u, "OMAP"); |
1910 pOMAP = (unsigned int *)malloc(0x10000); | |
0 | 1911 //v108 = 65536; |
1912 //pOMAP = (unsigned int *)v69; | |
1913 memcpy(pOMAP, pSrc, 65536); | |
1914 pSrc += 65536; | |
1915 | |
1916 //uSourceLen = (char *)uSourceLen + 65536; | |
1917 pGameLoadingUI_ProgressBar->Progress(); | |
1918 | |
1919 memcpy(&uNumSpawnPoints, pSrc, 4); | |
1920 //uSourceLen = (char *)uSourceLen + 4; | |
1921 pGameLoadingUI_ProgressBar->Progress(); | |
1922 //v70 = uNumSpawnPoints; | |
1923 //v108 = (int)"Spawn"; | |
1924 //v107 = 24 * v70; | |
1925 //v106 = (char *)pSpawnPoints; | |
1926 assert(sizeof(SpawnPointMM7) == 24); | |
1927 uint spawnPointsSize = uNumSpawnPoints * sizeof(SpawnPointMM7); | |
1583 | 1928 pSpawnPoints = (SpawnPointMM7 *)malloc(spawnPointsSize); |
0 | 1929 //v72 = uNumSpawnPoints; |
1930 //pSpawnPoints = v71; | |
1931 memcpy(pSpawnPoints, pSrc + 4, spawnPointsSize); | |
1932 pSrc += 4 + spawnPointsSize; | |
1933 | |
1934 pGameLoadingUI_ProgressBar->Progress(); | |
1935 | |
1936 free(pSrcMem); | |
1937 | |
1938 //v108 = (int)".ddm"; | |
1939 //v73 = strlen(pContainer); | |
1940 strcpy(Str + strlen(Str) - 4, ".ddm"); | |
1941 //strcpy((char *)v141 + v73, (const char *)v108); | |
2088 | 1942 v39 = pNew_LOD->FindContainer(Str, 1);//error |
2166 | 1943 fread(&header, 0x10u, 1, v39); |
0 | 1944 Str2 = 0; |
1945 if (header.uVersion != 91969 || | |
1946 header.pMagic[0] != 'm' || | |
1947 header.pMagic[1] != 'v' || | |
1948 header.pMagic[2] != 'i' || | |
1949 header.pMagic[3] != 'i' ) | |
1950 { | |
187 | 1951 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:746", 0); |
0 | 1952 Str2 = (char *)1; |
1953 } | |
1954 //v74 = 0; | |
1955 //pFilename = (char *)header.uCompressedSize; | |
1956 //v149 = 0; | |
1957 //pDestLen = header.uDecompressedSize; | |
1958 if ( !Str2 ) | |
1959 { | |
1960 pSrcMem = (unsigned char *)malloc(header.uDecompressedSize); | |
1961 pSrc = pSrcMem; | |
1962 //v149 = v75; | |
1963 if (header.uCompressedSize == header.uDecompressedSize) | |
1964 fread(pSrc, header.uDecompressedSize, 1u, v39); | |
1965 else if (header.uCompressedSize < header.uDecompressedSize) | |
1966 { | |
1980 | 1967 void* compressedMem = malloc(header.uCompressedSize); |
0 | 1968 fread(compressedMem, header.uCompressedSize, 1, v39); |
1969 | |
1970 uint actualDecompressedSize = header.uDecompressedSize; | |
1971 zlib::MemUnzip(pSrc, &actualDecompressedSize, compressedMem, header.uCompressedSize); | |
1972 free(compressedMem); | |
1973 } | |
1974 else | |
1975 MessageBoxW(nullptr, L"Can't load file!", | |
1976 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:765", 0); | |
1977 | |
1978 assert(sizeof(DDM_DLV_Header) == 0x28); | |
1979 memcpy(&ddm, pSrc, sizeof(DDM_DLV_Header)); | |
1980 pSrc += sizeof(DDM_DLV_Header); | |
1981 //v74 = (int)((char *)v75 + 40); | |
1982 } | |
1983 uint actualNumFacesInLevel = 0; | |
1984 for (uint i = 0; i < uNumBModels; ++i) | |
80 | 1985 actualNumFacesInLevel += pBModels[i].uNumFaces; |
0 | 1986 |
1987 //v79 = ddm.uNumFacesInBModels; | |
1988 if (ddm.uNumFacesInBModels) | |
1989 { | |
1990 if ( ddm.uNumBModels ) | |
1991 { | |
1992 //v80 = ddm.uNumDecorations; | |
1993 if (ddm.uNumDecorations) | |
1994 { | |
1995 if (ddm.uNumFacesInBModels != actualNumFacesInLevel || | |
1996 ddm.uNumBModels != uNumBModels || | |
1997 ddm.uNumDecorations != uNumLevelDecorations ) | |
1998 Str2 = (char *)1; | |
1999 } | |
2000 } | |
2001 } | |
2002 | |
2061 | 2003 if (dword_6BE364_game_settings_1 & GAME_SETTINGS_2000) |
2004 pNumItems = 0x1BAF800; | |
0 | 2005 if ( Str2 ) |
2006 { | |
2007 memset(Dst, 0, 0x3C8u); | |
2008 memset(Src, 0, 0x3C8u); | |
2009 goto LABEL_112; | |
2010 } | |
2011 //v81 = ddm.uLastRepawnDay; | |
2012 if ((unsigned int)((char *)File - ddm.uLastRepawnDay) >= pNumItems || !ddm.uLastRepawnDay) | |
2013 { | |
2014 memcpy(Dst, pSrc, 0x3C8u); | |
2015 memcpy(Src, pSrc + 968, 0x3C8u); | |
2016 LABEL_112: | |
2017 free(pSrcMem); | |
2018 | |
2019 ddm.uLastRepawnDay = (int)File; | |
2020 if (Str2 == 0) | |
2021 ++ddm.uNumRespawns; | |
2022 v108 = 0; | |
2023 *(int *)thisa = 1; | |
2024 v39 = pGames_LOD->FindContainer(Str, 0); | |
2025 fread(&header, 0x10, 1u, v39); | |
2026 //pFilename = (char *)header.uCompressedSize; | |
2027 //pDestLen = header.uDecompressedSize; | |
2028 //v82 = malloc(header.uDecompressedSize); | |
2029 pSrcMem = (unsigned char *)malloc(header.uDecompressedSize); | |
2030 //v149 = v82; | |
2031 if (header.uCompressedSize == header.uDecompressedSize) | |
2032 fread(pSrcMem, header.uDecompressedSize, 1, v39); | |
2033 else if (header.uCompressedSize < header.uDecompressedSize) | |
2034 { | |
1980 | 2035 void* compressedMem = malloc(header.uCompressedSize); |
0 | 2036 fread(compressedMem, header.uCompressedSize, 1u, v39); |
2037 | |
2038 uint actualDecompressedSize = header.uDecompressedSize; | |
2039 zlib::MemUnzip(pSrcMem, &actualDecompressedSize, compressedMem, header.uCompressedSize); | |
2040 free(compressedMem); | |
2041 } | |
2042 else | |
2043 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:857", 0); | |
2044 | |
2045 pSrc = pSrcMem + 40; | |
2046 goto LABEL_120; | |
2047 | |
2048 } | |
2049 *(int *)thisa = 0; | |
2050 LABEL_120: | |
2051 //v108 = (int)".odm"; | |
2052 //v83 = strlen(pContainer); | |
2053 //strcpy((char *)v141 + v83, (const char *)v108); | |
752 | 2054 memcpy(uUndiscoveredArea, pSrc, 0x3C8); |
0 | 2055 //v84 = (const void *)(v74 + 968); |
752 | 2056 memcpy(uDicovered_area, pSrc + 0x3C8, 0x3C8); |
0 | 2057 pSrc += 2 * 0x3C8; |
2058 //v85 = (char *)v84 + 968; | |
2059 | |
2060 pGameLoadingUI_ProgressBar->Progress(); | |
2061 | |
2062 if ( *(int *)thisa ) | |
2063 { | |
752 | 2064 memcpy(uUndiscoveredArea, Dst, 0x3C8u); |
2065 memcpy(uDicovered_area, Src, 0x3C8u); | |
0 | 2066 } |
2067 | |
2068 for (uint i = 0; i < uNumBModels; ++i) | |
2069 { | |
1980 | 2070 BSPModel model = pBModels[i]; |
79 | 2071 for (uint j = 0; j < model.uNumFaces; ++j) |
0 | 2072 { |
1980 | 2073 ODMFace face = model.pFaces[j]; |
79 | 2074 memcpy(&face.uAttributes, pSrc, 4); |
0 | 2075 pSrc += 4; |
2076 } | |
2077 | |
79 | 2078 for (uint j = 0; j < model.uNumFaces; ++j) |
0 | 2079 { |
1980 | 2080 ODMFace face = model.pFaces[j]; |
79 | 2081 if (face.sCogTriggeredID) |
0 | 2082 { |
79 | 2083 if (face.HasEventHint()) |
2166 | 2084 face.uAttributes |= FACE_UNKNOW3; |
0 | 2085 else |
1062 | 2086 face.uAttributes &= 0xFFFFEFFFu; |
0 | 2087 } |
2088 } | |
2089 } | |
2090 | |
2091 pGameLoadingUI_ProgressBar->Progress(); | |
2092 | |
2093 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
2094 { | |
1489 | 2095 memcpy(&pLevelDecorations[i].uFlags, pSrc, 2); |
0 | 2096 pSrc += 2; |
2097 } | |
2098 | |
2099 pGameLoadingUI_ProgressBar->Progress(); | |
2100 | |
2101 memcpy(&uNumActors, pSrc, 4); | |
2102 if (uNumActors > 500) | |
2103 MessageBoxW(nullptr, L"Can't load file!", | |
2104 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:939", 0); | |
2105 | |
2106 pGameLoadingUI_ProgressBar->Progress(); | |
2107 | |
2108 assert(sizeof(Actor) == 836); | |
2109 //pFilename = (char *)(836 * uNumActors); | |
1202 | 2110 memcpy(pActors.data(), pSrc + 4, uNumActors * sizeof(Actor)); |
0 | 2111 pSrc += 4 + uNumActors * sizeof(Actor); |
2112 //v92 = (char *)v91 + (int)pFilename; | |
2113 pGameLoadingUI_ProgressBar->Progress(); | |
2114 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2115 memcpy(&uNumSpriteObjects, pSrc, 4); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2116 assert(uNumSpriteObjects <= 1000 && "Too many objects"); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2117 assert(sizeof(SpriteObject) == 112); |
0 | 2118 |
2119 pGameLoadingUI_ProgressBar->Progress(); | |
2120 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2121 //pFilename = (char *)(112 * uNumSpriteObjects); |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1206
diff
changeset
|
2122 memcpy(pSpriteObjects.data(), pSrc + 4, uNumSpriteObjects * sizeof(SpriteObject)); |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2123 pSrc += 4 + uNumSpriteObjects * sizeof(SpriteObject); |
0 | 2124 |
2125 //v94 = (char *)v93 + (int)pFilename; | |
2126 pGameLoadingUI_ProgressBar->Progress(); | |
2127 | |
2128 memcpy(&uNumChests, pSrc, 4); | |
2129 //v95 = (char *)v94 + 4; | |
2130 if (uNumChests > 20) | |
2131 MessageBoxW(nullptr, L"Can't load file!", | |
2132 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:968", 0); | |
2133 | |
2134 pGameLoadingUI_ProgressBar->Progress(); | |
2135 | |
2136 assert(sizeof(Chest) == 5324); | |
2137 //pFilename = (char *)(5324 * uNumChests); | |
1202 | 2138 memcpy(pChests.data(), pSrc + 4 , uNumChests * sizeof(Chest)); |
0 | 2139 pSrc += 4 + uNumChests * sizeof(Chest); |
2140 //v96 = (char *)v95 + (int)pFilename; | |
2141 pGameLoadingUI_ProgressBar->Progress(); | |
2142 | |
1736
c6fe09a06712
Player::CompareVariable finished, renamed stru_5E4C90 to stru_5E4C90_MapPersistVars, party::field_4A0 to party::CounterEventValues
Grumpy7
parents:
1642
diff
changeset
|
2143 memcpy(&stru_5E4C90_MapPersistVars, pSrc, 0xC8); |
0 | 2144 pSrc += 0xC8; |
2145 | |
2146 pGameLoadingUI_ProgressBar->Progress(); | |
810 | 2147 memcpy(&loc_time, pSrc, 0x38u); |
0 | 2148 |
2149 free(pSrcMem); | |
2150 | |
630 | 2151 pTileTable->InitializeTileset(Tileset_Dirt); |
2152 pTileTable->InitializeTileset(Tileset_Snow); | |
2153 pTileTable->InitializeTileset(pTileTypes[0].tileset); | |
2154 pTileTable->InitializeTileset(pTileTypes[1].tileset); | |
2155 pTileTable->InitializeTileset(pTileTypes[2].tileset); | |
2156 pTileTable->InitializeTileset(pTileTypes[3].tileset); | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2157 strcpy(pGroundTileset, byte_6BE124_cfg_textures_DefaultGroundTexture.data()); |
1980 | 2158 TileDesc* v98 = pTileTable->GetTileById(pTileTypes[0].uTileID); |
2006 | 2159 sMainTile_BitmapID = pBitmaps_LOD->LoadTexture(v98->pTileName, TEXTURE_DEFAULT); |
2160 if (sMainTile_BitmapID != -1) | |
2161 pBitmaps_LOD->pTextures[sMainTile_BitmapID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[sMainTile_BitmapID].palette_id1); | |
0 | 2162 |
2163 _47F0E2(); | |
2164 | |
2334 | 2165 //LABEL_150: |
2166 | 2166 if ( pWeather->bRenderSnow ) //Ritor1: it's include for snow |
2123 | 2167 strcpy(loc_time.sky_texture_name, "sky19"); |
2168 else if (loc_time.uLastVisitDay) | |
0 | 2169 { |
810 | 2170 if ( (signed int)((signed int)(signed __int64)((double)loc_time.uLastVisitDay * 0.234375) / 60 / 60 / 24) % 28 != pParty->uDaysPlayed ) |
0 | 2171 { |
2172 if ( rand() % 100 >= 20 ) | |
2173 v108 = dword_4EC268[rand() % dword_4EC2A8]; | |
2174 else | |
2175 v108 = dword_4EC28C[rand() % dword_4EC2AC]; | |
810 | 2176 sprintf(loc_time.sky_texture_name, "plansky%d", v108); |
0 | 2177 } |
2178 } | |
2179 else | |
810 | 2180 strcpy(loc_time.sky_texture_name, "plansky3"); |
2123 | 2181 |
0 | 2182 //v101 = pBitmaps_LOD->LoadTexture(field_4F8); |
2006 | 2183 sSky_TextureID = pBitmaps_LOD->LoadTexture(loc_time.sky_texture_name); |
2184 if (sSky_TextureID != -1) | |
2185 pBitmaps_LOD->pTextures[sSky_TextureID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[sSky_TextureID].palette_id1); | |
0 | 2186 |
2187 pPaletteManager->RecalculateAll(); | |
2188 pSoundList->LoadSound(53, 0); | |
2189 pSoundList->LoadSound(92, 0); | |
2190 pSoundList->LoadSound(57, 0); | |
2191 pSoundList->LoadSound(96, 0); | |
2192 pSoundList->LoadSound(64, 0); | |
2193 pSoundList->LoadSound(103, 0); | |
2123 | 2194 for (int i=0; i < 3;++i) |
0 | 2195 { |
2123 | 2196 switch ( pTileTypes[i].tileset ) |
2197 { | |
2198 case Tileset_Grass: | |
2199 pSoundList->LoadSound(54, 0); | |
2200 pSoundList->LoadSound(93, 0); | |
2201 break; | |
2202 case Tileset_Snow: | |
2203 pSoundList->LoadSound(58, 0); | |
2204 pSoundList->LoadSound(97, 0); | |
2205 break; | |
2166 | 2206 case Tilset_Desert: |
2123 | 2207 pSoundList->LoadSound(52, 0); |
2208 pSoundList->LoadSound(91, 0); | |
2209 break; | |
2210 case Tileset_3: | |
2211 pSoundList->LoadSound(51, 0); | |
2212 pSoundList->LoadSound(90, 0); | |
2213 break; | |
2214 case Tileset_Water: | |
2215 pSoundList->LoadSound(62, 0); | |
2216 pSoundList->LoadSound(101, 0); | |
2217 break; | |
2218 case Tileset_6: | |
2219 pSoundList->LoadSound(49, 0); | |
2220 pSoundList->LoadSound(88, 0); | |
2221 break; | |
2222 case Tileset_Swamp: | |
2223 pSoundList->LoadSound(61, 0); | |
2224 pSoundList->LoadSound(100, 0); | |
2225 break; | |
2226 } | |
0 | 2227 } |
2228 return true; | |
2229 } | |
2230 | |
2231 //----- (0047ECC1) -------------------------------------------------------- | |
764 | 2232 int OutdoorLocation::GetTileIdByTileMapId(signed int a2) |
0 | 2233 { |
2234 signed int result; // eax@2 | |
2235 int v3; // eax@3 | |
2236 | |
2237 if ( a2 >= 90 ) | |
2238 { | |
2239 v3 = (a2 - 90) / 36; | |
2240 if ( v3 && v3 != 1 && v3 != 2 ) | |
2241 { | |
2166 | 2242 if ( v3 == Tileset_3 ) |
0 | 2243 result = this->pTileTypes[3].uTileID; |
2244 else | |
2245 result = a2; | |
2246 } | |
2247 else | |
2248 result = this->pTileTypes[v3].uTileID; | |
2249 } | |
2250 else | |
2251 result = 0; | |
2252 return result; | |
2253 } | |
2254 | |
2255 //----- (0047ED08) -------------------------------------------------------- | |
2006 | 2256 unsigned int OutdoorLocation::DoGetTileTexture(signed int sX, signed int sY) |
0 | 2257 { |
2258 int v3; // esi@5 | |
2334 | 2259 // unsigned int result; // eax@9 |
0 | 2260 |
2006 | 2261 assert(sX < 128 && sY < 128); |
67 | 2262 |
2006 | 2263 v3 = this->pTerrain.pTilemap[sY * 128 + sX]; |
630 | 2264 if (v3 < 198) // < Tileset_3 |
67 | 2265 { |
2266 if (v3 >= 90) | |
185 | 2267 v3 = v3 + this->pTileTypes[(v3 - 90) / 36].uTileID - 36 * ((v3 - 90) / 36) - 90; |
67 | 2268 } |
2269 else | |
2270 v3 = v3 + this->pTileTypes[3].uTileID - 198; | |
2271 | |
635 | 2272 #pragma region "New: seasons change" |
2277 | 2273 |
635 | 2274 if (change_seasons) |
2275 switch (pParty->uCurrentMonth) | |
2276 { | |
2277 case 11: case 0: case 1: // winter | |
2278 if (v3 >= 90) // Tileset_Grass begins at TileID = 90 | |
2279 { | |
2280 if (v3 <= 95) // some grastyl entries | |
2281 v3 = 348; | |
2282 else if (v3 <= 113) // rest of grastyl & all grdrt* | |
2283 v3 = 348 + (v3 - 96); | |
2284 } | |
630 | 2285 /*switch (v3) |
2286 { | |
2287 case 102: v3 = 354; break; // grdrtNE -> SNdrtne | |
2288 case 104: v3 = 356; break; // grdrtNW -> SNdrtnw | |
2289 case 108: v3 = 360; break; // grdrtN -> SNdrtn | |
2290 }*/ | |
635 | 2291 break; |
2292 | |
2293 case 2: case 3: case 4: // spring | |
2294 case 8: case 9: case 10: // autumn | |
2295 if (v3 >= 90 && v3 <= 113) // just convert all Tileset_Grass to dirt | |
2296 v3 = 1; | |
2297 break; | |
630 | 2298 |
635 | 2299 case 5: case 6: case 7: // summer |
2300 //all tiles are green grass by default | |
2301 break; | |
630 | 2302 |
635 | 2303 default: assert(pParty->uCurrentMonth >= 0 && pParty->uCurrentMonth < 12); |
2304 } | |
2305 #pragma endregion | |
630 | 2306 |
67 | 2307 return pTileTable->pTiles[v3].uBitmapID; |
0 | 2308 } |
2309 | |
2310 //----- (0047ED83) -------------------------------------------------------- | |
2311 int OutdoorLocation::_47ED83(signed int a2, signed int a3) | |
2312 { | |
812 | 2313 assert(a2 < 128 && a3 < 128); |
0 | 2314 |
812 | 2315 return *(&this->pTerrain.pTilemap[128 * a3] + a2); |
0 | 2316 } |
2317 | |
2318 //----- (0047EDB3) -------------------------------------------------------- | |
2006 | 2319 int OutdoorLocation::ActuallyGetSomeOtherTileInfo(signed int sX, signed int sY) |
0 | 2320 { |
2006 | 2321 assert(sX < 128 && sY < 128); |
0 | 2322 int v3; // esi@5 |
2323 | |
2006 | 2324 v3 = this->pTerrain.pTilemap[sY * 128 + sX]; |
812 | 2325 if ( v3 >= 90 ) |
2326 v3 = v3 + this->pTileTypes[(v3 - 90) / 36].uTileID - 36 * ((v3 - 90) / 36) - 90; | |
67 | 2327 return pTileTable->pTiles[v3].uAttributes; |
0 | 2328 } |
2329 | |
2330 //----- (0047EE16) -------------------------------------------------------- | |
2003 | 2331 int OutdoorLocation::DoGetHeightOnTerrain(signed int sX, signed int sZ) |
0 | 2332 { |
2003 | 2333 assert(sX < 128 && sZ < 128); |
0 | 2334 |
2003 | 2335 return 32 * pTerrain.pHeightmap[sZ * 128 + sX]; |
0 | 2336 } |
2337 | |
2338 //----- (0047EE49) -------------------------------------------------------- | |
764 | 2339 int OutdoorLocation::GetSoundIdByPosition( signed int X_pos, signed int Y_pos, int running ) |
2340 { | |
0 | 2341 signed int v4; // eax@5 |
2342 signed int v5; // eax@7 | |
2334 | 2343 // int v6; // eax@8 |
0 | 2344 signed int v8; // eax@9 |
764 | 2345 int modif=0; |
0 | 2346 |
764 | 2347 if ( X_pos < 0 || X_pos > 127 || Y_pos < 0 || Y_pos > 127 ) |
0 | 2348 v4 = 0; |
2349 else | |
764 | 2350 v4 = this->pTerrain.pTilemap[128 * Y_pos + X_pos]; |
2351 v5 = GetTileIdByTileMapId(v4); | |
2352 if (running) | |
2353 modif=-39; | |
0 | 2354 if ( !v5 ) |
764 | 2355 return 92+modif; |
2356 | |
2357 switch (pTileTable->pTiles[v5].tileset) | |
0 | 2358 { |
764 | 2359 case 0: return 93+ modif; |
2360 case 1: return 97+ modif; | |
2361 case 2: return 91+ modif; | |
2362 case 3: return 90+ modif; | |
2363 case 4: return 101+ modif; | |
2364 case 5: return 95+ modif; | |
2365 case 6: return 88+ modif; | |
2366 case 7: return 100+ modif; | |
2367 case 8: return 93+ modif; | |
2368 default: | |
2369 v8=pTileTable->pTiles[v5].tileset; | |
2370 if ( (v8 > 9 && v8 <= 17) || (v8 > 21 && v8 <= 27) ) | |
2371 return 96+ modif; | |
2372 else | |
2373 return 95+ modif; | |
0 | 2374 } |
764 | 2375 |
0 | 2376 } |
2377 | |
2378 //----- (0047EF60) -------------------------------------------------------- | |
752 | 2379 int OutdoorLocation::UpdateDiscoveredArea(int X_grid_pos, int Y_grid_poa, int a4) |
0 | 2380 { |
2381 int v4; // ecx@1 | |
2382 int v5; // edx@2 | |
2383 int v6; // edi@2 | |
2384 int v9; // ebx@4 | |
2385 int v10; // eax@5 | |
2334 | 2386 // int v12; // esi@12 |
0 | 2387 char v13; // al@12 |
2388 int v15; // [sp+4h] [bp-14h]@7 | |
2172 | 2389 |
752 | 2390 v4 = Y_grid_poa - 10; |
2172 | 2391 if ( v4 < Y_grid_poa + 10 ) |
0 | 2392 { |
752 | 2393 v5 = v4 - Y_grid_poa; |
2394 v6 = (Y_grid_poa - 30); | |
2172 | 2395 for ( int i = 0; i < Y_grid_poa + 10 - v4; i++) |
0 | 2396 { |
2172 | 2397 v9 = X_grid_pos - 10; |
2398 v10 = v9 - X_grid_pos; | |
2399 for ( v9; v9 < X_grid_pos + 10; ++v9 ) | |
0 | 2400 { |
2172 | 2401 v15 = abs(v10) * abs(v10) + abs(v5) * abs(v5); |
2402 if ( v15 <= 100 && v9 >= 20 && v9 <= 107 && v6 >= 0 && v6 <= 87 ) | |
0 | 2403 { |
2172 | 2404 v13 = 1 << (7 - (v9 - 20) % 8); |
2405 this->uDicovered_area[v6][(v9 - 20)/8] |= v13; | |
2406 if ( v15 <= 49 ) | |
2407 this->uUndiscoveredArea[v6][(v9 - 20)/8] |= v13; | |
0 | 2408 } |
2172 | 2409 ++v10; |
0 | 2410 } |
2172 | 2411 ++v6; |
2412 ++v5; | |
0 | 2413 } |
2414 } | |
2415 return 1; | |
2416 } | |
2417 | |
2418 //----- (0047F04C) -------------------------------------------------------- | |
752 | 2419 bool OutdoorLocation::_47F04C(signed int x_pos, signed int y_pos) |
0 | 2420 { |
2421 bool result; // eax@5 | |
2422 | |
752 | 2423 if ( x_pos < 0 || x_pos >= 88 || y_pos < 0 || y_pos >= 88 ) |
0 | 2424 result = 0; |
2425 else | |
752 | 2426 result = (uUndiscoveredArea[y_pos][x_pos/8] & (unsigned __int8)(1 << (7 - (x_pos) % 8))) != 0; |
0 | 2427 return result; |
2428 } | |
2429 | |
2430 //----- (0047F097) -------------------------------------------------------- | |
752 | 2431 bool OutdoorLocation::_47F097(signed int x_pos, signed int y_pos) |
0 | 2432 { |
2433 bool result; // eax@5 | |
2434 | |
752 | 2435 if ( x_pos < 0 || x_pos >= 88 || y_pos < 0 || y_pos >= 88 ) |
0 | 2436 result = 0; |
2437 else | |
752 | 2438 result = (uDicovered_area[y_pos][x_pos/8] & (unsigned __int8)(1 << (7 - (x_pos) % 8))) != 0; |
0 | 2439 return result; |
2440 } | |
2441 | |
2442 //----- (0047F0E2) -------------------------------------------------------- | |
2443 bool OutdoorLocation::_47F0E2() | |
2444 { | |
2172 | 2445 for ( uint i = 0; i < (signed int)pBitmaps_LOD->uNumLoadedFiles; ++i ) |
0 | 2446 { |
2172 | 2447 //if ( i != -1 ? (int)&pBitmaps_LOD->pTextures[i] : 0 ) |
2448 pBitmaps_LOD->pTextures[i].uDecompressedSize = this->pTerrain._47CB57((int)pBitmaps_LOD->pTextures[i].pLevelOfDetail0_prolly_alpha_mask, | |
2449 pBitmaps_LOD->pTextures[i].palette_id2, | |
2450 pBitmaps_LOD->pTextures[i].uTextureWidth * pBitmaps_LOD->pTextures[i].uTextureHeight); | |
0 | 2451 } |
2452 return 1; | |
2453 } | |
2454 | |
2455 //----- (0047F138) -------------------------------------------------------- | |
2456 bool OutdoorLocation::PrepareDecorations() | |
2457 { | |
2458 signed int v1; // ebx@1 | |
2459 signed int v8; // [sp+Ch] [bp-4h]@1 | |
2460 | |
2461 v1 = 0; | |
2462 v8 = 0; | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1458
diff
changeset
|
2463 if ( !_stricmp(pCurrentMapName, "out09.odm") ) |
0 | 2464 v8 = 1; |
2465 | |
2466 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
2467 { | |
1980 | 2468 LevelDecoration* decor = &pLevelDecorations[i]; |
0 | 2469 |
2470 pDecorationList->InitializeDecorationSprite(decor->uDecorationDescID); | |
2179 | 2471 if ( pDecorationList->pDecorations[decor->uDecorationDescID].uSoundID && _6807E0_num_decorations_with_sounds_6807B8 < 9 ) |
0 | 2472 { |
2179 | 2473 pSoundList->LoadSound(pDecorationList->pDecorations[decor->uDecorationDescID].uSoundID, 0); |
2474 _6807B8_level_decorations_ids[_6807E0_num_decorations_with_sounds_6807B8++] = i; | |
0 | 2475 } |
2476 if ( v8 && decor->uCog == 20 ) | |
1489 | 2477 decor->uFlags |= LEVEL_DECORATION_OBELISK_CHEST; |
1514
965af46e8793
Rename LevelDecoration::field_16_event_id to LevelDecoration::uEventID.
yoctozepto
parents:
1489
diff
changeset
|
2478 if ( !decor->uEventID ) |
0 | 2479 { |
2480 if ( decor->IsInteractive() ) | |
2481 { | |
2482 if ( v1 < 124 ) | |
2483 { | |
2179 | 2484 decor->_idx_in_stru123 = v1 + 75; |
1736
c6fe09a06712
Player::CompareVariable finished, renamed stru_5E4C90 to stru_5E4C90_MapPersistVars, party::field_4A0 to party::CounterEventValues
Grumpy7
parents:
1642
diff
changeset
|
2485 if ( !stru_5E4C90_MapPersistVars._decor_events[v1++] ) |
1489 | 2486 decor->uFlags |= LEVEL_DECORATION_INVISIBLE; |
0 | 2487 } |
2488 } | |
2489 } | |
2490 } | |
2491 | |
2492 pGameLoadingUI_ProgressBar->Progress(); | |
2493 return true; | |
2494 } | |
2495 // 6807E0: using guessed type int _6807E0_num_decorations_6807B8; | |
2496 | |
2497 //----- (0047F223) -------------------------------------------------------- | |
2065
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2498 void OutdoorLocation::ArrangeSpriteObjects() |
0 | 2499 { |
2500 OutdoorLocation *v5; // [sp+0h] [bp-4h]@1 | |
2501 | |
2502 v5 = this; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2503 if ( (signed int)uNumSpriteObjects > 0 ) |
0 | 2504 { |
2065
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2505 for ( int i = 0; i < (signed int)uNumSpriteObjects; ++i ) |
0 | 2506 { |
2065
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2507 if ( pSpriteObjects[i].uObjectDescID ) |
0 | 2508 { |
2172 | 2509 if ( !(pSpriteObjects[i].uAttributes & 8) && !(pObjectList->pObjects[pSpriteObjects[i].uObjectDescID].uFlags & 0x10) ) |
2510 pSpriteObjects[i].vPosition.z = GetTerrainHeightsAroundParty2(pSpriteObjects[i].vPosition.x, pSpriteObjects[i].vPosition.y, (int *)&v5, 0); | |
2065
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2511 if ( pSpriteObjects[i].stru_24.uItemID ) |
0 | 2512 { |
2065
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2513 if ( pSpriteObjects[i].stru_24.uItemID != 220 |
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2514 && pItemsTable->pItems[pSpriteObjects[i].stru_24.uItemID].uEquipType == EQUIP_POTION |
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2515 && !pSpriteObjects[i].stru_24.uEnchantmentType ) |
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2516 pSpriteObjects[i].stru_24.uEnchantmentType = rand() % 15 + 5; |
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2517 pItemsTable->SetSpecialBonus(&pSpriteObjects[i].stru_24); |
0 | 2518 } |
2519 } | |
2520 } | |
2521 } | |
2522 pGameLoadingUI_ProgressBar->Progress(); | |
2523 } | |
2524 | |
2525 //----- (0047F2D3) -------------------------------------------------------- | |
2526 bool OutdoorLocation::InitalizeActors(int a1) | |
2527 { | |
760 | 2528 int alert_status; // [sp+348h] [bp-8h]@1 |
2334 | 2529 // int v9; // [sp+34Ch] [bp-4h]@1 |
0 | 2530 |
760 | 2531 alert_status = 0; |
2172 | 2532 for( int i = 0; i < uNumActors; ++i ) |
2533 { | |
2534 if ( !(pActors[i].uAttributes & 0x100000) ) | |
2535 { | |
2536 if ( alert_status != 1 ) | |
2537 { | |
2538 pActors[i].uCurrentActionTime = 0; | |
2539 pActors[i].uCurrentActionLength = 0; | |
2540 if ( pActors[i].uAttributes & 0x10000 ) | |
2541 pActors[i].uAIState = AIState::Disabled; | |
2542 if ( pActors[i].uAIState != AIState::Removed && pActors[i].uAIState != AIState::Disabled && | |
2543 (pActors[i].sCurrentHP == 0 || pActors[i].pMonsterInfo.uHP == 0) ) | |
2544 pActors[i].uAIState = AIState::Dead; | |
2545 pActors[i].vVelocity.x = 0; | |
2546 pActors[i].vVelocity.y = 0; | |
2547 pActors[i].vVelocity.z = 0; | |
2548 pActors[i].UpdateAnimation(); | |
2549 pActors[i].pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly; | |
2550 pActors[i].PrepareSprites(0); | |
2551 } | |
2552 else | |
760 | 2553 { |
2172 | 2554 pActors[i].uAIState = AIState::Disabled; |
2555 pActors[i].uAttributes = pActors[i].uAttributes | 0x10000; | |
760 | 2556 } |
2172 | 2557 } |
2558 else if ( a1 == 0 ) | |
2559 { | |
2560 pActors[i].uAIState = AIState::Disabled; | |
2561 pActors[i].uAttributes = pActors[i].uAttributes | 0x10000; | |
2562 } | |
2563 else if ( alert_status != 0 ) | |
2564 { | |
2565 pActors[i].uCurrentActionTime = 0; | |
2566 pActors[i].uCurrentActionLength = 0; | |
2567 if ( pActors[i].uAttributes & 0x10000 ) | |
2568 pActors[i].uAIState = AIState::Disabled; | |
2569 if ( pActors[i].uAIState != AIState::Removed && pActors[i].uAIState != AIState::Disabled && | |
2570 (pActors[i].sCurrentHP == 0 || pActors[i].pMonsterInfo.uHP == 0) ) | |
2571 pActors[i].uAIState = AIState::Dead; | |
2572 pActors[i].vVelocity.x = 0; | |
2573 pActors[i].vVelocity.y = 0; | |
2574 pActors[i].vVelocity.z = 0; | |
2575 pActors[i].UpdateAnimation(); | |
2576 pActors[i].pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly; | |
2577 pActors[i].PrepareSprites(0); | |
2578 } | |
2579 else | |
2580 { | |
2581 pActors[i].uAIState = AIState::Disabled; | |
2582 pActors[i].uAttributes = pActors[i].uAttributes | 0x10000; | |
2583 alert_status = GetAlertStatus(); | |
2584 } | |
2585 } | |
760 | 2586 |
0 | 2587 pGameLoadingUI_ProgressBar->Progress(); |
760 | 2588 //no use for this |
2589 // Actor thisa; | |
2590 // thisa.pMonsterInfo.uID = 45; | |
2591 // thisa.PrepareSprites(0); | |
0 | 2592 return 1; |
2593 } | |
2594 | |
2595 //----- (0047F3EA) -------------------------------------------------------- | |
630 | 2596 bool OutdoorLocation::LoadRoadTileset() |
0 | 2597 { |
760 | 2598 pTileTypes[3].uTileID = pTileTable->GetTileForTerrainType(pTileTypes[3].tileset, 1); |
2599 pTileTable->InitializeTileset(pTileTypes[3].tileset); | |
0 | 2600 return 1; |
2601 } | |
2602 | |
2603 //----- (0047F420) -------------------------------------------------------- | |
2604 bool OutdoorLocation::LoadTileGroupIds() | |
2605 { | |
2606 for (uint i = 0; i < 3; ++i) | |
760 | 2607 pTileTypes[i].uTileID = pTileTable->GetTileForTerrainType(pTileTypes[i].tileset, 1); |
0 | 2608 |
2609 return true; | |
2610 } | |
2611 | |
2612 //----- (0047B42C) -------------------------------------------------------- | |
142 | 2613 void OutdoorLocation::PrepareActorsDrawList() |
0 | 2614 { |
2615 unsigned int result; // eax@1 | |
142 | 2616 int z; // esi@5 |
0 | 2617 float v4; // ST48_4@8 |
2618 unsigned int v8; // eax@11 | |
2619 int v9; // edx@11 | |
2123 | 2620 //__int16 v10; // dx@11 |
2621 //unsigned int v11; // eax@13 | |
0 | 2622 signed int v12; // eax@16 |
2123 | 2623 //__int16 v13; // cx@21 |
0 | 2624 SpriteFrame *v14; // eax@24 |
2625 SpriteFrame *v15; // ebx@25 | |
2626 //int *v16; // eax@25 | |
2627 int v17; // eax@35 | |
2628 int v18; // ST78_4@36 | |
2629 int v19; // eax@36 | |
2630 int v20; // ecx@38 | |
2631 int v21; // eax@38 | |
2632 int v22; // ecx@41 | |
2633 int v23; // ST5C_4@43 | |
2634 int v24; // esi@44 | |
2635 signed __int64 v25; // qtt@45 | |
2636 int v26; // ST54_4@45 | |
2637 int v27; // ecx@45 | |
2166 | 2638 //RenderBillboard *v28; // esi@45 |
142 | 2639 //__int16 v29; // ax@46 |
2334 | 2640 // unsigned __int8 v30; // zf@46 |
2641 // unsigned __int8 v31; // sf@46 | |
2642 // signed __int16 v32; // ax@49 | |
2643 // signed int v33; // ecx@50 | |
0 | 2644 int v34; // ecx@54 |
2166 | 2645 //MonsterDesc *v35; // edx@54 |
2646 //int v36; // ecx@54 | |
142 | 2647 //unsigned __int8 v37; // zf@54 |
2648 //unsigned __int8 v38; // sf@54 | |
2123 | 2649 //unsigned int v39; // [sp-8h] [bp-68h]@23 |
2650 //unsigned int v40; // [sp-4h] [bp-64h]@23 | |
0 | 2651 int v41; // [sp+24h] [bp-3Ch]@11 |
2652 int v42; // [sp+28h] [bp-38h]@38 | |
2653 int v43; // [sp+28h] [bp-38h]@45 | |
2654 int v44; // [sp+2Ch] [bp-34h]@36 | |
2655 int v45; // [sp+2Ch] [bp-34h]@44 | |
2656 int v46; // [sp+2Ch] [bp-34h]@45 | |
2657 int v47; // [sp+30h] [bp-30h]@36 | |
2658 int v48; // [sp+30h] [bp-30h]@41 | |
2659 signed int v49; // [sp+34h] [bp-2Ch]@5 | |
2660 int v50; // [sp+34h] [bp-2Ch]@36 | |
2661 int v51; // [sp+34h] [bp-2Ch]@41 | |
2334 | 2662 // int v52; // [sp+34h] [bp-2Ch]@50 |
0 | 2663 int v53; // [sp+38h] [bp-28h]@36 |
142 | 2664 //int v54; // [sp+3Ch] [bp-24h]@2 |
0 | 2665 int y; // [sp+40h] [bp-20h]@5 |
2666 int x; // [sp+44h] [bp-1Ch]@5 | |
2667 int v57; // [sp+48h] [bp-18h]@45 | |
2668 int v58; // [sp+4Ch] [bp-14h]@45 | |
142 | 2669 //signed int v59; // [sp+50h] [bp-10h]@1 |
0 | 2670 int X; // [sp+54h] [bp-Ch]@36 |
142 | 2671 //__int16 v61; // [sp+58h] [bp-8h]@5 |
0 | 2672 signed __int16 v62; // [sp+5Ch] [bp-4h]@25 |
2673 | |
142 | 2674 //result = 0; |
2675 //v59 = 0; | |
2676 for (int i = 0; i < uNumActors; ++i) | |
0 | 2677 { |
142 | 2678 //v54 = 0; |
2679 //v1 = pActors;//[0].vPosition.z; | |
2680 //do | |
2681 //{ | |
2123 | 2682 //Actor* actor = &pActors[i]; |
142 | 2683 //v2 = actor->uAIState; |
2684 | |
2123 | 2685 pActors[i].uAttributes &= 0xFFFFFFF7u; |
2686 if (pActors[i].uAIState == Removed || pActors[i].uAIState == Disabled) | |
142 | 2687 continue; |
2688 | |
2123 | 2689 z = pActors[i].vPosition.z; |
0 | 2690 v49 = 0; |
2123 | 2691 x = pActors[i].vPosition.x; |
2692 y = pActors[i].vPosition.y; | |
2693 if (pActors[i].uAIState == Summoned) | |
0 | 2694 { |
2123 | 2695 if (PID_TYPE(pActors[i].uSummonerID) != OBJECT_Actor || |
2696 pActors[PID_ID(pActors[i].uSummonerID)].pMonsterInfo.uSpecialAbilityDamageDiceSides != 1 ) | |
0 | 2697 { |
2123 | 2698 z += floorf(pActors[i].uActorHeight * 0.5f + 0.5f); |
0 | 2699 } |
2700 else | |
2701 { | |
2702 v49 = 1; | |
2123 | 2703 pGame->pStru6Instance->_4A7F74(pActors[i].vPosition.x, pActors[i].vPosition.y, z); |
2704 v4 = (1.0 - (double)pActors[i].uCurrentActionTime / (double)pActors[i].uCurrentActionLength) * | |
2705 (double)(2 * pActors[i].uActorHeight); | |
142 | 2706 z -= floorf(v4 + 0.5f); |
2123 | 2707 if ( z > pActors[i].vPosition.z ) |
2708 z = pActors[i].vPosition.z; | |
0 | 2709 } |
2710 } | |
2123 | 2711 v8 = stru_5C6E00->Atan2(pActors[i].vPosition.x - pGame->pIndoorCameraD3D->vPartyPos.x, |
2712 pActors[i].vPosition.y - pGame->pIndoorCameraD3D->vPartyPos.y); | |
2713 LOWORD(v9) = pActors[i].uYawAngle; | |
0 | 2714 v41 = ((signed int)(stru_5C6E00->uIntegerPi + ((signed int)stru_5C6E00->uIntegerPi >> 3) + v9 - v8) >> 8) & 7; |
2715 if ( pParty->bTurnBasedModeOn ) | |
2716 { | |
2123 | 2717 v12 = pActors[i].uCurrentActionTime; |
2718 if ( pActors[i].uCurrentActionAnimation == 1 ) | |
2719 v12 = 32 * i + pMiscTimer->uTotalGameTimeElapsed; | |
0 | 2720 } |
2721 else | |
2722 { | |
2123 | 2723 v12 = pActors[i].uCurrentActionTime; |
2724 if ( pActors[i].uCurrentActionAnimation == 1 ) | |
2725 v12 = 32 * i + pEventTimer->uTotalGameTimeElapsed; | |
0 | 2726 } |
2123 | 2727 if ( (signed __int64)pActors[i].pActorBuffs[ACTOR_BUFF_STONED].uExpireTime > 0 || (signed __int64)pActors[i].pActorBuffs[ACTOR_BUFF_PARALYZED].uExpireTime > 0 ) |
0 | 2728 v12 = 0; |
2123 | 2729 if ( pActors[i].uAIState == 17 && !v49 ) |
2730 v14 = pSpriteFrameTable->GetFrame(uSpriteID_Spell11, v12); | |
2731 else if ( pActors[i].uAIState == 16 ) | |
2732 v14 = pSpriteFrameTable->GetFrameBy_x(pActors[i].pSpriteIDs[pActors[i].uCurrentActionAnimation], v12); | |
2733 else | |
2734 v14 = pSpriteFrameTable->GetFrame(pActors[i].pSpriteIDs[pActors[i].uCurrentActionAnimation], v12); | |
0 | 2735 v62 = 0; |
2736 v15 = v14; | |
2737 //v16 = (int *)v14->uFlags; | |
2738 if (v14->uFlags & 2) | |
2739 v62 = 2; | |
2740 if (v14->uFlags & 0x40000) | |
2741 v62 |= 0x40u; | |
2742 if (v14->uFlags & 0x20000) | |
2743 LOBYTE(v62) = v62 | 0x80; | |
2744 if ((256 << v41) & v14->uFlags) | |
2745 v62 |= 4u; | |
2746 if ( v15->uGlowRadius ) | |
2747 { | |
2154 | 2748 //LOBYTE(v16) = _4E94D3_light_type; |
2749 pMobileLightsStack->AddLight(x, y, z, 0, v15->uGlowRadius, 0xFFu, 0xFFu, 0xFFu, _4E94D3_light_type); | |
0 | 2750 } |
1640
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2751 v17 = (x - pGame->pIndoorCameraD3D->vPartyPos.x) << 16; |
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2752 if (pGame->pIndoorCameraD3D->sRotationX) |
0 | 2753 { |
1640
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2754 v18 = (y - pGame->pIndoorCameraD3D->vPartyPos.y) << 16; |
2166 | 2755 v47 = (fixpoint_mul(v17, pGame->pIndoorCameraD3D->int_cosine_y) + fixpoint_mul(v18, pGame->pIndoorCameraD3D->int_sine_y)); |
2756 v50 = fixpoint_mul(v17, pGame->pIndoorCameraD3D->int_sine_y); | |
2757 v53 = fixpoint_mul(v18, pGame->pIndoorCameraD3D->int_cosine_y); | |
1640
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2758 v44 = (z - pGame->pIndoorCameraD3D->vPartyPos.z) << 16; |
2166 | 2759 v19 = (fixpoint_mul(v44, pGame->pIndoorCameraD3D->int_sine_x) + fixpoint_mul(v47, pGame->pIndoorCameraD3D->int_cosine_x)); |
2760 X = fixpoint_mul(v44, pGame->pIndoorCameraD3D->int_sine_x) + fixpoint_mul(v47, pGame->pIndoorCameraD3D->int_cosine_x); | |
1637 | 2761 if ( v19 < 262144 || v19 > pODMRenderParams->shading_dist_mist << 16 ) |
142 | 2762 continue; |
0 | 2763 v20 = v53 - v50; |
2764 v42 = v53 - v50; | |
2166 | 2765 v21 = (fixpoint_mul(v44, pGame->pIndoorCameraD3D->int_cosine_x) - fixpoint_mul(v47, pGame->pIndoorCameraD3D->int_sine_x)); |
0 | 2766 } |
2767 else | |
2768 { | |
1640
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2769 v48 = (y - pGame->pIndoorCameraD3D->vPartyPos.y) << 16; |
2166 | 2770 v51 = fixpoint_mul(v17, pGame->pIndoorCameraD3D->int_cosine_y); |
2771 v22 = fixpoint_mul(v48, pGame->pIndoorCameraD3D->int_sine_y); | |
0 | 2772 X = v22 + v51; |
1637 | 2773 if ( v22 + v51 < 262144 || v22 + v51 > pODMRenderParams->shading_dist_mist << 16 ) |
142 | 2774 continue; |
2166 | 2775 v23 = fixpoint_mul(((x - pGame->pIndoorCameraD3D->vPartyPos.x) << 16), pGame->pIndoorCameraD3D->int_sine_y); |
2776 v20 = fixpoint_mul(v48, pGame->pIndoorCameraD3D->int_cosine_y) - v23; | |
2777 v42 = fixpoint_mul(v48, pGame->pIndoorCameraD3D->int_cosine_y) - v23; | |
1640
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2778 v21 = (z - pGame->pIndoorCameraD3D->vPartyPos.z) << 16; |
0 | 2779 } |
2780 v45 = v21; | |
2781 v24 = abs(v20); | |
2782 if ( abs(X) >= v24 ) | |
2783 { | |
2784 LODWORD(v25) = 0; | |
1637 | 2785 HIDWORD(v25) = SLOWORD(pODMRenderParams->int_fov_rad); |
0 | 2786 v58 = v25 / X; |
2787 v26 = v25 / X; | |
2788 LODWORD(v25) = 0; | |
1637 | 2789 HIDWORD(v25) = SLOWORD(pODMRenderParams->int_fov_rad); |
0 | 2790 v57 = v25 / X; |
2166 | 2791 v27 = pViewport->uScreenCenterX - ((signed int)(fixpoint_mul(v26, v42) + 32768) >> 16); |
2792 v43 = pViewport->uScreenCenterX - ((signed int)(fixpoint_mul(v26, v42) + 32768) >> 16); | |
2793 v46 = pViewport->uScreenCenterY - ((signed int)(fixpoint_mul(v25 / X, v45) + 32768) >> 16); | |
0 | 2794 result = uNumBillboardsToDraw; |
2166 | 2795 //v28 = &pBillboardRenderList[uNumBillboardsToDraw]; |
142 | 2796 if (uNumBillboardsToDraw >= 500) |
2797 return; | |
0 | 2798 ++uNumBillboardsToDraw; |
2799 ++uNumSpritesDrawnThisFrame; | |
2166 | 2800 pActors[i].uAttributes |= 8; |
2226
5944810e88e2
occasionally pRenderer->pBillboardRenderListD3D array elements are not correct (0xcdcdcdcd) fix
Ritor1
parents:
2208
diff
changeset
|
2801 pBillboardRenderList[uNumBillboardsToDraw - 1].HwSpriteID = v15->pHwSpriteIDs[v41]; |
2166 | 2802 pBillboardRenderList[uNumBillboardsToDraw - 1].uIndoorSectorID = 0; |
2803 pBillboardRenderList[uNumBillboardsToDraw - 1].uPalette = v15->uPaletteIndex; | |
2804 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_x_scaler_packedfloat = fixpoint_mul(v15->scale, v58); | |
2805 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat = fixpoint_mul(v15->scale, v57); | |
2806 if ( pActors[i].pActorBuffs[ACTOR_BUFF_SHRINK].uExpireTime <= 0 ) | |
0 | 2807 { |
2166 | 2808 if ( pActors[i].pActorBuffs[ACTOR_BUFF_MASS_DISTORTION].uExpireTime > 0 ) |
0 | 2809 { |
2166 | 2810 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat = fixpoint_mul(pGame->pStru6Instance->_4A806F(&pActors[i]), |
2811 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat); | |
0 | 2812 LOWORD(v27) = v43; |
2813 } | |
2814 } | |
2815 else | |
2816 { | |
2166 | 2817 if ( pActors[i].pActorBuffs[ACTOR_BUFF_SHRINK].uPower ) |
0 | 2818 { |
2166 | 2819 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat = fixpoint_mul(65536 / pActors[i].pActorBuffs[ACTOR_BUFF_SHRINK].uPower, |
2820 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat); | |
2821 LOWORD(v27) = v43; | |
0 | 2822 } |
2823 } | |
2166 | 2824 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceX = v27; |
2825 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceY = v46; | |
2826 pBillboardRenderList[uNumBillboardsToDraw - 1].world_x = x; | |
2827 pBillboardRenderList[uNumBillboardsToDraw - 1].world_y = y; | |
2828 pBillboardRenderList[uNumBillboardsToDraw - 1].world_z = z; | |
0 | 2829 HIWORD(v34) = HIWORD(X); |
2830 LOWORD(v34) = 0; | |
2166 | 2831 pBillboardRenderList[uNumBillboardsToDraw - 1].dimming_level = 0; |
2832 pBillboardRenderList[uNumBillboardsToDraw - 1].sZValue = v34 + PID(OBJECT_Actor, i); | |
2833 pBillboardRenderList[uNumBillboardsToDraw - 1].field_14_actor_id = i; | |
2834 //v35 = pMonsterList->pMonsters; | |
2835 //v36 = pActors[i].pMonsterInfo.uID; | |
2836 pBillboardRenderList[uNumBillboardsToDraw - 1].field_1E = v62 | 0x200; | |
2837 pBillboardRenderList[uNumBillboardsToDraw - 1].pSpriteFrame = v15; | |
2838 pBillboardRenderList[uNumBillboardsToDraw - 1].sTintColor = pMonsterList->pMonsters[pActors[i].pMonsterInfo.uID - 1].sTintColor;//*((int *)&v35[v36] - 36); | |
2123 | 2839 if (pActors[i].pActorBuffs[ACTOR_BUFF_STONED].uExpireTime) |
2166 | 2840 pBillboardRenderList[uNumBillboardsToDraw - 1].field_1E = v62 | 0x200; |
0 | 2841 } |
142 | 2842 //LABEL_58: |
2843 //++v59; | |
2844 //v54 += 32; | |
2845 //result = v59; | |
2846 //++v1; | |
2847 //} | |
2848 //while ( v59 < (signed int)uNumActors ); | |
0 | 2849 } |
142 | 2850 //return result; |
0 | 2851 } |
2852 | |
2853 //----- (0044C1E8) -------------------------------------------------------- | |
2854 bool ODMFace::HasEventHint() | |
2855 { | |
428 | 2856 signed int event_index; // eax@1 |
2857 _evt_raw* start_evt; | |
2858 _evt_raw* end_evt; | |
0 | 2859 |
428 | 2860 event_index = 0; |
2861 if ( (uLevelEVT_NumEvents - 1) <= 0 ) | |
2862 return false; | |
2863 while ( pLevelEVT_Index[event_index].uEventID != this->sCogTriggeredID ) | |
0 | 2864 { |
428 | 2865 ++event_index; |
2866 if ( event_index >= (signed int)(uLevelEVT_NumEvents - 1) ) | |
2867 return false; | |
0 | 2868 } |
428 | 2869 end_evt=(_evt_raw*)&pLevelEVT[pLevelEVT_Index[event_index+1].uEventOffsetInEVT]; |
2870 start_evt=(_evt_raw*)&pLevelEVT[pLevelEVT_Index[event_index].uEventOffsetInEVT]; | |
2871 if ( (end_evt->_e_type != EVENT_Exit) || (start_evt->_e_type!= EVENT_MouseOver) ) | |
2872 return false; | |
0 | 2873 else |
428 | 2874 return true; |
1295 | 2875 } |
2876 //----- (0046D49E) -------------------------------------------------------- | |
1413 | 2877 int ODM_GetFloorLevel(int X, signed int Y, int Z, int __unused, int *pIsOnWater, int *bmodel_pid, int bWaterWalk) |
1295 | 2878 { |
2879 BSPModel *pBModel; // esi@4 | |
2880 ODMFace *pFace; // ecx@11 | |
2334 | 2881 // int v14; // edx@20 |
1295 | 2882 signed int v18; // edx@26 |
2883 int v19; // eax@28 | |
2334 | 2884 // int v20; // edx@30 |
2885 // int v21; // ST1C_4@30 | |
1295 | 2886 signed int v22; // edx@30 |
2887 signed __int64 v23; // qtt@30 | |
2888 int v24; // eax@36 | |
2889 signed int v25; // ecx@38 | |
2334 | 2890 // int result; // eax@42 |
2075 | 2891 signed int current_floor_level; // ecx@43 |
2334 | 2892 // int v28; // edi@44 |
1295 | 2893 signed int v29; // edx@44 |
2334 | 2894 // int v30; // esi@45 |
2895 // int v31; // eax@45 | |
2896 // int v33; // ecx@59 | |
2897 // int v36; // [sp+14h] [bp-2Ch]@24 | |
2898 // int v38; // [sp+1Ch] [bp-24h]@2 | |
1295 | 2899 int v39; // [sp+20h] [bp-20h]@9 |
2900 signed int pBModelNum; // [sp+28h] [bp-18h]@1 | |
2901 int pFaceNum; // [sp+2Ch] [bp-14h]@8 | |
2068 | 2902 bool current_vertices_Y; // [sp+30h] [bp-10h]@22 |
2903 bool next_vertices_Y; // [sp+34h] [bp-Ch]@24 | |
1295 | 2904 signed int v46; // [sp+3Ch] [bp-4h]@1 |
2068 | 2905 signed int number_hits; // [sp+58h] [bp+18h]@22 |
2075 | 2906 signed int next_floor_level; // [sp+58h] [bp+18h]@43 |
1295 | 2907 |
2908 v46 = 1; | |
2140
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2909 current_BModel_id[0] = -1; |
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2910 current_Face_id[0] = -1; |
1295 | 2911 odm_floor_level[0] = GetTerrainHeightsAroundParty2(X, Y, pIsOnWater, bWaterWalk); |
2912 | |
2913 for ( pBModelNum = 0; pBModelNum < pOutdoor->uNumBModels; ++pBModelNum ) | |
2914 { | |
2915 pBModel = &pOutdoor->pBModels[pBModelNum]; | |
2916 if ( X <= pBModel->sMaxX && X >= pBModel->sMinX && | |
2917 Y <= pBModel->sMaxY && Y >= pBModel->sMinY ) | |
2918 { | |
2919 if ( pBModel->uNumFaces > 0 ) | |
2920 { | |
2921 v39 = 0; | |
2922 for ( pFaceNum = 0; pFaceNum < pBModel->uNumFaces; ++pFaceNum ) | |
2923 { | |
2924 pFace = &pBModel->pFaces[pFaceNum]; | |
2075 | 2925 if ( pFace->Ethereal() ) |
2926 continue; | |
1295 | 2927 if ( (pFace->uPolygonType == POLYGON_Floor || pFace->uPolygonType == POLYGON_InBetweenFloorAndWall) |
2928 && X <= pFace->pBoundingBox.x2 && X >= pFace->pBoundingBox.x1 | |
2929 && Y <= pFace->pBoundingBox.y2 && Y >= pFace->pBoundingBox.y1 ) | |
2930 { | |
2144 | 2931 for ( uint i = 0; i < pFace->uNumVertices; ++i) |
2932 { | |
2933 odm_floor_face_vert_coord_X[2 * i] = pFace->pXInterceptDisplacements[i] + pBModel->pVertices.pVertices[pFace->pVertexIDs[i]].x; | |
2934 odm_floor_face_vert_coord_Y[2 * i] = pFace->pYInterceptDisplacements[i] + pBModel->pVertices.pVertices[pFace->pVertexIDs[i]].y; | |
2935 odm_floor_face_vert_coord_X[2 * i + 1] = pFace->pXInterceptDisplacements[i] + pBModel->pVertices.pVertices[pFace->pVertexIDs[i + 1]].x; | |
2936 odm_floor_face_vert_coord_Y[2 * i + 1] = pFace->pYInterceptDisplacements[i] + pBModel->pVertices.pVertices[pFace->pVertexIDs[i + 1]].y; | |
2937 } | |
2075 | 2938 odm_floor_face_vert_coord_X[2 * pFace->uNumVertices] = odm_floor_face_vert_coord_X[0]; |
2939 odm_floor_face_vert_coord_Y[2 * pFace->uNumVertices] = odm_floor_face_vert_coord_Y[0]; | |
2940 | |
2941 current_vertices_Y = odm_floor_face_vert_coord_Y[0] >= Y; | |
2068 | 2942 number_hits = 0; |
1295 | 2943 if ( 2 * pFace->uNumVertices > 0 ) |
2944 { | |
2945 for ( int i = 0; i < 2 * pFace->uNumVertices; ++i ) | |
2946 { | |
2068 | 2947 if ( number_hits >= 2 ) |
1295 | 2948 break; |
2075 | 2949 //v36 = odm_floor_face_vert_coord_Y[i + 1]; |
2950 next_vertices_Y = odm_floor_face_vert_coord_Y[i + 1] >= Y; | |
2068 | 2951 if ( current_vertices_Y != next_vertices_Y )//проверка по Y |
1295 | 2952 { |
2075 | 2953 v18 = odm_floor_face_vert_coord_X[i + 1] >= X ? 0 : 2; |
2954 v19 = v18 | (odm_floor_face_vert_coord_X[i] < X); | |
1295 | 2955 if ( v19 != 3 ) |
2956 { | |
2957 if ( !v19 ) | |
2068 | 2958 ++number_hits; |
1295 | 2959 else |
2960 { | |
2075 | 2961 LODWORD(v23) = (Y - odm_floor_face_vert_coord_Y[i]) << 16; |
2962 HIDWORD(v23) = (Y - odm_floor_face_vert_coord_Y[i]) >> 16; | |
2963 v22 = ((((odm_floor_face_vert_coord_X[i + 1] - odm_floor_face_vert_coord_X[i]) * v23 / (odm_floor_face_vert_coord_Y[i + 1] | |
2964 - odm_floor_face_vert_coord_Y[i])) >> 16) + odm_floor_face_vert_coord_X[i]); | |
1295 | 2965 if ( v22 >= X) |
2068 | 2966 ++number_hits; |
1295 | 2967 } |
2968 } | |
2969 } | |
2068 | 2970 current_vertices_Y = next_vertices_Y; |
1295 | 2971 } |
2068 | 2972 if ( number_hits == 1 ) |
1295 | 2973 { |
2974 if ( v46 >= 20 ) | |
2975 break; | |
2976 if ( pFace->uPolygonType == POLYGON_Floor ) | |
2977 v24 = pBModel->pVertices.pVertices[pFace->pVertexIDs[0]].z; | |
2978 else | |
2140
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2979 { |
2207 | 2980 int a = fixpoint_mul(pFace->zCalc1, X); |
2981 int b = fixpoint_mul(pFace->zCalc2, Y); | |
2144 | 2982 int c = ((signed __int64)pFace->zCalc3 >> 16); |
2140
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2983 v24 = a + b + c; |
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2984 } |
1295 | 2985 v25 = v46++; |
2986 odm_floor_level[v25] = v24; | |
2140
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2987 current_BModel_id[v25] = pBModelNum; |
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2988 current_Face_id[v25] = pFaceNum; |
1295 | 2989 } |
2990 } | |
2991 } | |
2992 | |
2993 } | |
2994 } | |
2995 } | |
2996 } | |
2997 if ( v46 == 1 ) | |
2998 { | |
1413 | 2999 *bmodel_pid = 0; |
1295 | 3000 return odm_floor_level[0]; |
3001 } | |
2075 | 3002 current_floor_level = 0; |
3003 v29 = 0; | |
1295 | 3004 if ( v46 <= 1 ) |
1413 | 3005 *bmodel_pid = 0; |
1295 | 3006 else |
3007 { | |
2075 | 3008 current_floor_level = odm_floor_level[0]; |
3009 for ( uint i = 1; i < v46; ++i ) | |
1295 | 3010 { |
2075 | 3011 next_floor_level = odm_floor_level[i]; |
3012 if ( current_floor_level <= Z + 5 ) | |
1295 | 3013 { |
2075 | 3014 if ( next_floor_level > current_floor_level && next_floor_level <= Z + 5 ) |
1295 | 3015 { |
2075 | 3016 current_floor_level = next_floor_level; |
3017 v29 = i; | |
1295 | 3018 } |
3019 } | |
2075 | 3020 else if ( next_floor_level < current_floor_level ) |
1295 | 3021 { |
2075 | 3022 current_floor_level = next_floor_level; |
3023 v29 = i; | |
1295 | 3024 } |
3025 } | |
2075 | 3026 if ( !v29 ) |
1413 | 3027 *bmodel_pid = 0; |
1295 | 3028 else |
2140
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
3029 *bmodel_pid = current_Face_id[v29] | (current_BModel_id[v29] << 6); |
1295 | 3030 } |
2075 | 3031 if ( v29 ) |
1295 | 3032 { |
3033 *pIsOnWater = false; | |
2140
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
3034 if ( pOutdoor->pBModels[current_BModel_id[v29]].pFaces[current_Face_id[v29]].Fluid()) |
1295 | 3035 *pIsOnWater = true; |
3036 } | |
2075 | 3037 if ( odm_floor_level[v29] >= odm_floor_level[0] ) |
3038 odm_floor_level[0] = odm_floor_level[v29]; | |
1295 | 3039 return odm_floor_level[0]; |
3040 } | |
1412 | 3041 |
1295 | 3042 //not sure if right- or left-handed coordinate space assumed, so this could be normal of inverse normal |
3043 // for a right-handed system, that would be an inverse normal | |
3044 //----- (0046DCC8) -------------------------------------------------------- | |
3045 void ODM_GetTerrainNormalAt(int pos_x, int pos_z, Vec3_int_ *out) | |
3046 { | |
1980 | 3047 uint grid_x = WorldPosToGridCellX(pos_x); |
3048 uint grid_z = WorldPosToGridCellZ(pos_z) - 1; | |
1295 | 3049 |
1980 | 3050 int grid_pos_x1 = GridCellToWorldPosX(grid_x); |
3051 int grid_pos_x2 = GridCellToWorldPosX(grid_x + 1); | |
3052 int grid_pos_z1 = GridCellToWorldPosZ(grid_z); | |
3053 int grid_pos_z2 = GridCellToWorldPosZ(grid_z + 1); | |
1295 | 3054 |
1980 | 3055 int x1z1_y = pOutdoor->DoGetHeightOnTerrain(grid_x, grid_z); |
3056 int x2z1_y = pOutdoor->DoGetHeightOnTerrain(grid_x + 1, grid_z); | |
3057 int x2z2_y = pOutdoor->DoGetHeightOnTerrain(grid_x + 1, grid_z + 1); | |
3058 int x1z2_y = pOutdoor->DoGetHeightOnTerrain(grid_x, grid_z + 1); | |
1295 | 3059 |
3060 float side1_dx, side1_dy, side1_dz, | |
3061 side2_dx, side2_dy, side2_dz; | |
3062 | |
1980 | 3063 int dx = abs(pos_x - grid_pos_x1), |
1295 | 3064 dz = abs(grid_pos_z1 - pos_z); |
3065 if (dz >= dx) | |
3066 { | |
2144 | 3067 side2_dx = (double)(grid_pos_x2 - grid_pos_x1); |
3068 side2_dz = 0.0;//(double)(grid_pos_z2 - grid_pos_z2); // bug? z2 - z2 | |
1295 | 3069 side2_dy = (double)(x2z2_y - x1z2_y); |
2144 | 3070 |
3071 side1_dx = 0.0;//(double)(grid_pos_x1 - grid_pos_x1); | |
1295 | 3072 side1_dz = (double)(grid_pos_z1 - grid_pos_z2); // z1 - z2 yes |
2144 | 3073 side1_dy = (double)(x1z1_y - x1z2_y); |
1295 | 3074 //Log::Warning(L"%S %S %u\n", __FILE__, __FUNCTION__, __LINE__); |
3075 /* |\ | |
3076 side1 | \ | |
3077 |____\ | |
3078 side 2 */ | |
3079 } | |
3080 else | |
3081 { | |
2144 | 3082 side2_dx = (double)(grid_pos_x1 - grid_pos_x2); |
3083 side2_dz = 0.0;//(double)(grid_pos_z1 - grid_pos_z1); | |
1295 | 3084 side2_dy = (double)(x1z1_y - x2z1_y); |
2144 | 3085 |
3086 side1_dx = 0.0;//(double)(grid_pos_x2 - grid_pos_x1); | |
1295 | 3087 side1_dz = (double)(grid_pos_z2 - grid_pos_z1); |
2144 | 3088 side1_dy = (double)(x2z2_y - x2z1_y); |
1295 | 3089 /* side 2 |
3090 _____ | |
3091 \ | | |
3092 \ | side 1 | |
3093 \| */ | |
3094 } | |
3095 | |
3096 float nx = side1_dy * side2_dz - side1_dz * side2_dy; | |
3097 float ny = side1_dx * side2_dy - side1_dy * side2_dx; | |
3098 float nz = side1_dz * side2_dx - side1_dx * side2_dz; | |
3099 | |
3100 float mag = sqrt(nx * nx + ny * ny + nz * nz); | |
3101 if (fabsf(mag) < 1e-6f) | |
3102 { | |
3103 out->y = 0; | |
3104 out->x = 0; | |
3105 out->z = 65536; | |
3106 } | |
3107 else | |
3108 { | |
3109 float invmag = 1.0 / mag; | |
3110 out->x = invmag * nx * 65536.0; | |
3111 out->y = invmag * ny * 65536.0; | |
3112 out->z = invmag * nz * 65536.0; | |
3113 } | |
3114 } | |
1297 | 3115 //----- (0046BE0A) -------------------------------------------------------- |
1642 | 3116 void ODM_UpdateUserInputAndOther() |
1297 | 3117 { |
3118 bool v0; // eax@5 | |
3119 char pOut[32]; // [sp+8h] [bp-20h]@5 | |
3120 | |
3121 UpdateObjects(); | |
3122 ODM_ProcessPartyActions(); | |
3123 if ( pParty->vPosition.x < -22528 | |
3124 || pParty->vPosition.x > 22528 | |
3125 || pParty->vPosition.y < -22528 | |
3126 || pParty->vPosition.y > 22528 ) | |
3127 { | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1458
diff
changeset
|
3128 strcpy(pOutdoor->pLevelFilename, pCurrentMapName); |
1297 | 3129 v0 = pOutdoor->GetTravelDestination(pParty->vPosition.x, pParty->vPosition.y, pOut, 32); |
3130 if ( !bUnderwater && (pParty->uFlags & (PARTY_FLAGS_1_STANDING_ON_WATER | PARTY_FLAGS_1_FALLING | 0x04) || pParty->uFlags & 0x0200 || pParty->bFlying) || !v0 ) | |
3131 { | |
3132 if ( pParty->vPosition.x < -22528 ) | |
3133 pParty->vPosition.x = -22528; | |
3134 if ( pParty->vPosition.x > 22528 ) | |
3135 pParty->vPosition.x = 22528; | |
3136 if ( pParty->vPosition.y < -22528 ) | |
3137 pParty->vPosition.y = -22528; | |
3138 if ( pParty->vPosition.y > 22528 ) | |
3139 pParty->vPosition.y = 22528; | |
3140 } | |
3141 else | |
3142 { | |
3143 pAudioPlayer->StopChannels(-1, -1); | |
3144 TravelUI_Load(); | |
3145 } | |
3146 } | |
3147 UpdateActors_ODM(); | |
3148 check_event_triggers(); | |
3149 } | |
3150 //----- (0041F54A) -------------------------------------------------------- | |
2340 | 3151 void OutdoorLocation::LoadActualSkyFrame() |
1297 | 3152 { |
3153 if ( pTexture_RestUI_CurrentSkyFrame ) | |
3154 pTexture_RestUI_CurrentSkyFrame->Release(); | |
3155 if ( pTexture_RestUI_CurrentHourglassFrame ) | |
3156 pTexture_RestUI_CurrentHourglassFrame->Release(); | |
3157 pIcons_LOD->SyncLoadedFilesCount(); | |
3158 sprintf(pTmpBuf.data(), "TERRA%03d", pParty->uCurrentMinute / 6 + 10 * pParty->uCurrentHour); | |
3159 pTexture_RestUI_CurrentSkyFrame = pIcons_LOD->LoadTexturePtr(pTmpBuf.data(), TEXTURE_16BIT_PALETTE); | |
1323 | 3160 } |
3161 | |
3162 | |
3163 //----- (004626BA) -------------------------------------------------------- | |
3164 OutdoorLocation::OutdoorLocation() | |
3165 { | |
3166 subconstuctor(); | |
3167 uLastSunlightUpdateMinute = 0; | |
3168 | |
3169 uNumBModels = 0; | |
3170 pBModels = nullptr; | |
3171 } | |
3172 | |
3173 //----- (004626CD) -------------------------------------------------------- | |
3174 void OutdoorLocation::subconstuctor() | |
3175 { | |
3176 //OutdoorLocationTerrain::OutdoorLocationTerrain(&this->pTerrain); | |
3177 field_F0 = 0; | |
3178 field_F4 = 0x40000000u; | |
3179 //DLVHeader::DLVHeader(&v1->ddm); | |
3180 pSpawnPoints = 0; | |
3181 pBModels = 0; | |
3182 pCmap = 0; | |
3183 pFaceIDLIST = 0; | |
3184 pOMAP = 0; | |
3185 } | |
3186 | |
1637 | 3187 //----- (00481E55) -------------------------------------------------------- |
3188 void ODM_Project(unsigned int uNumVertices) | |
3189 { | |
2169 | 3190 for ( uint i = 0; i < uNumVertices; i++ ) |
3191 { | |
3192 memcpy(&array_50AC10[i], &array_507D30[i], sizeof(array_50AC10[i])); | |
3193 array_50AC10[i].vWorldViewProjX = (double)pViewport->uScreenCenterX | |
3194 - ((double)pODMRenderParams->int_fov_rad * array_507D30[i]._rhw) * array_507D30[i].vWorldViewPosition.y; | |
3195 array_50AC10[i].vWorldViewProjY = (double)pViewport->uScreenCenterY | |
3196 - ((double)pODMRenderParams->int_fov_rad * array_507D30[i]._rhw) * array_507D30[i].vWorldViewPosition.z; | |
3197 } | |
3198 } | |
1637 | 3199 //----- (00485F64) -------------------------------------------------------- |
3200 void ODMRenderParams::Initialize() | |
3201 { | |
3202 int v1; // eax@1 | |
3203 int v2; // eax@2 | |
3204 signed __int64 v3; // qtt@4 | |
3205 int v4; // eax@4 | |
3206 | |
3207 this->uCameraFovInDegrees = 75; | |
3208 v1 = stru_5C6E00->uPiMask & 0xD5; | |
3209 if ( v1 >= (signed int)stru_5C6E00->uIntegerHalfPi ) | |
3210 v2 = -stru_5C6E00->pTanTable[stru_5C6E00->uIntegerPi - v1]; | |
3211 else | |
3212 v2 = stru_5C6E00->pTanTable[v1]; | |
3213 LODWORD(v3) = (viewparams->uSomeZ - viewparams->uSomeX) << 31; | |
3214 HIDWORD(v3) = (viewparams->uSomeZ - viewparams->uSomeX) << 15 >> 16; | |
3215 v4 = (signed int)(v3 / v2) >> 16; | |
3216 this->int_fov_rad = v4; | |
3217 this->field_4C = 360000; | |
3218 this->int_fov_rad_inv = 65536 / v4; | |
3219 this->field_50 = 115; | |
3220 //sr_6BE060[1] = 1; | |
1642 | 3221 //RotationToInts(); |
1637 | 3222 } |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3223 //----- (00473893) -------------------------------------------------------- |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3224 void ODM_ProcessPartyActions() |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3225 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3226 int v1; // edi@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3227 int v2; // ebx@1 |
2085 | 3228 int floor_level; // eax@14 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3229 int v6; // esi@45 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3230 ODMFace *face; // ecx@45 |
2167 | 3231 //signed int v33; // eax@143 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3232 int v34; // esi@143 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3233 int v35; // esi@147 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3234 int v36; // eax@155 |
2334 | 3235 // signed int v37; // esi@159 |
3236 // signed int v38; // eax@159 | |
3237 // signed int i; // esi@159 | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3238 int v40; // esi@162 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3239 bool v42; // eax@180 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3240 signed int v43; // ecx@184 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3241 signed int v44; // edx@184 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3242 int v45; // ecx@200 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3243 BSPModel *pModel; // eax@203 |
2167 | 3244 bool pModel_; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3245 ODMFace *pODMFace; // esi@203 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3246 int v48; // eax@203 |
2163 | 3247 int v54; // eax@215 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3248 int v55; // eax@217 |
2334 | 3249 // BSPModel *v58; // eax@228 |
2147 | 3250 //unsigned __int64 v59; // qax@228 |
2334 | 3251 // BSPModel *v60; // eax@228 |
2147 | 3252 //unsigned __int64 v61; // qax@228 |
2334 | 3253 // int v62; // eax@241 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3254 unsigned int v66; // esi@263 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3255 signed int v68; // ecx@263 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3256 int v69; // eax@263 |
2334 | 3257 // unsigned int v76; // edi@293 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3258 bool v77; // edx@297 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3259 bool v78; // ecx@303 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3260 int v79; // ecx@314 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3261 __int16 v80; // dx@317 |
2148 | 3262 //int v81; // ebx@318 |
3263 //int v82; // ecx@318 | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3264 int pTerrainHeight; // eax@321 |
2334 | 3265 // int v86; // [sp-20h] [bp-B4h]@246 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3266 int v87; // [sp-20h] [bp-B4h]@248 |
2334 | 3267 // signed int v88; // [sp-1Ch] [bp-B0h]@246 |
3268 // unsigned int v89; // [sp-18h] [bp-ACh]@246 | |
3269 // signed int v90; // [sp-14h] [bp-A8h]@246 | |
3270 // signed int v91; // [sp-10h] [bp-A4h]@246 | |
3271 // int v92; // [sp-Ch] [bp-A0h]@246 | |
3272 // unsigned int v94; // [sp-8h] [bp-9Ch]@246 | |
3273 // int v96; // [sp-4h] [bp-98h]@246 | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3274 int v97; // [sp+Ch] [bp-88h]@180 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3275 Vec3_int_ v98; |
2208 | 3276 bool not_high_fall; // [sp+1Ch] [bp-78h]@33 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3277 int v102; // [sp+20h] [bp-74h]@1 |
2148 | 3278 int trigger_id; // [sp+24h] [bp-70h]@1 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3279 bool bFeatherFall; // [sp+28h] [bp-6Ch]@4 |
2148 | 3280 int bonus; |
3281 int on_ground; // [sp+2Ch] [bp-68h]@24 | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3282 bool bWaterWalk; // [sp+30h] [bp-64h]@1 |
2085 | 3283 int ceiling_height; // [sp+3Ch] [bp-58h]@28 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3284 int v110; // [sp+40h] [bp-54h]@180 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3285 int v111; // [sp+44h] [bp-50h]@14 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3286 bool hovering; // [sp+48h] [bp-4Ch]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3287 int v113; // [sp+4Ch] [bp-48h]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3288 bool party_running_flag; // [sp+50h] [bp-44h]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3289 int _walk_speed; // [sp+54h] [bp-40h]@48 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3290 int pX; // [sp+58h] [bp-3Ch]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3291 int pY; // [sp+5Ch] [bp-38h]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3292 int v118; // [sp+60h] [bp-34h]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3293 int _angle_x; // [sp+68h] [bp-2Ch]@48 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3294 unsigned int v122; // [sp+70h] [bp-24h]@180 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3295 int pZ; // [sp+74h] [bp-20h]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3296 bool party_walking_flag; // [sp+78h] [bp-1Ch]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3297 int _angle_y; // [sp+7Ch] [bp-18h]@48 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3298 int v128; // [sp+88h] [bp-Ch]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3299 int v129; // [sp+8Ch] [bp-8h]@92 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3300 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3301 v1 = 0; |
2148 | 3302 trigger_id = 0; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3303 v2 = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3304 //*(float *)&v128 = 0.0; |
2163 | 3305 int fall_speed = pParty->uFallSpeed; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3306 v128 = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3307 v129 = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3308 pX = pParty->vPosition.x; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3309 pY = pParty->vPosition.y; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3310 pZ = pParty->vPosition.z; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3311 v113 = pParty->field_6F0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3312 hovering = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3313 bool partyAtHighSlope = IsTerrainSlopeTooHigh(pParty->vPosition.x, pParty->vPosition.y); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3314 party_running_flag = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3315 party_walking_flag = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3316 v102 = 0; |
2167 | 3317 pModel_ = false; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3318 bWaterWalk = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3319 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3320 if (!pParty->FeatherFallActive())//Проверка падение пера |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3321 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3322 bFeatherFall = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3323 for (int i = 0; i < 4; ++i) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3324 if (pParty->pPlayers[i].WearsItemAnyWhere(ITEM_ARTIFACT_LADYS_ESCORT)) // seems like flying boots |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3325 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3326 bFeatherFall = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3327 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3328 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3329 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3330 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3331 bFeatherFall = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3332 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3333 pParty->uFlags &= ~PARTY_FLAGS_1_STANDING_ON_WATER; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3334 if (pParty->WaterWalkActive())//Проверка хождения по воде |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3335 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3336 //LOBYTE(pParty->uFlags) &= 0x7Fu; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3337 bWaterWalk = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3338 *(short *)&stru_5E4C90_MapPersistVars._decor_events[20 * pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uOverlayID + 119] |= 1u; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3339 if (!(pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uFlags & 1) && |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3340 pParty->pPlayers[pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uCaster - 1].sMana <= 0 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3341 bWaterWalk = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3342 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3343 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3344 int bmodel_standing_on_pid; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3345 int is_on_water = false; |
2085 | 3346 floor_level = ODM_GetFloorLevel(pX, pY, pZ, pParty->uPartyHeight, &is_on_water, &bmodel_standing_on_pid, bWaterWalk); |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3347 int is_not_on_bmodel = bmodel_standing_on_pid == 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3348 |
2085 | 3349 v111 = floor_level; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3350 if ( bFeatherFall ) |
2085 | 3351 pParty->uFallStartY = floor_level; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3352 else |
2085 | 3353 floor_level = pParty->uFallStartY; |
3354 | |
3355 if ( floor_level - pZ > 512 && !bFeatherFall && pZ <= v111 + 1 )//падение на 3D Model | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3356 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3357 if (pParty->uFlags & PARTY_FLAGS_1_LANDING) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3358 pParty->uFlags &= ~PARTY_FLAGS_1_LANDING; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3359 else for (int i = 0; i < 4; ++i) // receive falling damage |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3360 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3361 if ( !pParty->pPlayers[i].HasEnchantedItemEquipped(72) && !pParty->pPlayers[i].WearsItem(ITEM_ARTIFACT_HERMES_SANDALS, EQUIP_BOOTS) ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3362 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3363 pParty->pPlayers[i].ReceiveDamage( |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3364 (signed int)((pParty->uFallStartY - pZ) * (unsigned __int64)(pParty->pPlayers[i].GetMaxHealth() / 10)) / 256, DMGT_PHISYCAL); |
2148 | 3365 bonus = 20 - pParty->pPlayers[i].GetParameterBonus(pParty->pPlayers[i].GetActualEndurance()); |
3366 pParty->pPlayers[i].SetRecoveryTime((signed __int64)((double)bonus * flt_6BE3A4_debug_recmod1 * 2.133333333333333)); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3367 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3368 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3369 } |
2085 | 3370 |
3371 ceiling_height = -1; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3372 if ( pParty->bFlying ) |
2085 | 3373 ceiling_height = GetCeilingHeight(pX, pY, pZ + pParty->uPartyHeight, (int)&v102);//высота потолка |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3374 //v107 = bmodel_standing_on_pid == 0; |
2148 | 3375 on_ground = v111 + 1; |
3376 if ( pZ <= on_ground )//полёт: посадка | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3377 { |
2085 | 3378 ceiling_height = -1; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3379 pParty->bFlying = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3380 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3381 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3382 hovering = true; |
2208 | 3383 not_high_fall = pZ - v111 <= 32; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3384 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3385 if ( bWalkSound && pParty->walk_sound_timer)//timer update |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3386 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3387 if (pParty->walk_sound_timer >= pEventTimer->uTimeElapsed) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3388 pParty->walk_sound_timer -= pEventTimer->uTimeElapsed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3389 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3390 pParty->walk_sound_timer = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3391 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3392 |
2148 | 3393 if (!bUnderwater && pParty->pPartyBuffs[PARTY_BUFF_FLY].uExpireTime <= 0)// конец действия полёта |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3394 pParty->bFlying = false; |
2148 | 3395 |
3396 if (!hovering)// | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3397 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3398 if ( pParty->floor_face_pid != PID(OBJECT_BModel, bmodel_standing_on_pid) ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3399 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3400 if (bmodel_standing_on_pid) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3401 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3402 if ( (bmodel_standing_on_pid >> 6) < pOutdoor->uNumBModels ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3403 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3404 face = pOutdoor->pBModels[bmodel_standing_on_pid >> 6].pFaces; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3405 v6 = bmodel_standing_on_pid & 0x3F; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3406 /*if ( *(char *)(v7->pFacePlane.vNormal.x + 308 * v6 + 31) & 4 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3407 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3408 pParty->field_6F4_packedid = PID(OBJECT_BModel,v108); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3409 v103 = *(short *)(v7->pFacePlane.vNormal.x + 308 * v6 + 292); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3410 }*/ |
2147 | 3411 if ( face[v6].uAttributes & FACE_PRESSURE_PLATE ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3412 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3413 pParty->floor_face_pid = PID(OBJECT_BModel, bmodel_standing_on_pid); |
2148 | 3414 trigger_id = face[v6].sCogTriggeredID; // |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3415 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3416 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3417 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3418 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3419 pParty->floor_face_pid = PID(OBJECT_BModel, bmodel_standing_on_pid); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3420 } |
2148 | 3421 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3422 _walk_speed = pParty->uWalkSpeed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3423 _angle_y = pParty->sRotationY; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3424 _angle_x = pParty->sRotationX; |
2085 | 3425 //v126 = pEventTimer->dt_in_some_format; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3426 /*v119 = (Player **)((unsigned __int64)(pEventTimer->dt_in_some_format |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3427 * (signed __int64)((signed int)(pParty->field_20_prolly_turn_speed |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3428 * stru_5C6E00->uIntegerPi) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3429 / 180)) >> 16);*/ |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3430 __int64 dturn = (unsigned __int64)(pEventTimer->dt_in_some_format * (signed __int64)((signed int)(pParty->y_rotation_speed * stru_5C6E00->uIntegerPi) / 180)) >> 16; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3431 while (pPartyActionQueue->uNumActions) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3432 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3433 switch (pPartyActionQueue->Next()) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3434 { |
2160 | 3435 case PARTY_FlyUp://полёт вверх |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3436 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3437 if (!pParty->FlyActive() && !bUnderwater) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3438 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3439 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3440 pParty->bFlying = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3441 if (bUnderwater || |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3442 pParty->pPartyBuffs[PARTY_BUFF_FLY].uFlags & 1 || |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3443 pParty->pPlayers[pParty->pPartyBuffs[PARTY_BUFF_FLY].uCaster - 1].sMana > 0 ) |
2167 | 3444 { |
3445 extern int max_flight_height; | |
3446 if ( pParty->vPosition.z < max_flight_height || hovering ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3447 { |
2167 | 3448 pZ += 30; |
3449 v113 += 30; | |
3450 pParty->bFlying = true; | |
3451 if ( pZ > max_flight_height ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3452 { |
2167 | 3453 pZ = max_flight_height; |
3454 v113 = max_flight_height; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3455 } |
2167 | 3456 v1 = 0; |
3457 v2 = 0; | |
3458 fall_speed = 0; | |
3459 *(float *)&v128 = 0.0; | |
3460 if ( v102 && pZ < ceiling_height && (signed int)(pParty->uPartyHeight + pZ) >= ceiling_height )//столкновение с потолком | |
3461 { | |
3462 pParty->field_6E0 = 0; | |
3463 pParty->field_6E4 = 0; | |
3464 pPartyActionQueue->uNumActions = 0; | |
3465 pParty->uFlags |= PARTY_FLAGS_1_LANDING; | |
3466 pParty->vPosition.z = ceiling_height - pParty->uPartyHeight - 31; | |
3467 pParty->field_6F0 = pZ; | |
3468 pParty->bFlying = false; | |
3469 pZ = ceiling_height - pParty->uPartyHeight - 31; | |
3470 v113 = pParty->field_6F0; | |
3471 } | |
3472 pParty->uFallSpeed = 0; | |
3473 pModel_ = true; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3474 } |
2167 | 3475 } |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3476 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3477 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3478 |
2160 | 3479 case PARTY_FlyDown://полёт вниз |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3480 if (pParty->FlyActive() || bUnderwater) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3481 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3482 pParty->bFlying = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3483 if ( bUnderwater |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3484 || pParty->pPartyBuffs[PARTY_BUFF_FLY].uFlags & 1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3485 || pParty->pPlayers[pParty->pPartyBuffs[PARTY_BUFF_FLY].uCaster - 1].sMana > 0 )//*(int *)&pParty->pArtifactsFound[6972 * pParty->pPartyBuffs[PARTY_BUFF_FLY].uCaster + 10] > 0 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3486 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3487 pZ -= 30; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3488 v113 -= 30; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3489 pParty->uFallSpeed = 0; |
2163 | 3490 fall_speed = 0; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3491 pParty->bFlying = true; |
2167 | 3492 pModel_ = true; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3493 if ( pZ <= v111 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3494 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3495 pParty->bFlying = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3496 pPartyActionQueue->uNumActions = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3497 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3498 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3499 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3500 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3501 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3502 case PARTY_TurnLeft: |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3503 if (uTurnSpeed) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3504 _angle_y += uTurnSpeed; //descrete turn |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3505 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3506 _angle_y += dturn * fTurnSpeedMultiplier; // time-based smooth turn |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3507 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3508 _angle_y &= stru_5C6E00->uDoublePiMask; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3509 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3510 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3511 case PARTY_TurnRight: |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3512 if (uTurnSpeed) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3513 _angle_y -= uTurnSpeed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3514 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3515 _angle_y -= dturn * fTurnSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3516 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3517 _angle_y &= stru_5C6E00->uDoublePiMask; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3518 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3519 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3520 case PARTY_FastTurnLeft: |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3521 if (uTurnSpeed) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3522 _angle_y += uTurnSpeed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3523 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3524 _angle_y += 2.0f * fTurnSpeedMultiplier * (double)dturn; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3525 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3526 _angle_y &= stru_5C6E00->uDoublePiMask; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3527 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3528 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3529 case PARTY_FastTurnRight: |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3530 if (!uTurnSpeed) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3531 _angle_y -= 2.0f * fTurnSpeedMultiplier * (double)dturn; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3532 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3533 _angle_y -= uTurnSpeed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3534 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3535 _angle_y &= stru_5C6E00->uDoublePiMask; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3536 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3537 |
2160 | 3538 case PARTY_StrafeLeft://хождение боком в влево |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3539 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3540 *(float *)&v128 = pParty->uWalkSpeed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3541 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3542 float sin_y = sinf(2 * 3.141592653589 * _angle_y / 2048.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3543 int dx = sin_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3544 v2 -= 3 * dx / 4; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3545 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3546 float cos_y = cosf(2 * 3.141592653589 * _angle_y / 2048.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3547 int dy = cos_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3548 v1 += 3 * dy / 4; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3549 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3550 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3551 party_walking_flag = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3552 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3553 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3554 |
2160 | 3555 case PARTY_StrafeRight://хождение боком в вправо |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3556 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3557 *(float *)&v128 = pParty->uWalkSpeed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3558 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3559 float sin_y = sinf(2 * 3.141592653589 * _angle_y / 2048.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3560 int dx = sin_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3561 v2 += 3 * dx / 4; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3562 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3563 float cos_y = cosf(2 * 3.141592653589 * _angle_y / 2048.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3564 int dy = cos_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3565 v1 -= 3 * dy / 4; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3566 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3567 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3568 party_walking_flag = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3569 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3570 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3571 |
2160 | 3572 case PARTY_WalkForward:// идти вперёд |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3573 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3574 *(float *)&v128 = _walk_speed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3575 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3576 float sin_y = sinf(2 * 3.141592653589 * _angle_y / 2048.0), |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3577 cos_y = cosf(2 * 3.141592653589 * _angle_y / 2048.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3578 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3579 int dx = cos_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3580 int dy = sin_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3581 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3582 if ( new_speed ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3583 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3584 v2 += dx * 12; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3585 v1 += dy * 12; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3586 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3587 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3588 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3589 v2 += dx; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3590 v1 += dy; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3591 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3592 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3593 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3594 party_walking_flag = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3595 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3596 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3597 |
2160 | 3598 case PARTY_RunForward://бежать вперёд |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3599 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3600 *(float *)&v128 = _walk_speed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3601 |
2162 | 3602 float sin_y = sinf(2 * 3.141592653589 * _angle_y / 2048.0); |
3603 float cos_y = cosf(2 * 3.141592653589 * _angle_y / 2048.0); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3604 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3605 int dx = cos_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3606 int dy = sin_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3607 |
2162 | 3608 if (pParty->bFlying)//лететь вперёд |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3609 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3610 v2 += 4 * dx; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3611 v1 += 4 * dy; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3612 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3613 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3614 } |
2162 | 3615 else if (partyAtHighSlope && !bmodel_standing_on_pid)//сбегание со склона |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3616 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3617 v2 += dx; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3618 v1 += dy; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3619 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3620 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3621 party_walking_flag = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3622 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3623 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3624 { |
2164 | 3625 /*v2 += (unsigned __int64)(stru_5C6E00->Cos(_angle_y) |
2162 | 3626 * (signed __int64)(signed int)(2 * (unsigned __int64)(signed __int64)((double)_walk_speed * fWalkSpeedMultiplier))) >> 16; |
3627 v1 += (unsigned __int64)((signed int)stru_5C6E00->Sin(_angle_y) | |
2164 | 3628 * (signed __int64)(signed int)(2 * (unsigned __int64)(signed __int64)((double)_walk_speed * fWalkSpeedMultiplier))) >> 16;*/ |
3629 | |
3630 v2 += 2 * dx; | |
3631 v1 += 2 * dy; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3632 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3633 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3634 party_running_flag = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3635 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3636 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3637 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3638 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3639 |
2160 | 3640 case PARTY_WalkBackward://идти назад |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3641 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3642 *(float *)&v128 = _walk_speed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3643 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3644 float sin_y = sinf(2 * 3.141592653589 * _angle_y / 2048.0), |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3645 cos_y = cosf(2 * 3.141592653589 * _angle_y / 2048.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3646 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3647 int dx = cos_y * pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3648 v2 -= dx; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3649 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3650 int dy = sin_y * pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3651 v1 -= dy; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3652 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3653 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3654 party_walking_flag = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3655 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3656 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3657 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3658 |
2160 | 3659 case PARTY_RunBackward://бежать назад |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3660 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3661 float sin_y = sinf(2 * 3.141592653589 * _angle_y / 2048.0), |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3662 cos_y = cosf(2 * 3.141592653589 * _angle_y / 2048.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3663 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3664 int dx = cos_y * pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3665 int dy = sin_y * pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3666 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3667 if (pParty->bFlying) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3668 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3669 v2 -= 4 * dx; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3670 v1 -= 4 * dy; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3671 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3672 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3673 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3674 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3675 v2 -= dx; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3676 v1 -= dy; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3677 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3678 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3679 party_walking_flag = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3680 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3681 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3682 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3683 |
2160 | 3684 case PARTY_CenterView://смотреть прямо |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3685 _angle_x = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3686 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3687 |
2160 | 3688 case PARTY_LookUp://смотреть вверх |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3689 _angle_x += (signed __int64)(flt_6BE150_look_up_down_dangle * 25.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3690 if ( _angle_x > 128 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3691 _angle_x = 128; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3692 if (uActiveCharacter) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3693 pPlayers[uActiveCharacter]->PlaySound(SPEECH_63, 0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3694 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3695 |
2160 | 3696 case PARTY_LookDown://смотреть вниз |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3697 _angle_x += (signed __int64)(flt_6BE150_look_up_down_dangle * -25.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3698 if ( _angle_x < -128 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3699 _angle_x = -128; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3700 if (uActiveCharacter) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3701 pPlayers[uActiveCharacter]->PlaySound(SPEECH_64, 0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3702 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3703 |
2160 | 3704 case PARTY_Jump://прыжок |
3705 if ( (!partyAtHighSlope || bmodel_standing_on_pid) && !hovering && pParty->field_24 && !(pParty->uFlags & 4) && !(pParty->uFlags & 0x200) ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3706 { |
2085 | 3707 //v126 = pParty->field_24 << 6; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3708 hovering = true; |
2163 | 3709 fall_speed = (signed __int64)((double)(pParty->field_24 << 6) * 1.5 + (double)fall_speed); |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3710 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3711 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3712 |
2160 | 3713 case PARTY_Land://приземление(клавиша Home) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3714 if (pParty->bFlying) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3715 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3716 pParty->uFlags |= PARTY_FLAGS_1_LANDING; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3717 pParty->uFallSpeed = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3718 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3719 pParty->bFlying = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3720 pPartyActionQueue->uNumActions = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3721 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3722 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3723 default: |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3724 assert(false); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3725 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3726 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3727 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3728 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3729 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3730 pParty->sRotationY = _angle_y; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3731 pParty->sRotationX = _angle_x; |
2167 | 3732 //------------------------------------------- |
3733 if ( pParty->bFlying ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3734 { |
2167 | 3735 v129 = fixpoint_mul(4, stru_5C6E00->Cos(GetTickCount())); |
3736 pZ = v113 + v129; | |
3737 if ( pModel_ ) | |
3738 pZ = v113; //взлетание выше | |
3739 if (pParty->FlyActive()) | |
3740 stru_5E4C90_MapPersistVars._decor_events[20 * pParty->pPartyBuffs[PARTY_BUFF_FLY].uOverlayID + 119] &= 0xFE; | |
3741 pParty->uFallStartY = pZ; | |
3742 } | |
3743 else if ( pZ < v111 )// подъём в горку | |
3744 { | |
3745 if ( is_on_water && fall_speed ) | |
2331
9551756f46c4
Moving functions out of mm7_6.cpp into appropriate classes as static methods or free functions
Grumpy7
parents:
2322
diff
changeset
|
3746 SpriteObject::sub_42F960_create_object(pX, pY, v111); |
2167 | 3747 fall_speed = 0; |
3748 pZ = v111; | |
3749 pParty->uFallStartY = v111; | |
3750 v113 = pZ; | |
3751 if (pParty->FlyActive()) | |
3752 stru_5E4C90_MapPersistVars._decor_events[20 * pParty->pPartyBuffs[PARTY_BUFF_FLY].uOverlayID + 119] |= 1; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3753 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3754 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3755 { |
2148 | 3756 v113 = pZ; |
3757 if (pParty->FlyActive()) | |
3758 stru_5E4C90_MapPersistVars._decor_events[20 * pParty->pPartyBuffs[PARTY_BUFF_FLY].uOverlayID + 119] |= 1; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3759 } |
2167 | 3760 //------------------------------------------ |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3761 if (hovering && !pParty->bFlying)//расчёт скорости падения |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3762 { |
2167 | 3763 //v33 = -(pEventTimer->uTimeElapsed * GetGravityStrength()); |
3764 v34 = fall_speed + 2 * -(pEventTimer->uTimeElapsed * GetGravityStrength()); | |
3765 fall_speed += 2 * -(pEventTimer->uTimeElapsed * GetGravityStrength()); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3766 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3767 else if (!partyAtHighSlope) |
2163 | 3768 v34 = fall_speed; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3769 else if (!hovering) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3770 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3771 if ( !bmodel_standing_on_pid ) |
2148 | 3772 { |
2167 | 3773 // rolling down the hill |
3774 // how it's done: you get a little bit pushed in the air along terrain normal, getting in the air | |
3775 // and falling to the gravity, gradually sliding downwards. nice trick | |
3776 pZ = v111; | |
3777 ODM_GetTerrainNormalAt(pX, pY, &v98); | |
3778 v35 = fall_speed + (8 * -(pEventTimer->uTimeElapsed * GetGravityStrength())); | |
3779 v129 = abs(v2 * v98.x + v1 * v98.y + v35 * v98.z) >> 16; | |
3780 v2 += fixpoint_mul(v129, v98.x); | |
3781 v1 += fixpoint_mul(v129, v98.y); | |
3782 v34 = v35 + fixpoint_mul(v129, v98.z); | |
3783 v128 = v1; | |
3784 fall_speed = v34; | |
2148 | 3785 } |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3786 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3787 else |
2163 | 3788 v34 = fall_speed; |
2148 | 3789 |
2167 | 3790 if ( hovering )//блок для крика падения |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3791 { |
2167 | 3792 if ( !bUnderwater && v34 <= 0) |
3793 { | |
3794 if ( v34 < -500 && !pParty->bFlying && pParty->vPosition.z - v111 > 1000 && !pParty->FeatherFallActive()) | |
3795 { // falling scream | |
3796 for (int i = 0; i < 4; ++i) | |
3797 { | |
3798 if (!pParty->pPlayers[i].HasEnchantedItemEquipped(72) | |
3799 && !pParty->pPlayers[i].WearsItem(ITEM_ARTIFACT_HERMES_SANDALS, EQUIP_BOOTS) | |
3800 && pParty->pPlayers[i].CanAct()) | |
3801 pParty->pPlayers[i].PlaySound(SPEECH_Falling_scream, 0);//крик падения | |
3802 } | |
3803 } | |
3804 } | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3805 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3806 else |
2084 | 3807 pParty->uFallStartY = pZ; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3808 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3809 if ( v2 * v2 + v1 * v1 < 400 && !partyAtHighSlope ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3810 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3811 *(float *)&v128 = 0.0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3812 v2 = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3813 } |
2167 | 3814 //--(столкновения)------------------------------------------------------------------- |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3815 stru_721530.field_84 = -1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3816 stru_721530.field_70 = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3817 stru_721530.prolly_normal_d = pParty->field_14_radius; |
2156 | 3818 stru_721530.field_8_radius = pParty->field_14_radius / 2; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3819 stru_721530.field_0 = 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3820 stru_721530.height = pParty->uPartyHeight - 32; |
2085 | 3821 for ( uint i = 0; i < 100; i++ ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3822 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3823 stru_721530.position.x = pX; |
2085 | 3824 stru_721530.position.y = pY; |
3825 stru_721530.position.z = stru_721530.height + pZ + 1; | |
3826 | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3827 stru_721530.normal.x = pX; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3828 stru_721530.normal.y = pY; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3829 stru_721530.normal.z = stru_721530.prolly_normal_d + pZ + 1; |
2085 | 3830 |
3831 stru_721530.velocity.x = v2; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3832 stru_721530.velocity.y = v128; |
2163 | 3833 stru_721530.velocity.z = fall_speed; |
2085 | 3834 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3835 stru_721530.uSectorID = 0; |
2085 | 3836 v36 = 0; |
2242 | 3837 if ( pParty->bTurnBasedModeOn == true && pTurnEngine->turn_stage == TE_MOVEMENT ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3838 v36 = 13312; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3839 if ( stru_721530._47050A(v36) ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3840 break; |
2084 | 3841 _46E889_collide_against_bmodels(1); |
2101 | 3842 //v37 = WorldPosToGridCellZ(pParty->vPosition.y); |
3843 //v38 = WorldPosToGridCellX(pParty->vPosition.x); | |
3844 _46E26D_collide_against_sprites(WorldPosToGridCellX(pParty->vPosition.x), WorldPosToGridCellZ(pParty->vPosition.y)); | |
2085 | 3845 _46ED8A_collide_against_sprite_objects(4); |
2163 | 3846 for ( uint actor_id = 0; actor_id < (signed int)uNumActors; ++actor_id ) |
3847 Actor::_46DF1A_collide_against_actor(actor_id, 0); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3848 if ( stru_721530.field_7C >= stru_721530.field_6C ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3849 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3850 _angle_x = stru_721530.normal2.x; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3851 _angle_y = stru_721530.normal2.y; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3852 v40 = stru_721530.normal2.z - stru_721530.prolly_normal_d - 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3853 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3854 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3855 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3856 _angle_x = pX + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.x); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3857 _angle_y = pY + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.y); |
2167 | 3858 //pModel = (BSPModel *)fixpoint_mul(stru_721530.field_7C, stru_721530.direction.z); |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3859 v40 = fixpoint_mul(stru_721530.field_7C, stru_721530.direction.z) + pZ; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3860 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3861 v122 = v40; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3862 ODM_GetFloorLevel(_angle_x, _angle_y, v40, pParty->uPartyHeight, &is_on_water, &bmodel_standing_on_pid, 0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3863 v129 = ODM_GetFloorLevel(_angle_x, pY, v40, pParty->uPartyHeight, &is_on_water, &v97, 0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3864 int v119 = ODM_GetFloorLevel(pX, _angle_y, v40, pParty->uPartyHeight, &is_on_water, &v110, 0); |
2167 | 3865 bool v42_ = (BSPModel *)IsTerrainSlopeTooHigh(_angle_x, pY); |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3866 v42 = IsTerrainSlopeTooHigh(pX, _angle_y); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3867 is_not_on_bmodel = false; |
2085 | 3868 //v118 = v42; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3869 if ( !v97 && !v110 && !bmodel_standing_on_pid ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3870 is_not_on_bmodel = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3871 v43 = 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3872 v44 = 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3873 if ( bUnderwater || !is_not_on_bmodel ) |
2085 | 3874 { |
3875 pX = _angle_x; | |
3876 if ( v43 ) | |
3877 pY = _angle_y; | |
3878 } | |
3879 else | |
3880 { | |
2167 | 3881 if ( v42_ && v129 > pZ ) |
2085 | 3882 v44 = 0; |
3883 if ( v42 && v119 > pZ ) | |
3884 v43 = 0; | |
3885 if ( v44 ) | |
3886 { | |
3887 pX = _angle_x; | |
3888 if ( v43 ) | |
3889 pY = _angle_y; | |
3890 } | |
3891 else if ( v43 ) | |
3892 pY = _angle_y; | |
3893 else | |
3894 { | |
2167 | 3895 int new_ = ODM_GetFloorLevel(_angle_x, _angle_y, v40, pParty->uPartyHeight, &is_on_water, &bmodel_standing_on_pid, 0); |
3896 if ( IsTerrainSlopeTooHigh(_angle_x, _angle_y) && new_ <= pZ ) | |
2085 | 3897 { |
3898 v43 = 1; | |
3899 pX = _angle_x; | |
3900 if ( v43 ) | |
3901 pY = _angle_y; | |
3902 } | |
3903 } | |
3904 } | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3905 if ( stru_721530.field_7C >= stru_721530.field_6C ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3906 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3907 if ( !is_not_on_bmodel ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3908 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3909 pX = stru_721530.normal2.x; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3910 pY = stru_721530.normal2.y; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3911 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3912 pZ = stru_721530.normal2.z - stru_721530.prolly_normal_d - 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3913 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3914 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3915 stru_721530.field_70 += stru_721530.field_7C; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3916 pX = _angle_x; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3917 pY = _angle_y; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3918 v45 = stru_721530.uFaceID; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3919 pZ = v40; |
2164 | 3920 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3921 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_Actor) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3922 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3923 if (pParty->Invisible()) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3924 pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].Reset(); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3925 viewparams->bRedrawGameUI = true; |
2085 | 3926 } |
2164 | 3927 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3928 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_Decoration) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3929 { |
2085 | 3930 v129 = stru_5C6E00->Atan2(_angle_x - pLevelDecorations[(signed int)stru_721530.uFaceID >> 3].vPosition.x, |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3931 _angle_y - pLevelDecorations[(signed int)stru_721530.uFaceID >> 3].vPosition.y); |
2164 | 3932 v2 = fixpoint_mul(stru_5C6E00->Cos(v129), integer_sqrt(v2 * v2 + v128 * v128)); |
3933 v122 = fixpoint_mul(stru_5C6E00->Sin(v129), integer_sqrt(v2 * v2 + v128 * v128)); | |
3934 v128 = fixpoint_mul(stru_5C6E00->Sin(v129), integer_sqrt(v2 * v2 + v128 * v128)); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3935 } |
2164 | 3936 |
3937 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_BModel) | |
3938 { | |
3939 pParty->bFlying = false; | |
3940 pModel = &pOutdoor->pBModels[(signed int)stru_721530.uFaceID >> 9]; | |
3941 pODMFace = &pModel->pFaces[((signed int)stru_721530.uFaceID >> 3) & 0x3F]; | |
3942 v48 = pODMFace->pBoundingBox.z2 - pODMFace->pBoundingBox.z1; | |
3943 v129 = v48 <= 32; | |
3944 v119 = pODMFace->pFacePlane.vNormal.z < 46378; | |
3945 if ( bUnderwater == 1 ) | |
3946 v119 = 0; | |
3947 if ( pODMFace->uPolygonType == POLYGON_Floor ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3948 { |
2164 | 3949 if ( fall_speed < 0 ) |
3950 fall_speed = 0; | |
3951 pZ = pModel->pVertices.pVertices[pODMFace->pVertexIDs[0]].z + 1; | |
3952 if ( v2 * v2 + v128 * v128 < 400 ) | |
3953 { | |
3954 v2 = 0; | |
3955 *(float *)&v128 = 0.0; | |
3956 } | |
3957 if ( pParty->floor_face_pid != v45 && pODMFace->Pressure_Plate() ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3958 { |
2164 | 3959 pParty->floor_face_pid = v45; |
3960 trigger_id = pODMFace->sCogTriggeredID; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3961 } |
2164 | 3962 } |
3963 if ( !v129 && (pODMFace->uPolygonType != POLYGON_InBetweenFloorAndWall || v119) )// упёрся в столб | |
3964 { | |
3965 v118 = abs(v128 * pODMFace->pFacePlane.vNormal.y + fall_speed * pODMFace->pFacePlane.vNormal.z | |
3966 + v2 * pODMFace->pFacePlane.vNormal.x) >> 16; | |
3967 if ((stru_721530.speed >> 3) > v118 ) | |
3968 v118 = stru_721530.speed >> 3; | |
3969 v2 += fixpoint_mul(v118, pODMFace->pFacePlane.vNormal.x); | |
3970 v128 += fixpoint_mul(v118, pODMFace->pFacePlane.vNormal.y); | |
3971 v54 = 0; | |
3972 if ( !v119 ) | |
3973 v54 = fixpoint_mul(v118, pODMFace->pFacePlane.vNormal.z); | |
3974 pParty->uFallSpeed += v54; | |
3975 v55 = stru_721530.prolly_normal_d - ((signed int)(pODMFace->pFacePlane.dist + v122 * pODMFace->pFacePlane.vNormal.z | |
3976 + _angle_y * pODMFace->pFacePlane.vNormal.y + _angle_x * pODMFace->pFacePlane.vNormal.x) >> 16); | |
3977 if ( v55 > 0 ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3978 { |
2164 | 3979 pX = _angle_x + fixpoint_mul(pODMFace->pFacePlane.vNormal.x, v55); |
3980 pY = _angle_y + fixpoint_mul(pODMFace->pFacePlane.vNormal.y, v55); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3981 if ( !v119 ) |
2164 | 3982 pZ = v122 + fixpoint_mul(pODMFace->pFacePlane.vNormal.z, v55); |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3983 } |
2164 | 3984 if ( pParty->floor_face_pid != stru_721530.uFaceID && pODMFace->Pressure_Plate() ) |
3985 { | |
3986 pParty->floor_face_pid = stru_721530.uFaceID; | |
3987 trigger_id = pODMFace->sCogTriggeredID; // | |
3988 } | |
3989 } | |
3990 if ( pODMFace->uPolygonType == POLYGON_InBetweenFloorAndWall ) | |
3991 { | |
2085 | 3992 v118 = abs(v128 * pODMFace->pFacePlane.vNormal.y |
2163 | 3993 + fall_speed * pODMFace->pFacePlane.vNormal.z + v2 * pODMFace->pFacePlane.vNormal.x) >> 16; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3994 if ((stru_721530.speed >> 3) > v118 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3995 v118 = stru_721530.speed >> 3; |
2164 | 3996 v2 += fixpoint_mul(v118, pODMFace->pFacePlane.vNormal.x); |
3997 v128 += fixpoint_mul(v118, pODMFace->pFacePlane.vNormal.y); | |
3998 fall_speed += fixpoint_mul(v118, pODMFace->pFacePlane.vNormal.z); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3999 if ( v2 * v2 + v128 * v128 >= 400 ) |
2085 | 4000 { |
2092 | 4001 if ( pParty->floor_face_pid != stru_721530.uFaceID && pODMFace->Pressure_Plate() ) |
2085 | 4002 { |
4003 pParty->floor_face_pid = stru_721530.uFaceID; | |
2148 | 4004 trigger_id = pODMFace->sCogTriggeredID; // |
2085 | 4005 } |
2164 | 4006 } |
4007 else | |
4008 { | |
4009 v2 = 0; | |
4010 fall_speed = 0; | |
4011 *(float *)&v128 = 0.0; | |
2085 | 4012 } |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4013 } |
2164 | 4014 } |
2167 | 4015 v2 = fixpoint_mul(58500, v2); |
4016 v128 = fixpoint_mul(58500, v128); | |
4017 v122 = fixpoint_mul(58500, v122); | |
4018 fall_speed = fixpoint_mul(58500, fall_speed); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4019 } |
2084 | 4020 |
4021 //Воспроизведение звуков ходьбы/бега------------------------ | |
2208 | 4022 uint pX_ = abs(pParty->vPosition.x - pX); |
2085 | 4023 uint pY_ = abs(pParty->vPosition.y - pY); |
2208 | 4024 uint pZ_ = abs(pParty->vPosition.z - pZ); |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4025 if ( bWalkSound && pParty->walk_sound_timer <= 0 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4026 { |
2084 | 4027 pAudioPlayer->_4AA258(804);//stop sound |
2208 | 4028 if ( party_running_flag && (!hovering || not_high_fall) ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4029 { |
2208 | 4030 if ( integer_sqrt(pX_ * pX_ + pY_ * pY_ + pZ_ * pZ_) >= 16 ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4031 { |
2166 | 4032 if ( !is_not_on_bmodel && pOutdoor->pBModels[pParty->floor_face_pid >> 9].pFaces[(pParty->floor_face_pid >> 3) & 0x3F].Visible() ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4033 pAudioPlayer->PlaySound(SOUND_RunAlong3DModel, 804, 1, -1, 0, 0, 0, 0);//бег на 3D Modelи |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4034 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4035 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4036 v87 = pOutdoor->GetSoundIdByPosition(WorldPosToGridCellX(pParty->vPosition.x), WorldPosToGridCellZ(pParty->vPosition.y) - 1, 1); |
2199 | 4037 pAudioPlayer->PlaySound((SoundID)v87, 804, 1, -1, 0, 0, 0, 0);//бег по земле 56 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4038 } |
2084 | 4039 pParty->walk_sound_timer = 96;//таймер для бега |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4040 } |
2082 | 4041 } |
2208 | 4042 else if( party_walking_flag && (!hovering || not_high_fall) ) |
2082 | 4043 { |
2208 | 4044 if ( integer_sqrt(pX_ * pX_ + pY_ * pY_ + pZ_ * pZ_) >= 8 ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4045 { |
2166 | 4046 if ( !is_not_on_bmodel && pOutdoor->pBModels[pParty->floor_face_pid >> 9].pFaces[(pParty->floor_face_pid >> 3) & 0x3F].Visible() ) |
4047 pAudioPlayer->PlaySound(SOUND_WalkAlong3DModel, 804, 1, -1, 0, 0, 0, 0);// хождение на 3D Modelи | |
4048 else | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4049 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4050 v87 = pOutdoor->GetSoundIdByPosition(WorldPosToGridCellX(pParty->vPosition.x), WorldPosToGridCellZ(pParty->vPosition.y) - 1, 0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4051 pAudioPlayer->PlaySound((SoundID)v87, 804, 1, -1, 0, 0, 0, 0);// хождение по земле |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4052 } |
2084 | 4053 pParty->walk_sound_timer = 144;//таймер для ходьбы |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4054 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4055 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4056 } |
2208 | 4057 if ( integer_sqrt(pX_ * pX_ + pY_ * pY_ + pZ_ * pZ_) < 8 )//отключить звук ходьбы при остановке |
2084 | 4058 pAudioPlayer->_4AA258(804); |
4059 //------------------------------------------------------------------------ | |
2208 | 4060 if ( !hovering || !not_high_fall )// или не высокое падение |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4061 pParty->uFlags &= ~PARTY_FLAGS_1_FALLING; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4062 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4063 pParty->uFlags |= PARTY_FLAGS_1_FALLING; |
2085 | 4064 int pMap_X = WorldPosToGridCellX(pParty->vPosition.x); |
4065 int pMap_Y = WorldPosToGridCellZ(pParty->vPosition.y) - 1; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4066 unsigned int v114_a = WorldPosToGridCellX(pX); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4067 v66 = WorldPosToGridCellZ(pY) - 1; |
2167 | 4068 unsigned int v122_a = (~(unsigned int)pOutdoor->ActuallyGetSomeOtherTileInfo(pMap_X, pMap_Y) / 2) & 1; |
4069 v122 = (~(unsigned int)pOutdoor->ActuallyGetSomeOtherTileInfo(v114_a, pMap_Y) / 2) & 1; | |
4070 v69 = (~(unsigned int)pOutdoor->ActuallyGetSomeOtherTileInfo(pMap_X, v66) / 2) & 1; | |
4071 | |
4072 //-(обновление координат группы)--------------------------------------- | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4073 v68 = 0; |
2085 | 4074 if ( v114_a == pMap_X && v66 == pMap_Y && v122 && v69 ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4075 v68 = 1; |
2167 | 4076 if ( !is_not_on_bmodel ) // на bmodel,и |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4077 v68 = 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4078 if ( v68 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4079 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4080 pParty->vPosition.x = pX; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4081 pParty->vPosition.y = pY; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4082 pParty->vPosition.z = pZ; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4083 pParty->field_6F0 = v113; |
2163 | 4084 pParty->uFallSpeed = fall_speed; |
2167 | 4085 if ( pZ > 8160 ) //ограничение высоты |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4086 { |
2085 | 4087 pZ = 8160; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4088 pParty->uFallStartY = 8160; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4089 pParty->vPosition.z = 8160; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4090 } |
2167 | 4091 |
2148 | 4092 if ( !trigger_id //падение на землю |
4093 || (EventProcessor(trigger_id, 0, 1), | |
4094 pParty->vPosition.x == pX) | |
2085 | 4095 && pParty->vPosition.y == pY |
4096 && pParty->vPosition.z == pZ ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4097 { |
2085 | 4098 if ( pParty->vPosition.z < v111 ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4099 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4100 pParty->uFallSpeed = 0; |
2085 | 4101 //v73 = v105; |
2148 | 4102 pParty->vPosition.z = on_ground; |
4103 if ( pParty->uFallStartY - pZ > 512 && !bFeatherFall && pZ <= on_ground && !bUnderwater )//Fall to the ground(падение на землю с высоты) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4104 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4105 if ( pParty->uFlags & PARTY_FLAGS_1_LANDING ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4106 pParty->uFlags &= ~PARTY_FLAGS_1_LANDING; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4107 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4108 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4109 for ( uint i = 1; i <= 4; ++i ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4110 { |
2112 | 4111 pPlayers[i]->ReceiveDamage((signed int)((pParty->uFallStartY - pZ) * (unsigned __int64)(signed __int64)((double)pPlayers[i]->GetMaxHealth() * 0.1)) / 256, |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4112 DMGT_PHISYCAL); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4113 v110 = 20 - pPlayers[i]->GetParameterBonus(pPlayers[i]->GetActualEndurance()); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4114 pPlayers[i]->SetRecoveryTime((signed __int64)((double)v110 * flt_6BE3A4_debug_recmod1 * 2.133333333333333)); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4115 } |
2085 | 4116 //v73 = pParty->vPosition.z; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4117 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4118 } |
2085 | 4119 pParty->uFallStartY = pZ; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4120 } |
2085 | 4121 if ( v102 && pParty->vPosition.z < ceiling_height ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4122 { |
2085 | 4123 if ( (signed int)(pParty->uPartyHeight + pParty->vPosition.z) >= ceiling_height ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4124 { |
2085 | 4125 pParty->vPosition.z = ceiling_height - pParty->uPartyHeight - 1; |
4126 pParty->field_6F0 = ceiling_height - pParty->uPartyHeight - 1; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4127 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4128 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4129 pParty->uFlags &= ~0x204; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4130 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4131 return; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4132 } |
2167 | 4133 //----------------------------------------------------------------- |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4134 //v76 = pParty->bFlying; |
2208 | 4135 if ( pParty->bFlying || !not_high_fall || bWaterWalk || !v122_a )// полёт или высокое падение или хождение по воде или |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4136 v77 = 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4137 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4138 v77 = v122 != 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4139 bool party_drowning_flag = false; |
2208 | 4140 if ( !pParty->bFlying && not_high_fall && !bWaterWalk ) //не полёт и не высокое падение и не хождение по воде |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4141 { |
2167 | 4142 if ( v122_a ) |
2085 | 4143 v78 = v69 != 0; |
4144 else | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4145 { |
2167 | 4146 party_drowning_flag = true;//утопление |
2085 | 4147 v78 = true; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4148 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4149 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4150 else |
2085 | 4151 v78 = true; |
2084 | 4152 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4153 if ( v77 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4154 pParty->vPosition.x = pX; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4155 if ( v78 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4156 pParty->vPosition.y = pY; |
2084 | 4157 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4158 if ( v78 || v77) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4159 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4160 if ( bWaterWalk ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4161 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4162 pParty->uFlags &= ~PARTY_FLAGS_1_STANDING_ON_WATER; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4163 //v79 = 20 * pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uOverlayID + 6180178; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4164 //*(short *)&stru_5E4C90._decor_events[20 * pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uOverlayID + 119] |= 1u; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4165 v79 = (int)&stru_5E4C90_MapPersistVars._decor_events[20 * pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uOverlayID + 119]; |
2167 | 4166 *(short *)v79 |= 1; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4167 if ( !v122 || !v69 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4168 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4169 if ( !pParty->bFlying ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4170 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4171 v80 = *(short *)v79; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4172 pParty->uFlags |= PARTY_FLAGS_1_STANDING_ON_WATER; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4173 *(short *)v79 = v80 & 0xFFFE; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4174 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4175 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4176 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4177 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4178 else if ( bWalkSound && pParty->walk_sound_timer <= 0 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4179 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4180 pAudioPlayer->_4AA258(804); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4181 pParty->walk_sound_timer = 64; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4182 } |
2084 | 4183 |
2148 | 4184 //v81 = pZ; |
4185 //v82 = pZ; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4186 pParty->vPosition.z = pZ; |
2167 | 4187 if ( pZ > 8160 )//опять ограничение высоты |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4188 { |
2148 | 4189 //v82 = 8160; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4190 pParty->uFallStartY = 8160; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4191 pParty->vPosition.z = 8160; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4192 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4193 LOWORD(pParty->uFlags) &= 0xFDFBu; |
2163 | 4194 pParty->uFallSpeed = fall_speed; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4195 pParty->field_6F0 = v113; |
2167 | 4196 if ( party_drowning_flag )//группа тонет |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4197 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4198 pTerrainHeight = GetTerrainHeightsAroundParty2(pParty->vPosition.x, pParty->vPosition.y, &v110, 1); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4199 if ( pParty->vPosition.z <= pTerrainHeight + 1 )//положение группы всегда +1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4200 pParty->uFlags |= PARTY_FLAGS_1_WATER_DAMAGE; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4201 } |
2084 | 4202 |
2148 | 4203 if ( !trigger_id//падение на воду |
4204 || (EventProcessor(trigger_id, 0, 1), | |
4205 pParty->vPosition.x == pX) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4206 && pParty->vPosition.y == pY |
2148 | 4207 && pParty->vPosition.z == pZ ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4208 { |
2085 | 4209 if ( pParty->vPosition.z < v111 ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4210 { |
2148 | 4211 //v82 = on_ground; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4212 pParty->uFallSpeed = 0; |
2148 | 4213 pParty->vPosition.z = on_ground; |
4214 if ( pParty->uFallStartY - pZ > 512 && !bFeatherFall && pZ <= on_ground && !bUnderwater )//Fall to the water(падение на воду с высоты) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4215 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4216 if ( pParty->uFlags & PARTY_FLAGS_1_LANDING ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4217 pParty->uFlags &= ~PARTY_FLAGS_1_LANDING; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4218 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4219 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4220 for ( uint i = 1; i <= 4; ++i ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4221 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4222 v110 = pPlayers[i]->GetMaxHealth(); |
2148 | 4223 pPlayers[i]->ReceiveDamage((signed int)((pParty->uFallStartY - pZ) * (unsigned __int64)(signed __int64)((double)v110 * 0.1)) / 256, |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4224 DMGT_PHISYCAL); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4225 v110 = 20 - pPlayers[i]->GetParameterBonus(pPlayers[i]->GetActualEndurance()); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4226 pPlayers[i]->SetRecoveryTime((signed __int64)((double)v110 * flt_6BE3A4_debug_recmod1 * 2.133333333333333)); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4227 } |
2148 | 4228 //v82 = pParty->vPosition.z; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4229 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4230 } |
2148 | 4231 pParty->uFallStartY = pZ; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4232 } |
2148 | 4233 if ( v102 && pParty->vPosition.z < ceiling_height && (signed int)(pParty->uPartyHeight + pParty->vPosition.z) >= ceiling_height ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4234 { |
2148 | 4235 pParty->vPosition.z = pParty->vPosition.z + pParty->uPartyHeight - ceiling_height + 1; |
4236 pParty->field_6F0 = pParty->vPosition.z + pParty->uPartyHeight - ceiling_height + 1; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4237 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4238 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4239 } |
2156 | 4240 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4241 //----- (0046D8E3) -------------------------------------------------------- |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4242 int GetCeilingHeight(int Party_X, signed int Party_Y, int Party_ZHeight, int pFaceID) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4243 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4244 signed int v13; // eax@25 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4245 int v14; // edx@27 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4246 int v16; // ST18_4@29 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4247 signed int v17; // edx@29 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4248 signed __int64 v18; // qtt@29 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4249 int v19; // eax@35 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4250 signed int v20; // ecx@37 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4251 signed int v22; // ebx@42 |
2334 | 4252 // int v24; // edx@44 |
4253 // int v25; // eax@44 | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4254 int v27; // [sp+10h] [bp-34h]@21 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4255 bool v34; // [sp+30h] [bp-14h]@21 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4256 bool v35; // [sp+34h] [bp-10h]@23 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4257 signed int v37; // [sp+38h] [bp-Ch]@21 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4258 signed int v38; // [sp+38h] [bp-Ch]@42 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4259 signed int v39; // [sp+3Ch] [bp-8h]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4260 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4261 dword_720ED0[0] = -1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4262 dword_720E80[0] = -1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4263 v39 = 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4264 ceiling_height_level[0] = 10000;//нет потолка |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4265 for ( uint i = 0; i < (signed int)pOutdoor->uNumBModels; ++i ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4266 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4267 if ( Party_X <= pOutdoor->pBModels[i].sMaxX && Party_X >= pOutdoor->pBModels[i].sMinX |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4268 && Party_Y <= pOutdoor->pBModels[i].sMaxY && Party_Y >= pOutdoor->pBModels[i].sMinY ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4269 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4270 for ( uint j = 0; j < pOutdoor->pBModels[i].uNumFaces; ++j ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4271 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4272 if ( (pOutdoor->pBModels[i].pFaces[j].uPolygonType == POLYGON_Ceiling |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4273 || pOutdoor->pBModels[i].pFaces[j].uPolygonType == POLYGON_InBetweenCeilingAndWall) |
2166 | 4274 && !pOutdoor->pBModels[i].pFaces[j].Ethereal() |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4275 && Party_X <= pOutdoor->pBModels[i].pFaces[j].pBoundingBox.x2 && Party_X >= pOutdoor->pBModels[i].pFaces[j].pBoundingBox.x1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4276 && Party_Y <= pOutdoor->pBModels[i].pFaces[j].pBoundingBox.y2 && Party_Y >= pOutdoor->pBModels[i].pFaces[j].pBoundingBox.y1 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4277 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4278 for ( uint v = 0; v < pOutdoor->pBModels[i].pFaces[j].uNumVertices; v++ ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4279 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4280 word_720DB0_xs[2 * v] = pOutdoor->pBModels[i].pFaces[j].pXInterceptDisplacements[v] + LOWORD(pOutdoor->pBModels[i].pVertices.pVertices[pOutdoor->pBModels[i].pFaces[j].pVertexIDs[v]].x); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4281 word_720CE0_ys[2 * v] = pOutdoor->pBModels[i].pFaces[j].pXInterceptDisplacements[v] + LOWORD(pOutdoor->pBModels[i].pVertices.pVertices[pOutdoor->pBModels[i].pFaces[j].pVertexIDs[v]].y); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4282 word_720DB0_xs[2 * v + 1] = pOutdoor->pBModels[i].pFaces[j].pXInterceptDisplacements[v] + LOWORD(pOutdoor->pBModels[i].pVertices.pVertices[pOutdoor->pBModels[i].pFaces[j].pVertexIDs[v + 1]].x); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4283 word_720CE0_ys[2 * v + 1] = pOutdoor->pBModels[i].pFaces[j].pXInterceptDisplacements[v] + LOWORD(pOutdoor->pBModels[i].pVertices.pVertices[pOutdoor->pBModels[i].pFaces[j].pVertexIDs[v + 1]].y); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4284 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4285 v27 = 2 * pOutdoor->pBModels[i].pFaces[j].uNumVertices; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4286 word_720DB0_xs[2 * pOutdoor->pBModels[i].pFaces[j].uNumVertices] = word_720DB0_xs[0]; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4287 word_720CE0_ys[2 * pOutdoor->pBModels[i].pFaces[j].uNumVertices] = word_720CE0_ys[0]; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4288 v34 = word_720CE0_ys[0] >= Party_Y; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4289 v37 = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4290 for ( uint v = 0; v < v27; ++v ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4291 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4292 if ( v37 >= 2 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4293 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4294 v35 = word_720CE0_ys[v + 1] >= Party_Y; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4295 if ( v34 != v35 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4296 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4297 v13 = word_720DB0_xs[v + 1] >= Party_X ? 0 : 2; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4298 v14 = v13 | (word_720DB0_xs[v] < Party_X); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4299 if ( v14 != 3 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4300 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4301 if ( !v14 || ( v16 = word_720CE0_ys[v + 1] - word_720CE0_ys[v], |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4302 v17 = Party_Y - word_720CE0_ys[v], |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4303 LODWORD(v18) = v17 << 16, |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4304 HIDWORD(v18) = v17 >> 16, |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4305 (signed int)(((unsigned __int64)(((signed int)word_720DB0_xs[v + 1] |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4306 - (signed int)word_720DB0_xs[v]) * v18 / v16) >> 16) + word_720DB0_xs[v]) >= Party_X) ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4307 ++v37; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4308 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4309 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4310 v34 = v35; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4311 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4312 if ( v37 == 1 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4313 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4314 if ( v39 >= 20 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4315 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4316 if ( pOutdoor->pBModels[i].pFaces[j].uPolygonType == POLYGON_Ceiling ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4317 v19 = pOutdoor->pBModels[i].pVertices.pVertices[pOutdoor->pBModels[i].pFaces[j].pVertexIDs[0]].z; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4318 else |
2207 | 4319 v19 = fixpoint_mul(pOutdoor->pBModels[i].pFaces[j].zCalc1, Party_X) + fixpoint_mul(pOutdoor->pBModels[i].pFaces[j].zCalc2, Party_Y) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4320 + HIWORD(pOutdoor->pBModels[i].pFaces[j].zCalc3); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4321 v20 = v39++; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4322 ceiling_height_level[v20] = v19; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4323 dword_720ED0[v20] = i; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4324 dword_720E80[v20] = j; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4325 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4326 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4327 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4328 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4329 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4330 if ( !v39 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4331 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4332 pFaceID = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4333 return ceiling_height_level[0]; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4334 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4335 v22 = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4336 for ( v38 = 0; v38 < v39; ++v38 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4337 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4338 if ( ceiling_height_level[v38] == ceiling_height_level[0] ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4339 v22 = v38; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4340 else if ( ceiling_height_level[v38] < ceiling_height_level[0] && ceiling_height_level[0] > Party_ZHeight + 15 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4341 v22 = v38; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4342 else if ( ceiling_height_level[v38] > ceiling_height_level[0] && ceiling_height_level[v38] <= Party_ZHeight + 15 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4343 v22 = v38; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4344 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4345 if ( v22 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4346 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4347 *(int *)pFaceID = dword_720E80[v22] | (dword_720ED0[v22] << 6); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4348 return ceiling_height_level[v22];//если есть преграда |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4349 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4350 pFaceID = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4351 return ceiling_height_level[v22];// нет никакой преграды |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4352 } |