Mercurial > mm7
annotate UI/UIPartyCreation.cpp @ 2104:9574c5bfb96f
UpdateSounds()
author | Ritor1 |
---|---|
date | Wed, 18 Dec 2013 17:33:04 +0600 |
parents | 259df09dfb50 |
children | d28d3c006077 |
rev | line source |
---|---|
1298 | 1 #ifdef _MSC_VER |
2 #define _CRT_SECURE_NO_WARNINGS | |
3 #endif | |
4 | |
1299 | 5 #include "..\Mouse.h" |
6 #include "..\Keyboard.h" | |
1298 | 7 |
1299 | 8 #include "..\Game.h" |
9 #include "..\GUIWindow.h" | |
10 #include "..\GUIFont.h" | |
11 #include "..\Party.h" | |
12 #include "..\AudioPlayer.h" | |
13 #include "..\Render.h" | |
14 #include "..\LOD.h" | |
2044 | 15 #include "..\Timer.h" |
1299 | 16 #include "..\IconFrameTable.h" |
17 #include "..\texts.h" | |
1298 | 18 |
1299 | 19 #include "..\mm7_data.h" |
1298 | 20 |
21 | |
22 | |
23 //----- (004908DE) -------------------------------------------------------- | |
1677 | 24 bool PlayerCreation_Choose4Skills() |
25 { | |
26 signed int skills_count; // edx@2 | |
1298 | 27 |
1677 | 28 for ( uint j = 0; j < 4; ++j ) |
29 { | |
30 skills_count = 0; | |
31 for ( uint i = 0; i < 37; ++i ) | |
32 { | |
33 if ( pParty->pPlayers[j].pActiveSkills[i] ) | |
34 ++skills_count; | |
1298 | 35 } |
1677 | 36 if ( skills_count < 4 ) |
37 return false; | |
38 } | |
39 return true; | |
40 } | |
1298 | 41 |
42 //----- (00491CB5) -------------------------------------------------------- | |
1458 | 43 void LoadPlayerPortraintsAndVoices() |
1677 | 44 { |
45 pIcons_LOD->pFacesLock = pIcons_LOD->uNumLoadedFiles; | |
1298 | 46 |
1677 | 47 for (uint i = 0; i < 4; ++i) |
48 for (uint j = 0; j < 56; ++j) | |
49 { | |
50 sprintf(pTmpBuf.data(), "%s%02d", pPlayerPortraitsNames[pParty->pPlayers[i].uCurrentFace], j + 1); | |
51 pTextures_PlayerFaces[i][j] = pIcons_LOD->LoadTexturePtr(pTmpBuf.data(), TEXTURE_16BIT_PALETTE); | |
1298 | 52 } |
53 | |
1677 | 54 pTexture_PlayerFaceEradicated = pIcons_LOD->LoadTexturePtr("ERADCATE", TEXTURE_16BIT_PALETTE); |
55 pTexture_PlayerFaceDead = pIcons_LOD->LoadTexturePtr("DEAD", TEXTURE_16BIT_PALETTE); | |
56 pTexture_PlayerFaceMask = pIcons_LOD->LoadTexturePtr("FACEMASK", TEXTURE_16BIT_PALETTE); | |
1298 | 57 |
1677 | 58 if (SoundSetAction[24][0]) |
59 for (uint i = 0; i < 4; ++i) | |
60 { | |
61 pSoundList->LoadSound(2 * (SoundSetAction[24][0] + 50 * pParty->pPlayers[i].uVoiceID) + 4998, 0); | |
62 pSoundList->LoadSound(2 * (SoundSetAction[24][0] + 50 * pParty->pPlayers[i].uVoiceID) + 4999, 0); | |
1298 | 63 } |
1677 | 64 } |
65 | |
66 //----- (00491DE7) -------------------------------------------------------- | |
67 void ReloadPlayerPortraits(int player_id, int face_id)//the transition from the zombies in the normal state | |
68 { | |
69 for ( uint i = 0; i <= 55; ++i ) | |
70 { | |
71 sprintf(pTmpBuf.data(), "%s%02d", pPlayerPortraitsNames[face_id], i + 1); | |
72 pIcons_LOD->ReloadTexture(pTextures_PlayerFaces[player_id][i], pTmpBuf.data(), 2); | |
73 } | |
74 } | |
1298 | 75 //----- (00495B39) -------------------------------------------------------- |
76 void PlayerCreationUI_Draw() | |
77 { | |
78 int pTextCenter; // eax@3 | |
79 IconFrame *pFrame; // eax@3 | |
80 int pX; // ecx@7 | |
81 GUIButton *uPosActiveItem; // edi@12 | |
82 int v17; // eax@33 | |
83 int uStatLevel; // eax@44 | |
84 unsigned int pStatColor; // eax@44 | |
85 PLAYER_SKILL_TYPE pSkillsType; // eax@44 | |
86 PLAYER_CLASS_TYPE uClassType; // edi@53 | |
87 int pColorText; // eax@53 | |
88 PLAYER_SKILL_TYPE pSkillId; // edi@72 | |
89 size_t pLenText; // eax@72 | |
90 signed int v104; // ecx@72 | |
91 int pTextY; // ST08_4@81 | |
92 signed int pBonusNum; // edi@82 | |
93 const char *uRaceName; // [sp+0h] [bp-170h]@39 | |
94 char pText[200]; // [sp+10h] [bp-160h]@14 | |
1677 | 95 GUIWindow message_window; // [sp+D8h] [bp-98h]@83 |
1298 | 96 int v126; // [sp+148h] [bp-28h]@25 |
97 int pIntervalY; // [sp+150h] [bp-20h]@14 | |
98 int pX_Numbers; // [sp+154h] [bp-1Ch]@18 | |
99 int uX; // [sp+160h] [bp-10h]@18 | |
100 int pIntervalX; | |
101 int pCorrective; | |
102 | |
1677 | 103 //move sky |
1298 | 104 pRenderer->BeginScene(); |
105 pRenderer->DrawTextureRGB(0, 0, &pTexture_PCX); | |
106 uPlayerCreationUI_SkySliderPos = (GetTickCount() % 12800) / 20; | |
107 pRenderer->DrawTextureIndexed(uPlayerCreationUI_SkySliderPos, 2, pTexture_MAKESKY); | |
108 pRenderer->DrawTextureIndexed(uPlayerCreationUI_SkySliderPos - 640, 2, pTexture_MAKESKY); | |
109 pRenderer->DrawTextureTransparent(0, 0, pTexture_MAKETOP); | |
110 | |
111 uPlayerCreationUI_SelectedCharacter = (pGUIWindow_CurrentMenu->pCurrentPosActiveItem - pGUIWindow_CurrentMenu->pStartingPosActiveItem) / 7; | |
112 switch (uPlayerCreationUI_SelectedCharacter) | |
113 { | |
114 case 0: pX = 12; break; | |
115 case 1: pX = 171; break; | |
116 case 2: pX = 329; break; | |
117 case 3: pX = 488; break; | |
118 default: | |
1545 | 119 Error("Invalid selected character"); |
1298 | 120 } |
121 | |
122 pTextCenter = pFontCChar->AlignText_Center(640, pGlobalTXT_LocalizationStrings[51]); | |
1677 | 123 pGUIWindow_CurrentMenu->DrawText(pFontCChar, pTextCenter + 1, 0, 0, pGlobalTXT_LocalizationStrings[51], 0, 0, 0);//Ñ Î Ç Ä À Ò Ü Î Ò Ð ß Ä |
1298 | 124 pRenderer->DrawTextureTransparent(17, 35, pPlayerPortraits[pParty->pPlayers[0].uCurrentFace]); |
125 pRenderer->DrawTextureTransparent(176, 35, pPlayerPortraits[pParty->pPlayers[1].uCurrentFace]); | |
126 pRenderer->DrawTextureTransparent(335, 35, pPlayerPortraits[pParty->pPlayers[2].uCurrentFace]); | |
127 pRenderer->DrawTextureTransparent(494, 35, pPlayerPortraits[pParty->pPlayers[3].uCurrentFace]); | |
128 pFrame = pIconsFrameTable->GetFrame(uIconID_CharacterFrame, pEventTimer->uStartTime); | |
129 | |
130 | |
131 pRenderer->DrawTextureTransparent(pX, 29, &pIcons_LOD->pTextures[pFrame->uTextureID]); | |
132 uPosActiveItem = pGUIWindow_CurrentMenu->GetControl(pGUIWindow_CurrentMenu->pCurrentPosActiveItem); | |
133 uPlayerCreationUI_ArrowAnim = 19 - (GetTickCount() % 500) / 25; | |
134 pRenderer->DrawTextureTransparent(uPosActiveItem->uZ - 4, uPosActiveItem->uY, pTextures_arrowl[uPlayerCreationUI_ArrowAnim]); | |
135 pRenderer->DrawTextureTransparent(uPosActiveItem->uX - 12, uPosActiveItem->uY, pTextures_arrowr[uPlayerCreationUI_ArrowAnim]); | |
136 | |
137 memset(pText, 0, 200); | |
138 strcpy(pText, pGlobalTXT_LocalizationStrings[205]);// "Skills" | |
1677 | 139 for ( int i = strlen(pText) - 1; i >= 0; i-- )//??? |
140 pText[i] = toupper((unsigned __int8)pText[i]); | |
1298 | 141 |
142 pIntervalX = 18; | |
143 pIntervalY = pFontCreate->uFontHeight - 2; | |
144 uX = 32; | |
145 pX_Numbers = 493; | |
146 | |
147 for (int i = 0; i < 4; ++i) | |
148 { | |
1677 | 149 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pIntervalX + 73, 100, 0, pClassNames[pParty->pPlayers[i].classType], 0, 0, 0); |
150 pRenderer->DrawTextureTransparent(pIntervalX + 77, 50, pTexture_IC_KNIGHT[pParty->pPlayers[i].classType / 4]); | |
1298 | 151 |
152 if ( pGUIWindow_CurrentMenu->receives_keyboard_input_2 != WINDOW_INPUT_NONE && pGUIWindow_CurrentMenu->ptr_1C == (void *)i ) | |
153 { | |
154 switch ( pGUIWindow_CurrentMenu->receives_keyboard_input_2 ) | |
155 { | |
156 case WINDOW_INPUT_IN_PROGRESS://press name panel | |
157 v17 = pGUIWindow_CurrentMenu->DrawTextInRect(pFontCreate, 159 * (int)pGUIWindow_CurrentMenu->ptr_1C + 18, 124, 0, (const char *)pKeyActionMap->pPressedKeysBuffer, 120, 1); | |
158 pGUIWindow_CurrentMenu->DrawFlashingInputCursor(159 * (unsigned int)pGUIWindow_CurrentMenu->ptr_1C + v17 + 20, 124, pFontCreate); | |
159 break; | |
160 case WINDOW_INPUT_CONFIRMED: // press enter | |
161 pGUIWindow_CurrentMenu->receives_keyboard_input_2 = WINDOW_INPUT_NONE; | |
162 v126 = 0; | |
1677 | 163 for ( int i = 0; i < strlen((const char *)pKeyActionMap->pPressedKeysBuffer); ++i )//edit name |
1298 | 164 { |
1677 | 165 if ( pKeyActionMap->pPressedKeysBuffer[i] == ' ' ) |
166 ++v126; | |
1298 | 167 } |
1677 | 168 if ( strlen((const char *)pKeyActionMap->pPressedKeysBuffer) && v126 != strlen((const char *)pKeyActionMap->pPressedKeysBuffer) ) |
169 strcpy(pParty->pPlayers[i].pName, (const char *)pKeyActionMap->pPressedKeysBuffer); | |
170 pGUIWindow_CurrentMenu->DrawTextInRect(pFontCreate, pIntervalX, 124, 0, pParty->pPlayers[i].pName, 130, 0); | |
171 pParty->pPlayers[i].field_1988[27] = 1; | |
1298 | 172 break; |
173 case WINDOW_INPUT_CANCELLED: // press escape | |
174 pGUIWindow_CurrentMenu->receives_keyboard_input_2 = WINDOW_INPUT_NONE; | |
1677 | 175 pGUIWindow_CurrentMenu->DrawTextInRect(pFontCreate, pIntervalX, 124, 0, pParty->pPlayers[i].pName, 130, 0); |
1298 | 176 SetCurrentMenuID(MENU_NAMEPANELESC); |
177 break; | |
178 } | |
179 } | |
180 else | |
181 { | |
1677 | 182 pGUIWindow_CurrentMenu->DrawTextInRect(pFontCreate, pIntervalX, 124, 0, pParty->pPlayers[i].pName, 130, 0); |
1298 | 183 } |
184 | |
1677 | 185 switch (pParty->pPlayers[i].GetRace()) |
1298 | 186 { |
187 case 0: uRaceName = pGlobalTXT_LocalizationStrings[99]; break; // "Human" | |
188 case 1: uRaceName = pGlobalTXT_LocalizationStrings[103]; break; // "Dwarf" | |
189 case 2: uRaceName = pGlobalTXT_LocalizationStrings[106]; break; // "Goblin" | |
190 case 3: uRaceName = pGlobalTXT_LocalizationStrings[101]; break; // "Elf" | |
191 }; | |
192 strcpy(pTmpBuf.data(), uRaceName); | |
193 pGUIWindow_CurrentMenu->DrawTextInRect(pFontCreate, pIntervalX + 72, pIntervalY + 12, 0, pTmpBuf.data(), 130, 0);//Race Name | |
194 | |
195 pTextCenter = pFontCreate->AlignText_Center(150, pText); | |
2069 | 196 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + uX - 24, 291, Color16(0xD1, 0xBB, 0x61), pText, 0, 0, 0); // Skills |
1298 | 197 |
1677 | 198 uStatLevel = pParty->pPlayers[i].GetActualMight(); |
1298 | 199 sprintf(pTmpBuf.data(), "%s\r%03d%d", pGlobalTXT_LocalizationStrings[144], pX_Numbers, uStatLevel);// "Might" |
1677 | 200 pStatColor = pParty->pPlayers[i].GetStatColor(0); |
1298 | 201 pGUIWindow_CurrentMenu->DrawText(pFontCreate, uX, 169, pStatColor, pTmpBuf.data(), 0, 0, 0); |
202 | |
1677 | 203 uStatLevel = pParty->pPlayers[i].GetActualIntelligence(); |
1298 | 204 sprintf(pTmpBuf.data(), "%s\r%03d%d", pGlobalTXT_LocalizationStrings[116], pX_Numbers, uStatLevel);// "Intellect" |
1677 | 205 pStatColor = pParty->pPlayers[i].GetStatColor(1); |
1298 | 206 pGUIWindow_CurrentMenu->DrawText(pFontCreate, uX, pIntervalY + 169, pStatColor, pTmpBuf.data(), 0, 0, 0); |
207 | |
1677 | 208 uStatLevel = pParty->pPlayers[i].GetActualWillpower(); |
1298 | 209 sprintf(pTmpBuf.data(), "%s\r%03d%d", pGlobalTXT_LocalizationStrings[163], pX_Numbers, uStatLevel);// "Personality" |
1677 | 210 pStatColor = pParty->pPlayers[i].GetStatColor(2); |
1298 | 211 pGUIWindow_CurrentMenu->DrawText(pFontCreate, uX, 2 * pIntervalY + 169, pStatColor, pTmpBuf.data(), 0, 0, 0); |
212 | |
1677 | 213 uStatLevel = pParty->pPlayers[i].GetActualEndurance(); |
1298 | 214 sprintf(pTmpBuf.data(), "%s\r%03d%d", pGlobalTXT_LocalizationStrings[75], pX_Numbers, uStatLevel);// "Endurance" |
1677 | 215 pStatColor = pParty->pPlayers[i].GetStatColor(3); |
1298 | 216 pGUIWindow_CurrentMenu->DrawText(pFontCreate, uX, 3 * pIntervalY + 169, pStatColor, pTmpBuf.data(), 0, 0, 0); |
217 | |
1677 | 218 uStatLevel = pParty->pPlayers[i].GetActualAccuracy(); |
1298 | 219 sprintf(pTmpBuf.data(), "%s\r%03d%d", pGlobalTXT_LocalizationStrings[1], pX_Numbers, uStatLevel);// "Accuracy" |
1677 | 220 pStatColor = pParty->pPlayers[i].GetStatColor(4); |
1298 | 221 pGUIWindow_CurrentMenu->DrawText(pFontCreate, uX, 4 * pIntervalY + 169, pStatColor, pTmpBuf.data(), 0, 0, 0); |
222 | |
1677 | 223 uStatLevel = pParty->pPlayers[i].GetActualSpeed(); |
1298 | 224 sprintf(pTmpBuf.data(), "%s\r%03d%d", pGlobalTXT_LocalizationStrings[211], pX_Numbers, uStatLevel);// "Speed" |
1677 | 225 pStatColor = pParty->pPlayers[i].GetStatColor(5); |
1298 | 226 pGUIWindow_CurrentMenu->DrawText(pFontCreate, uX, 5 * pIntervalY + 169, pStatColor, pTmpBuf.data(), 0, 0, 0); |
227 | |
1677 | 228 uStatLevel = pParty->pPlayers[i].GetActualLuck(); |
1298 | 229 sprintf(pTmpBuf.data(), "%s\r%03d%d", pGlobalTXT_LocalizationStrings[136], pX_Numbers, uStatLevel);// "Luck" |
1677 | 230 pStatColor = pParty->pPlayers[i].GetStatColor(6); |
1298 | 231 pGUIWindow_CurrentMenu->DrawText(pFontCreate, uX, 6 * pIntervalY + 169, pStatColor, pTmpBuf.data(), 0, 0, 0); |
232 | |
233 | |
1677 | 234 pSkillsType = pParty->pPlayers[i].GetSkillIdxByOrder(0); |
1298 | 235 pTextCenter = pFontCreate->AlignText_Center(150, pSkillNames[pSkillsType]); |
236 sprintf(pTmpBuf.data(), "\t%03u%s", pTextCenter, pSkillNames[pSkillsType]); | |
2069 | 237 pGUIWindow_CurrentMenu->DrawText(pFontCreate, uX - 24, 311, Color16(0xFF, 0xFF, 0xFF), pTmpBuf.data(), 0, 0, 0); |
1298 | 238 |
1677 | 239 pSkillsType = pParty->pPlayers[i].GetSkillIdxByOrder(1); |
1298 | 240 pTextCenter = pFontCreate->AlignText_Center(150, pSkillNames[pSkillsType]); |
241 sprintf(pTmpBuf.data(), "\t%03u%s", pTextCenter, pSkillNames[pSkillsType]); | |
2069 | 242 pGUIWindow_CurrentMenu->DrawText(pFontCreate, uX - 24, pIntervalY + 311, Color16(0xFF, 0xFF, 0xFF), pTmpBuf.data(), 0, 0, 0); |
1298 | 243 |
1677 | 244 pSkillsType = pParty->pPlayers[i].GetSkillIdxByOrder(2); |
1298 | 245 pTextCenter = pFontCreate->AlignText_Center(150, pSkillNames[pSkillsType]); |
246 sprintf(pTmpBuf.data(), "\t%03u%s", pTextCenter, pSkillNames[pSkillsType]); | |
2069 | 247 pColorText = Color16(0, 0xFF, 0); |
1298 | 248 if ( (signed int)pSkillsType >= 37 ) |
2069 | 249 pColorText = Color16(0, 0xF7, 0xF7); |
1298 | 250 pGUIWindow_CurrentMenu->DrawText(pFontCreate, uX - 24, 2 * pIntervalY + 311, pColorText, pTmpBuf.data(), 0, 0, 0); |
251 | |
1677 | 252 pSkillsType = pParty->pPlayers[i].GetSkillIdxByOrder(3); |
1298 | 253 pTextCenter = pFontCreate->AlignText_Center(150, pSkillNames[pSkillsType]); |
254 sprintf(pTmpBuf.data(), "\t%03u%s", pTextCenter, pSkillNames[pSkillsType]); | |
2069 | 255 pColorText = Color16(0, 0xFF, 0); |
1298 | 256 if ( (signed int)pSkillsType >= 37 ) |
2069 | 257 pColorText = Color16(0, 0xF7, 0xF7); |
1298 | 258 pGUIWindow_CurrentMenu->DrawText(pFontCreate, uX - 24, 3 * pIntervalY + 311, pColorText, pTmpBuf.data(), 0, 0, 0); |
259 | |
260 pIntervalX += 159; | |
261 pX_Numbers -= 158; | |
262 uX += 158; | |
263 } | |
264 | |
265 strcpy(pText, pGlobalTXT_LocalizationStrings[41]);// "Class" | |
1677 | 266 for ( int i = strlen(pText) - 1; i >= 0; i-- ) |
267 pText[i] = toupper((unsigned __int8)pText[i]); | |
268 | |
1298 | 269 uClassType = pParty->pPlayers[uPlayerCreationUI_SelectedCharacter].classType; |
270 pTextCenter = pFontCreate->AlignText_Center(193, pText); | |
2069 | 271 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 324, 395, Color16(0xD1, 0xBB, 0x61), pText, 0, 0, 0);//Classes |
1298 | 272 |
2069 | 273 pColorText = Color16(0, 0xF7, 0xF7); |
1298 | 274 if ( uClassType ) |
2069 | 275 pColorText = Color16(0xFF, 0xFF, 0xFF); |
1298 | 276 pTextCenter = pFontCreate->AlignText_Center(65, pClassNames[0]); |
277 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 323, 417, pColorText, pClassNames[0], 0, 0, 0); | |
278 | |
2069 | 279 pColorText = Color16(0, 0xF7, 0xF7); |
1298 | 280 if ( uClassType != PLAYER_CLASS_PALADIN ) |
2069 | 281 pColorText = Color16(0xFF, 0xFF, 0xFF); |
1298 | 282 pTextCenter = pFontCreate->AlignText_Center(65, pClassNames[12]); |
283 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 323, pIntervalY + 417, pColorText, pClassNames[12], 0, 0, 0); | |
284 | |
2069 | 285 pColorText = Color16(0, 0xF7, 0xF7); |
1298 | 286 if ( uClassType != PLAYER_CLASS_DRUID ) |
2069 | 287 pColorText = Color16(0xFF, 0xFF, 0xFF); |
1298 | 288 pTextCenter = pFontCreate->AlignText_Center(65, pClassNames[20]); |
289 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 323, 2 * pIntervalY + 417, pColorText, pClassNames[20], 0, 0, 0); | |
290 | |
2069 | 291 pColorText = Color16(0, 0xF7, 0xF7); |
1298 | 292 if ( uClassType != PLAYER_CLASS_CLERIC ) |
2069 | 293 pColorText = Color16(0xFF, 0xFF, 0xFF); |
1298 | 294 pTextCenter = pFontCreate->AlignText_Center(65, pClassNames[24]); |
295 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 388, 417, pColorText, pClassNames[24], 0, 0, 0); | |
296 | |
2069 | 297 pColorText = Color16(0, 0xF7, 0xF7); |
1298 | 298 if ( uClassType != PLAYER_CLASS_DRUID) |
2069 | 299 pColorText = Color16(0xFF, 0xFF, 0xFF); |
1298 | 300 pTextCenter = pFontCreate->AlignText_Center(65, pClassNames[28]); |
301 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 388, pIntervalY + 417, pColorText, pClassNames[28], 0, 0, 0); | |
302 | |
2069 | 303 pColorText = Color16(0, 0xF7, 0xF7); |
1298 | 304 if ( uClassType != PLAYER_CLASS_SORCERER ) |
2069 | 305 pColorText = Color16(0xFF, 0xFF, 0xFF); |
1298 | 306 pTextCenter = pFontCreate->AlignText_Center(65, pClassNames[32]); |
307 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 388, 2 * pIntervalY + 417, pColorText, pClassNames[32], 0, 0, 0); | |
308 | |
2069 | 309 pColorText = Color16(0, 0xF7, 0xF7); |
1298 | 310 if ( uClassType != PLAYER_CLASS_ARCHER ) |
2069 | 311 pColorText = Color16(0xFF, 0xFF, 0xFF); |
1298 | 312 pTextCenter = pFontCreate->AlignText_Center(65, pClassNames[16]); |
313 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 453, 417, pColorText, pClassNames[16], 0, 0, 0); | |
314 | |
2069 | 315 pColorText = Color16(0, 0xF7, 0xF7); |
1298 | 316 if ( uClassType != PLAYER_CLASS_MONK ) |
2069 | 317 pColorText = Color16(0xFF, 0xFF, 0xFF); |
1298 | 318 pTextCenter = pFontCreate->AlignText_Center(65, pClassNames[8]); |
319 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 453, pIntervalY + 417, pColorText, pClassNames[8], 0, 0, 0); | |
320 | |
2069 | 321 pColorText = Color16(0, 0xF7, 0xF7); |
1298 | 322 if ( uClassType != PLAYER_CLASS_THEIF ) |
2069 | 323 pColorText = Color16(0xFF, 0xFF, 0xFF); |
1298 | 324 pTextCenter = pFontCreate->AlignText_Center(65, pClassNames[4]); |
325 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 453, 2 * pIntervalY + 417, pColorText, pClassNames[4], 0, 0, 0); | |
326 | |
327 pTextCenter = pFontCreate->AlignText_Center(236, pGlobalTXT_LocalizationStrings[20]); // "Available Skills" | |
2069 | 328 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 37, 395, Color16(0xD1, 0xBB, 0x61), pGlobalTXT_LocalizationStrings[20], 0, 0, 0); |
1298 | 329 for (uint i = 0; i < 9; ++i) |
330 { | |
331 pSkillId = pParty->pPlayers[uPlayerCreationUI_SelectedCharacter].GetSkillIdxByOrder(i + 4); | |
332 strcpy(pText, pSkillNames[pSkillId]); | |
333 pLenText = strlen(pText); | |
334 v104 = 0; | |
335 if ( (signed int)pLenText > 0 ) | |
336 { | |
337 if ( pText[v104] == 32 ) | |
338 { | |
339 pText[v104] = 0; | |
340 } | |
341 else | |
342 { | |
343 while ( pText[v104] != 32 ) | |
344 { | |
345 ++v104; | |
346 if ( v104 >= (signed int)pLenText ) | |
347 break; | |
348 } | |
349 } | |
350 } | |
351 pCorrective = -10;//-5 | |
352 if ( (signed int)pLenText < 8 )//if ( (signed int)v124 > 2 ) | |
353 pCorrective = 0; | |
2069 | 354 pColorText = Color16(0, 0xF7, 0xF7); |
1298 | 355 if ( !pParty->pPlayers[uPlayerCreationUI_SelectedCharacter].pActiveSkills[pSkillId] ) |
2069 | 356 pColorText = Color16(0xFF, 0xFF, 0xFF); |
1298 | 357 pTextCenter = pFontCreate->AlignText_Center(100, pText); |
358 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 100 * (i / 3) + pTextCenter + pCorrective + 17, pIntervalY * (i % 3) + 417, pColorText, pText, 0, 0, 0); | |
359 } | |
360 | |
361 pTextCenter = pFontCreate->AlignText_Center(0x5C, pGlobalTXT_LocalizationStrings[30]);// "Bonus" | |
2069 | 362 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 533, 394, Color16(0xD1, 0xBB, 0x61), pGlobalTXT_LocalizationStrings[30], 0, 0, 0); |
1298 | 363 pBonusNum = PlayerCreation_GetUnspentAttributePointCount(); |
364 sprintf(pTmpBuf.data(), "%d", pBonusNum); | |
365 pTextCenter = pFontCreate->AlignText_Center(84, pTmpBuf.data()); | |
2069 | 366 pGUIWindow_CurrentMenu->DrawText(pFontCreate, pTextCenter + 530, 410, Color16(0xFF, 0xFF, 0xFF), pTmpBuf.data(), 0, 0, 0); |
1298 | 367 if ( GameUI_Footer_TimeLeft > GetTickCount() ) |
368 { | |
1677 | 369 message_window.Hint = pGlobalTXT_LocalizationStrings[412];// "Create Party cannot be completed unless you have assigned all characters 2 extra skills and have spent all of your bonus points." |
1298 | 370 if ( pBonusNum < 0 ) |
1677 | 371 message_window.Hint = pGlobalTXT_LocalizationStrings[413];// "You can't spend more than 50 points." |
372 message_window.uFrameWidth = 300; | |
373 message_window.uFrameHeight = 100; | |
374 message_window.uFrameX = 170; | |
375 message_window.uFrameY = 140; | |
376 message_window.uFrameZ = 469; | |
377 message_window.uFrameW = 239; | |
378 message_window.DrawMessageBox(0); | |
1298 | 379 } |
380 pRenderer->EndScene(); | |
381 } | |
382 | |
383 //----- (0049695A) -------------------------------------------------------- | |
1458 | 384 void PlayerCreationUI_Initialize() |
1298 | 385 { |
386 unsigned int v0; // ebx@5 | |
387 signed int uControlParam; // [sp+10h] [bp-Ch]@7 | |
388 signed int uX; // [sp+14h] [bp-8h]@5 | |
389 | |
390 pMessageQueue_50CBD0->Flush(); | |
391 | |
392 pAudioPlayer->SetMusicVolume(pSoundVolumeLevels[uMusicVolimeMultiplier] * 64.0f); | |
393 ++pIcons_LOD->uTexturePacksCount; | |
394 if ( !pIcons_LOD->uNumPrevLoadedFiles ) | |
395 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles; | |
396 pCurrentScreen = SCREEN_PARTY_CREATION; | |
397 uPlayerCreationUI_ArrowAnim = 0; | |
398 uPlayerCreationUI_SkySliderPos = 0; | |
399 uPlayerCreationUI_SelectedCharacter = 0; | |
400 v0 = LOBYTE(pFontCreate->uFontHeight) - 2; | |
401 pTexture_IC_KNIGHT[0] = pIcons_LOD->LoadTexturePtr("IC_KNIGHT", TEXTURE_16BIT_PALETTE); | |
402 pTexture_IC_KNIGHT[1] = pIcons_LOD->LoadTexturePtr("IC_THIEF", TEXTURE_16BIT_PALETTE); | |
403 pTexture_IC_KNIGHT[2] = pIcons_LOD->LoadTexturePtr("IC_MONK", TEXTURE_16BIT_PALETTE); | |
404 pTexture_IC_KNIGHT[3] = pIcons_LOD->LoadTexturePtr("IC_PALAD", TEXTURE_16BIT_PALETTE); | |
405 pTexture_IC_KNIGHT[4] = pIcons_LOD->LoadTexturePtr("IC_ARCH", TEXTURE_16BIT_PALETTE); | |
406 pTexture_IC_KNIGHT[5] = pIcons_LOD->LoadTexturePtr("IC_RANGER", TEXTURE_16BIT_PALETTE); | |
407 pTexture_IC_KNIGHT[6] = pIcons_LOD->LoadTexturePtr("IC_CLER", TEXTURE_16BIT_PALETTE); | |
408 pTexture_IC_KNIGHT[7] = pIcons_LOD->LoadTexturePtr("IC_DRUID", TEXTURE_16BIT_PALETTE); | |
409 pTexture_IC_KNIGHT[8] = pIcons_LOD->LoadTexturePtr("IC_SORC", TEXTURE_16BIT_PALETTE); | |
410 pTexture_MAKETOP = pIcons_LOD->LoadTexturePtr("MAKETOP", TEXTURE_16BIT_PALETTE); | |
411 pTexture_MAKESKY = pIcons_LOD->LoadTexturePtr("MAKESKY", TEXTURE_16BIT_PALETTE); | |
1678 | 412 for( uX = 0; uX < 22; ++uX ) // load PlayerPortraits texture |
1298 | 413 { |
414 sprintf(pTmpBuf.data(), "%s01", pPlayerPortraitsNames[uX]); | |
1678 | 415 pPlayerPortraits[uX] = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(pTmpBuf.data(), TEXTURE_16BIT_PALETTE)]; |
1298 | 416 |
417 } | |
418 pTexture_PlayerFaceMask = pIcons_LOD->LoadTexturePtr("FACEMASK", TEXTURE_16BIT_PALETTE); | |
419 pTexture_buttminu = pIcons_LOD->LoadTexturePtr("buttminu", TEXTURE_16BIT_PALETTE); | |
420 pTexture_buttplus = pIcons_LOD->LoadTexturePtr("buttplus", TEXTURE_16BIT_PALETTE); | |
421 pTexture_pressrigh = pIcons_LOD->LoadTexturePtr("presrigh", TEXTURE_16BIT_PALETTE); | |
422 pTexture_presleft = pIcons_LOD->LoadTexturePtr("presleft", TEXTURE_16BIT_PALETTE); | |
423 uControlParam = 1; | |
424 do | |
425 { | |
426 sprintf(pTmpBuf.data(), "arrowl%d", uControlParam); | |
427 pTextures_arrowl[uControlParam] = pIcons_LOD->LoadTexturePtr(pTmpBuf.data(), TEXTURE_16BIT_PALETTE); | |
428 | |
429 sprintf(pTmpBuf.data(), "arrowr%d", uControlParam); | |
430 pTextures_arrowr[uControlParam] = pIcons_LOD->LoadTexturePtr(pTmpBuf.data(), TEXTURE_16BIT_PALETTE); | |
431 } | |
432 while ( ++uControlParam < 20 ); | |
433 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0); | |
1678 | 434 uControlParam = 0; |
435 uX = 8; | |
1298 | 436 do |
437 { | |
1678 | 438 pGUIWindow_CurrentMenu->CreateButton(uX, 120, 145, 25, 1, 0, UIMSG_PlayerCreationChangeName, uControlParam, 0, "", 0); |
439 uX += 158; | |
440 ++uControlParam; | |
1298 | 441 } |
1678 | 442 while ( (signed int)uX < 640 ); |
1298 | 443 |
444 pCreationUI_BtnPressLeft[0] = pGUIWindow_CurrentMenu->CreateButton( 10, 32, 11, 13, 1, 0, UIMSG_PlayerCreation_FacePrev, 0, 0, "", pTexture_presleft, 0); | |
445 pCreationUI_BtnPressLeft[1] = pGUIWindow_CurrentMenu->CreateButton(169, 32, 11, 13, 1, 0, UIMSG_PlayerCreation_FacePrev, 1, 0, "", pTexture_presleft, 0); | |
446 pCreationUI_BtnPressLeft[2] = pGUIWindow_CurrentMenu->CreateButton(327, 32, 11, 13, 1, 0, UIMSG_PlayerCreation_FacePrev, 2, 0, "", pTexture_presleft, 0); | |
447 pCreationUI_BtnPressLeft[3] = pGUIWindow_CurrentMenu->CreateButton(486, 32, 11, 13, 1, 0, UIMSG_PlayerCreation_FacePrev, 3, 0, "", pTexture_presleft, 0); | |
448 pCreationUI_BtnPressRight[0] = pGUIWindow_CurrentMenu->CreateButton( 74, 32, 11, 13, 1, 0, UIMSG_PlayerCreation_FaceNext, 0, 0, "", pTexture_pressrigh, 0); | |
449 pCreationUI_BtnPressRight[1] = pGUIWindow_CurrentMenu->CreateButton(233, 32, 11, 13, 1, 0, UIMSG_PlayerCreation_FaceNext, 1, 0, "", pTexture_pressrigh, 0); | |
450 pCreationUI_BtnPressRight[2] = pGUIWindow_CurrentMenu->CreateButton(391, 32, 11, 13, 1, 0, UIMSG_PlayerCreation_FaceNext, 2, 0, "", pTexture_pressrigh, 0); | |
451 pCreationUI_BtnPressRight[3] = pGUIWindow_CurrentMenu->CreateButton(549, 32, 11, 13, 1, 0, UIMSG_PlayerCreation_FaceNext, 3, 0, "", pTexture_pressrigh, 0); | |
452 pCreationUI_BtnPressLeft2[0] = pGUIWindow_CurrentMenu->CreateButton( 10, 103, 11, 13, 1, 0, UIMSG_PlayerCreation_VoicePrev, 0, 0, "", pTexture_presleft, 0); | |
453 pCreationUI_BtnPressLeft2[1] = pGUIWindow_CurrentMenu->CreateButton(169, 103, 11, 13, 1, 0, UIMSG_PlayerCreation_VoicePrev, 1, 0, "", pTexture_presleft, 0); | |
454 pCreationUI_BtnPressLeft2[2] = pGUIWindow_CurrentMenu->CreateButton(327, 103, 11, 13, 1, 0, UIMSG_PlayerCreation_VoicePrev, 2, 0, "", pTexture_presleft, 0); | |
455 pCreationUI_BtnPressLeft2[3] = pGUIWindow_CurrentMenu->CreateButton(486, 103, 11, 13, 1, 0, UIMSG_PlayerCreation_VoicePrev, 3, 0, "", pTexture_presleft, 0); | |
456 pCreationUI_BtnPressRight2[0] = pGUIWindow_CurrentMenu->CreateButton( 74, 103, 11, 13, 1, 0, UIMSG_PlayerCreation_VoiceNext, 0, 0, "", pTexture_pressrigh, 0); | |
457 pCreationUI_BtnPressRight2[1] = pGUIWindow_CurrentMenu->CreateButton(233, 103, 11, 13, 1, 0, UIMSG_PlayerCreation_VoiceNext, 1, 0, "", pTexture_pressrigh, 0); | |
458 pCreationUI_BtnPressRight2[2] = pGUIWindow_CurrentMenu->CreateButton(391, 103, 11, 13, 1, 0, UIMSG_PlayerCreation_VoiceNext, 2, 0, "", pTexture_pressrigh, 0); | |
459 pCreationUI_BtnPressRight2[3] = pGUIWindow_CurrentMenu->CreateButton(549, 103, 11, 13, 1, 0, UIMSG_PlayerCreation_VoiceNext, 3, 0, "", pTexture_pressrigh, 0); | |
460 | |
1678 | 461 uControlParam = 0; |
462 uX = 8; | |
1298 | 463 do |
464 { | |
1678 | 465 pGUIWindow_CurrentMenu->CreateButton(uX, 308, 150, v0, 1, 0, UIMSG_48, uControlParam, 0, "", 0); |
466 pGUIWindow_CurrentMenu->CreateButton(uX, v0 + 308, 150, v0, 1, 0, UIMSG_49, uControlParam, 0, "", 0); | |
467 pGUIWindow_CurrentMenu->CreateButton(uX, 2 * v0 + 308, 150, v0, 1, 0, UIMSG_PlayerCreationRemoveUpSkill, uControlParam, 0, "", 0); | |
468 pGUIWindow_CurrentMenu->CreateButton(uX, 3 * v0 + 308, 150, v0, 1, 0, UIMSG_PlayerCreationRemoveDownSkill, uControlParam, 0, "", 0); | |
469 uX += 158; | |
470 ++uControlParam; | |
1298 | 471 } |
1678 | 472 while ( (signed int)uX < 640 ); |
1298 | 473 |
474 pGUIWindow_CurrentMenu->CreateButton( 5, 21, 153, 365, 1, 0, UIMSG_PlayerCreation_SelectAttribute, 0, '1', "", 0); | |
475 pGUIWindow_CurrentMenu->CreateButton(163, 21, 153, 365, 1, 0, UIMSG_PlayerCreation_SelectAttribute, 1, '2', "", 0); | |
476 pGUIWindow_CurrentMenu->CreateButton(321, 21, 153, 365, 1, 0, UIMSG_PlayerCreation_SelectAttribute, 2, '3', "", 0); | |
477 pGUIWindow_CurrentMenu->CreateButton(479, 21, 153, 365, 1, 0, UIMSG_PlayerCreation_SelectAttribute, 3, '4', "", 0); | |
478 | |
1678 | 479 uX = 23; |
480 uControlParam = 2; | |
1298 | 481 do |
482 { | |
1678 | 483 pGUIWindow_CurrentMenu->CreateButton(uX, 169, 120, 20, 1, 0, UIMSG_0, uControlParam - 2, 0, "", 0); |
484 pGUIWindow_CurrentMenu->CreateButton(uX, v0 + 169, 120, 20, 1, 0, UIMSG_0, uControlParam - 1, 0, "", 0); | |
485 pGUIWindow_CurrentMenu->CreateButton(uX, 2 * v0 + 169, 120, 20, 1, 0, UIMSG_0, uControlParam, 0, "", 0); | |
486 pGUIWindow_CurrentMenu->CreateButton(uX, 3 * v0 + 169, 120, 20, 1, 0, UIMSG_0, uControlParam + 1, 0, "", 0); | |
487 pGUIWindow_CurrentMenu->CreateButton(uX, 4 * v0 + 169, 120, 20, 1, 0, UIMSG_0, uControlParam + 2, 0, "", 0); | |
488 pGUIWindow_CurrentMenu->CreateButton(uX, 5 * v0 + 169, 120, 20, 1, 0, UIMSG_0, uControlParam + 3, 0, "", 0); | |
489 pGUIWindow_CurrentMenu->CreateButton(uX, 6 * v0 + 169, 120, 20, 1, 0, UIMSG_0, uControlParam + 4, 0, "", 0); | |
490 uControlParam += 7; | |
491 uX += 158; | |
1298 | 492 } |
1678 | 493 while ( (signed int)uControlParam < 30 ); |
1298 | 494 pGUIWindow_CurrentMenu->_41D08F_set_keyboard_control_group(28, 0, 7, 40); |
495 | |
496 pGUIWindow_CurrentMenu->CreateButton(323, 417, 65, v0, 1, 0, UIMSG_PlayerCreationSelectClass, 0, 0, "", 0); | |
497 pGUIWindow_CurrentMenu->CreateButton(323, v0 + 417, 65, v0, 1, 0, UIMSG_PlayerCreationSelectClass, 0xC, 0, "", 0); | |
498 pGUIWindow_CurrentMenu->CreateButton(323, 2 * v0 + 417, 65, v0, 1, 0, UIMSG_PlayerCreationSelectClass, 0x14, 0, "", 0); | |
499 pGUIWindow_CurrentMenu->CreateButton(388, 417, 65, v0, 1, 0, UIMSG_PlayerCreationSelectClass, 0x18, 0, "", 0); | |
500 pGUIWindow_CurrentMenu->CreateButton(388, v0 + 417, 65, v0, 1, 0, UIMSG_PlayerCreationSelectClass, 0x1C, 0, "", 0); | |
501 pGUIWindow_CurrentMenu->CreateButton(388, 2 * v0 + 417, 65, v0, 1, 0, UIMSG_PlayerCreationSelectClass, 0x20, 0, "", 0); | |
502 pGUIWindow_CurrentMenu->CreateButton(453, 417, 65, v0, 1, 0, UIMSG_PlayerCreationSelectClass, 0x10, 0, "", 0); | |
503 pGUIWindow_CurrentMenu->CreateButton(453, v0 + 417, 65, v0, 1, 0, UIMSG_PlayerCreationSelectClass, 8, 0, "", 0); | |
504 pGUIWindow_CurrentMenu->CreateButton(453, 2 * v0 + 417, 65, v0, 1, 0, UIMSG_PlayerCreationSelectClass, 4, 0, "", 0); | |
505 | |
1678 | 506 uControlParam = 0; |
1298 | 507 do |
508 { | |
1678 | 509 uX = -5; |
510 if ( uControlParam <= 3 ) | |
511 uX = 0; | |
512 pGUIWindow_CurrentMenu->CreateButton(100 * (uControlParam / 3) + uX + 17, v0 * (uControlParam % 3) + 417, 100, v0, 1, 0, UIMSG_PlayerCreationSelectActiveSkill, | |
513 uControlParam, 0, "", 0); | |
514 ++uControlParam; | |
1298 | 515 } |
1678 | 516 while ( uControlParam < 9 ); |
1298 | 517 |
518 pPlayerCreationUI_BtnOK = pGUIWindow_CurrentMenu->CreateButton(580, 431, 51, 39, 1, 0, UIMSG_PlayerCreationClickOK, 0, '\r', "", pIcons_LOD->GetTexture(uTextureID_BUTTMAKE), 0); | |
519 pPlayerCreationUI_BtnReset = pGUIWindow_CurrentMenu->CreateButton(527, 431, 51, 39, 1, 0, UIMSG_PlayerCreationClickReset, 0, 'C', "", pIcons_LOD->GetTexture(uTextureID_BUTTMAKE2), 0); | |
520 pPlayerCreationUI_BtnMinus = pGUIWindow_CurrentMenu->CreateButton(523, 393, 20, 35, 1, 0, UIMSG_PlayerCreationClickMinus, 0, '-', "", pTexture_buttminu, 0); | |
521 pPlayerCreationUI_BtnPlus = pGUIWindow_CurrentMenu->CreateButton(613, 393, 20, 35, 1, 0, UIMSG_PlayerCreationClickPlus, 1, '+', "", pTexture_buttplus, 0); | |
522 | |
523 pFontCChar = LoadFont("cchar.fnt", "FONTPAL", NULL); | |
524 } | |
525 // 4E28F8: using guessed type int pCurrentScreen; | |
526 | |
527 //----- (0049750E) -------------------------------------------------------- | |
528 void DeleteCCharFont() | |
529 { | |
1583 | 530 free(pFontCChar); |
1298 | 531 pFontCChar = 0; |
532 } | |
533 //----- (00497526) -------------------------------------------------------- | |
534 bool PlayerCreationUI_Loop() | |
535 { | |
536 LONG uMouseX; // edi@6 | |
537 LONG uMouseY; // eax@6 | |
1678 | 538 //GUIButton *pControlsHead; // edx@6 |
539 //int pControlParam; // esi@12 | |
1298 | 540 signed int v8; // edi@30 |
541 int v9; // edx@31 | |
542 char *v10; // ebx@37 | |
543 ItemGen item; // [sp+Ch] [bp-74h]@37 | |
544 char v20[32]; // [sp+30h] [bp-50h]@29 | |
545 MSG Msg; // [sp+50h] [bp-30h]@17 | |
546 POINT v25; // [sp+6Ch] [bp-14h]@6 | |
1678 | 547 bool party_not_creation_flag; // [sp+74h] [bp-Ch]@1 |
1298 | 548 |
1678 | 549 party_not_creation_flag = false; |
1298 | 550 pTexture_PCX.Release(); |
551 pTexture_PCX.Load("makeme.pcx", 0); | |
552 | |
553 pGUIWindow_CurrentMenu->receives_keyboard_input_2 = WINDOW_INPUT_NONE; | |
1678 | 554 SetCurrentMenuID(MENU_CREATEPARTY); |
1298 | 555 while ( GetCurrentMenuID() == MENU_CREATEPARTY ) |
556 { | |
557 uMouseX = pMouse->GetCursorPos(&v25)->x; | |
558 uMouseY = pMouse->GetCursorPos(&v25)->y; | |
1678 | 559 //pControlsHead = pGUIWindow_CurrentMenu->pControlsHead; |
1298 | 560 |
561 //does nothing actually | |
562 /*if ( pControlsHead != (GUIButton *)v1 ) | |
563 { | |
564 pNumMessage = pMessageQueue_50CBD0->uNumMessages; | |
565 do | |
566 { | |
567 if ( uMouseX >= (signed int)pControlsHead->uX && uMouseX <= (signed int)pControlsHead->uZ | |
568 && uMouseY >= (signed int)pControlsHead->uY && uMouseY <= (signed int)pControlsHead->uW )//mouse movement | |
569 { | |
570 pControlParam = pControlsHead->uControlParam; | |
571 pMessageQueue_50CBD0->AddMessage((UIMessageType)pControlsHead->field_1C, pControlParam, 0); | |
572 v1 = 0; | |
573 } | |
574 pControlsHead = pControlsHead->pNext; | |
575 } | |
576 while ( pControlsHead != (GUIButton *)v1 ); | |
577 }*/ | |
578 | |
579 while ( PeekMessageA(&Msg, 0, 0, 0, PM_REMOVE) ) | |
580 { | |
581 if ( Msg.message == WM_QUIT ) | |
582 Game_DeinitializeAndTerminate(0); | |
583 TranslateMessage(&Msg); | |
584 DispatchMessageA(&Msg); | |
585 } | |
2061 | 586 if (dword_6BE364_game_settings_1 & GAME_SETTINGS_APP_INACTIVE) |
1298 | 587 { |
588 WaitMessage(); | |
589 } | |
590 else | |
591 { | |
592 PlayerCreationUI_Draw(); | |
593 GUI_MainMenuMessageProc(); | |
594 pRenderer->BeginScene(); | |
595 GUI_UpdateWindows(); | |
596 pRenderer->EndScene(); | |
597 pRenderer->Present(); | |
598 if ( uGameState == GAME_FINISHED )//if click Esc in PlayerCreation Window | |
599 { | |
1678 | 600 party_not_creation_flag = true; |
1298 | 601 SetCurrentMenuID(MENU_MAIN); |
602 continue; | |
603 } | |
604 if ( uGameState == GAME_STATE_STARTING_NEW_GAME )//if click OK in PlayerCreation Window | |
605 { | |
606 uGameState = GAME_STATE_PLAYING; | |
607 SetCurrentMenuID(MENU_NEWGAME); | |
608 continue; | |
609 } | |
610 } | |
611 } | |
612 pTexture_PCX.Release(); | |
613 pGUIWindow_CurrentMenu->Release(); | |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
614 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
1298 | 615 |
616 memset(v20, 0, 32); | |
1678 | 617 for ( int i = 0; i < 32; i++ ) |
1298 | 618 { |
1678 | 619 for ( v8 = 0; v8 < 10; ++v8 ) |
1298 | 620 { |
621 v9 = rand() % 32; | |
622 if ( !v20[v9] ) | |
623 break; | |
624 } | |
625 if ( v8 == 10 ) | |
626 { | |
627 v9 = 0; | |
628 if ( v20[0] ) | |
629 { | |
630 do | |
631 ++v9; | |
632 while ( v20[v9] ); | |
633 } | |
634 } | |
1678 | 635 pParty->field_854[i] = v9; |
1298 | 636 v20[v9] = 1; |
637 } | |
1678 | 638 |
1298 | 639 item.Reset(); |
640 for (uint i = 0; i < 4; ++i) | |
641 { | |
1678 | 642 if (pParty->pPlayers[i].classType == PLAYER_CLASS_KNIGHT) |
643 pParty->pPlayers[i].sResMagicBase = 10; | |
644 pParty->pPlayers[i].pPlayerBuffs[22].uExpireTime = 0; | |
1298 | 645 for (uint j = 0; j < 9; j++) |
646 { | |
1678 | 647 if (pParty->pPlayers[i].pActiveSkills[PLAYER_SKILL_FIRE + j]) |
1298 | 648 { |
1678 | 649 pParty->pPlayers[i].lastOpenedSpellbookPage = j; |
1298 | 650 break; |
651 } | |
652 } | |
653 pItemsTable->GenerateItem(2, 40, &item); | |
1678 | 654 pParty->pPlayers[i].AddItem2(-1, &item); |
1298 | 655 |
1678 | 656 pParty->pPlayers[i].sHealth = pParty->pPlayers[i].GetMaxHealth(); |
657 pParty->pPlayers[i].sMana = pParty->pPlayers[i].GetMaxMana(); | |
1298 | 658 for (uint j = 0; j < 37; ++j) |
659 { | |
1678 | 660 if (!pParty->pPlayers[i].pActiveSkills[j]) |
1298 | 661 continue; |
662 | |
663 switch (j) | |
664 { | |
1678 | 665 case PLAYER_SKILL_STAFF: pParty->pPlayers[i].AddItem(-1, 61); break; |
666 case PLAYER_SKILL_SWORD: pParty->pPlayers[i].AddItem(-1, 1); break; | |
667 case PLAYER_SKILL_DAGGER: pParty->pPlayers[i].AddItem(-1, 15); break; | |
668 case PLAYER_SKILL_AXE: pParty->pPlayers[i].AddItem(-1, 23); break; | |
669 case PLAYER_SKILL_SPEAR: pParty->pPlayers[i].AddItem(-1, 31); break; | |
670 case PLAYER_SKILL_BOW: pParty->pPlayers[i].AddItem(-1, 47); break; | |
671 case PLAYER_SKILL_MACE: pParty->pPlayers[i].AddItem(-1, 50); break; | |
1545 | 672 case PLAYER_SKILL_BLASTER: Error("No blasters at startup :p"); |
1678 | 673 case PLAYER_SKILL_SHIELD: pParty->pPlayers[i].AddItem(-1, 84); break; |
674 case PLAYER_SKILL_LEATHER: pParty->pPlayers[i].AddItem(-1, 66); break; | |
675 case PLAYER_SKILL_CHAIN: pParty->pPlayers[i].AddItem(-1, 71); break; | |
676 case PLAYER_SKILL_PLATE: pParty->pPlayers[i].AddItem(-1, 76); break; | |
1298 | 677 case PLAYER_SKILL_FIRE: |
1678 | 678 pParty->pPlayers[i].AddItem(-1, 0x191); |
679 pParty->pPlayers[i].spellbook.pFireSpellbook.bIsSpellAvailable[0] = true; | |
1298 | 680 break; |
681 case PLAYER_SKILL_AIR: | |
1678 | 682 pParty->pPlayers[i].AddItem(-1, 0x19C); |
683 pParty->pPlayers[i].spellbook.pAirSpellbook.bIsSpellAvailable[0] = true; | |
1298 | 684 break; |
685 case PLAYER_SKILL_WATER: | |
1678 | 686 pParty->pPlayers[i].AddItem(-1, 0x1A7); |
687 pParty->pPlayers[i].spellbook.pWaterSpellbook.bIsSpellAvailable[0] = true; | |
1298 | 688 break; |
689 case PLAYER_SKILL_EARTH: | |
1678 | 690 pParty->pPlayers[i].AddItem(-1, 0x1B2); |
691 pParty->pPlayers[i].spellbook.pEarthSpellbook.bIsSpellAvailable[0] = true; | |
1298 | 692 break; |
693 case PLAYER_SKILL_SPIRIT: | |
1678 | 694 pParty->pPlayers[i].AddItem(-1, 0x1BD); |
695 pParty->pPlayers[i].spellbook.pSpiritSpellbook.bIsSpellAvailable[0] = true; | |
1298 | 696 break; |
697 case PLAYER_SKILL_MIND: | |
1678 | 698 pParty->pPlayers[i].AddItem(-1, 0x1C8); |
699 pParty->pPlayers[i].spellbook.pMindSpellbook.bIsSpellAvailable[0] = true; | |
1298 | 700 break; |
701 case PLAYER_SKILL_BODY: | |
1678 | 702 pParty->pPlayers[i].AddItem(-1, 0x1D3); |
703 pParty->pPlayers[i].spellbook.pBodySpellbook.bIsSpellAvailable[0] = true; | |
1298 | 704 break; |
705 case PLAYER_SKILL_LIGHT: | |
706 case PLAYER_SKILL_DARK: | |
707 case PLAYER_SKILL_DIPLOMACY: | |
1545 | 708 Error("No dimoplacy in mm7 (yet)"); |
1298 | 709 break; |
710 case PLAYER_SKILL_ITEM_ID: | |
711 case PLAYER_SKILL_REPAIR: | |
712 case PLAYER_SKILL_MEDITATION: | |
713 case PLAYER_SKILL_PERCEPTION: | |
714 case PLAYER_SKILL_TRAP_DISARM: | |
715 case PLAYER_SKILL_LEARNING: | |
1678 | 716 pParty->pPlayers[i].AddItem(-1, 0xDC); |
717 pParty->pPlayers[i].AddItem(-1, 5 * (rand() % 3 + 40)); | |
1298 | 718 break; |
1678 | 719 case PLAYER_SKILL_DODGE: pParty->pPlayers[i].AddItem(-1, 115); break; |
720 case PLAYER_SKILL_UNARMED: pParty->pPlayers[i].AddItem(-1, 110); break; | |
1298 | 721 default: |
722 break; | |
723 } | |
724 | |
725 for (uint k = 0; k < 138; k++) | |
726 { | |
1678 | 727 if (pParty->pPlayers[i].pOwnItems[k].uItemID) |
728 pParty->pPlayers[i].pOwnItems[k].SetIdentified(); | |
1298 | 729 } |
730 } | |
731 } | |
732 | |
733 pAudioPlayer->StopChannels(-1, -1); | |
1678 | 734 return party_not_creation_flag; |
1298 | 735 } |