annotate Outdoor.cpp @ 127:9eac46182d8f

Слияние
author Ritor1
date Sun, 04 Nov 2012 09:37:39 +0600
parents 2331a331d36a 6305c1cd9f6e
children 32805a956f49
rev   line source
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1 #include <assert.h>
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3 #include "Outdoor.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4 #include "Party.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5 #include "LayingItem.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6 #include "LOD.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 #include "Render.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 #include "MapInfo.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9 #include "Allocator.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10 #include "Weather.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11 #include "PaletteManager.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12 #include "GUIProgressBar.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13 #include "AudioPlayer.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14 #include "IndoorCamera.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
15 #include "DecorationList.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
16 #include "TileFrameTable.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
17 #include "Math.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
18 #include "ObjectList.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
19 #include "Game.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
20 #include "Actor.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
21 #include "Chest.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
22 #include "stru123.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
23 #include "Time.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
24 #include "Viewport.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
25 #include "Events.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
27 #include "mm7_data.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
28 //#include "MM7.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
33
28
18f7a1b94448 Indoor::Load
Nomad
parents: 27
diff changeset
34 OutdoorLocation *pOutdoor = new OutdoorLocation;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
35 OutdoorCamera *pOutdoorCamera;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
38 stru149 stru_8019C8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
39 stru148 array_77EC08[2000];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
40 Surf stru_80C980;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
41 Edge defaultEdge; // weak
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
42 Edge stru_80C9A4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
43 Edge stru_80C9D8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
46 //----- (0047A59E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
47 void OutdoorLocation::ExecDraw(unsigned int bRedraw)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
48 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
49 int v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
50 unsigned int v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
51 int v3; // ST18_4@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
52 int v4; // ST04_4@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
53 int v5; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
55 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
56 v2 = bRedraw;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
57 if ( viewparams->field_54 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
58 v1 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
59 pIndoorCamera->sRotationX = pParty->sRotationX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
60 pIndoorCamera->sRotationY = pParty->sRotationY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
61 pIndoorCamera->pos.x = pParty->vPosition.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
62 - ((unsigned __int64)(stru_5C6E00->SinCos(pParty->sRotationY)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
63 * (signed __int64)pParty->field_18) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
64 v3 = stru_5C6E00->SinCos(pParty->sRotationY - stru_5C6E00->uIntegerHalfPi);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
65 pIndoorCamera->field_4C = v1;
58
41cbaabde2cb BLV render
Nomad
parents: 45
diff changeset
66 pIndoorCamera->pos.y = pParty->vPosition.y - ((unsigned __int64)(v3 * (signed __int64)pParty->field_18) >> 16);
41cbaabde2cb BLV render
Nomad
parents: 45
diff changeset
67 pIndoorCamera->pos.z = pParty->vPosition.z + pParty->sEyelevel;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
68 if ( v2 || pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
69 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
70 ResetStru148s();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
71 pOutdoorCamera->RotationToInts();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
72 sub_481ED9_MessWithOutdoorCamera();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
73 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
74 pIndoorCamera->uMapGridCellX = WorldPosToGridCellX(pParty->vPosition.x);
58
41cbaabde2cb BLV render
Nomad
parents: 45
diff changeset
75 pIndoorCamera->uMapGridCellZ = WorldPosToGridCellZ(pParty->vPosition.y);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
76 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
77 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
78 Software_ResetNewEdges();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
79 sub_487DA9();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
80 ptr_80C97C_Surfs = pSurfs;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
81 ptr_80C978_Edges = pEdges;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
82 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
83 if ( pParty->uCurrentMinute != pOutdoor->uLastSunlightUpdateMinute )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
84 pOutdoor->UpdateSunlightVectors();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
85 pOutdoor->UpdateFog();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
86 pGame->pIndoorCameraD3D->Reset_list_0037C();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
87 if ( !v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
88 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
89 if ( !pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
90 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
91 pRenderer->OnOutdoorRedrawSW();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
92 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
93 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
94 goto LABEL_14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
95 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
96 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
97 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
98 LABEL_14:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
99 pRenderer->DrawSkyD3D();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
100 pRenderer->DrawBuildingsD3D();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
101 pRenderer->DrawBezierTerrain();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
102 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
103 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
104 pRenderer->DrawBuildingsSW();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
105 pRenderer->DrawBezierTerrain();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
106 sr_sub_486F92_MessWithEdgesAndSpans();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
107 pOutdoorCamera->_487355();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
108 LABEL_16:
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
109 pMobileLightsStack->uNumLightsActive = 0;
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
110 pStationaryLightsStack->uNumLightsActive = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
111 if ( !pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
112 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
113 pRenderer->ExecOutdoorDrawSW();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
114 pGame->pIndoorCameraD3D->_438240_draw_lits();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
115 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
116 pGame->PushStationaryLights(-1);
45
bcc051713d20 BLV render & seffects
Nomad
parents: 28
diff changeset
117 pGame->PrepareBloodsplats();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
118 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
119 {
58
41cbaabde2cb BLV render
Nomad
parents: 45
diff changeset
120 v4 = WorldPosToGridCellZ(pParty->vPosition.y);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
121 v5 = WorldPosToGridCellX(pParty->vPosition.x);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
122 pOutdoor->_47EF60(v5, v4, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
123 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
124 pGame->uFlags2 &= 0xFFFFFFFEu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
125 if ( pRenderer->pRenderD3D && pRenderer->bUsingSpecular )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
126 pGame->pLightmapBuilder->uFlags |= 1u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
127 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
128 pGame->pLightmapBuilder->uFlags &= 0xFFFFFFFEu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
129 uNumDecorationsDrawnThisFrame = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
130 _unused000 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
131 uNumSpritesDrawnThisFrame = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
132 uNumBillboardsToDraw = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
133 DrawActors();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
134 if ( !pOutdoorCamera->bDoNotRenderDecorations )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
135 pRenderer->DrawDecorations();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
136 pRenderer->DrawLayingItems_Shooting_Magic_ODM();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
137 pRenderer->TransformBillboardsAndSetPalettesODM();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
138 sub_485F53((Vec2_int_ *)unnamed_6BE060);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
139 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
140
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
141
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
142
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
143 //----- (00441CFF) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
144 void OutdoorLocation::Draw()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
145 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
146 unsigned int v0; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
147
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
148 v0 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
149 if ( !(pParty->uFlags & 2) && !(pGame->uFlags2 & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
150 v0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
151 pOutdoor->ExecDraw(v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
152 pGame->DrawParticles();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
153 pWeather->Draw();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
154 array_5118E8._440F07();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
155 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
156
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
157
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
158 //----- (00488E23) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
159 double OutdoorLocation::GetFogDensityByTime()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
160 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
161 int v1; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
162 double v2; // st7@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
163
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
164 if ( pParty->uCurrentHour < 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
165 goto LABEL_9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
166 if ( pParty->uCurrentHour >= 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
167 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
168 if ( pParty->uCurrentHour < 0x14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
169 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
170 pWeather->field_FA0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
171 v2 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
172 return v2 * 0.016666668;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
173 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
174 if ( pParty->uCurrentHour < 0x15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
175 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
176 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
177 v2 = (double)(pParty->uCurrentHour - 20) * 60.0 + (double)(signed int)pParty->uCurrentMinute;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
178 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
179 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
180 LABEL_9:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
181 v2 = 60.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
182 pWeather->field_FA0 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
183 return v2 * 0.016666668;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
184 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
185 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
186 v2 = 60.0 - (double)(60 * pParty->uCurrentHour + pParty->uCurrentMinute - 300);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
187 LABEL_4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
188 pWeather->field_FA0 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
189 return v2 * 0.016666668;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
190 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
191
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
192 //----- (00488EB1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
193 int OutdoorLocation::GetSomeOtherTileInfo(int sX, int sY)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
194 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
195 OutdoorLocation *v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
196 unsigned int v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
197 unsigned int v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
198 int result; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
199
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
200 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
201 v4 = WorldPosToGridCellZ(sY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
202 v5 = WorldPosToGridCellX(sX);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
203 if ( (v5 & 0x80000000u) != 0 || (signed int)v5 > 127 || (v4 & 0x80000000u) != 0 || (signed int)v4 > 127 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
204 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
205 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
206 result = ActuallyGetSomeOtherTileInfo(v5, v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
207 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
208 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
209 // 47F44B: using guessed type int __stdcall WorldPosToGridCellX(int);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
210 // 47F458: using guessed type int __stdcall WorldPosToGridCellZ(int);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
211
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
212 //----- (00488EEF) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
213 unsigned int OutdoorLocation::GetTileTexture(int sX, int sZ)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
214 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
215 OutdoorLocation *v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
216 unsigned int v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
217 unsigned int v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
218 unsigned int result; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
219
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
220 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
221 v4 = WorldPosToGridCellZ(sZ);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
222 v5 = WorldPosToGridCellX(sX);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
223 if ( (v5 & 0x80000000u) != 0 || (signed int)v5 > 127 || (v4 & 0x80000000u) != 0 || (signed int)v4 > 127 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
224 result = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
225 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
226 result = DoGetTileTexture(v5, v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
227 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
228 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
229 // 47F44B: using guessed type int __stdcall WorldPosToGridCellX(int);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
230 // 47F458: using guessed type int __stdcall WorldPosToGridCellZ(int);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
231
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
232 //----- (00488F2E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
233 int OutdoorLocation::GetHeightOnTerrain(int sX, int sZ)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
234 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
235 int result; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
236
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
237 if ( sX < 0 || sX > 127 || sZ < 0 || sZ > 127 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
238 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
239 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
240 result = DoGetHeightOnTerrain(sX, sZ);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
241 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
242 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
243
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
244 //----- (00488F5C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
245 bool OutdoorLocation::Initialize(const char *pFilename, int File, size_t uRespawnInterval, int thisa)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
246 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
247 OutdoorLocation *v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
248 bool result; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
249
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
250 v5 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
251 if ( pFilename )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
252 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
253 Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
254 pBitmaps_LOD->ReleaseAll2();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
255 pSprites_LOD->DeleteSomeOtherSprites();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
256 pSpriteFrameTable->ResetSomeSpriteFlags();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
257 pIcons_LOD->ReleaseAll2();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
258 sub_46080D();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
259 TryLoadLevelFromLOD();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
260 if ( !Load((char *)pFilename, (ODMFace *)File, uRespawnInterval, thisa) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
261 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
262 MessageBoxA(0, "Error!", "Couldn't Load Map!", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
263 CreateDebugLocation();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
264 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
265 day_attrib = v5->day_attrib;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
266 day_fogrange_1 = v5->day_fogrange_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
267 day_fogrange_2 = v5->day_fogrange_2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
268 if ( Is_out15odm_underwater() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
269 SetUnderwaterFog();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
270 _6BE134_odm_main_tile_group = v5->pTileTypes[0].uTileGroup;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
271 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
272 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
273 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
274 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
275 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
276 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
277 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
278 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
279
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
280 //----- (0048901B) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
281 bool OutdoorLocation::Release2()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
282 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
283 Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
284 pOutdoorCamera->ReleaseSoftwareDrawBuffers();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
285 return true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
286 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
287
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
288 //----- (0048902E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
289 bool OutdoorLocation::GetTravelDestination(signed int sPartyX, signed int sPartyZ, char *pOut, signed int a5)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
290 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
291 OutdoorLocation *v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
292 char *v6; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
293 int v7; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
294 int v8; // edx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
295 signed int v9; // esi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
296 int v10; // esi@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
297 signed int v11; // eax@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
298 int v12; // ST14_4@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
299 signed int v14; // [sp-4h] [bp-84h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
300 char Str; // [sp+8h] [bp-78h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
301 int a5a; // [sp+94h] [bp+14h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
302
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
303 auto Source = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
304
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
305 v5 = Source;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
306 if ( a5 < 10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
307 || strlen(Source->pLevelFilename) != 9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
308 || (strcpy(&Str, v5->pLevelFilename),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
309 _strlwr(&Str),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
310 v6 = strtok(&Str, "out"),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
311 v6[2] = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
312 v7 = atoi(v6),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
313 v8 = v7,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
314 a5a = v7,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
315 v7 < 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
316 || v7 > 15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
317 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
318 if ( sPartyX < -22528 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
319 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
320 v14 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
321 LABEL_7:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
322 v9 = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
323 goto LABEL_14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
324 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
325 if ( sPartyX > 22528 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
326 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
327 v14 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
328 goto LABEL_7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
329 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
330 if ( sPartyZ < -22528 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
331 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
332 v14 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
333 goto LABEL_7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
334 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
335 if ( sPartyZ <= 22528 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
336 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
337 v9 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
338 LABEL_14:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
339 if ( v7 == 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
340 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
341 if ( v9 == 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
342 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
343 if ( sub_43EE77_ProbablyIfUnderwaterSuitIsEquipped(0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
344 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
345 uDefaultTravelTime_ByFoot = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
346 strcpy(pOut, "out15.odm");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
347 uLevel_StartingPointType = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
348 LABEL_18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
349 LOWORD(pParty->uFlags) &= 0xFD7Bu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
350 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
351 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
352 v8 = a5a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
353 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
354 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
355 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
356 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
357 if ( v7 == 15 && v9 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
358 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
359 uDefaultTravelTime_ByFoot = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
360 strcpy(pOut, "out14.odm");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
361 uLevel_StartingPointType = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
362 goto LABEL_18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
363 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
364 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
365 v10 = v9 + 4 * v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
366 v11 = (unsigned __int8)aTiletableLoadU[v10 + 39];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
367 if ( v11 >= 1 && v11 <= 15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
368 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
369 v12 = (unsigned __int8)aTiletableLoadU[v10 + 39];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
370 uDefaultTravelTime_ByFoot = (unsigned __int8)byte_4ECA93[v10];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
371 sprintfex(pOut, "out%02d.odm", v12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
372 uLevel_StartingPointType = (unsigned __int8)byte_4ECACF[v10];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
373 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
374 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
375 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
376 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
377 // 6BD07C: using guessed type int uDefaultTravelTime_ByFoot;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
378 // 6BE35C: using guessed type int uLevel_StartingPointType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
379
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
380 //----- (0048917E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
381 void OutdoorLocation::MessWithLUN()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
382 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
383 OutdoorLocation *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
384 unsigned int *v2; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
385 unsigned int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
386 unsigned __int16 v4; // ax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
387 signed int v5; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
388
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
389 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
390 v2 = this->pSpriteIDs_LUN;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
391 this->pSpriteIDs_LUN[0] = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
392 this->pSpriteIDs_LUN[2] = pSpriteFrameTable->FastFindSprite("LUN1-4");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
393 v1->pSpriteIDs_LUN[4] = pSpriteFrameTable->FastFindSprite("LUN1-2");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
394 v1->pSpriteIDs_LUN[6] = pSpriteFrameTable->FastFindSprite("LUN3-4");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
395 v1->uSpriteID_LUNFULL = pSpriteFrameTable->FastFindSprite("LUNFULL");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
396 v1->uSpriteID_LUN3_4_cp = pSpriteFrameTable->FastFindSprite("LUN3-4");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
397 v1->uSpriteID_LUN1_2_cp = pSpriteFrameTable->FastFindSprite("LUN1-2");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
398 v3 = pSpriteFrameTable->FastFindSprite("LUN1-4");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
399 v1->field_D60 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
400 v1->uSpriteID_LUN1_4_cp = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
401 v1->field_CF0 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
402 v1->field_CF8 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
403 v1->field_D00 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
404 LOWORD(v3) = *(short *)v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
405 v1->pSpriteIDs_LUN[1] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
406 v1->pSpriteIDs_LUN[3] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
407 v1->pSpriteIDs_LUN[5] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
408 v1->pSpriteIDs_LUN[7] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
409 v1->field_CE8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
410 LOWORD(v1->field_D3C) = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
411 v1->field_D40 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
412 v1->field_D44 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
413 v1->field_D48 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
414 v1->field_D4C = 131072;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
415 v1->field_D5C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
416 v1->field_D64 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
417 v4 = pSpriteFrameTable->FastFindSprite("LUN-SUN");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
418 v1->field_D28 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
419 v1->field_D08 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
420 v1->field_D0C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
421 v1->field_D10 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
422 v1->field_D24 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
423 v1->field_D2C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
424 v1->uSpriteID_LUN_SUN = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
425 v1->field_D14 = -131072;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
426 v5 = 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
427 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
428 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
429 pSpriteFrameTable->InitializeSprite(*v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
430 v2 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
431 --v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
432 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
433 while ( v5 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
434 pSpriteFrameTable->InitializeSprite(v1->uSpriteID_LUN_SUN);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
435 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
436
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
437 //----- (004892E6) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
438 unsigned int OutdoorLocation::UpdateSunlightVectors()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
439 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
440 unsigned int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
441 OutdoorLocation *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
442 unsigned int v3; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
443 int v4; // ebx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
444 int v5; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
445 int v6; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
446 int v7; // ecx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
447 double v8; // st7@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
448
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
449 result = pParty->uCurrentHour;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
450 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
451 if ( pParty->uCurrentHour >= 5 && pParty->uCurrentHour < 0x15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
452 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
453 v3 = pParty->uCurrentMinute + 60 * (pParty->uCurrentHour - 5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
454 v4 = (signed int)(v3 * stru_5C6E00->uIntegerPi) / 960;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
455 v5 = stru_5C6E00->SinCos((signed int)(v3 * stru_5C6E00->uIntegerPi) / 960);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
456 v2->field_D1C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
457 v2->field_D18 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
458 v6 = stru_5C6E00->SinCos(v4 - stru_5C6E00->uIntegerHalfPi);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
459 v7 = v2->field_D18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
460 v2->field_D20 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
461 v2->vSunlight.x = -v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
462 v2->vSunlight.y = -v2->field_D1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
463 v2->vSunlight.z = -v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
464 if ( (signed int)v3 >= 480 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
465 v8 = (double)(signed int)(960 - v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
466 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
467 v8 = (double)(signed int)v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
468 v2->field_CBC_terrain_triangles_shade_type = (signed __int64)(20.0 - v8 * 0.002083333333333333 * 20.0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
469 result = pParty->uCurrentMinute;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
470 v2->uLastSunlightUpdateMinute = pParty->uCurrentMinute;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
471 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
472 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
473 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
474
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
475 //----- (004893C1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
476 void OutdoorLocation::UpdateFog()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
477 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
478 fFogDensity = GetFogDensityByTime();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
479 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
480
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
481 //----- (004893CF) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
482 int OutdoorLocation::GetNumFoodRequiredToRestInCurrentPos(int x, signed int y, int z)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
483 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
484 OutdoorLocation *v4; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
485 signed int v5; // edi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
486 int v6; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
487 int v7; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
488 int v8; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
489 int v9; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
490 int v10; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
491 int v11; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
492 int v12; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
493 int v15; // [sp+8h] [bp-8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
494 int v16; // [sp+Ch] [bp-4h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
495
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
496 v4 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
497 if ( pParty->uFlags & 8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
498 || (v15 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
499 v16 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
500 sub_46D49E_prolly_get_world_y_under_party(x, y, z, pParty->uDefaultPartyHeight, &v15, &v16, 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
501 v16)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
502 || v15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
503 return 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
504 v5 = WorldPosToGridCellX(pParty->vPosition.x);
58
41cbaabde2cb BLV render
Nomad
parents: 45
diff changeset
505 v6 = WorldPosToGridCellZ(pParty->vPosition.y);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
506 v7 = _47ED83(v5, v6 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
507 v8 = pTileTable->pTiles[_47ECC1(v7)].uTerrainType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
508 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
509 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
510 v9 = v8 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
511 if ( !v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
512 return 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
513 v10 = v9 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
514 if ( !v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
515 return 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
516 v11 = v10 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
517 if ( !v11 || (v12 = v11 - 3) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
518 return 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
519 if ( v12 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
520 return 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
521 return 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
522 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
523 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
524 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
525 // 47F44B: using guessed type int __stdcall WorldPosToGridCellX(int);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
526 // 47F458: using guessed type int __stdcall WorldPosToGridCellZ(int);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
527
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
528 //----- (00489487) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
529 int OutdoorLocation::SetFog()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
530 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
531 int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
532 int v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
533 int v3; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
534 unsigned __int8 *v4; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
535 int v5; // ecx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
536 int v6; // esi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
537 unsigned __int8 v7; // al@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
538
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
539 strcpy(pOutdoor->pLevelFilename, pCurrentMapName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
540 result = pMapStats->GetMapInfo(pCurrentMapName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
541 v2 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
542 if ( result < 1 || result == 7 || result == 8 || result > 15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
543 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
544 day_attrib &= 0xFFFFFFFEu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
545 v3 = rand() % 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
546 v4 = (unsigned __int8 *)&byte_4ECB0C[4 * v2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
547 v5 = *v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
548 if ( v3 < v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
549 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
550 day_fogrange_1 = 4096;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
551 day_fogrange_2 = 8192;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
552 LABEL_13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
553 day_attrib |= 1u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
554 goto LABEL_14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
555 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
556 v6 = v4[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
557 if ( v3 < v6 + v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
558 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
559 day_fogrange_2 = 4096;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
560 LABEL_12:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
561 day_fogrange_1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
562 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
563 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
564 v7 = v4[2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
565 if ( v7 && v3 < v5 + v6 + v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
566 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
567 day_fogrange_2 = 2048;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
568 goto LABEL_12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
569 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
570 LABEL_14:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
571 if ( Is_out15odm_underwater() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
572 SetUnderwaterFog();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
573 pOutdoor->day_fogrange_1 = day_fogrange_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
574 pOutdoor->day_fogrange_2 = day_fogrange_2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
575 result = day_attrib;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
576 pOutdoor->day_attrib = day_attrib;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
577 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
578 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
579 // 6BE030: using guessed type int day_attrib;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
580 // 6BE040: using guessed type int day_fogrange_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
581 // 6BE044: using guessed type int day_fogrange_2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
582
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
583 //----- (00482170) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
584 bool ODMFace::IsBackfaceCulled(ODMFace *a1, RenderVertexSoft *a2, stru148 *a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
585 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
586 stru148 *v3; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
587 RenderVertexSoft *v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
588 unsigned int v5; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
589 RenderVertexSoft *v6; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
590 double v7; // st7@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
591 double v8; // st6@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
592 double v9; // st5@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
593 double v10; // st6@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
594 double v11; // st5@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
595 double v12; // st4@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
596 bool result; // eax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
597 double v14; // ST2C_8@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
598 double v15; // ST20_8@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
599 double v16; // ST0C_8@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
600 double v17; // ST0C_8@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
601 float v18; // [sp+8h] [bp-38h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
602 float v19; // [sp+10h] [bp-30h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
603 float v20; // [sp+14h] [bp-2Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
604 float v21; // [sp+18h] [bp-28h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
605 float v22; // [sp+1Ch] [bp-24h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
606 float v23; // [sp+24h] [bp-1Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
607 float v24; // [sp+28h] [bp-18h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
608 float v25; // [sp+30h] [bp-10h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
609 float v26; // [sp+34h] [bp-Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
610 float v27; // [sp+38h] [bp-8h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
611 float v28; // [sp+3Ch] [bp-4h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
612 float a3a; // [sp+48h] [bp+8h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
613 float a3b; // [sp+48h] [bp+8h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
614 float a3c; // [sp+48h] [bp+8h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
615 float a3d; // [sp+48h] [bp+8h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
616 float a3e; // [sp+48h] [bp+8h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
617
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
618 v3 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
619 v4 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
620 v5 = a3->uNumVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
621 if ( (signed int)v5 < 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
622 goto LABEL_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
623 v6 = &v4[v5 - 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
624 if ( v4->vWorldPosition.z == v4[1].vWorldPosition.z && v4[1].vWorldPosition.z == v6->vWorldPosition.z )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
625 *(int *)&a3->flags |= 0x10u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
626 v19 = v4[1].vWorldViewPosition.x - v4->vWorldViewPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
627 v18 = v4[1].vWorldViewPosition.y - v4->vWorldViewPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
628 v20 = v4[1].vWorldViewPosition.z - v4->vWorldViewPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
629 v21 = v6->vWorldViewPosition.x - v4->vWorldViewPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
630 v22 = v6->vWorldViewPosition.y - v4->vWorldViewPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
631 v23 = v6->vWorldViewPosition.z - v4->vWorldViewPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
632 v28 = v4[1].vWorldPosition.x - v4->vWorldPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
633 v27 = v4[1].vWorldPosition.y - v4->vWorldPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
634 a3a = v4[1].vWorldPosition.z - v4->vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
635 v7 = v6->vWorldPosition.x - v4->vWorldPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
636 v8 = v6->vWorldPosition.y - v4->vWorldPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
637 v9 = v6->vWorldPosition.z - v4->vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
638 v26 = v27 * v9 - v8 * a3a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
639 v24 = v7 * a3a - v9 * v28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
640 v25 = v8 * v28 - v7 * v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
641 if ( v26 == 0.0 && v24 == 0.0 && v25 == 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
642 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
643 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
644 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
645 --v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
646 if ( (signed int)v5 < 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
647 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
648 v10 = v6->vWorldPosition.x - v4->vWorldPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
649 v11 = v6->vWorldPosition.y - v4->vWorldPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
650 v12 = v6->vWorldPosition.z - v4->vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
651 v26 = v27 * v12 - v11 * a3a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
652 v24 = v10 * a3a - v12 * v28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
653 v25 = v11 * v28 - v10 * v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
654 if ( v26 != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
655 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
656 if ( v24 != 0.0 || v25 != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
657 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
658 --v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
659 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
660 v21 = v6->vWorldViewPosition.x - v4->vWorldViewPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
661 v22 = v6->vWorldViewPosition.y - v4->vWorldViewPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
662 v23 = v6->vWorldViewPosition.z - v4->vWorldViewPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
663 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
664 if ( ((double)pIndoorCamera->pos.x - v4->vWorldPosition.x) * v26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
665 + ((double)pIndoorCamera->pos.z - v4->vWorldPosition.z) * v25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
666 + ((double)pIndoorCamera->pos.y - v4->vWorldPosition.y) * v24 > 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
667 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
668 a3b = v23 * v18 - v22 * v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
669 v14 = a3b + 6.7553994e15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
670 v3->v_18.x = LODWORD(v14);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
671 a3c = v21 * v20 - v23 * v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
672 v15 = a3c + 6.7553994e15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
673 v3->v_18.y = LODWORD(v15);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
674 a3d = v22 * v19 - v21 * v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
675 v16 = a3d + 6.7553994e15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
676 v3->v_18.z = LODWORD(v16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
677 v3->_486089_normalize_v_18();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
678 a3e = -((double)v3->v_18.x * v4->vWorldViewPosition.x)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
679 - (double)v3->v_18.y * v4->vWorldViewPosition.y
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
680 - (double)v3->v_18.z * v4->vWorldViewPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
681 v17 = a3e + 6.7553994e15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
682 v3->field_24 = LODWORD(v17);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
683 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
684 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
685 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
686 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
687 LABEL_20:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
688 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
689 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
690 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
691 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
692
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
693
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
694 //----- (0047C7A9) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
695 void OutdoorLocationTerrain::_47C7A9()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
696 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
697 this->field_10 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
698 this->field_12 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
699 this->field_16 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
700 this->field_14 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
701 this->field_1C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
702 this->field_18 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
703 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
704
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
705 //----- (0047C7C2) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
706 void OutdoorLocationTerrain::Release()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
707 {
94
6c42178c226e minor things
Nomad
parents: 59
diff changeset
708 if (pHeightmap)
6c42178c226e minor things
Nomad
parents: 59
diff changeset
709 {
6c42178c226e minor things
Nomad
parents: 59
diff changeset
710 pAllocator->FreeChunk(this->pHeightmap);
6c42178c226e minor things
Nomad
parents: 59
diff changeset
711 pHeightmap = nullptr;
6c42178c226e minor things
Nomad
parents: 59
diff changeset
712 }
6c42178c226e minor things
Nomad
parents: 59
diff changeset
713 if (pTilemap)
6c42178c226e minor things
Nomad
parents: 59
diff changeset
714 {
6c42178c226e minor things
Nomad
parents: 59
diff changeset
715 pAllocator->FreeChunk(pTilemap);
6c42178c226e minor things
Nomad
parents: 59
diff changeset
716 pTilemap = nullptr;
6c42178c226e minor things
Nomad
parents: 59
diff changeset
717 }
6c42178c226e minor things
Nomad
parents: 59
diff changeset
718 if (pAttributemap)
6c42178c226e minor things
Nomad
parents: 59
diff changeset
719 {
6c42178c226e minor things
Nomad
parents: 59
diff changeset
720 pAllocator->FreeChunk(pAttributemap);
6c42178c226e minor things
Nomad
parents: 59
diff changeset
721 pAttributemap = nullptr;
6c42178c226e minor things
Nomad
parents: 59
diff changeset
722 }
6c42178c226e minor things
Nomad
parents: 59
diff changeset
723 if (ptr_C)
6c42178c226e minor things
Nomad
parents: 59
diff changeset
724 {
6c42178c226e minor things
Nomad
parents: 59
diff changeset
725 pAllocator->FreeChunk(ptr_C);
6c42178c226e minor things
Nomad
parents: 59
diff changeset
726 ptr_C = nullptr;
6c42178c226e minor things
Nomad
parents: 59
diff changeset
727 }
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
728
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
729 _47C7A9();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
730 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
731
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
732 //----- (0047C80A) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
733 int OutdoorLocationTerrain::_47C80A(int a2, int a3, int a4, int a5)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
734 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
735 OutdoorLocationTerrain *v5; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
736 double v6; // st7@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
737 double v7; // st7@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
738 double v8; // st7@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
739 int result; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
740 int v10; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
741 int v11; // ecx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
742 int v12; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
743 int v13; // edi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
744 int v14; // edx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
745 int v15; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
746 unsigned __int8 *v16; // ebx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
747 int v17; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
748 int v18; // ecx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
749 int v19; // esi@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
750 int v20; // edi@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
751 int v21; // edx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
752 int v22; // ecx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
753 int v23; // ebx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
754 int v24; // ecx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
755 int v25; // ST28_4@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
756 double v26; // st7@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
757 double v27; // st6@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
758 double v28; // st5@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
759 double v29; // st7@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
760 double v30; // st7@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
761 double v31; // st7@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
762 int v32; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
763 double v33; // st7@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
764 double v34; // st6@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
765 double v35; // st5@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
766 double v36; // st7@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
767 double v37; // st7@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
768 double v38; // st7@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
769 int v39; // [sp+14h] [bp-34h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
770 int v40; // [sp+18h] [bp-30h]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
771 int v41; // [sp+1Ch] [bp-2Ch]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
772 int v42; // [sp+20h] [bp-28h]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
773 OutdoorLocationTerrain *v43; // [sp+24h] [bp-24h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
774 int v44; // [sp+28h] [bp-20h]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
775 float v45; // [sp+2Ch] [bp-1Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
776 float v46; // [sp+30h] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
777 float v47; // [sp+34h] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
778 int v48; // [sp+38h] [bp-10h]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
779 int v49; // [sp+3Ch] [bp-Ch]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
780 int v50; // [sp+40h] [bp-8h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
781 float v51; // [sp+44h] [bp-4h]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
782 float v52; // [sp+44h] [bp-4h]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
783 float v53; // [sp+50h] [bp+8h]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
784 float v54; // [sp+50h] [bp+8h]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
785 int v55; // [sp+54h] [bp+Ch]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
786 float v56; // [sp+54h] [bp+Ch]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
787 float v57; // [sp+54h] [bp+Ch]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
788
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
789 v46 = -64.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
790 v47 = -64.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
791 v5 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
792 v45 = 64.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
793 v43 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
794 v6 = sqrt(12288.0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
795 if ( v6 != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
796 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
797 v7 = 1.0 / v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
798 v45 = 64.0 * v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
799 v8 = v7 * -64.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
800 v46 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
801 v47 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
802 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
803 result = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
804 if ( a3 > a5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
805 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
806 v10 = a5 ^ a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
807 a5 ^= a3 ^ a5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
808 result = a5 ^ v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
809 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
810 v11 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
811 if ( a2 > a4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
812 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
813 v12 = a4 ^ a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
814 a4 ^= a2 ^ a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
815 v11 = a4 ^ v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
816 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
817 v13 = result - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
818 v48 = result - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
819 if ( result - 1 <= a5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
820 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
821 v39 = v11 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
822 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
823 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
824 v14 = v39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
825 v50 = v39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
826 if ( v39 <= a4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
827 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
828 result = (v39 - 63) << 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
829 v49 = (v39 - 63) << 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
830 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
831 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
832 if ( v13 >= 0 && result >= -32256 && v13 <= 127 && result <= 32768 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
833 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
834 v15 = v5->field_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
835 v55 = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
836 v16 = v5->pHeightmap;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
837 v17 = (int)(&v16[v13 * v15] + v14);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
838 v18 = -v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
839 v19 = (64 - v13) << 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
840 v20 = 32 * *(char *)v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
841 v21 = 32 * *(char *)(v17 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
842 v22 = (v18 + 63) << 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
843 v41 = v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
844 v23 = (int)(&v16[v55 * (v48 + 1)] + v50);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
845 v24 = v22 - v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
846 v40 = 32 * *(char *)v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
847 v42 = 32 * *(char *)(v23 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
848 v25 = v49 - 512 - v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
849 v26 = (double)-((v20 - v21) * v24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
850 v51 = v26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
851 v27 = (double)-(v25 * (v42 - v21));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
852 v53 = v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
853 v28 = (double)(v25 * v24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
854 v56 = v28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
855 v29 = sqrt(v28 * v28 + v27 * v27 + v26 * v26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
856 if ( v29 != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
857 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
858 v30 = 1.0 / v29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
859 v51 = v51 * v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
860 v53 = v53 * v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
861 v56 = v30 * v56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
862 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
863 v31 = (v56 * v47 + v53 * v46 + v51 * v45) * 31.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
864 if ( v31 < 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
865 v31 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
866 if ( v31 > 31.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
867 v31 = 31.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
868 v44 = 2 * (v50 + v48 * v43->field_10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
869 v5 = v43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
870 *((char *)v43->ptr_C + v44 + 1) = (signed __int64)v31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
871 v32 = v49 - (v49 - 512);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
872 v33 = (double)-((v42 - v40) * (v19 - v41));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
873 v52 = v33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
874 v34 = (double)-(v32 * (v20 - v40));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
875 v54 = v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
876 v35 = (double)(v32 * (v19 - v41));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
877 v57 = v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
878 v36 = sqrt(v35 * v35 + v34 * v34 + v33 * v33);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
879 if ( v36 != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
880 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
881 v37 = 1.0 / v36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
882 v52 = v52 * v37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
883 v54 = v54 * v37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
884 v57 = v37 * v57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
885 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
886 v38 = (v57 * v47 + v54 * v46 + v52 * v45) * 31.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
887 if ( v38 < 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
888 v38 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
889 if ( v38 > 31.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
890 v38 = 31.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
891 v13 = v48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
892 *((char *)v43->ptr_C + v44) = (signed __int64)v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
893 v14 = v50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
894 result = v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
895 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
896 ++v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
897 result += 512;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
898 v50 = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
899 v49 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
900 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
901 while ( v14 <= a4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
902 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
903 ++v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
904 v48 = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
905 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
906 while ( v13 <= a5 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
907 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
908 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
909 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
910
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
911 //----- (0047CB57) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
912 int OutdoorLocationTerrain::_47CB57(int a1, int a2, int a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
913 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
914 signed int result; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
915 unsigned __int16 *v5; // edx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
916 double v6; // st7@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
917 char v7; // bl@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
918 int v8; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
919 int v9; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
920 int v10; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
921 double v11; // st6@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
922 signed int v12; // edi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
923 int v13; // esi@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
924 char *v14; // esi@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
925 signed int v15; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
926 char v16[256]; // [sp+4h] [bp-124h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
927 unsigned __int16 *v17; // [sp+104h] [bp-24h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
928 unsigned int v18; // [sp+108h] [bp-20h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
929 unsigned int v19; // [sp+10Ch] [bp-1Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
930 unsigned int v20; // [sp+110h] [bp-18h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
931 unsigned int v21; // [sp+114h] [bp-14h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
932 float v22; // [sp+118h] [bp-10h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
933 float v23; // [sp+11Ch] [bp-Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
934 int i; // [sp+120h] [bp-8h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
935 unsigned int v25; // [sp+124h] [bp-4h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
936 signed int a2a; // [sp+134h] [bp+Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
937 unsigned int a2b; // [sp+134h] [bp+Ch]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
938 float a3a; // [sp+138h] [bp+10h]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
939 int a3b; // [sp+138h] [bp+10h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
940
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
941 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
942 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
943 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
944 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
945 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
946 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
947 v5 = PaletteManager::Get_Dark_or_Red_LUT(a2, 0, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
948 v6 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
949 v7 = LOBYTE(pRenderer->uTargetBBits);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
950 v19 = pRenderer->uTargetRMask;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
951 v21 = pRenderer->uTargetGMask;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
952 v22 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
953 v20 = pRenderer->uTargetBMask;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
954 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
955 v17 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
956 v23 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
957 v18 = pRenderer->uTargetBBits;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
958 a2a = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
959 for ( i = 0; i < a3; ++i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
960 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
961 v9 = *(char *)(v8 + a1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
962 if ( v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
963 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
964 v10 = v5[v9];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
965 v6 = v6 + (double)((signed int)(v19 & v10) >> (LOBYTE(pRenderer->uTargetBBits) + LOBYTE(pRenderer->uTargetGBits)));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
966 ++a2a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
967 v25 = v20 & v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
968 v22 = (double)((signed int)(v21 & v10) >> SLOBYTE(pRenderer->uTargetBBits)) + v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
969 v23 = (double)(signed int)(v20 & v10) + v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
970 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
971 v8 = i + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
972 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
973 v11 = 1.0 / (double)a2a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
974 a3a = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
975 v25 = (signed __int64)(a3a * v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
976 i = (signed __int64)(a3a * v23);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
977 v12 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
978 a2b = pRenderer->uTargetBBits + pRenderer->uTargetGBits;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
979 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
980 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
981 v13 = v17[v12];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
982 a3b = abs((__int64)(signed __int64)(v11 * v6) - ((signed int)(v19 & v17[v12]) >> a2b));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
983 BYTE3(a3b) = abs((signed)v25 - ((signed int)(v21 & v13) >> v7)) + a3b;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
984 v16[v12++] = abs((signed)i - (signed)(v20 & v13)) + BYTE3(a3b);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
985 if ( v12 >= 256 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
986 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
987 v7 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
988 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
989 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
990 v14 = (char *)&pPaletteManager->field_D1600[42][23][116];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
991 v15 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
992 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
993 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
994 if ( (unsigned __int8)v16[v15] < (signed int)v14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
995 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
996 v14 = (char *)(unsigned __int8)v16[v15];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
997 result = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
998 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
999 ++v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1000 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1001 while ( v15 < 256 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1002 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1003 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1004 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1005 // 47CB57: using guessed type char var_124[256];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1006
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1007 //----- (0047CCE2) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1008 bool OutdoorLocationTerrain::ZeroLandscape()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1009 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1010 OutdoorLocationTerrain *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1011
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1012 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1013 memset(this->pHeightmap, 0, 0x4000u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1014 memset(v1->pTilemap, 90, 0x4000u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1015 memset(v1->pAttributemap, 0, 0x4000u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1016 memset(v1->ptr_C, 0, 0x8000u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1017 v1->field_12 = 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1018 v1->field_10 = 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1019 v1->field_16 = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1020 v1->field_14 = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1021 v1->field_1C = 127;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1022 v1->field_18 = 127;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1023 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1024 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1025
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1026 //----- (0047CD44) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1027 bool OutdoorLocationTerrain::Initialize()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1028 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1029 OutdoorLocationTerrain *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1030 void *v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1031 bool result; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1032 void *v4; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1033 void *v5; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1034 void *v6; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1035
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1036 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1037 v2 = pAllocator->AllocNamedChunk(this->pHeightmap, 0x4000u, "HMAP");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1038 v1->pHeightmap = (unsigned __int8 *)v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1039 if ( v2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1040 && (v4 = pAllocator->AllocNamedChunk(v1->pTilemap, 0x4000u, "TMAP"),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1041 (v1->pTilemap = (unsigned __int8 *)v4) != 0)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1042 && (v5 = pAllocator->AllocNamedChunk(v1->pAttributemap, 0x4000u, "AMAP"),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1043 (v1->pAttributemap = (unsigned __int8 *)v5) != 0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1044 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1045 v6 = pAllocator->AllocNamedChunk(v1->ptr_C, 0x8000u, "DMAP");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1046 v1->ptr_C = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1047 result = v6 != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1048 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1049 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1050 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1051 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1052 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1053 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1054 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1055
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1056 //----- (0047CDE2) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1057 void OutdoorLocation::CreateDebugLocation()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1058 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1059 OutdoorLocation *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1060 void *v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1061 void *v3; // ST14_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1062 void *v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1063 void *v5; // ST14_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1064 void *v6; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1065 unsigned int v7; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1066 char v8; // zf@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1067
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1068 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1069 strcpy(this->pLevelFilename, "blank");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1070 strcpy(v1->pLocationFileName, "i6.odm");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1071 strcpy(v1->pLocationFileDescription, "MM6 Outdoor v1.00");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1072 v1->uNumBModels = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1073 v1->pTileTypes[0].uTileGroup = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1074 v1->pTileTypes[1].uTileGroup = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1075 v1->pTileTypes[2].uTileGroup = 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1076 v1->pTileTypes[3].uTileGroup = 10;
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1077 v1->LoadTileGroupIds();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1078 v1->_47F3EA();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1079 pAllocator->FreeChunk(v1->pBModels);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1080 pAllocator->FreeChunk(v1->pSpawnPoints);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1081 v1->pBModels = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1082 v1->pSpawnPoints = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1083 v1->pTerrain.Initialize();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1084 v1->pTerrain.ZeroLandscape();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1085 v1->pTerrain._47C80A(0, 0, 128, 128);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1086 pAllocator->FreeChunk(v1->ptr_D4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1087 v1->ptr_D4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1088 v2 = pAllocator->AllocNamedChunk(0, 0x8000u, "CMAP");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1089 v3 = v1->pOMAP;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1090 v1->ptr_D4 = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1091 pAllocator->FreeChunk(v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1092 v1->pOMAP = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1093 v4 = pAllocator->AllocNamedChunk(0, 0x10000u, "OMAP");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1094 v1->pOMAP = (unsigned int *)v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1095 memset(v4, 0, 0x10000u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1096 v5 = v1->pFaceIDLIST;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1097 v1->numFaceIDListElems = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1098 pAllocator->FreeChunk(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1099 v1->pFaceIDLIST = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1100 v6 = pAllocator->AllocNamedChunk(0, 2u, "IDLIST");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1101 v1->pFaceIDLIST = (unsigned __int16 *)v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1102 *(short *)v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1103 strcpy(v1->pSkyTextureName, pDefaultSkyTexture);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1104 v1->uSky_TextureID = pBitmaps_LOD->LoadTexture(v1->pSkyTextureName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1105 strcpy(v1->pGroundTileset, byte_6BE124_cfg_textures_DefaultGroundTexture);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1106 v7 = pBitmaps_LOD->LoadTexture(v1->pGroundTileset);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1107 v8 = v1->uSky_TextureID == -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1108 v1->uMainTile_BitmapID = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1109 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1110 Abortf("Invalid Sky Tex Handle");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1111 if ( v1->uMainTile_BitmapID == -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1112 Abortf("Invalid Ground Tex Handle");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1113 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1114
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1115
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1116
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1117 //----- (0047CF9C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1118 void OutdoorLocation::Release()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1119 {
94
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1120 //OutdoorLocation *v1; // esi@1
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1121 //signed int v2; // edi@1
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1122 //int v3; // ebx@2
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1123 //void *v4; // ST24_4@4
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1124 //char *v5; // ebx@4
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1125 //void **v6; // esi@4
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1126
94
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1127 //v1 = this;
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1128 strcpy(pLevelFilename, "blank");
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1129 strcpy(pLocationFileName, "default.odm");
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1130 strcpy(pLocationFileDescription, "MM6 Outdoor v1.00");
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1131 strcpy(pSkyTextureName, "sky043");
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1132 strcpy(pGroundTileset, "hm005");
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1133
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1134 if (pBModels)
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1135 {
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1136 for (uint i = 0; i < uNumBModels; ++i)
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1137 pBModels[i].Release();
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1138
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1139 pAllocator->FreeChunk(pBModels);
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1140 pBModels = nullptr;
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1141 uNumBModels = 0;
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1142 }
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1143
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1144 if (pSpawnPoints)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1145 {
94
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1146 pAllocator->FreeChunk(pSpawnPoints);
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1147 pSpawnPoints = nullptr;
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1148 }
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1149 uNumSpawnPoints = 0;
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1150
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1151 pTerrain.Release();
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1152
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1153 if (ptr_D4)
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1154 {
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1155 pAllocator->FreeChunk(ptr_D4);
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1156 ptr_D4 = nullptr;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1157 }
94
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1158 if (pOMAP)
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1159 {
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1160 pAllocator->FreeChunk(pOMAP);
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1161 pOMAP = nullptr;
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1162 }
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1163 if (pFaceIDLIST)
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1164 {
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1165 pAllocator->FreeChunk(pFaceIDLIST);
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1166 pFaceIDLIST = nullptr;
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1167 }
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1168 if (pTerrainNormals)
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1169 {
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1170 pAllocator->FreeChunk(pTerrainNormals);
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1171 pTerrainNormals = nullptr;
6c42178c226e minor things
Nomad
parents: 59
diff changeset
1172 }
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1173 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1174
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1175 //----- (0047D0A6) --------------------------------------------------------
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1176 bool OutdoorLocation::Load(char *pFilename, ODMFace *File, size_t pNumItems, int thisa)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1177 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1178 //OutdoorLocation *pOutdoorLocation; // esi@1
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1179 /*bool result; // eax@9
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1180 bool v7; // ebx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1181 size_t v8; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1182 void *v9; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1183 void *v10; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1184 void *v11; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1185 int v12; // ebx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1186 BSPModel *v13; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1187 void *v14; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1188 BSPModel *v15; // ecx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1189 void *v16; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1190 BSPModel *v17; // ecx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1191 BSPModel *v18; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1192 __int16 v19; // ax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1193 __int16 v20; // ax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1194 int v21; // ecx@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1195 ODMFace *v22; // ebx@26
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1196 LayingItem *pItems; // ecx@27
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1197 unsigned int v24; // eax@28
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1198 //unsigned __int8 v25; // zf@28
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1199 //unsigned __int8 v26; // sf@28
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1200 ODMFace *v27; // eax@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1201 const char *i; // edx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1202 unsigned __int16 v29; // ax@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1203 unsigned __int16 v30; // ax@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1204 int v31; // ecx@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1205 int v32; // eax@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1206 void *v33; // eax@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1207 TileDesc *v34; // eax@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1208 unsigned int v35; // eax@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1209 unsigned int v36; // edi@43
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1210 unsigned int v37; // edi@45*/
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1211 //size_t v38; // eax@50
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1212 FILE *v39; // eax@50
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1213 //unsigned int v40; // edi@56
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1214 //void *v41; // eax@56
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1215 //void *v42; // ebx@56
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1216 //const void *v43; // ebx@59
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1217 //const void *v44; // ebx@59
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1218 //unsigned int v45; // eax@59
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1219 //BSPModel *v46; // eax@59
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1220 //unsigned int v47; // ecx@59
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1221 //int v48; // ebx@60
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1222 //BSPModel *v49; // eax@61
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1223 //BSPModel *v50; // eax@61
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1224 //BSPModel *v51; // eax@61
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1225 //BSPModel *v52; // eax@61
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1226 //BSPModel *v53; // eax@61
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1227 //BSPModel *v54; // ecx@61
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1228 //BSPModel *v55; // ecx@61
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1229 //BSPModel *v56; // ecx@61
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1230 //void *v57; // ST24_4@61
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1231 //BSPModel *v58; // ecx@61
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1232 //void *v59; // ST18_4@61
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1233 //BSPModel *v60; // eax@61
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1234 //__int16 v61; // ax@64
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1235 unsigned __int16 v62; // ax@65
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1236 //ODMFace *v63; // ecx@65
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1237 //unsigned __int16 v64; // ax@80
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1238 //const char *v65; // ecx@80
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1239 //int v66; // eax@81
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1240 //void *v67; // eax@81
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1241 //int v68; // ecx@81
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1242 //void *v69; // eax@81
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1243 //unsigned int v70; // eax@81
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1244 //SpawnPointMM7 *v71; // eax@81
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1245 //unsigned int v72; // ecx@81
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1246 //size_t v73; // eax@81
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1247 //int v74; // edi@87
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1248 //void *v75; // edi@88
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1249 //unsigned int v76; // edx@94
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1250 //int v77; // ecx@94
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1251 //char *v78; // eax@95
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1252 //unsigned int v79; // edx@97
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1253 //unsigned int v80; // eax@99
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1254 //int v81; // eax@107
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1255 //void *v82; // edi@114
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1256 //size_t v83; // eax@120
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1257 //const void *v84; // edi@120
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1258 //const void *v85; // edi@120
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1259 //BSPModel *v86; // eax@124
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1260 //unsigned int v87; // eax@124
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1261 //BSPModel *v88; // eax@126
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1262 //BSPModel *v89; // eax@127
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1263 //ODMFace *v90; // eax@129
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1264 //const void *v91; // edi@138
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1265 //const void *v92; // edi@141
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1266 //const void *v93; // edi@141
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1267 //const void *v94; // edi@144
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1268 //const void *v95; // edi@144
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1269 //const char *v96; // edi@147
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1270 //unsigned int v97; // eax@147
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1271 //TileDesc *v98; // eax@147
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1272 //unsigned int v99; // eax@147
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1273 //int v100; // ecx@150
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1274 //unsigned int v101; // eax@157
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1275 int v102; // edi@159
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1276 //void *v103; // [sp-14h] [bp-B94h]@55
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1277 //void *v104; // [sp-10h] [bp-B90h]@59
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1278 //size_t v105; // [sp-Ch] [bp-B8Ch]@59
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1279 //char *v106; // [sp-8h] [bp-B88h]@59
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1280 int v107; // [sp-4h] [bp-B84h]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1281 int v108; // [sp+0h] [bp-B80h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1282 char Src[968]; // [sp+10h] [bp-B70h]@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1283 char Dst[968]; // [sp+3D8h] [bp-7A8h]@50
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1284 /*char Str[256]; // [sp+7A0h] [bp-3E0h]@50
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1285 char DstBuf; // [sp+8A0h] [bp-2E0h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1286 __int32 Offset; // [sp+8A4h] [bp-2DCh]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1287 __int32 v114; // [sp+8B0h] [bp-2D0h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1288 __int32 v115; // [sp+8BCh] [bp-2C4h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1289 __int32 v116; // [sp+8C8h] [bp-2B8h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1290 __int32 v117; // [sp+8D4h] [bp-2ACh]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1291 __int32 v118; // [sp+8E0h] [bp-2A0h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1292 __int32 v119; // [sp+8ECh] [bp-294h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1293 __int32 v120; // [sp+8F8h] [bp-288h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1294 __int32 v121; // [sp+904h] [bp-27Ch]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1295 __int32 v122; // [sp+910h] [bp-270h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1296 __int32 v123; // [sp+91Ch] [bp-264h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1297 __int32 v124; // [sp+928h] [bp-258h]@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1298 __int32 v125; // [sp+934h] [bp-24Ch]@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1299 __int32 v126; // [sp+940h] [bp-240h]@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1300 __int32 v127; // [sp+94Ch] [bp-234h]@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1301 __int32 v128; // [sp+958h] [bp-228h]@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1302 __int32 v129; // [sp+964h] [bp-21Ch]@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1303 __int32 v130; // [sp+970h] [bp-210h]@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1304 __int32 v131; // [sp+97Ch] [bp-204h]@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1305 __int32 v132; // [sp+988h] [bp-1F8h]@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1306 __int32 v133; // [sp+994h] [bp-1ECh]@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1307 __int32 v134; // [sp+9A0h] [bp-1E0h]@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1308 __int32 v135; // [sp+9ACh] [bp-1D4h]@38
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1309 __int32 v136; // [sp+9D0h] [bp-1B0h]@10*/
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1310 //char FileName[8]; // [sp+A20h] [bp-160h]@8
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1311 //char v138; // [sp+A28h] [bp-158h]@12
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1312 //int v139; // [sp+B1Ch] [bp-64h]@10
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1313 //char pContainer[32]; // [sp+B20h] [bp-60h]@1
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1314 //int *v141; // [sp+B40h] [bp-40h]@50
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1315 //__int64 v142; // [sp+B44h] [bp-3Ch]@55
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1316 //size_t pSource; // [sp+B4Ch] [bp-34h]@56
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1317 //int v144; // [sp+B50h] [bp-30h]@61
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1318 //int v145; // [sp+B54h] [bp-2Ch]@68
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1319 ODMHeader header; // [sp+B58h] [bp-28h]@50
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1320 //unsigned int pDestLen; // [sp+B68h] [bp-18h]@13
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1321 //FILE *ptr; // [sp+B6Ch] [bp-14h]@12
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1322 //void *v149; // [sp+B70h] [bp-10h]@19
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1323 char *Str2; // [sp+B74h] [bp-Ch]@12
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1324 //int v151; // [sp+B78h] [bp-8h]@59
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1325 //void *uSourceLen; // [sp+B7Ch] [bp-4h]@59
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1326
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1327 //pOutdoorLocation = this;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1328 //strcpy(pContainer, pFilename);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1329
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1330 if (bUnderwater)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1331 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1332 pPaletteManager->pPalette_tintColor[0] = 0x10;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1333 pPaletteManager->pPalette_tintColor[1] = 0xC2;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1334 pPaletteManager->pPalette_tintColor[2] = 0x99;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1335 pPaletteManager->pPalette_mistColor[0] = 0x25;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1336 pPaletteManager->pPalette_mistColor[1] = 0x8F;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1337 pPaletteManager->pPalette_mistColor[2] = 0x5C;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1338 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1339 else
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1340 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1341 pPaletteManager->pPalette_tintColor[0] = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1342 pPaletteManager->pPalette_tintColor[1] = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1343 pPaletteManager->pPalette_tintColor[2] = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1344 if (pPaletteManager->pPalette_mistColor[0] != 0x80 ||
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1345 pPaletteManager->pPalette_mistColor[1] != 0x80 ||
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1346 pPaletteManager->pPalette_mistColor[2] != 0x80)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1347 {
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1348 pPaletteManager->pPalette_mistColor[0] = 0x80;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1349 pPaletteManager->pPalette_mistColor[1] = 0x80;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1350 pPaletteManager->pPalette_mistColor[2] = 0x80;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1351 pPaletteManager->RecalculateAll();
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1352 }
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1353 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1354
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1355 _6807E0_num_decorations_with_sounds_6807B8 = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1356 /*sprintf(FileName, "levels\\%s", pContainer);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1357 if ( GetFileAttributesA(FileName) != -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1358 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1359 result = (bool)fopen(FileName, "rb");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1360 v7 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1361 File = (ODMFace *)result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1362 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1363 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1364 *(int *)thisa = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1365 v8 = strlen(pContainer);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1366 v108 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1367 *((char *)&v139 + v8) = 0;
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1368 viewparams->uTextureID_LocationMap = pIcons_LOD->LoadTexture(pContainer, (enum TEXTURE_TYPE)v108);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1369 fread(&DstBuf, 0x180u, 1u, (FILE *)v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1370 fseek((FILE *)v7, Offset, 0);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1371 fread(this, 0xB0u, 1u, (FILE *)v7);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1372 LoadTileGroupIds();
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1373 _47F3EA();
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1374 strcpy(pGroundTileset, "grastyl");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1375 fseek((FILE *)v7, v114, 0);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1376 fread(&uNumBModels, 4u, 1u, (FILE *)v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1377 fseek((FILE *)v7, v115, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1378 fread(&uNumLayingItems, 4u, 1u, (FILE *)v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1379 fseek((FILE *)v7, v116, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1380 fread(&uNumLevelDecorations, 4u, 1u, (FILE *)v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1381 fseek((FILE *)v7, v117, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1382 fread(&uNumActors, 4u, 1u, (FILE *)v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1383 fseek((FILE *)v7, v118, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1384 fread(&uNumChests, 4u, 1u, (FILE *)v7);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1385 pTerrain.Initialize();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1386 fseek((FILE *)v7, v119, 0);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1387 fread(pTerrain.pHeightmap, 1u, 0x4000u, (FILE *)v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1388 fseek((FILE *)v7, v120, 0);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1389 fread(pTerrain.pTilemap, 1u, 0x4000u, (FILE *)v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1390 fseek((FILE *)v7, v121, 0);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1391 fread(pTerrain.pAttributemap, 1u, 0x4000u, (FILE *)v7);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1392 pTerrain._47C80A(0, 0, 128, 128);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1393 pAllocator->FreeChunk(ptr_D4);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1394 ptr_D4 = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1395 v9 = pAllocator->AllocNamedChunk(0, 0x8000u, "CMAP");
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1396 v108 = (int)pOMAP;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1397 ptr_D4 = v9;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1398 pAllocator->FreeChunk((void *)v108);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1399 pOMAP = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1400 v10 = pAllocator->AllocNamedChunk(0, 0x10000u, "OMAP");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1401 v108 = 0;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1402 pOMAP = (unsigned int *)v10;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1403 fseek((FILE *)v7, v136, v108);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1404 fread(&uNumTerrainNormals, 4u, 1u, (FILE *)v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1405 fread(pTerrainSomeOtherData, 1u, 0x20000u, (FILE *)v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1406 fread(pTerrainNormalIndices, 1u, 0x10000u, (FILE *)v7);
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1407 pTerrainNormals = (Vec3_float_ *)pAllocator->AllocNamedChunk(pTerrainNormals, 12 * uNumTerrainNormals, "TerNorm");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1408 fread(pTerrainNormals, 1u, 12 * uNumTerrainNormals, (FILE *)v7);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1409 v11 = pAllocator->AllocNamedChunk(pBModels, 188 * uNumBModels, "BDdata");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1410 v108 = 0;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1411 pBModels = (BSPModel *)v11;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1412 fseek((FILE *)v7, v122, v108);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1413 fread(pBModels, 0xBCu, uNumBModels, (FILE *)v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1414 fseek((FILE *)v7, v123, 0);
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1415 pNumItems = 0;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1416 if ( (signed int)uNumBModels > 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1417 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1418 v12 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1419 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1420 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1421 pBModels[v12].pVertices.pVertices = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1422 pBModels[v12].pFaces = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1423 pBModels[v12].pFacesOrdering = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1424 pBModels[v12].pNodes = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1425 FileName[0] = 0;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1426 v108 = (int)&pBModels[v12];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1427 sprintfex(FileName, "%s", v108);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1428 v13 = pBModels;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1429 v138 = 0;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1430 pBModels[v12].pVertices.pVertices = (Vec3_int_ *)pAllocator->AllocNamedChunk(v13[v12].pVertices.pVertices, 12 * v13[v12].pVertices.uNumVertices,
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1431 FileName);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1432 pBModels[v12].pFaces = (ODMFace *)pAllocator->AllocNamedChunk(pBModels[v12].pFaces, 308 * pBModels[v12].uNumFaces,
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1433 FileName);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1434 pBModels[v12].pFacesOrdering = (unsigned __int16 *)pAllocator->AllocNamedChunk(pBModels[v12].pFacesOrdering,
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1435 2 * pBModels[v12].uNumFaces, FileName);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1436 v14 = pAllocator->AllocNamedChunk(pBModels[v12].pNodes, 8 * pBModels[v12].uNumNodes, FileName);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1437 v15 = pBModels;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1438 v108 = (int)File;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1439 v15[v12].pNodes = (BSPNode *)v14;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1440 fread(pBModels[v12].pVertices.pVertices, 0xCu, pBModels[v12].pVertices.uNumVertices, (FILE *)v108);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1441 fread(pBModels[v12].pFaces, 0x134u, pBModels[v12].uNumFaces, (FILE *)File);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1442 fread(pBModels[v12].pFacesOrdering, 2u, pBModels[v12].uNumFaces, (FILE *)File);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1443 fread(pBModels[v12].pNodes, 8u, pBModels[v12].uNumNodes, (FILE *)File);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1444 v16 = malloc(10 * pBModels[v12].uNumFaces);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1445 v107 = (int)File;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1446 v17 = pBModels;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1447 ptr = (FILE *)v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1448 fread(v16, 0xAu, v17[v12].uNumFaces, (FILE *)File);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1449 v18 = pBModels;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1450 Str2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1451 if ( (signed int)v18[v12].uNumFaces > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1452 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1453 LABEL_25:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1454 free(ptr);
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1455 ++pNumItems;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1456 ++v12;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1457 if ( (signed int)pNumItems >= (signed int)uNumBModels )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1458 goto LABEL_26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1459 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1460 pDestLen = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1461 pFilename = (char *)ptr;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1462 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1463 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1464 thisa = (int)((char *)v18[v12].pFaces + pDestLen);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1465 if ( !(*(char *)(thisa + 29) & 0x40) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1466 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1467 v19 = pTextureFrameTable->FindTextureByName(pFilename);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1468 *(short *)(thisa + 272) = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1469 if ( !v19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1470 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1471 v20 = pBitmaps_LOD->LoadTexture(pFilename);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1472 v21 = thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1473 *(char *)(v21 + 29) &= 0xBFu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1474 LABEL_19:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1475 *(short *)(v21 + 272) = v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1476 v149 = (void *)(v20 != -1 ? &pBitmaps_LOD->pTextures[v20] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1477 auto pTex = (Texture *)v149;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1478 if (pTex)
1
ac0fb48cd27a Texture, hwl loading, video player
Nomad
parents: 0
diff changeset
1479 pTex->palette_id2 = pPaletteManager->LoadPalette(pTex->palette_id1);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1480 goto LABEL_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1481 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1482 pTextureFrameTable->LoadAnimationSequenceAndPalettes(*(unsigned __int16 *)((char *)&pBModels[v12].pFaces->uTextureID + pDestLen));
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1483 LABEL_20:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1484 if ( *(short *)(thisa + 292) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1485 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1486 if ( ((ODMFace *)thisa)->HasEventHint() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1487 *(char *)(thisa + 30) |= 0x10u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1488 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1489 *(char *)(thisa + 30) &= 0xEFu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1490 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1491 ++Str2;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1492 v18 = pBModels;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1493 pDestLen += 308;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1494 pFilename += 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1495 if ( (signed int)Str2 >= (signed int)v18[v12].uNumFaces )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1496 goto LABEL_25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1497 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1498 v20 = pBitmaps_LOD->LoadTexture(pFilename);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1499 v21 = thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1500 goto LABEL_19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1501 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1502 LABEL_26:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1503 v22 = File;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1504 fseek((FILE *)File, v124, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1505 fread(pLayingItems, 0x70u, uNumLayingItems, (FILE *)v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1506 if ( (signed int)uNumLayingItems > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1507 {
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1508 pItems = pLayingItems;
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1509 pNumItems = uNumLayingItems;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1510 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1511 {
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1512 v24 = pItems->stru_24.uItemID;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1513 thisa = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1514 v27 = (ODMFace *)(48 * v24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1515 v25 = pObjectList->uNumObjects == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1516 v26 = (pObjectList->uNumObjects & 0x80000000u) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1517 LOWORD(v27) = *(short *)((char *)&v27->pFacePlane.vNormal.x + (int)((char *)&pItemsTable + 24));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1518 File = v27;
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1519 pItems->uItemType = (unsigned __int16)v27;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1520 if ( v26 | v25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1521 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1522 LABEL_33:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1523 v29 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1524 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1525 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1526 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1527 for ( i = (const char *)&pObjectList->pObjects->uObjectID; (short)v27 != *(short *)i; i = pFilename )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1528 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1529 ++thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1530 pFilename = (char *)i + 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1531 if ( thisa >= (signed int)pObjectList->uNumObjects )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1532 goto LABEL_33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1533 LOWORD(v27) = (short)File;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1534 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1535 v29 = thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1536 }
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1537 pItems->uObjectDescID = v29;
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1538 ++pItems;
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1539 --pNumItems;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1540 }
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1541 while ( pNumItems );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1542 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1543 fseek((FILE *)v22, v125, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1544 fread(pLevelDecorations, 0x20u, uNumLevelDecorations, (FILE *)v22);
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1545 pNumItems = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1546 if ( (signed int)uNumLevelDecorations > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1547 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1548 thisa = (int)pLevelDecorations;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1549 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1550 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1551 fread(FileName, 1u, 0x20u, (FILE *)v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1552 v30 = pDecorationList->GetDecorIdByName(FileName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1553 v31 = thisa;
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1554 ++pNumItems;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1555 thisa += 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1556 *(short *)v31 = v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1557 }
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
1558 while ( (signed int)pNumItems < (signed int)uNumLevelDecorations );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1559 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1560 fseek((FILE *)v22, v126, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1561 fread(pActors, 0x344u, uNumActors, (FILE *)v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1562 fseek((FILE *)v22, v127, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1563 fread(pChests, 0x14CCu, uNumChests, (FILE *)v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1564 fseek((FILE *)v22, v128, 0);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1565 fread(&field_DC, 4u, 1u, (FILE *)v22);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1566 pAllocator->FreeChunk(pFaceIDLIST);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1567 v32 = field_DC;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1568 pFaceIDLIST = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1569 v33 = pAllocator->AllocNamedChunk(0, 2 * v32, "IDLIST");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1570 v108 = (int)v22;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1571 pFaceIDLIST = (unsigned __int16 *)v33;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1572 fread(v33, 2u, field_DC, (FILE *)v108);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1573 fseek((FILE *)v22, v129, 0);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1574 fread(pOMAP, 4u, 0x4000u, (FILE *)v22);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1575 fseek((FILE *)v22, v130, 0);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1576 fread(&uNumSpawnPoints, 4u, 1u, (FILE *)v22);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1577 pSpawnPoints = (SpawnPointMM7 *)pAllocator->AllocNamedChunk(pSpawnPoints, 24 * uNumSpawnPoints, "Spawn");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1578 fseek((FILE *)v22, v131, 0);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1579 fread(pSpawnPoints, 0x18u, uNumSpawnPoints, (FILE *)v22);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1580 fseek((FILE *)v22, v132, 0);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1581 fread(&ddm, 0x28u, 1u, (FILE *)v22);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1582 fseek((FILE *)v22, v133, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1583 fread(&stru_5E4C90, 1u, 0xC8u, (FILE *)v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1584 fseek((FILE *)v22, v134, 0);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1585 fread(&uLastVisitDay, 1u, 0x38u, (FILE *)v22);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1586 fseek((FILE *)v22, v135, 0);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1587 fread(&uLastVisitDay, 1u, 4u, (FILE *)v22);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1588 thisa = (int)pTileTypes;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1589 pTileTable->InitializeTileset(4);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1590 pTileTable->InitializeTileset(pTileTypes[0].uTileGroup);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1591 pTileTable->InitializeTileset(pTileTypes[1].uTileGroup);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1592 pTileTable->InitializeTileset(pTileTypes[2].uTileGroup);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1593 pTileTable->InitializeTileset(pTileTypes[3].uTileGroup);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1594 if ( this != (OutdoorLocation *)-96 && pSkyTextureName[0] )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1595 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1596 v108 = 0;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1597 v107 = (int)pSkyTextureName;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1598 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1599 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1600 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1601 v108 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1602 v107 = (int)pDefaultSkyTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1603 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1604 uSky_TextureID = pBitmaps_LOD->LoadTexture((const char *)v107, (enum TEXTURE_TYPE)v108);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1605 strcpy(pGroundTileset, byte_6BE124_cfg_textures_DefaultGroundTexture);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1606 v34 = pTileTable->GetTileById(pTileTypes[0].uTileID);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1607 v35 = pBitmaps_LOD->LoadTexture(v34->pTileName);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1608 v36 = uSky_TextureID;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1609 uMainTile_BitmapID = v35;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1610 if ( v36 != -1 )
1
ac0fb48cd27a Texture, hwl loading, video player
Nomad
parents: 0
diff changeset
1611 pBitmaps_LOD->pTextures[v36].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[v36].palette_id1);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1612
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1613 v37 = uMainTile_BitmapID;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1614 if ( v37 != -1 )
1
ac0fb48cd27a Texture, hwl loading, video player
Nomad
parents: 0
diff changeset
1615 pBitmaps_LOD->pTextures[v37].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[v37].palette_id1);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1616
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1617 _47F0E2();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1618 pGameLoadingUI_ProgressBar->Progress();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1619 fclose((FILE *)v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1620 goto LABEL_150;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1621 }*/
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1622
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1623 assert(sizeof(BSPModel) == 188);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1624
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1625 if (!pGames_LOD->DoesContainerExist(pFilename))
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1626 Abortf("Unable to find %s in Games.LOD", pFilename);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1627
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1628 //strcpy(FileName, pContainer);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1629 strcpy(Str, pFilename);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1630 strcpy(Str + strlen(Str) - 4, ".odm");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1631 viewparams->uTextureID_LocationMap = pIcons_LOD->LoadTexture(Str, TEXTURE_16BIT_PALETTE);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1632 //v141 = &v139;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1633 //v38 = strlen(pFilename);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1634 //strcpy((char *)&v139 + v38, ".odm");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1635 v39 = pGames_LOD->FindContainer(Str, 1);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1636 //Str[strlen(Str) - 4] = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1637
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1638 header.uCompressedSize = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1639 header.uDecompressedSize = 0;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1640 //ptr = v39;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1641 header.uVersion = 91969;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1642 header.pMagic[0] = 'm';
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1643 header.pMagic[1] = 'v';
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1644 header.pMagic[2] = 'i';
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1645 header.pMagic[3] = 'i';
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1646 fread(&header, 0x10u, 1u, v39);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1647 if (header.uVersion != 91969 ||
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1648 header.pMagic[0] != 'm' ||
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1649 header.pMagic[1] != 'v' ||
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1650 header.pMagic[2] != 'i' ||
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1651 header.pMagic[3] != 'i')
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1652 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1653 MessageBoxW(nullptr, L"Can't load file!",
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1654 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:507", 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1655 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1656 //v40 = header.uCompressedSize;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1657 //pSource = header.uDecompressedSize;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1658 //v41 = malloc(header.uDecompressedSize);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1659 auto pSrcMem = (unsigned char *)malloc(header.uDecompressedSize);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1660 auto pSrc = pSrcMem;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1661 //v42 = v41;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1662 //HIDWORD(v142) = (uint32)pSrc;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1663 if (header.uCompressedSize < header.uDecompressedSize)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1664 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1665 auto pComressedSrc = (char *)malloc(header.uCompressedSize);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1666 fread(pComressedSrc, header.uCompressedSize, 1, v39);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1667
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1668 uint actualDecompressedSize = header.uDecompressedSize;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1669 zlib::MemUnzip(pSrc, &actualDecompressedSize, pComressedSrc, header.uCompressedSize);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1670 free(pComressedSrc);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1671 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1672 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1673 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1674 fread(pSrc, header.uDecompressedSize, 1, v39);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1675 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1676
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1677 memcpy(pLevelFilename, pSrc, 0x20);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1678 memcpy(pLocationFileName, pSrc + 0x20, 0x20);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1679 memcpy(pLocationFileDescription, pSrc + 0x40, 0x20);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1680 memcpy(pSkyTextureName, pSrc + 0x60, 0x20);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1681 memcpy(pGroundTileset, pSrc + 0x80, 0x20);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1682 memcpy(pTileTypes, pSrc + 0xA0, 0x10);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1683 pSrc += 0xB0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1684
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1685 //v43 = (char *)pSrc + 176;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1686 LoadTileGroupIds();
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1687 _47F3EA();
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1688 strcpy(pGroundTileset, "grastyl");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1689 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1690 pTerrain.Initialize();
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1691 //v108 = 16384;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1692 //v107 = (int)v43;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1693 //v106 = (char *)pTerrain.pHeightmap;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1694 memcpy(pTerrain.pHeightmap, pSrc, 0x4000);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1695 pSrc += 0x4000;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1696
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1697 //v43 = (char *)v43 + 16384;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1698 //v105 = 16384;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1699 //v104 = (void *)v43;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1700 //v103 = pTerrain.pTilemap;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1701 memcpy(pTerrain.pTilemap, pSrc, 0x4000);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1702 pSrc += 0x4000;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1703
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1704 //v43 = (char *)v43 + 16384;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1705 memcpy(pTerrain.pAttributemap, pSrc, 0x4000);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1706 pSrc += 0x4000;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1707
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1708 //v43 = (char *)v43 + 16384;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1709 //v108 = (int)ptr_D4;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1710 if (ptr_D4)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1711 {
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1712 pAllocator->FreeChunk(ptr_D4);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1713 ptr_D4 = nullptr;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1714 }
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1715 ptr_D4 = pAllocator->AllocNamedChunk(0, 0x8000u, "CMAP");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1716 pTerrain._47C80A(0, 0, 128, 128);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1717
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1718 pGameLoadingUI_ProgressBar->Progress();
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1719 memcpy(&uNumTerrainNormals, pSrc, 4);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1720 //v43 = (char *)v43 + 4;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1721 memcpy(pTerrainSomeOtherData, pSrc + 4, 0x20000);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1722 pSrc += 4 + 0x20000;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1723 //v43 = (char *)v43 + 131072;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1724 memcpy(pTerrainNormalIndices, pSrc, 0x10000);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1725 pSrc += 0x10000;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1726 //v43 = (char *)v43 + 65536;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1727
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1728 //pFilename = (char *)(12 * uNumTerrainNormals);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1729 pTerrainNormals = (Vec3_float_ *)pAllocator->AllocNamedChunk(pTerrainNormals, 12 * uNumTerrainNormals, "TerNorm");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1730 memcpy(pTerrainNormals, pSrc, 12 * uNumTerrainNormals);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1731 pSrc += 12 * uNumTerrainNormals;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1732 //v44 = (char *)v43 + (int)pFilename;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1733 //v44 = (char *)v44 + 4;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1734 //v45 = uNumBModels;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1735 //v108 = (int)"BDdata";
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1736
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1737 pGameLoadingUI_ProgressBar->Progress();
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1738
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1739 //v107 = 188 * v45;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1740 //v106 = (char *)pBModels;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1741 //v46 = (BSPModel *)pAllocator->AllocNamedChunk(v106, 188 * v45, "BDdata");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1742 //v47 = uNumBModels;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1743 memcpy(&uNumBModels, pSrc, 4);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1744 pBModels = (BSPModel *)pAllocator->AllocNamedChunk(pBModels, 188 * uNumBModels, "BDdata");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1745 //pFilename = (char *)(188 * v47);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1746 memcpy(pBModels, pSrc + 4, 188 * uNumBModels);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1747 pSrc += 4 + 188 * uNumBModels;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1748
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1749 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1750
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1751 //uSourceLen = (char *)v44 + (int)pFilename;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1752 //v151 = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1753 for (uint i = 0; i < uNumBModels; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1754 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1755 //v48 = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1756 auto model = pBModels + i;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1757
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1758 model->pVertices.pVertices = nullptr;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1759 model->pFaces = nullptr;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1760 model->pFacesOrdering = nullptr;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1761 model->pNodes = nullptr;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1762 //FileName[0] = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1763 //v108 = (int)&pBModels[i];
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1764 //sprintf(FileName, "%s", v108);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1765 //v49 = pBModels;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1766 //v138 = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1767 //v50 = &pBModels[v48];
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1768 //v108 = (int)FileName;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1769 //v107 = 12 * v50->pVertices.uNumVertices;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1770 //v106 = (char *)v50->pVertices.pVertices;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1771 assert(sizeof(Vec3_int_) == 12);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1772 uint verticesSize = model->pVertices.uNumVertices * sizeof(Vec3_int_);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1773 model->pVertices.pVertices = (Vec3_int_ *)pAllocator->AllocNamedChunk(model->pVertices.pVertices, verticesSize, "");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1774 memcpy(model->pVertices.pVertices, pSrc, verticesSize);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1775 pSrc += verticesSize;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1776 //v51 = &pBModels[v48];
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1777 //v108 = (int)FileName;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1778 //v107 = 308 * v51->uNumFaces;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1779 //v106 = (char *)v51->pFaces;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1780 assert(sizeof(ODMFace) == 308);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1781 uint facesSize = model->uNumFaces * sizeof(ODMFace);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1782 model->pFaces = (ODMFace *)pAllocator->AllocNamedChunk(model->pFaces, facesSize, "");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1783 memcpy(model->pFaces, pSrc, facesSize);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1784 pSrc += facesSize;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1785 //v52 = &pBModels[v48];
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1786 //v108 = (int)FileName;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1787 //v107 = 2 * v52->uNumFaces;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1788 //v106 = (char *)v52->pFacesOrdering;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1789 uint facesOrderingSize = model->uNumFaces * sizeof(short);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1790 model->pFacesOrdering = (unsigned __int16 *)pAllocator->AllocNamedChunk(model->pFacesOrdering, facesOrderingSize, "");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1791 memcpy(model->pFacesOrdering, pSrc, facesOrderingSize);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1792 pSrc += facesOrderingSize;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1793 //v53 = &pBModels[v48];
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1794 //v108 = (int)FileName;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1795 //v107 = 8 * v53->uNumNodes;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1796 //v106 = (char *)v53->pNodes;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1797 assert(sizeof(BSPNode) == 8);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1798 uint nodesSize = model->uNumNodes * sizeof(BSPNode);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1799 model->pNodes = (BSPNode *)pAllocator->AllocNamedChunk(model->pNodes, nodesSize, "");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1800 memcpy(model->pNodes, pSrc, nodesSize);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1801 pSrc += nodesSize;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1802 //v54 = &pBModels[v48];
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1803 //v108 = 12 * v54->pVertices.uNumVertices;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1804 //pFilename = (char *)v108;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1805 //v107 = (int)uSourceLen;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1806 //v106 = (char *)v54->pVertices.pVertices;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1807 //memcpy(v106, uSourceLen, v108);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1808 //uSourceLen = (char *)uSourceLen + (int)pFilename;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1809 //v55 = &pBModels[v48];
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1810 //v105 = 308 * v55->uNumFaces;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1811 //v104 = uSourceLen;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1812 //v103 = v55->pFaces;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1813 //pFilename = (char *)v105;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1814 //memcpy(v103, uSourceLen, v105);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1815 //v56 = &pBModels[v48];
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1816 //uSourceLen = (char *)uSourceLen + (int)pFilename;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1817 //v57 = v56->pFacesOrdering;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1818 //pFilename = (char *)(2 * v56->uNumFaces);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1819 //memcpy(v57, uSourceLen, (size_t)pFilename);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1820 //v58 = &pBModels[v48];
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1821 //uSourceLen = (char *)uSourceLen + (int)pFilename;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1822 //v59 = v58->pNodes;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1823 //pFilename = (char *)(8 * v58->uNumNodes);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1824 //memcpy(v59, uSourceLen, (size_t)pFilename);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1825 //uSourceLen = (char *)uSourceLen + (int)pFilename;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1826 //ptr = (FILE *)malloc(10 * model->uNumFaces);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1827 auto textureFilenames = (const char *)malloc(10 * model->uNumFaces);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1828 //pFilename = (char *)(10 * pBModels[v48].uNumFaces);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1829 memcpy((char *)textureFilenames, pSrc, 10 * model->uNumFaces);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1830 pSrc += 10 * model->uNumFaces;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1831 //v144 = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1832 //uSourceLen = (char *)uSourceLen + (int)pFilename;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1833 //v60 = pBModels;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1834 for (uint j = 0; j < model->uNumFaces; ++j)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1835 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1836 auto texFilename = textureFilenames + j * 10;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1837 //v149 = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1838 //Str2 = (char *)ptr;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1839
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1840 auto face = model->pFaces + j;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1841 //pFilename = (char *)v149 + (unsigned int)v60[v48].pFaces;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1842 if (~face->uAttributes & 0x40)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1843 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1844 v62 = pBitmaps_LOD->LoadTexture(texFilename);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1845 // v63 = (ODMFace *)pFilename;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1846 goto LABEL_68;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1847 }
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1848 //v61 = pTextureFrameTable->FindTextureByName(texFilename);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1849 face->uTextureID = pTextureFrameTable->FindTextureByName(texFilename);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1850 if (!face->uTextureID)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1851 {
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1852 v62 = pBitmaps_LOD->LoadTexture(texFilename);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1853 //v63 = (ODMFace *)pFilename;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1854 BYTE1(face->uAttributes) &= 0xBFu;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1855 LABEL_68:
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1856 face->uTextureID = v62;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1857 //v145 = (signed __int16)v62 != -1 ? &pBitmaps_LOD->pTextures[(signed __int16)v62] : 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1858 //v108 = ((signed __int16)v62 != -1 ? pBitmaps_LOD->pTextures[(signed __int16)v62].palette_id1 : 36);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1859 if ((signed __int16)v62 != -1)
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1860 pBitmaps_LOD->pTextures[v62].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[v62].palette_id1);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1861 goto LABEL_69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1862 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1863 pTextureFrameTable->LoadAnimationSequenceAndPalettes(face->uTextureID);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1864 LABEL_69:
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1865 if (face->sCogTriggeredID)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1866 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1867 if (face->HasEventHint())
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1868 BYTE2(face->uAttributes) |= 0x10u;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1869 else
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1870 BYTE2(face->uAttributes) &= 0xEFu;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1871 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1872 //++v144;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1873 //v60 = pBModels;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1874 //v149 = (char *)v149 + 308;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1875 //Str2 += 10;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1876 //if ( v144 >= (signed int)v60[v48].uNumFaces )
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1877 //goto LABEL_74;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1878 }
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1879
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1880 //LABEL_74:
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1881 free((void *)textureFilenames);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1882 // ++v151;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1883 // ++v48;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1884 // if ( v151 >= (signed int)uNumBModels )
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1885 // goto LABEL_75;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1886 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1887 //LABEL_75:
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1888 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1889
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1890 memcpy(&uNumLevelDecorations, pSrc, 4u);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1891 //uSourceLen = (char *)uSourceLen + 4;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1892 if (uNumLevelDecorations > 3000)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1893 MessageBoxW(nullptr, L"Can't load file!",
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1894 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:678", 0);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1895
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1896 assert(sizeof(LevelDecoration) == 32);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1897 //pFilename = (char *)(32 * uNumLevelDecorations);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1898 memcpy(pLevelDecorations, pSrc + 4, uNumLevelDecorations * sizeof(LevelDecoration));
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1899 pSrc += 4 + 32 * uNumLevelDecorations;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1900
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1901 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1902
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1903 //v151 = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1904 //uSourceLen = (char *)uSourceLen + (int)pFilename;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1905 for (uint i = 0; i < uNumLevelDecorations; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1906 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1907 char name[256];
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1908 memcpy(name, pSrc, 32);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1909 pSrc += 32;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1910
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1911 pLevelDecorations[i].uDecorationDescID = pDecorationList->GetDecorIdByName(name);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1912 }
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1913
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1914 pGameLoadingUI_ProgressBar->Progress();
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1915
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1916 memcpy(&numFaceIDListElems, pSrc, 4);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1917
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1918 //uSourceLen = (char *)uSourceLen + 4;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1919 //v108 = (int)pFaceIDLIST;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1920 if (pFaceIDLIST)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1921 {
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1922 pAllocator->FreeChunk(pFaceIDLIST);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1923 pFaceIDLIST = nullptr;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1924 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1925 //v66 = field_DC;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1926 //pFaceIDLIST = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1927 //v67 = pAllocator->AllocNamedChunk(0, 2 * v66, "IDLIST");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1928 uint faceIDListSize = 2 * numFaceIDListElems;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1929 pFaceIDLIST = (unsigned short *)pAllocator->AllocNamedChunk(0, faceIDListSize, "IDLIST");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1930 //v68 = field_DC;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1931 //pFaceIDLIST = (unsigned __int16 *)v67;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1932 //pFilename = (char *)(2 * v68);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1933 memcpy(pFaceIDLIST, pSrc + 4, faceIDListSize);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1934 pSrc += 4 + faceIDListSize;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1935
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1936 //uSourceLen = (char *)uSourceLen + (int)pFilename;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1937 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1938
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1939 //v108 = (int)pOMAP;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1940 //pAllocator->FreeChunk((void *)v108);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1941 //pOMAP = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1942 if (pOMAP)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1943 {
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1944 pAllocator->FreeChunk(pOMAP);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1945 pOMAP = nullptr;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1946 }
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1947 //v69 = pAllocator->AllocNamedChunk(0, 0x10000u, "OMAP");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1948 pOMAP = (unsigned int *)pAllocator->AllocNamedChunk(0, 0x10000, "OMAP");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1949 //v108 = 65536;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1950 //pOMAP = (unsigned int *)v69;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1951 memcpy(pOMAP, pSrc, 65536);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1952 pSrc += 65536;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1953
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1954 //uSourceLen = (char *)uSourceLen + 65536;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1955 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1956
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1957 memcpy(&uNumSpawnPoints, pSrc, 4);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1958 //uSourceLen = (char *)uSourceLen + 4;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1959 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1960 //v70 = uNumSpawnPoints;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1961 //v108 = (int)"Spawn";
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1962 //v107 = 24 * v70;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1963 //v106 = (char *)pSpawnPoints;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1964 assert(sizeof(SpawnPointMM7) == 24);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1965 uint spawnPointsSize = uNumSpawnPoints * sizeof(SpawnPointMM7);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1966 pSpawnPoints = (SpawnPointMM7 *)pAllocator->AllocNamedChunk(pSpawnPoints, spawnPointsSize, "Spawn");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1967 //v72 = uNumSpawnPoints;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1968 //pSpawnPoints = v71;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1969 memcpy(pSpawnPoints, pSrc + 4, spawnPointsSize);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1970 pSrc += 4 + spawnPointsSize;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1971
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1972 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1973
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1974 free(pSrcMem);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1975
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1976 //v108 = (int)".ddm";
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1977 //v73 = strlen(pContainer);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1978 strcpy(Str + strlen(Str) - 4, ".ddm");
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1979 //strcpy((char *)v141 + v73, (const char *)v108);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1980 v39 = pNew_LOD->FindContainer(Str, 1);//
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1981 fread(&header, 0x10u, 1u, v39);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1982 Str2 = 0;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1983 if (header.uVersion != 91969 ||
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1984 header.pMagic[0] != 'm' ||
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1985 header.pMagic[1] != 'v' ||
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1986 header.pMagic[2] != 'i' ||
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1987 header.pMagic[3] != 'i' )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1988 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1989 MessageBoxW(nullptr, L"Can't load file!",
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1990 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:746", 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1991 Str2 = (char *)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1992 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1993 //v74 = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1994 //pFilename = (char *)header.uCompressedSize;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1995 //v149 = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1996 //pDestLen = header.uDecompressedSize;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1997 if ( !Str2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1998 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
1999 pSrcMem = (unsigned char *)malloc(header.uDecompressedSize);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2000 pSrc = pSrcMem;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2001 //v149 = v75;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2002 if (header.uCompressedSize == header.uDecompressedSize)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2003 fread(pSrc, header.uDecompressedSize, 1u, v39);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2004 else if (header.uCompressedSize < header.uDecompressedSize)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2005 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2006 auto compressedMem = malloc(header.uCompressedSize);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2007 fread(compressedMem, header.uCompressedSize, 1, v39);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2008
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2009 uint actualDecompressedSize = header.uDecompressedSize;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2010 zlib::MemUnzip(pSrc, &actualDecompressedSize, compressedMem, header.uCompressedSize);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2011 free(compressedMem);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2012 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2013 else
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2014 MessageBoxW(nullptr, L"Can't load file!",
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2015 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:765", 0);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2016
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2017 assert(sizeof(DDM_DLV_Header) == 0x28);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2018 memcpy(&ddm, pSrc, sizeof(DDM_DLV_Header));
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2019 pSrc += sizeof(DDM_DLV_Header);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2020 //v74 = (int)((char *)v75 + 40);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2021 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2022 //v76 = uNumBModels;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2023 //v77 = actualNumFacesInLevel = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2024 uint actualNumFacesInLevel = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2025 for (uint i = 0; i < uNumBModels; ++i)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2026 actualNumFacesInLevel += pBModels[i].uNumFaces;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2027
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2028 //v79 = ddm.uNumFacesInBModels;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2029 if (ddm.uNumFacesInBModels)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2030 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2031 if ( ddm.uNumBModels )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2032 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2033 //v80 = ddm.uNumDecorations;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2034 if (ddm.uNumDecorations)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2035 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2036 if (ddm.uNumFacesInBModels != actualNumFacesInLevel ||
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2037 ddm.uNumBModels != uNumBModels ||
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2038 ddm.uNumDecorations != uNumLevelDecorations )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2039 Str2 = (char *)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2040 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2041 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2042 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2043
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2044 if ( BYTE1(dword_6BE364_game_settings_1) & 0x20 )
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
2045 pNumItems = 29030400;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2046 if ( Str2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2047 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2048 __debugbreak();
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2049 //memset(Dst, 0, 0x3C8u);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2050 //memset(Src, 0, 0x3C8u);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2051 //goto LABEL_112;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2052 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2053 //v81 = ddm.uLastRepawnDay;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2054 if ( (unsigned int)((char *)File - ddm.uLastRepawnDay) >= pNumItems || !ddm.uLastRepawnDay )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2055 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2056 __debugbreak();
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2057 /*
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2058 memcpy(Dst, pSrc, 0x3C8u);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2059 memcpy(Src, pSrc + 968, 0x3C8u);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2060 LABEL_112:
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2061 free(pSrcMem);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2062 v25 = Str2 == 0;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2063 ddm.uLastRepawnDay = (int)File;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2064 if ( v25 )
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2065 ++ddm.uNumRespawns;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2066 v108 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2067 *(int *)thisa = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2068 v151 = (int)pGames_LOD->FindContainer(pContainer, v108);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2069 fread(&header, 0x10u, 1u, (FILE *)v151);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2070 pFilename = (char *)header.uCompressedSize;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2071 pDestLen = header.uDecompressedSize;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2072 v82 = malloc(header.uDecompressedSize);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2073 v149 = v82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2074 if ( (unsigned int)pFilename <= pDestLen )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2075 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2076 if ( pFilename == (const char *)pDestLen )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2077 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2078 fread(v82, pDestLen, 1u, (FILE *)v151);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2079 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2080 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2081 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2082 uSourceLen = malloc((size_t)pFilename);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2083 fread(uSourceLen, (size_t)pFilename, 1u, (FILE *)v151);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2084 zlib::MemUnzip(v82, &pDestLen, uSourceLen, (unsigned int)pFilename);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2085 free(uSourceLen);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2086 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2087 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2088 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2089 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2090 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:857", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2091 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2092 v74 = (int)((char *)v82 + 40);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2093 goto LABEL_120;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2094 */
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2095 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2096 *(int *)thisa = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2097 LABEL_120:
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2098 //v108 = (int)".odm";
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2099 //v83 = strlen(pContainer);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2100 //strcpy((char *)v141 + v83, (const char *)v108);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2101 memcpy(array_528, pSrc, 0x3C8);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2102 //v84 = (const void *)(v74 + 968);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2103 memcpy(array_8F0, pSrc + 0x3C8, 0x3C8);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2104 pSrc += 2 * 0x3C8;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2105 //v85 = (char *)v84 + 968;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2106
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2107 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2108
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2109 if ( *(int *)thisa )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2110 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2111 __debugbreak();
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2112 memcpy(array_528, Dst, 0x3C8u);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2113 memcpy(array_8F0, Src, 0x3C8u);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2114 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2115
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2116 //v25 = uNumBModels == 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2117 //v26 = (uNumBModels & 0x80000000u) != 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2118 //v151 = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2119 for (uint i = 0; i < uNumBModels; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2120 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2121 auto model = pBModels + i;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2122 //pNumItems = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2123 //do
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2124 //{
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2125 //v86 = pBModels;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2126 //thisa = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2127 //v87 = (unsigned int)((char *)v86 + pNumItems);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2128 for (uint j = 0; j < model->uNumFaces; ++j)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2129 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2130 auto face = model->pFaces + j;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2131
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2132 //if ( *(int *)(v87 + 76) > 0 )
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2133 //{
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2134 //File = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2135 //do
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2136 //{
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2137 //v106 = (char *)&File->uAttributes + *(int *)(v87 + 84);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2138 memcpy(&face->uAttributes, pSrc, 4);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2139 pSrc += 4;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2140 //v88 = pBModels;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2141 //++File;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2142 //v85 = (char *)v85 + 4;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2143 //++thisa;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2144 //v87 = (unsigned int)((char *)v88 + pNumItems);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2145 //}
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2146 //while ( thisa < *(int *)(v87 + 76) );
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2147 }
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2148
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2149 //v89 = pBModels;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2150 //thisa = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2151 for (uint j = 0; j < model->uNumFaces; ++j)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2152 {
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2153 auto face = model->pFaces + j;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2154 //pFilename = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2155 //do
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2156 //{
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2157 //v90 = (ODMFace *)&pFilename[*(unsigned int *)((char *)&v89->pFaces + pNumItems)];
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2158 //File = v90;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2159 if (face->sCogTriggeredID)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2160 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2161 if (face->HasEventHint())
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2162 BYTE2(face->uAttributes) |= 0x10u;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2163 else
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2164 BYTE2(face->uAttributes) &= 0xEFu;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2165 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2166 //++thisa;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2167 //v89 = pBModels;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2168 //pFilename += 308;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2169 //}
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2170 //while ( thisa < *(signed int *)((char *)&v89->uNumFaces + pNumItems) );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2171 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2172 //++v151;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2173 //pNumItems += 188;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2174 //}
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2175 //while ( v151 < (signed int)uNumBModels );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2176 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2177
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2178 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2179
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2180 //v151 = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2181 for (uint i = 0; i < uNumLevelDecorations; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2182 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2183 //thisa = (int)&pLevelDecorations[0].field_2;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2184 //do
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2185 //{
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2186 memcpy(&pLevelDecorations[i].field_2, pSrc, 2);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2187 pSrc += 2;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2188 //thisa += 32;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2189 //v85 = (char *)v85 + 2;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2190 //++v151;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2191 //}
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2192 //while ( v151 < (signed int)uNumLevelDecorations );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2193 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2194
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2195 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2196
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2197 memcpy(&uNumActors, pSrc, 4);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2198 //v91 = (char *)v85 + 4;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2199 if (uNumActors > 500)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2200 MessageBoxW(nullptr, L"Can't load file!",
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2201 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:939", 0);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2202
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2203 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2204
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2205 assert(sizeof(Actor) == 836);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2206 //pFilename = (char *)(836 * uNumActors);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2207 memcpy(pActors, pSrc + 4, uNumActors * sizeof(Actor));
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2208 pSrc += 4 + uNumActors * sizeof(Actor);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2209 //v92 = (char *)v91 + (int)pFilename;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2210 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2211
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2212 memcpy(&uNumLayingItems, pSrc, 4);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2213 //v93 = (char *)v92 + 4;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2214 if (uNumLayingItems > 1000)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2215 MessageBoxW(nullptr, L"Can't load file!",
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2216 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:954", 0);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2217
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2218 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2219
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2220 assert(sizeof(LayingItem) == 112);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2221 //pFilename = (char *)(112 * uNumLayingItems);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2222 memcpy(pLayingItems, pSrc + 4, uNumLayingItems * sizeof(LayingItem));
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2223 pSrc += 4 + uNumLayingItems * sizeof(LayingItem);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2224
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2225 //v94 = (char *)v93 + (int)pFilename;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2226 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2227
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2228 memcpy(&uNumChests, pSrc, 4);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2229 //v95 = (char *)v94 + 4;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2230 if (uNumChests > 20)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2231 MessageBoxW(nullptr, L"Can't load file!",
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2232 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:968", 0);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2233
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2234 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2235
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2236 assert(sizeof(Chest) == 5324);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2237 //pFilename = (char *)(5324 * uNumChests);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2238 memcpy(pChests, pSrc + 4 , uNumChests * sizeof(Chest));
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2239 pSrc += 4 + uNumChests * sizeof(Chest);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2240 //v96 = (char *)v95 + (int)pFilename;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2241 pGameLoadingUI_ProgressBar->Progress();
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2242
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2243 memcpy(&stru_5E4C90, pSrc, 0xC8);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2244 pSrc += 0xC8;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2245
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2246 pGameLoadingUI_ProgressBar->Progress();
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2247 memcpy(&uLastVisitDay, pSrc, 0x38u);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2248
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2249 free(pSrcMem);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2250
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2251 pTileTable->InitializeTileset(4);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2252 //thisa = (int)pTileTypes;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2253 //v108 = pTileTypes[0].uTileGroup;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2254 pTileTable->InitializeTileset(pTileTypes[0].uTileGroup);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2255 //v108 = pTileTypes[1].uTileGroup;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2256 pTileTable->InitializeTileset(pTileTypes[1].uTileGroup);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2257 //v108 = pTileTypes[2].uTileGroup;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2258 pTileTable->InitializeTileset(pTileTypes[2].uTileGroup);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2259 //v108 = pTileTypes[3].uTileGroup;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2260 pTileTable->InitializeTileset(pTileTypes[3].uTileGroup);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2261 strcpy(pGroundTileset, byte_6BE124_cfg_textures_DefaultGroundTexture);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2262 //v97 = pTileTypes[0].uTileID;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2263 //v108 = 0;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2264 auto v98 = pTileTable->GetTileById(pTileTypes[0].uTileID);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2265 //v99 = pBitmaps_LOD->LoadTexture(v98->pTileName, TEXTURE_DEFAULT);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2266 uMainTile_BitmapID = pBitmaps_LOD->LoadTexture(v98->pTileName, TEXTURE_DEFAULT);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2267 if (uMainTile_BitmapID != -1)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2268 pBitmaps_LOD->pTextures[uMainTile_BitmapID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[uMainTile_BitmapID].palette_id1);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2269
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2270 _47F0E2();
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2271
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2272 LABEL_150:
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2273 //v100 = HIDWORD(uLastVisitDay);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2274 //LODWORD(v142) = LODWORD(uLastVisitDay);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2275 //HIDWORD(v142) = v100;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2276 if (uLastVisitDay)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2277 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2278 auto v108 = 28;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2279 if ( (signed int)((signed int)(signed __int64)((double)uLastVisitDay * 0.234375) / 60 / 60 / 0x18u) % 28 != pParty->uDaysPlayed )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2280 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2281 if ( rand() % 100 >= 20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2282 v108 = dword_4EC268[rand() % dword_4EC2A8];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2283 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2284 v108 = dword_4EC28C[rand() % dword_4EC2AC];
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2285 sprintf(field_4F8, "plansky%d", v108);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2286 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2287 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2288 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2289 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2290 strcpy(field_4F8, "plansky3");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2291 }
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2292 //v101 = pBitmaps_LOD->LoadTexture(field_4F8);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2293 uSky_TextureID = pBitmaps_LOD->LoadTexture(field_4F8);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2294 if (uSky_TextureID != -1)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2295 pBitmaps_LOD->pTextures[uSky_TextureID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[uSky_TextureID].palette_id1);
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2296
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2297 pPaletteManager->RecalculateAll();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2298 pSoundList->_4A9A67(53, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2299 pSoundList->_4A9A67(92, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2300 pSoundList->_4A9A67(57, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2301 pSoundList->_4A9A67(96, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2302 pSoundList->_4A9A67(64, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2303 pSoundList->_4A9A67(103, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2304 v102 = thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2305 thisa = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2306 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2307 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2308 if ( *(short *)v102 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2309 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2310 switch ( *(short *)v102 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2311 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2312 case 1:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2313 pSoundList->_4A9A67(58, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2314 v108 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2315 v107 = 97;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2316 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2317 case 2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2318 pSoundList->_4A9A67(52, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2319 v108 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2320 v107 = 91;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2321 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2322 case 3:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2323 pSoundList->_4A9A67(51, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2324 v108 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2325 v107 = 90;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2326 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2327 case 5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2328 pSoundList->_4A9A67(62, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2329 v108 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2330 v107 = 101;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2331 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2332 case 6:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2333 pSoundList->_4A9A67(49, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2334 v108 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2335 v107 = 88;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2336 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2337 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2338 if ( *(short *)v102 != 7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2339 goto LABEL_175;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2340 pSoundList->_4A9A67(61, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2341 v108 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2342 v107 = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2343 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2344 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2345 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2346 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2347 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2348 pSoundList->_4A9A67(54, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2349 v108 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2350 v107 = 93;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2351 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2352 pSoundList->_4A9A67(v107, v108);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2353 LABEL_175:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2354 v102 += 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2355 --thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2356 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2357 while ( thisa );
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2358 return true;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2359 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2360
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2361 //----- (0047ECC1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2362 int OutdoorLocation::_47ECC1(signed int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2363 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2364 signed int result; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2365 int v3; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2366
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2367 if ( a2 >= 90 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2368 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2369 v3 = (a2 - 90) / 36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2370 if ( v3 && v3 != 1 && v3 != 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2371 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2372 if ( v3 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2373 result = this->pTileTypes[3].uTileID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2374 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2375 result = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2376 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2377 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2378 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2379 result = this->pTileTypes[v3].uTileID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2380 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2381 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2382 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2383 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2384 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2385 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2386 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2387 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2388
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2389 //----- (0047ED08) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2390 unsigned int OutdoorLocation::DoGetTileTexture(unsigned int uX, unsigned int uZ)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2391 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2392 int v3; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2393 unsigned int result; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2394
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2395 if ( (uX & 0x80000000u) != 0 || (signed int)uX > 127 || (uZ & 0x80000000u) != 0 || (signed int)uZ > 127 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2396 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2397 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2398 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2399 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2400 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2401 v3 = *(&this->pTerrain.pTilemap[128 * uZ] + uX);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2402 if ( v3 < 198 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2403 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2404 if ( v3 >= 90 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2405 v3 = v3 + this->pTileTypes[(v3 - 90) / 36].uTileID - 36 * (v3 - 90) / 36 - 90;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2406 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2407 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2408 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2409 v3 = v3 + this->pTileTypes[3].uTileID - 198;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2410 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2411 result = pTileTable->pTiles[v3].uBitmapID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2412 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2413 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2414 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2415
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2416 //----- (0047ED83) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2417 int OutdoorLocation::_47ED83(signed int a2, signed int a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2418 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2419 int result; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2420
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2421 if ( a2 < 0 || a2 > 127 || a3 < 0 || a3 > 127 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2422 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2423 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2424 result = *(&this->pTerrain.pTilemap[128 * a3] + a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2425 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2426 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2427
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2428 //----- (0047EDB3) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2429 int OutdoorLocation::ActuallyGetSomeOtherTileInfo(unsigned int uX, unsigned int uY)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2430 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2431 int v3; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2432 int result; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2433
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2434 if ( (uX & 0x80000000u) != 0 || (signed int)uX > 127 || (uY & 0x80000000u) != 0 || (signed int)uY > 127 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2435 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2436 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2437 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2438 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2439 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2440 v3 = *(&this->pTerrain.pTilemap[128 * uY] + uX);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2441 if ( v3 >= 90 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2442 v3 = v3 + this->pTileTypes[(v3 - 90) / 36].uTileID - 36 * (v3 - 90) / 36 - 90;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2443 result = pTileTable->pTiles[v3].uAttributes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2444 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2445 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2446 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2447
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2448 //----- (0047EE16) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2449 int OutdoorLocation::DoGetHeightOnTerrain(unsigned int uX, unsigned int uZ)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2450 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2451 int result; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2452
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2453 if ( (uX & 0x80000000u) != 0 || (signed int)uX > 127 || (uZ & 0x80000000u) != 0 || (signed int)uZ > 127 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2454 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2455 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2456 result = 32 * *(&this->pTerrain.pHeightmap[128 * uZ] + uX);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2457 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2458 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2459
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2460 //----- (0047EE49) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2461 int OutdoorLocation::_47EE49(signed int a2, signed int a3, int a4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2462 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2463 signed int v4; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2464 signed int v5; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2465 int v6; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2466 signed int v8; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2467 int v9; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2468 int v10; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2469 int v11; // eax@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2470 int v12; // eax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2471 int v13; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2472 int v14; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2473 int v15; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2474 int v16; // eax@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2475 int v17; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2476 int v18; // eax@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2477 int v19; // eax@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2478 int v20; // eax@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2479
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2480 if ( a2 < 0 || a2 > 127 || a3 < 0 || a3 > 127 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2481 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2482 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2483 v4 = *(&this->pTerrain.pTilemap[128 * a3] + a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2484 v5 = _47ECC1(v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2485 if ( !v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2486 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2487 v6 = -(a4 != 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2488 LOBYTE(v6) = v6 & 0xD9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2489 return v6 + 92;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2490 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2491 v8 = pTileTable->pTiles[v5].uTerrainType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2492 if ( v8 <= 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2493 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2494 if ( v8 == 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2495 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2496 v17 = -(a4 != 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2497 LOBYTE(v17) = v17 & 0xD9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2498 return v17 + 88;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2499 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2500 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2501 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2502 v9 = v8 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2503 if ( !v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2504 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2505 v15 = -(a4 != 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2506 LOBYTE(v15) = v15 & 0xD9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2507 return v15 + 97;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2508 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2509 v10 = v9 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2510 if ( !v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2511 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2512 v14 = -(a4 != 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2513 LOBYTE(v14) = v14 & 0xD9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2514 return v14 + 91;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2515 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2516 v11 = v10 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2517 if ( !v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2518 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2519 v13 = -(a4 != 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2520 LOBYTE(v13) = v13 & 0xD9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2521 return v13 + 90;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2522 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2523 if ( v11 == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2524 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2525 v12 = -(a4 != 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2526 LOBYTE(v12) = v12 & 0xD9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2527 return v12 + 101;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2528 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2529 LABEL_29:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2530 v19 = -(a4 != 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2531 LOBYTE(v19) = v19 & 0xD9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2532 return v19 + 95;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2533 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2534 goto LABEL_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2535 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2536 if ( v8 != 7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2537 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2538 if ( v8 != 8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2539 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2540 if ( v8 > 9 && (v8 <= 17 || v8 > 21 && v8 <= 27) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2541 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2542 v18 = -(a4 != 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2543 LOBYTE(v18) = v18 & 0xD9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2544 return v18 + 96;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2545 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2546 goto LABEL_29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2547 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2548 LABEL_20:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2549 v16 = -(a4 != 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2550 LOBYTE(v16) = v16 & 0xD9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2551 return v16 + 93;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2552 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2553 v20 = -(a4 != 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2554 LOBYTE(v20) = v20 & 0xD9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2555 return v20 + 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2556 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2557
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2558 //----- (0047EF60) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2559 int OutdoorLocation::_47EF60(int a2, int a3, int a4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2560 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2561 int v4; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2562 int v5; // edx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2563 int v6; // edi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2564 int v7; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2565 int v8; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2566 int v9; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2567 int v10; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2568 int v11; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2569 int v12; // esi@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2570 char v13; // al@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2571 int v15; // [sp+4h] [bp-14h]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2572 int v16; // [sp+8h] [bp-10h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2573 int v17; // [sp+Ch] [bp-Ch]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2574 OutdoorLocation *v18; // [sp+10h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2575 int v19; // [sp+14h] [bp-4h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2576 int i; // [sp+24h] [bp+Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2577
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2578 v18 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2579 v4 = a3 - 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2580 if ( a3 - 10 < a3 + 10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2581 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2582 v5 = v4 - a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2583 v6 = 88 * (a3 - 30);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2584 v7 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2585 v19 = v4 - a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2586 v17 = a3 + 10 - v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2587 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2588 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2589 v8 = abs(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2590 v9 = v7 - 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2591 if ( v7 - 10 < v7 + 10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2592 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2593 v16 = v8 * v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2594 v10 = v9 - v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2595 for ( i = v9 - v7; ; v10 = i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2596 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2597 v11 = abs(v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2598 v15 = v11 * v11 + v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2599 if ( v15 <= 100 && v9 >= 20 && v9 <= 107 && v6 >= 0 && v6 <= 7656 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2600 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2601 v12 = (v6 + v9 - 20) >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2602 v13 = 1 << (8 - (v6 + v9 - 20) % 8 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2603 v18->array_8F0[v12] |= v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2604 if ( v15 <= 49 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2605 v18->array_528[v12] |= v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2606 v7 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2607 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2608 ++v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2609 ++i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2610 if ( v9 >= v7 + 10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2611 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2612 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2613 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2614 v6 += 88;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2615 ++v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2616 --v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2617 if ( !v17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2618 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2619 v5 = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2620 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2621 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2622 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2623 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2624
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2625 //----- (0047F04C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2626 bool OutdoorLocation::_47F04C(signed int a2, signed int a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2627 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2628 bool result; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2629
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2630 if ( a2 < 0 || a2 >= 88 || a3 < 0 || a3 >= 88 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2631 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2632 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2633 result = (this->array_528[(a2 + 88 * a3) / 8] & (unsigned __int8)(1 << (7 - (a2 + 88 * a3) % 8))) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2634 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2635 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2636
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2637 //----- (0047F097) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2638 bool OutdoorLocation::_47F097(signed int a2, signed int a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2639 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2640 bool result; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2641
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2642 if ( a2 < 0 || a2 >= 88 || a3 < 0 || a3 >= 88 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2643 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2644 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2645 result = (this->array_8F0[(a2 + 88 * a3) / 8] & (unsigned __int8)(1 << (7 - (a2 + 88 * a3) % 8))) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2646 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2647 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2648
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2649 //----- (0047F0E2) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2650 bool OutdoorLocation::_47F0E2()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2651 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2652 signed int v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2653 OutdoorLocation *v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2654 Texture *v3; // ebp@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2655
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2656 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2657 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2658 if ( (signed int)pBitmaps_LOD->uNumLoadedFiles > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2659 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2660 v3 = pBitmaps_LOD->pTextures;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2661 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2662 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2663 if ( v1 != -1 ? (int)v3 : 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2664 v3->uDecompressedSize = v2->pTerrain._47CB57((int)v3->pLevelOfDetail0,
1
ac0fb48cd27a Texture, hwl loading, video player
Nomad
parents: 0
diff changeset
2665 v3->palette_id2,
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2666 v3->uTextureWidth * v3->uTextureHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2667 ++v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2668 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2669 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2670 while ( v1 < (signed int)pBitmaps_LOD->uNumLoadedFiles );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2671 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2672 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2673 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2674
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2675 //----- (0047F138) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2676 int OutdoorLocation::PrepareDecorations()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2677 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2678 signed int v1; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2679 signed int v2; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2680 LevelDecoration *v3; // esi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2681 __int16 v4; // ax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2682 int v5; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2683 __int16 v6; // ax@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2684 signed int v8; // [sp+Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2685
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2686 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2687 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2688 if ( !_strcmpi(pCurrentMapName, "out09.odm") )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2689 v8 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2690 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2691 if ( (signed int)uNumLevelDecorations > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2692 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2693 v3 = pLevelDecorations;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2694 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2695 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2696 pDecorationList->InitializeDecorationSprite(v3->uDecorationDescID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2697 v4 = pDecorationList->pDecorations[v3->uDecorationDescID].uSoundID;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2698 if ( v4 && _6807E0_num_decorations_with_sounds_6807B8 < 9 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2699 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2700 pSoundList->_4A9A67(v4, 0);
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2701 v5 = _6807E0_num_decorations_with_sounds_6807B8++;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2702 _6807B8_level_decorations_ids[v5] = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2703 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2704 if ( v8 && v3->uCog == 20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2705 LOBYTE(v3->field_2) |= 0x40u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2706 if ( !v3->field_16_event_id )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2707 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2708 if ( v3->IsInteractive() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2709 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2710 if ( v1 < 124 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2711 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2712 v6 = v1++ + 75;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2713 v3->field_1C = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2714 if ( !stru_5E4C90.field_0[v1 + 74] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2715 LOBYTE(v3->field_2) |= 0x20u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2716 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2717 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2718 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2719 ++v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2720 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2721 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2722 while ( v2 < (signed int)uNumLevelDecorations );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2723 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2724 pGameLoadingUI_ProgressBar->Progress();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2725 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2726 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2727 // 6807E0: using guessed type int _6807E0_num_decorations_6807B8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2728
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2729 //----- (0047F223) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2730 int OutdoorLocation::_47F223_LooksLikeGenerateMonsterLoot()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2731 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2732 signed int v1; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2733 char *v2; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2734 int v3; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2735 OutdoorLocation *v5; // [sp+0h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2736
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2737 v5 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2738 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2739 if ( (signed int)uNumLayingItems > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2740 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2741 v2 = (char *)&pLayingItems[0].uObjectDescID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2742 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2743 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2744 if ( *(short *)v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2745 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2746 if ( !(v2[24] & 8) && !(pObjectList->pObjects[*(short *)v2].uFlags & 0x10) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2747 *(int *)(v2 + 10) = GetTerrainHeightsAroundParty2(*(int *)(v2 + 2), *(int *)(v2 + 6), (int *)&v5, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2748 v3 = *(int *)(v2 + 34);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2749 if ( v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2750 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2751 if ( v3 != 220 && pItemsTable->pItems[v3].uEquipType == 14 && !*(int *)(v2 + 38) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2752 *(int *)(v2 + 38) = rand() % 15 + 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2753 pItemsTable->SetSpecialBonus((ItemGen *)(v2 + 34));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2754 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2755 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2756 ++v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2757 v2 += 112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2758 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2759 while ( v1 < (signed int)uNumLayingItems );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2760 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2761 pGameLoadingUI_ProgressBar->Progress();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2762 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2763 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2764
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2765 //----- (0047F2D3) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2766 bool OutdoorLocation::InitalizeActors(int a1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2767 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2768 int v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2769 char *v3; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2770 int v4; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2771 __int16 v5; // ax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2772 int v8; // [sp+348h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2773 int v9; // [sp+34Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2774
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2775 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2776 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2777 v9 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2778 if ( (signed int)uNumActors > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2779 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2780 v3 = (char *)&pActors[0].uAttributes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2781 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2782 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2783 v4 = *(int *)v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2784 if ( !(v4 & 0x100000) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2785 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2786 if ( a1 == v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2787 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2788 if ( v8 != v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2789 goto LABEL_9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2790 *((short *)v3 + 70) = 19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2791 *(int *)v3 = v4 | 0x10000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2792 v8 = GetAlertStatus();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2793 LABEL_17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2794 ++v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2795 v3 += 836;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2796 if ( v9 >= (signed int)uNumActors )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2797 goto LABEL_18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2798 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2799 if ( v8 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2800 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2801 LABEL_9:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2802 *((int *)v3 + 37) = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2803 *((short *)v3 + 62) = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2804 if ( v4 & 0x10000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2805 *((short *)v3 + 70) = 19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2806 v5 = *((short *)v3 + 70);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2807 if ( v5 != 11 && v5 != 19 && (*((short *)v3 + 2) == (short)v2 || *((int *)v3 + 18) == v2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2808 *((short *)v3 + 70) = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2809 *((short *)v3 + 56) = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2810 *((short *)v3 + 57) = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2811 *((short *)v3 + 58) = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2812 ((Actor *)(v3 - 36))->UpdateAnimation();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2813 v3[25] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2814 ((Actor *)(v3 - 36))->PrepareSprites(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2815 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2816 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2817 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2818 LABEL_8:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2819 *((short *)v3 + 70) = 19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2820 *(int *)v3 = v4 | 0x10000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2821 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2822 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2823 LABEL_18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2824 pGameLoadingUI_ProgressBar->Progress();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2825
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2826 Actor thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2827 thisa.pMonsterInfo.uID = 45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2828 thisa.PrepareSprites(v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2829 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2830 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2831
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2832 //----- (0047F3EA) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2833 bool OutdoorLocation::_47F3EA()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2834 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2835 OutdoorLocationTileType *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2836
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2837 v1 = &this->pTileTypes[3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2838 this->pTileTypes[3].uTileID = pTileTable->method_487ED6(this->pTileTypes[3].uTileGroup, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2839 pTileTable->InitializeTileset(v1->uTileGroup);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2840 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2841 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2842
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2843 //----- (0047F420) --------------------------------------------------------
90
8c6308bb19b3 2.11.12
Ritor1
parents: 88
diff changeset
2844 bool OutdoorLocation::LoadTileGroupIds()
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2845 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2846 for (uint i = 0; i < 3; ++i)
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2847 pTileTypes[i].uTileID = pTileTable->method_487ED6(pTileTypes[i].uTileGroup, 1);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2848
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 95
diff changeset
2849 return true;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2850 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2851
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2852 //----- (0047B42C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2853 unsigned int OutdoorLocation::DrawActors()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2854 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2855 unsigned int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2856 char *v1; // edi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2857 __int16 v2; // ax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2858 int v3; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2859 float v4; // ST48_4@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2860 double v5; // ST38_8@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2861 float v6; // ST48_4@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2862 double v7; // ST30_8@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2863 unsigned int v8; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2864 int v9; // edx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2865 __int16 v10; // dx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2866 unsigned int v11; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2867 signed int v12; // eax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2868 __int16 v13; // cx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2869 SpriteFrame *v14; // eax@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2870 SpriteFrame *v15; // ebx@25
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
2871 //int *v16; // eax@25
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2872 int v17; // eax@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2873 int v18; // ST78_4@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2874 int v19; // eax@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2875 int v20; // ecx@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2876 int v21; // eax@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2877 int v22; // ecx@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2878 int v23; // ST5C_4@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2879 int v24; // esi@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2880 signed __int64 v25; // qtt@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2881 int v26; // ST54_4@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2882 int v27; // ecx@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2883 RenderBillboard *v28; // esi@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2884 __int16 v29; // ax@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2885 unsigned __int8 v30; // zf@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2886 unsigned __int8 v31; // sf@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2887 signed __int16 v32; // ax@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2888 signed int v33; // ecx@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2889 int v34; // ecx@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2890 MonsterDesc *v35; // edx@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2891 int v36; // ecx@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2892 unsigned __int8 v37; // zf@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2893 unsigned __int8 v38; // sf@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2894 unsigned int v39; // [sp-8h] [bp-68h]@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2895 unsigned int v40; // [sp-4h] [bp-64h]@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2896 int v41; // [sp+24h] [bp-3Ch]@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2897 int v42; // [sp+28h] [bp-38h]@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2898 int v43; // [sp+28h] [bp-38h]@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2899 int v44; // [sp+2Ch] [bp-34h]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2900 int v45; // [sp+2Ch] [bp-34h]@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2901 int v46; // [sp+2Ch] [bp-34h]@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2902 int v47; // [sp+30h] [bp-30h]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2903 int v48; // [sp+30h] [bp-30h]@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2904 signed int v49; // [sp+34h] [bp-2Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2905 int v50; // [sp+34h] [bp-2Ch]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2906 int v51; // [sp+34h] [bp-2Ch]@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2907 int v52; // [sp+34h] [bp-2Ch]@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2908 int v53; // [sp+38h] [bp-28h]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2909 int v54; // [sp+3Ch] [bp-24h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2910 int y; // [sp+40h] [bp-20h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2911 int x; // [sp+44h] [bp-1Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2912 int v57; // [sp+48h] [bp-18h]@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2913 int v58; // [sp+4Ch] [bp-14h]@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2914 signed int v59; // [sp+50h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2915 int X; // [sp+54h] [bp-Ch]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2916 __int16 v61; // [sp+58h] [bp-8h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2917 signed __int16 v62; // [sp+5Ch] [bp-4h]@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2918
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2919 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2920 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2921 if ( (signed int)uNumActors > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2922 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2923 v54 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2924 v1 = (char *)&pActors[0].vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2925 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2926 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2927 v2 = *((short *)v1 + 15);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2928 *(int *)(v1 - 110) &= 0xFFFFFFF7u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2929 if ( v2 == 11 || v2 == 19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2930 goto LABEL_58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2931 v3 = *(short *)v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2932 v49 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2933 x = *((short *)v1 - 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2934 y = *((short *)v1 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2935 v61 = *(short *)v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2936 if ( v2 == 17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2937 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2938 if ( (v1[666] & 7) != 3 || pActors[*(int *)(v1 + 666) >> 3].pMonsterInfo.uSpecialAbilityDamageDiceSides != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2939 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2940 v6 = (double)*((short *)v1 - 4) * 0.5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2941 v7 = v6 + 6.7553994e15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2942 v3 += LODWORD(v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2943 v61 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2944 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2945 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2946 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2947 v49 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2948 pGame->pStru6Instance->_4A7F74(*((short *)v1 - 2), *((short *)v1 - 1), v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2949 v4 = (1.0 - (double)*(signed int *)(v1 + 38) / (double)*((short *)v1 + 7))
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2950 * (double)(2 * (signed int)*((short *)v1 - 4));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2951 v5 = v4 + 6.7553994e15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2952 v3 -= LODWORD(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2953 v61 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2954 if ( v3 > *(short *)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2955 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2956 v61 = *(short *)v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2957 v3 = *(short *)v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2958 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2959 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2960 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2961 v8 = stru_5C6E00->Atan2(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2962 *((short *)v1 - 2) - pIndoorCamera->pos.x,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2963 *((short *)v1 - 1) - pIndoorCamera->pos.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2964 LOWORD(v9) = *((short *)v1 + 4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2965 v41 = ((signed int)(stru_5C6E00->uIntegerPi + ((signed int)stru_5C6E00->uIntegerPi >> 3) + v9 - v8) >> 8) & 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2966 v10 = *((short *)v1 + 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2967 if ( pParty->bTurnBasedModeOn )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2968 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2969 if ( v10 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2970 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2971 LABEL_17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2972 v12 = *(int *)(v1 + 38);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2973 goto LABEL_18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2974 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2975 v11 = pMiscTimer->uTotalGameTimeElapsed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2976 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2977 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2978 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2979 if ( v10 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2980 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2981 v11 = pEventTimer->uTotalGameTimeElapsed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2982 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2983 v12 = v54 + v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2984 LABEL_18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2985 if ( *(_QWORD *)(v1 + 146) > 0i64 || *(_QWORD *)(v1 + 162) > 0i64 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2986 v12 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2987 v13 = *((short *)v1 + 15);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2988 if ( v13 == 17 && !v49 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2989 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2990 v40 = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2991 v39 = uSpriteID_Spell11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2992 LABEL_24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2993 v14 = pSpriteFrameTable->GetFrame(v39, v40);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2994 goto LABEL_25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2995 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2996 v40 = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2997 v39 = *(short *)&v1[2 * v10 + 42];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2998 if ( v13 != 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2999 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3000 v14 = pSpriteFrameTable->GetFrameBy_x(v39, v12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3001 LABEL_25:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3002 v62 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3003 v15 = v14;
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
3004 //v16 = (int *)v14->uFlags;
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
3005 if (v14->uFlags & 2)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3006 v62 = 2;
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
3007 if (v14->uFlags & 0x40000)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3008 v62 |= 0x40u;
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
3009 if (v14->uFlags & 0x20000)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3010 LOBYTE(v62) = v62 | 0x80;
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
3011 if ((256 << v41) & v14->uFlags)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3012 v62 |= 4u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3013 if ( v15->uGlowRadius )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3014 {
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
3015 //LOBYTE(v16) = byte_4E94D3;
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
3016 pMobileLightsStack->AddLight(x, y, v3, 0, v15->uGlowRadius, 0xFFu, 0xFFu, 0xFFu, byte_4E94D3);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3017 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3018 v17 = (x - pIndoorCamera->pos.x) << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3019 if ( pIndoorCamera->sRotationX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3020 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3021 v18 = (y - pIndoorCamera->pos.y) << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3022 v47 = ((unsigned __int64)(v17 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_cosine) >> 16)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3023 + ((unsigned __int64)(v18 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_sine) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3024 v50 = (unsigned __int64)(v17 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_sine) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3025 v53 = (unsigned __int64)(v18 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_cosine) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3026 v44 = (v3 - pIndoorCamera->pos.z) << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3027 v19 = ((unsigned __int64)(v44 * (signed __int64)pOutdoorCamera->camera_rotation_x_int_sine) >> 16)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3028 + ((unsigned __int64)(v47 * (signed __int64)pOutdoorCamera->camera_rotation_x_int_cosine) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3029 X = ((unsigned __int64)(v44 * (signed __int64)pOutdoorCamera->camera_rotation_x_int_sine) >> 16)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3030 + ((unsigned __int64)(v47 * (signed __int64)pOutdoorCamera->camera_rotation_x_int_cosine) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3031 if ( v19 < 262144 || v19 > pOutdoorCamera->shading_dist_mist << 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3032 goto LABEL_58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3033 v20 = v53 - v50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3034 v42 = v53 - v50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3035 v21 = ((unsigned __int64)(v44 * (signed __int64)pOutdoorCamera->camera_rotation_x_int_cosine) >> 16)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3036 - ((unsigned __int64)(v47 * (signed __int64)pOutdoorCamera->camera_rotation_x_int_sine) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3037 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3038 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3039 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3040 v48 = (y - pIndoorCamera->pos.y) << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3041 v51 = (unsigned __int64)(v17 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_cosine) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3042 v22 = (unsigned __int64)(v48 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_sine) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3043 X = v22 + v51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3044 if ( v22 + v51 < 262144 || v22 + v51 > pOutdoorCamera->shading_dist_mist << 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3045 goto LABEL_58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3046 v23 = (unsigned __int64)(((x - pIndoorCamera->pos.x) << 16)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3047 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_sine) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3048 v20 = ((unsigned __int64)(v48 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_cosine) >> 16) - v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3049 v42 = ((unsigned __int64)(v48 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_cosine) >> 16) - v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3050 v21 = (v3 - pIndoorCamera->pos.z) << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3051 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3052 v45 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3053 v24 = abs(v20);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3054 if ( abs(X) >= v24 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3055 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3056 LODWORD(v25) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3057 HIDWORD(v25) = SLOWORD(pOutdoorCamera->int_fov_rad);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3058 v58 = v25 / X;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3059 v26 = v25 / X;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3060 LODWORD(v25) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3061 HIDWORD(v25) = SLOWORD(pOutdoorCamera->int_fov_rad);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3062 v57 = v25 / X;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3063 v27 = pViewport->uScreenCenterX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3064 - ((signed int)(((unsigned __int64)(v26 * (signed __int64)v42) >> 16) + 32768) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3065 v43 = pViewport->uScreenCenterX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3066 - ((signed int)(((unsigned __int64)(v26 * (signed __int64)v42) >> 16) + 32768) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3067 v46 = pViewport->uScreenCenterY - ((signed int)(((unsigned __int64)(v25 / X * v45) >> 16) + 32768) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3068 result = uNumBillboardsToDraw;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3069 v28 = &pBillboardRenderList[uNumBillboardsToDraw];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3070 if ( (signed int)uNumBillboardsToDraw >= 500 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3071 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3072 ++uNumBillboardsToDraw;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3073 ++uNumSpritesDrawnThisFrame;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3074 *(int *)(v1 - 110) |= 8u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3075 v28->uHwSpriteID = v15->pHwSpriteIDs[v41];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3076 v29 = v15->uPaletteIndex;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3077 v28->uIndoorSectorID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3078 v28->uPalette = v29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3079 v28->field_0 = (unsigned __int64)(v15->scale * (signed __int64)v58) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3080 v30 = *(int *)(v1 + 118) == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3081 v31 = *(int *)(v1 + 118) < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3082 v28->field_4 = (unsigned __int64)(v15->scale * (signed __int64)v57) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3083 if ( v31 || v31 | v30 && *(int *)(v1 + 114) <= 0u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3084 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3085 if ( *(_QWORD *)(v1 + 226) > 0i64 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3086 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3087 v52 = (unsigned __int64)(pGame->pStru6Instance->_4A806F((Actor *)(v1 - 146))
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3088 * (signed __int64)v28->field_4) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3089 LABEL_53:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3090 LOWORD(v27) = v43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3091 v28->field_4 = v52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3092 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3093 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3094 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3095 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3096 v32 = *((short *)v1 + 61);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3097 if ( v32 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3098 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3099 v33 = *((short *)v1 + 61);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3100 v28->field_0 = (unsigned __int64)(65536 / (unsigned __int16)v32 * (signed __int64)v28->field_0) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3101 v52 = (unsigned __int64)(65536 / v33 * (signed __int64)v28->field_4) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3102 goto LABEL_53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3103 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3104 }
45
bcc051713d20 BLV render & seffects
Nomad
parents: 28
diff changeset
3105 v28->uScreenSpaceX = v27;
bcc051713d20 BLV render & seffects
Nomad
parents: 28
diff changeset
3106 v28->some_x = x;
bcc051713d20 BLV render & seffects
Nomad
parents: 28
diff changeset
3107 v28->uScreenSpaceY = v46;
bcc051713d20 BLV render & seffects
Nomad
parents: 28
diff changeset
3108 v28->some_y = y;
bcc051713d20 BLV render & seffects
Nomad
parents: 28
diff changeset
3109 v28->some_z = v61;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3110 HIWORD(v34) = HIWORD(X);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3111 LOWORD(v34) = 0;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 28
diff changeset
3112 v28->uPaletteSubindex = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3113 v28->sZValue = v34 + (8 * v59 | 3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3114 v28->field_14 = v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3115 v35 = pMonsterList->pMonsters;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3116 v36 = *((short *)v1 - 25);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3117 v37 = *(int *)(v1 + 150) == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3118 v38 = *(int *)(v1 + 150) < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3119 v28->field_1E = v62 | 0x200;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3120 v28->pSpriteFrame = v15;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 28
diff changeset
3121 v28->uTintColor = *((int *)&v35[v36] - 36);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3122 if ( !v38 && (!(v38 | v37) || *(int *)(v1 + 146)) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3123 v28->field_1E = v62 | 0x200;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3124 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3125 LABEL_58:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3126 ++v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3127 v54 += 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3128 result = v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3129 v1 += 836;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3130 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3131 while ( v59 < (signed int)uNumActors );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3132 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3133 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3134 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3135 // 4E94D3: using guessed type char byte_4E94D3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3136 // 5187E4: using guessed type int uNumSpritesDrawnThisFrame;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3137
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3138 //----- (0044C1E8) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3139 bool ODMFace::HasEventHint()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3140 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3141 signed int v1; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3142 Event *v2; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3143 bool result; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3144 signed int v4; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3146 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3147 if ( (signed int)(uLevelEVT_NumEvents - 1) <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3148 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3149 v2 = pLevelEVT_Events;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3150 while ( v2->uEventID != this->sCogTriggeredID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3151 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3152 ++v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3153 ++v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3154 if ( v1 >= (signed int)(uLevelEVT_NumEvents - 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3155 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3156 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3157 v4 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3158 if ( pLevelEVT[pLevelEVT_Events[v4 + 1].uEventOffsetInEVT + 4] != 1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3159 || pLevelEVT[pLevelEVT_Events[v4].uEventOffsetInEVT + 4] != 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3160 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3161 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3162 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3163 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3164 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3165 }