Nirvada

Gran Turismo: 4 PAL 1.6 & 1.7+

Jul 7th, 2022 (edited)
762
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.11 KB | Gaming | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable>
  3. <CheatEntries>
  4. <CheatEntry>
  5. <ID>387623</ID>
  6. <Description>"PCSX2 1.7+"</Description>
  7. <LastState/>
  8. <Color>FF8000</Color>
  9. <VariableType>Auto Assembler Script</VariableType>
  10. <AssemblerScript>{$lua}
  11. if syntaxcheck then return end
  12.  
  13. [ENABLE]
  14. local basePointer = "EEMEM"
  15. local offset = ""
  16.  
  17. function findMatchingMemoryRecord(groupDescription)
  18. local addressList = getAddressList()
  19. for i = 0, addressList.Count - 1 do
  20. local memrec = addressList[i]
  21. if memrec.Description:lower() == groupDescription:lower() then
  22. return memrec
  23. end
  24. end
  25. return nil
  26. end
  27.  
  28. function updateGroupHeaderPointer(groupDescription)
  29. local memrec = findMatchingMemoryRecord(groupDescription)
  30.  
  31. if memrec and memrec.IsAddressGroupHeader then
  32. memrec.Address = basePointer
  33. memrec.IsPointer = true
  34. memrec.OffsetCount = 1
  35. memrec.setOffset(0, offset)
  36. end
  37. end
  38.  
  39. local groups = {
  40. 'National "B"',
  41. 'National "A"',
  42. 'International "B"',
  43. 'International "A"',
  44. "Special",
  45. "Coffee Break",
  46. "Driving Mission"
  47. }
  48.  
  49. -- Apply updates to all specified groups
  50. for _, group in ipairs(groups) do
  51. updateGroupHeaderPointer(group)
  52. end
  53.  
  54. [DISABLE]
  55. </AssemblerScript>
  56. <CheatEntries>
  57. <CheatEntry>
  58. <ID>387624</ID>
  59. <Description>"Assigning PS2mem &amp; EEMem as a Symbol"</Description>
  60. <LastState/>
  61. <VariableType>Auto Assembler Script</VariableType>
  62. <AssemblerScript>{$lua}
  63. [ENABLE]
  64. -- Register PS2mem Symbol --
  65. local PS2mem = getAddress("pcsx2-qt.EEmem")
  66. PS2mem = readPointer(PS2mem)
  67. registerSymbol("PS2mem", PS2mem, true)
  68.  
  69. -- Register EEmem Symbol --
  70. local EEmem = getAddress("pcsx2-qt.EEmem")
  71. registerSymbol("EEmem", PS2Mem, true)
  72.  
  73. --NOT USED
  74. [DISABLE]
  75. </AssemblerScript>
  76. </CheatEntry>
  77. </CheatEntries>
  78. </CheatEntry>
  79. <CheatEntry>
  80. <ID>387622</ID>
  81. <Description>"PCSX2 1.6"</Description>
  82. <LastState/>
  83. <Color>FF8000</Color>
  84. <VariableType>Auto Assembler Script</VariableType>
  85. <AssemblerScript>{$lua}
  86. if syntaxcheck then return end
  87.  
  88. [ENABLE]
  89. local basePointer = "pcsx2.exe+1185824"
  90. local offset = ""
  91.  
  92. function findMatchingMemoryRecord(groupDescription)
  93. local addressList = getAddressList()
  94. for i = 0, addressList.Count - 1 do
  95. local memrec = addressList[i]
  96. if memrec.Description:lower() == groupDescription:lower() then
  97. return memrec
  98. end
  99. end
  100. return nil
  101. end
  102.  
  103. function updateGroupHeaderPointer(groupDescription)
  104. local memrec = findMatchingMemoryRecord(groupDescription)
  105.  
  106. if memrec and memrec.IsAddressGroupHeader then
  107. memrec.Address = basePointer
  108. memrec.IsPointer = true
  109. memrec.OffsetCount = 1
  110. memrec.setOffset(0, offset)
  111. end
  112. end
  113.  
  114. local groups = {
  115. 'National "B"',
  116. 'National "A"',
  117. 'International "B"',
  118. 'International "A"',
  119. "Special",
  120. "Coffee Break",
  121. "Driving Mission"
  122. }
  123.  
  124. -- Apply updates to all specified groups
  125. for _, group in ipairs(groups) do
  126. updateGroupHeaderPointer(group)
  127. end
  128.  
  129. [DISABLE]
  130. </AssemblerScript>
  131. </CheatEntry>
  132. <CheatEntry>
  133. <ID>387633</ID>
  134. <Description>"National "B""</Description>
  135. <Options moHideChildren="1" moRecursiveSetValue="1"/>
  136. <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0000FFF0:Not Done
  137. 0000FBB1:Bronze
  138. 0000FAA1:Silver
  139. 0000F991:Gold
  140. </DropDownList>
  141. <LastState Value="" RealAddress="20000000"/>
  142. <ShowAsSigned>0</ShowAsSigned>
  143. <Color>09B300</Color>
  144. <GroupHeader>1</GroupHeader>
  145. <Address>pcsx2.exe+1185824</Address>
  146. <Offsets>
  147. <Offset>0</Offset>
  148. </Offsets>
  149. <CheatEntries>
  150. <CheatEntry>
  151. <ID>9</ID>
  152. <Description>"Acceleration and Braking: 1"</Description>
  153. <DropDownListLink>National "B"</DropDownListLink>
  154. <LastState Value="0000FFF0" RealAddress="20A32268"/>
  155. <ShowAsHex>1</ShowAsHex>
  156. <ShowAsSigned>0</ShowAsSigned>
  157. <VariableType>4 Bytes</VariableType>
  158. <Address>+0A32268</Address>
  159. </CheatEntry>
  160. <CheatEntry>
  161. <ID>13</ID>
  162. <Description>"Acceleration and Braking: 2"</Description>
  163. <DropDownListLink>National "B"</DropDownListLink>
  164. <LastState Value="0000FFF0" RealAddress="20A3226C"/>
  165. <ShowAsHex>1</ShowAsHex>
  166. <ShowAsSigned>0</ShowAsSigned>
  167. <VariableType>4 Bytes</VariableType>
  168. <Address>+0A3226C</Address>
  169. </CheatEntry>
  170. <CheatEntry>
  171. <ID>14</ID>
  172. <Description>"Basiscs of Cornering: 1"</Description>
  173. <DropDownListLink>National "B"</DropDownListLink>
  174. <LastState Value="0000FFF0" RealAddress="20A32270"/>
  175. <ShowAsHex>1</ShowAsHex>
  176. <ShowAsSigned>0</ShowAsSigned>
  177. <VariableType>4 Bytes</VariableType>
  178. <Address>+0A32270</Address>
  179. </CheatEntry>
  180. <CheatEntry>
  181. <ID>15</ID>
  182. <Description>"Basiscs of Cornering: 2"</Description>
  183. <DropDownListLink>National "B"</DropDownListLink>
  184. <LastState Value="0000FFF0" RealAddress="20A32274"/>
  185. <ShowAsHex>1</ShowAsHex>
  186. <ShowAsSigned>0</ShowAsSigned>
  187. <VariableType>4 Bytes</VariableType>
  188. <Address>+0A32274</Address>
  189. </CheatEntry>
  190. <CheatEntry>
  191. <ID>10</ID>
  192. <Description>"1 Lap Guide Run (Tsukuba)"</Description>
  193. <DropDownListLink>National "B"</DropDownListLink>
  194. <LastState Value="0000FFF0" RealAddress="20A32278"/>
  195. <ShowAsHex>1</ShowAsHex>
  196. <ShowAsSigned>0</ShowAsSigned>
  197. <VariableType>4 Bytes</VariableType>
  198. <Address>+0A32278</Address>
  199. </CheatEntry>
  200. <CheatEntry>
  201. <ID>16</ID>
  202. <Description>"Acceleration and Braking: 3"</Description>
  203. <DropDownListLink>National "B"</DropDownListLink>
  204. <LastState Value="0000FFF0" RealAddress="20A3227C"/>
  205. <ShowAsHex>1</ShowAsHex>
  206. <ShowAsSigned>0</ShowAsSigned>
  207. <VariableType>4 Bytes</VariableType>
  208. <Address>+0A3227C</Address>
  209. </CheatEntry>
  210. <CheatEntry>
  211. <ID>17</ID>
  212. <Description>"Acceleration and Braking: 4"</Description>
  213. <DropDownListLink>National "B"</DropDownListLink>
  214. <LastState Value="0000FFF0" RealAddress="20A32280"/>
  215. <ShowAsHex>1</ShowAsHex>
  216. <ShowAsSigned>0</ShowAsSigned>
  217. <VariableType>4 Bytes</VariableType>
  218. <Address>+0A32280</Address>
  219. </CheatEntry>
  220. <CheatEntry>
  221. <ID>18</ID>
  222. <Description>"Basiscs of Cornering: 3"</Description>
  223. <DropDownListLink>National "B"</DropDownListLink>
  224. <LastState Value="0000FFF0" RealAddress="20A32284"/>
  225. <ShowAsHex>1</ShowAsHex>
  226. <ShowAsSigned>0</ShowAsSigned>
  227. <VariableType>4 Bytes</VariableType>
  228. <Address>+0A32284</Address>
  229. </CheatEntry>
  230. <CheatEntry>
  231. <ID>11</ID>
  232. <Description>"Basiscs of Cornering: 4"</Description>
  233. <DropDownListLink>National "B"</DropDownListLink>
  234. <LastState Value="0000FFF0" RealAddress="20A32288"/>
  235. <ShowAsHex>1</ShowAsHex>
  236. <ShowAsSigned>0</ShowAsSigned>
  237. <VariableType>4 Bytes</VariableType>
  238. <Address>+0A32288</Address>
  239. </CheatEntry>
  240. <CheatEntry>
  241. <ID>12</ID>
  242. <Description>"1 Lap Guide Run (Laguna Seca)"</Description>
  243. <DropDownListLink>National "B"</DropDownListLink>
  244. <LastState Value="0000FFF0" RealAddress="20A3228C"/>
  245. <ShowAsHex>1</ShowAsHex>
  246. <ShowAsSigned>0</ShowAsSigned>
  247. <VariableType>4 Bytes</VariableType>
  248. <Address>+0A3228C</Address>
  249. </CheatEntry>
  250. <CheatEntry>
  251. <ID>20</ID>
  252. <Description>"Basics of Dirt Driving: 1"</Description>
  253. <DropDownListLink>National "B"</DropDownListLink>
  254. <LastState Value="0000FFF0" RealAddress="20A32290"/>
  255. <ShowAsHex>1</ShowAsHex>
  256. <ShowAsSigned>0</ShowAsSigned>
  257. <VariableType>4 Bytes</VariableType>
  258. <Address>+0A32290</Address>
  259. </CheatEntry>
  260. <CheatEntry>
  261. <ID>21</ID>
  262. <Description>"Basics of Dirt Driving: 2"</Description>
  263. <DropDownListLink>National "B"</DropDownListLink>
  264. <LastState Value="0000FFF0" RealAddress="20A32294"/>
  265. <ShowAsHex>1</ShowAsHex>
  266. <ShowAsSigned>0</ShowAsSigned>
  267. <VariableType>4 Bytes</VariableType>
  268. <Address>+0A32294</Address>
  269. </CheatEntry>
  270. <CheatEntry>
  271. <ID>22</ID>
  272. <Description>"Basiscs of Cornering: 5"</Description>
  273. <DropDownListLink>National "B"</DropDownListLink>
  274. <LastState Value="0000FFF0" RealAddress="20A32298"/>
  275. <ShowAsHex>1</ShowAsHex>
  276. <ShowAsSigned>0</ShowAsSigned>
  277. <VariableType>4 Bytes</VariableType>
  278. <Address>+0A32298</Address>
  279. </CheatEntry>
  280. <CheatEntry>
  281. <ID>23</ID>
  282. <Description>"Basiscs of Cornering: 6"</Description>
  283. <DropDownListLink>National "B"</DropDownListLink>
  284. <LastState Value="0000FFF0" RealAddress="20A3229C"/>
  285. <ShowAsHex>1</ShowAsHex>
  286. <ShowAsSigned>0</ShowAsSigned>
  287. <VariableType>4 Bytes</VariableType>
  288. <Address>+0A3229C</Address>
  289. </CheatEntry>
  290. <CheatEntry>
  291. <ID>24</ID>
  292. <Description>"1 Lap Guide Run (Infineon Raceway)"</Description>
  293. <DropDownListLink>National "B"</DropDownListLink>
  294. <LastState Value="0000FFF0" RealAddress="20A322A0"/>
  295. <ShowAsHex>1</ShowAsHex>
  296. <ShowAsSigned>0</ShowAsSigned>
  297. <VariableType>4 Bytes</VariableType>
  298. <Address>+0A322A0</Address>
  299. </CheatEntry>
  300. <CheatEntry>
  301. <ID>25</ID>
  302. <Description>"Graduation Test"</Description>
  303. <DropDownListLink>National "B"</DropDownListLink>
  304. <LastState Value="0000FFF0" RealAddress="20A322A4"/>
  305. <ShowAsHex>1</ShowAsHex>
  306. <ShowAsSigned>0</ShowAsSigned>
  307. <VariableType>4 Bytes</VariableType>
  308. <Address>+0A322A4</Address>
  309. </CheatEntry>
  310. </CheatEntries>
  311. </CheatEntry>
  312. <CheatEntry>
  313. <ID>387634</ID>
  314. <Description>"National "A""</Description>
  315. <Options moHideChildren="1" moRecursiveSetValue="1"/>
  316. <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0000FFF0:Not Done
  317. 0000FBB1:Bronze
  318. 0000FAA1:Silver
  319. 0000F991:Gold
  320. </DropDownList>
  321. <LastState Value="" RealAddress="20000000"/>
  322. <Color>0080FF</Color>
  323. <GroupHeader>1</GroupHeader>
  324. <Address>pcsx2.exe+1185824</Address>
  325. <Offsets>
  326. <Offset>0</Offset>
  327. </Offsets>
  328. <CheatEntries>
  329. <CheatEntry>
  330. <ID>28</ID>
  331. <Description>"Complex Corners: Beginner 1"</Description>
  332. <DropDownListLink>National "A"</DropDownListLink>
  333. <LastState Value="0000FFF0" RealAddress="20A322A8"/>
  334. <ShowAsHex>1</ShowAsHex>
  335. <ShowAsSigned>0</ShowAsSigned>
  336. <VariableType>4 Bytes</VariableType>
  337. <Address>+0A322A8</Address>
  338. </CheatEntry>
  339. <CheatEntry>
  340. <ID>29</ID>
  341. <Description>"Complex Corners: Beginner 2"</Description>
  342. <DropDownListLink>National "A"</DropDownListLink>
  343. <LastState Value="0000FFF0" RealAddress="20A322AC"/>
  344. <ShowAsHex>1</ShowAsHex>
  345. <ShowAsSigned>0</ShowAsSigned>
  346. <VariableType>4 Bytes</VariableType>
  347. <Address>+0A322AC</Address>
  348. </CheatEntry>
  349. <CheatEntry>
  350. <ID>30</ID>
  351. <Description>"Tackling High Speed Corners: 1"</Description>
  352. <DropDownListLink>National "A"</DropDownListLink>
  353. <LastState Value="0000FFF0" RealAddress="20A322B0"/>
  354. <ShowAsHex>1</ShowAsHex>
  355. <ShowAsSigned>0</ShowAsSigned>
  356. <VariableType>4 Bytes</VariableType>
  357. <Address>+0A322B0</Address>
  358. </CheatEntry>
  359. <CheatEntry>
  360. <ID>31</ID>
  361. <Description>"Tackling High Speed Corners: 2"</Description>
  362. <DropDownListLink>National "A"</DropDownListLink>
  363. <LastState Value="0000FFF0" RealAddress="20A322B4"/>
  364. <ShowAsHex>1</ShowAsHex>
  365. <ShowAsSigned>0</ShowAsSigned>
  366. <VariableType>4 Bytes</VariableType>
  367. <Address>+0A322B4</Address>
  368. </CheatEntry>
  369. <CheatEntry>
  370. <ID>32</ID>
  371. <Description>"1 Lap Guide Run (Grand Valley East)"</Description>
  372. <DropDownListLink>National "A"</DropDownListLink>
  373. <LastState Value="0000FFF0" RealAddress="20A322B8"/>
  374. <ShowAsHex>1</ShowAsHex>
  375. <ShowAsSigned>0</ShowAsSigned>
  376. <VariableType>4 Bytes</VariableType>
  377. <Address>+0A322B8</Address>
  378. </CheatEntry>
  379. <CheatEntry>
  380. <ID>33</ID>
  381. <Description>"Complex Corners: Intermediate 1"</Description>
  382. <DropDownListLink>National "A"</DropDownListLink>
  383. <LastState Value="0000FFF0" RealAddress="20A322BC"/>
  384. <ShowAsHex>1</ShowAsHex>
  385. <ShowAsSigned>0</ShowAsSigned>
  386. <VariableType>4 Bytes</VariableType>
  387. <Address>+0A322BC</Address>
  388. </CheatEntry>
  389. <CheatEntry>
  390. <ID>34</ID>
  391. <Description>"Complex Corners: Intermediate 2"</Description>
  392. <DropDownListLink>National "A"</DropDownListLink>
  393. <LastState Value="0000FFF0" RealAddress="20A322C0"/>
  394. <ShowAsHex>1</ShowAsHex>
  395. <ShowAsSigned>0</ShowAsSigned>
  396. <VariableType>4 Bytes</VariableType>
  397. <Address>+0A322C0</Address>
  398. </CheatEntry>
  399. <CheatEntry>
  400. <ID>35</ID>
  401. <Description>"Applied Cornering: 1"</Description>
  402. <DropDownListLink>National "A"</DropDownListLink>
  403. <LastState Value="0000FFF0" RealAddress="20A322C4"/>
  404. <ShowAsHex>1</ShowAsHex>
  405. <ShowAsSigned>0</ShowAsSigned>
  406. <VariableType>4 Bytes</VariableType>
  407. <Address>+0A322C4</Address>
  408. </CheatEntry>
  409. <CheatEntry>
  410. <ID>36</ID>
  411. <Description>"Applied Cornering: 2"</Description>
  412. <DropDownListLink>National "A"</DropDownListLink>
  413. <LastState Value="0000FFF0" RealAddress="20A322C8"/>
  414. <ShowAsHex>1</ShowAsHex>
  415. <ShowAsSigned>0</ShowAsSigned>
  416. <VariableType>4 Bytes</VariableType>
  417. <Address>+0A322C8</Address>
  418. </CheatEntry>
  419. <CheatEntry>
  420. <ID>37</ID>
  421. <Description>"1 Lap Guide Run (Suzuka)"</Description>
  422. <DropDownListLink>National "A"</DropDownListLink>
  423. <LastState Value="0000FFF0" RealAddress="20A322CC"/>
  424. <ShowAsHex>1</ShowAsHex>
  425. <ShowAsSigned>0</ShowAsSigned>
  426. <VariableType>4 Bytes</VariableType>
  427. <Address>+0A322CC</Address>
  428. </CheatEntry>
  429. <CheatEntry>
  430. <ID>38</ID>
  431. <Description>"Applied Dirt Driving: 1"</Description>
  432. <DropDownListLink>National "A"</DropDownListLink>
  433. <LastState Value="0000FFF0" RealAddress="20A322D0"/>
  434. <ShowAsHex>1</ShowAsHex>
  435. <ShowAsSigned>0</ShowAsSigned>
  436. <VariableType>4 Bytes</VariableType>
  437. <Address>+0A322D0</Address>
  438. </CheatEntry>
  439. <CheatEntry>
  440. <ID>39</ID>
  441. <Description>"Applied Dirt Driving: 2"</Description>
  442. <DropDownListLink>National "A"</DropDownListLink>
  443. <LastState Value="0000FFF0" RealAddress="20A322D4"/>
  444. <ShowAsHex>1</ShowAsHex>
  445. <ShowAsSigned>0</ShowAsSigned>
  446. <VariableType>4 Bytes</VariableType>
  447. <Address>+0A322D4</Address>
  448. </CheatEntry>
  449. <CheatEntry>
  450. <ID>40</ID>
  451. <Description>"Tackling Blind Corners: 1"</Description>
  452. <DropDownListLink>National "A"</DropDownListLink>
  453. <LastState Value="0000FFF0" RealAddress="20A322D8"/>
  454. <ShowAsHex>1</ShowAsHex>
  455. <ShowAsSigned>0</ShowAsSigned>
  456. <VariableType>4 Bytes</VariableType>
  457. <Address>+0A322D8</Address>
  458. </CheatEntry>
  459. <CheatEntry>
  460. <ID>41</ID>
  461. <Description>"Tackling Blind Corners: 2"</Description>
  462. <DropDownListLink>National "A"</DropDownListLink>
  463. <LastState Value="0000FFF0" RealAddress="20A322DC"/>
  464. <ShowAsHex>1</ShowAsHex>
  465. <ShowAsSigned>0</ShowAsSigned>
  466. <VariableType>4 Bytes</VariableType>
  467. <Address>+0A322DC</Address>
  468. </CheatEntry>
  469. <CheatEntry>
  470. <ID>42</ID>
  471. <Description>"1 Lap Guide Run (Trial Mountain)"</Description>
  472. <DropDownListLink>National "A"</DropDownListLink>
  473. <LastState Value="0000FFF0" RealAddress="20A322E0"/>
  474. <ShowAsHex>1</ShowAsHex>
  475. <ShowAsSigned>0</ShowAsSigned>
  476. <VariableType>4 Bytes</VariableType>
  477. <Address>+0A322E0</Address>
  478. </CheatEntry>
  479. <CheatEntry>
  480. <ID>43</ID>
  481. <Description>"Graduation Test"</Description>
  482. <DropDownListLink>National "A"</DropDownListLink>
  483. <LastState Value="0000FFF0" RealAddress="20A322E4"/>
  484. <ShowAsHex>1</ShowAsHex>
  485. <ShowAsSigned>0</ShowAsSigned>
  486. <VariableType>4 Bytes</VariableType>
  487. <Address>+0A322E4</Address>
  488. </CheatEntry>
  489. </CheatEntries>
  490. </CheatEntry>
  491. <CheatEntry>
  492. <ID>387635</ID>
  493. <Description>"International "B""</Description>
  494. <Options moHideChildren="1" moRecursiveSetValue="1"/>
  495. <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0000FFF0:Not Done
  496. 0000FBB1:Bronze
  497. 0000FAA1:Silver
  498. 0000F991:Gold
  499. </DropDownList>
  500. <LastState Value="" RealAddress="20000000"/>
  501. <Color>FF8000</Color>
  502. <GroupHeader>1</GroupHeader>
  503. <Address>pcsx2.exe+1185824</Address>
  504. <Offsets>
  505. <Offset>0</Offset>
  506. </Offsets>
  507. <CheatEntries>
  508. <CheatEntry>
  509. <ID>44</ID>
  510. <Description>"Braking During Turns: 1"</Description>
  511. <DropDownListLink>International "B"</DropDownListLink>
  512. <LastState Value="0000FFF0" RealAddress="20A322E8"/>
  513. <ShowAsHex>1</ShowAsHex>
  514. <ShowAsSigned>0</ShowAsSigned>
  515. <VariableType>4 Bytes</VariableType>
  516. <Address>+0A322E8</Address>
  517. </CheatEntry>
  518. <CheatEntry>
  519. <ID>46</ID>
  520. <Description>"Braking During Turns: 2"</Description>
  521. <DropDownListLink>International "B"</DropDownListLink>
  522. <LastState Value="0000FFF0" RealAddress="20A322EC"/>
  523. <ShowAsHex>1</ShowAsHex>
  524. <ShowAsSigned>0</ShowAsSigned>
  525. <VariableType>4 Bytes</VariableType>
  526. <Address>+0A322EC</Address>
  527. </CheatEntry>
  528. <CheatEntry>
  529. <ID>47</ID>
  530. <Description>"Advanced Level Complex Corners: 1"</Description>
  531. <DropDownListLink>International "B"</DropDownListLink>
  532. <LastState Value="0000FFF0" RealAddress="20A322F0"/>
  533. <ShowAsHex>1</ShowAsHex>
  534. <ShowAsSigned>0</ShowAsSigned>
  535. <VariableType>4 Bytes</VariableType>
  536. <Address>+0A322F0</Address>
  537. </CheatEntry>
  538. <CheatEntry>
  539. <ID>48</ID>
  540. <Description>"Advanced Level Complex Corners: 2"</Description>
  541. <DropDownListLink>International "B"</DropDownListLink>
  542. <LastState Value="0000FFF0" RealAddress="20A322F4"/>
  543. <ShowAsHex>1</ShowAsHex>
  544. <ShowAsSigned>0</ShowAsSigned>
  545. <VariableType>4 Bytes</VariableType>
  546. <Address>+0A322F4</Address>
  547. </CheatEntry>
  548. <CheatEntry>
  549. <ID>49</ID>
  550. <Description>"1 Lap Guide (Costa di Amalfi)"</Description>
  551. <DropDownListLink>International "B"</DropDownListLink>
  552. <LastState Value="0000FFF0" RealAddress="20A322F8"/>
  553. <ShowAsHex>1</ShowAsHex>
  554. <ShowAsSigned>0</ShowAsSigned>
  555. <VariableType>4 Bytes</VariableType>
  556. <Address>+0A322F8</Address>
  557. </CheatEntry>
  558. <CheatEntry>
  559. <ID>50</ID>
  560. <Description>"Cone Slalom 1"</Description>
  561. <DropDownListLink>International "B"</DropDownListLink>
  562. <LastState Value="0000FFF0" RealAddress="20A322FC"/>
  563. <ShowAsHex>1</ShowAsHex>
  564. <ShowAsSigned>0</ShowAsSigned>
  565. <VariableType>4 Bytes</VariableType>
  566. <Address>+0A322FC</Address>
  567. </CheatEntry>
  568. <CheatEntry>
  569. <ID>51</ID>
  570. <Description>"Cone Slalom 2"</Description>
  571. <DropDownListLink>International "B"</DropDownListLink>
  572. <LastState Value="0000FFF0" RealAddress="20A32300"/>
  573. <ShowAsHex>1</ShowAsHex>
  574. <ShowAsSigned>0</ShowAsSigned>
  575. <VariableType>4 Bytes</VariableType>
  576. <Address>+0A32300</Address>
  577. </CheatEntry>
  578. <CheatEntry>
  579. <ID>52</ID>
  580. <Description>"City Street Challenge: 1"</Description>
  581. <DropDownListLink>International "B"</DropDownListLink>
  582. <LastState Value="0000FFF0" RealAddress="20A32304"/>
  583. <ShowAsHex>1</ShowAsHex>
  584. <ShowAsSigned>0</ShowAsSigned>
  585. <VariableType>4 Bytes</VariableType>
  586. <Address>+0A32304</Address>
  587. </CheatEntry>
  588. <CheatEntry>
  589. <ID>53</ID>
  590. <Description>"City Street Challenge: 2"</Description>
  591. <DropDownListLink>International "B"</DropDownListLink>
  592. <LastState Value="0000FFF0" RealAddress="20A32308"/>
  593. <ShowAsHex>1</ShowAsHex>
  594. <ShowAsSigned>0</ShowAsSigned>
  595. <VariableType>4 Bytes</VariableType>
  596. <Address>+0A32308</Address>
  597. </CheatEntry>
  598. <CheatEntry>
  599. <ID>54</ID>
  600. <Description>"1 Lap Guide Run (Hong Kong)"</Description>
  601. <DropDownListLink>International "B"</DropDownListLink>
  602. <LastState Value="0000FFF0" RealAddress="20A3230C"/>
  603. <ShowAsHex>1</ShowAsHex>
  604. <ShowAsSigned>0</ShowAsSigned>
  605. <VariableType>4 Bytes</VariableType>
  606. <Address>+0A3230C</Address>
  607. </CheatEntry>
  608. <CheatEntry>
  609. <ID>55</ID>
  610. <Description>"Competition Dirt Racing: 1"</Description>
  611. <DropDownListLink>International "B"</DropDownListLink>
  612. <LastState Value="0000FFF0" RealAddress="20A32310"/>
  613. <ShowAsHex>1</ShowAsHex>
  614. <ShowAsSigned>0</ShowAsSigned>
  615. <VariableType>4 Bytes</VariableType>
  616. <Address>+0A32310</Address>
  617. </CheatEntry>
  618. <CheatEntry>
  619. <ID>56</ID>
  620. <Description>"Driving on Snow: 1"</Description>
  621. <DropDownListLink>International "B"</DropDownListLink>
  622. <LastState Value="0000FFF0" RealAddress="20A32314"/>
  623. <ShowAsHex>1</ShowAsHex>
  624. <ShowAsSigned>0</ShowAsSigned>
  625. <VariableType>4 Bytes</VariableType>
  626. <Address>+0A32314</Address>
  627. </CheatEntry>
  628. <CheatEntry>
  629. <ID>57</ID>
  630. <Description>"Tackling Undulating S-bends"</Description>
  631. <DropDownListLink>International "B"</DropDownListLink>
  632. <LastState Value="0000FFF0" RealAddress="20A32318"/>
  633. <ShowAsHex>1</ShowAsHex>
  634. <ShowAsSigned>0</ShowAsSigned>
  635. <VariableType>4 Bytes</VariableType>
  636. <Address>+0A32318</Address>
  637. </CheatEntry>
  638. <CheatEntry>
  639. <ID>58</ID>
  640. <Description>"Tackling Corner Sequences over Undulating Surfaces"</Description>
  641. <DropDownListLink>International "B"</DropDownListLink>
  642. <LastState Value="0000FFF0" RealAddress="20A3231C"/>
  643. <ShowAsHex>1</ShowAsHex>
  644. <ShowAsSigned>0</ShowAsSigned>
  645. <VariableType>4 Bytes</VariableType>
  646. <Address>+0A3231C</Address>
  647. </CheatEntry>
  648. <CheatEntry>
  649. <ID>59</ID>
  650. <Description>"1 Lap Guide Run (Citta di Aria)"</Description>
  651. <DropDownListLink>International "B"</DropDownListLink>
  652. <LastState Value="0000FFF0" RealAddress="20A32320"/>
  653. <ShowAsHex>1</ShowAsHex>
  654. <ShowAsSigned>0</ShowAsSigned>
  655. <VariableType>4 Bytes</VariableType>
  656. <Address>+0A32320</Address>
  657. </CheatEntry>
  658. <CheatEntry>
  659. <ID>60</ID>
  660. <Description>"Graduation Test"</Description>
  661. <DropDownListLink>International "B"</DropDownListLink>
  662. <LastState Value="0000FFF0" RealAddress="20A32324"/>
  663. <ShowAsHex>1</ShowAsHex>
  664. <ShowAsSigned>0</ShowAsSigned>
  665. <VariableType>4 Bytes</VariableType>
  666. <Address>+0A32324</Address>
  667. </CheatEntry>
  668. </CheatEntries>
  669. </CheatEntry>
  670. <CheatEntry>
  671. <ID>387636</ID>
  672. <Description>"International "A""</Description>
  673. <Options moHideChildren="1" moRecursiveSetValue="1"/>
  674. <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0000FFF0:Not Done
  675. 0000FBB1:Bronze
  676. 0000FAA1:Silver
  677. 0000F991:Gold
  678. </DropDownList>
  679. <LastState Value="" RealAddress="20000000"/>
  680. <Color>0000DF</Color>
  681. <GroupHeader>1</GroupHeader>
  682. <Address>pcsx2.exe+1185824</Address>
  683. <Offsets>
  684. <Offset>0</Offset>
  685. </Offsets>
  686. <CheatEntries>
  687. <CheatEntry>
  688. <ID>62</ID>
  689. <Description>"Tackling Complex Corner Sequences: 1"</Description>
  690. <DropDownListLink>International "A"</DropDownListLink>
  691. <LastState Value="0000FFF0" RealAddress="20A32328"/>
  692. <ShowAsHex>1</ShowAsHex>
  693. <ShowAsSigned>0</ShowAsSigned>
  694. <VariableType>4 Bytes</VariableType>
  695. <Address>+0A32328</Address>
  696. </CheatEntry>
  697. <CheatEntry>
  698. <ID>64</ID>
  699. <Description>"Tackling Complex Corner Sequences: 2"</Description>
  700. <DropDownListLink>International "A"</DropDownListLink>
  701. <LastState Value="0000FFF0" RealAddress="20A3232C"/>
  702. <ShowAsHex>1</ShowAsHex>
  703. <ShowAsSigned>0</ShowAsSigned>
  704. <VariableType>4 Bytes</VariableType>
  705. <Address>+0A3232C</Address>
  706. </CheatEntry>
  707. <CheatEntry>
  708. <ID>65</ID>
  709. <Description>"Guide to Chicanes: 1"</Description>
  710. <DropDownListLink>International "A"</DropDownListLink>
  711. <LastState Value="0000FFF0" RealAddress="20A32330"/>
  712. <ShowAsHex>1</ShowAsHex>
  713. <ShowAsSigned>0</ShowAsSigned>
  714. <VariableType>4 Bytes</VariableType>
  715. <Address>+0A32330</Address>
  716. </CheatEntry>
  717. <CheatEntry>
  718. <ID>66</ID>
  719. <Description>"Guide to Chicanes: 2"</Description>
  720. <DropDownListLink>International "A"</DropDownListLink>
  721. <LastState Value="0000FFF0" RealAddress="20A32334"/>
  722. <ShowAsHex>1</ShowAsHex>
  723. <ShowAsSigned>0</ShowAsSigned>
  724. <VariableType>4 Bytes</VariableType>
  725. <Address>+0A32334</Address>
  726. </CheatEntry>
  727. <CheatEntry>
  728. <ID>67</ID>
  729. <Description>"1 Lap Guide Run (El Capitan)"</Description>
  730. <DropDownListLink>International "A"</DropDownListLink>
  731. <LastState Value="0000FFF0" RealAddress="20A32338"/>
  732. <ShowAsHex>1</ShowAsHex>
  733. <ShowAsSigned>0</ShowAsSigned>
  734. <VariableType>4 Bytes</VariableType>
  735. <Address>+0A32338</Address>
  736. </CheatEntry>
  737. <CheatEntry>
  738. <ID>68</ID>
  739. <Description>"Tackling Complex Corner Sequences: 3"</Description>
  740. <DropDownListLink>International "A"</DropDownListLink>
  741. <LastState Value="0000FFF0" RealAddress="20A3233C"/>
  742. <ShowAsHex>1</ShowAsHex>
  743. <ShowAsSigned>0</ShowAsSigned>
  744. <VariableType>4 Bytes</VariableType>
  745. <Address>+0A3233C</Address>
  746. </CheatEntry>
  747. <CheatEntry>
  748. <ID>69</ID>
  749. <Description>"Tackling Complex Corner Sequences: 4"</Description>
  750. <DropDownListLink>International "A"</DropDownListLink>
  751. <LastState Value="0000FFF0" RealAddress="20A32340"/>
  752. <ShowAsHex>1</ShowAsHex>
  753. <ShowAsSigned>0</ShowAsSigned>
  754. <VariableType>4 Bytes</VariableType>
  755. <Address>+0A32340</Address>
  756. </CheatEntry>
  757. <CheatEntry>
  758. <ID>70</ID>
  759. <Description>"City Street Challenge: 3"</Description>
  760. <DropDownListLink>International "A"</DropDownListLink>
  761. <LastState Value="0000FFF0" RealAddress="20A32344"/>
  762. <ShowAsHex>1</ShowAsHex>
  763. <ShowAsSigned>0</ShowAsSigned>
  764. <VariableType>4 Bytes</VariableType>
  765. <Address>+0A32344</Address>
  766. </CheatEntry>
  767. <CheatEntry>
  768. <ID>71</ID>
  769. <Description>"City Street Challenge: 4"</Description>
  770. <DropDownListLink>International "A"</DropDownListLink>
  771. <LastState Value="0000FFF0" RealAddress="20A32348"/>
  772. <ShowAsHex>1</ShowAsHex>
  773. <ShowAsSigned>0</ShowAsSigned>
  774. <VariableType>4 Bytes</VariableType>
  775. <Address>+0A32348</Address>
  776. </CheatEntry>
  777. <CheatEntry>
  778. <ID>72</ID>
  779. <Description>"1 Lap Guide Run (Fuji Speedway 2005)"</Description>
  780. <DropDownListLink>International "A"</DropDownListLink>
  781. <LastState Value="0000FFF0" RealAddress="20A3234C"/>
  782. <ShowAsHex>1</ShowAsHex>
  783. <ShowAsSigned>0</ShowAsSigned>
  784. <VariableType>4 Bytes</VariableType>
  785. <Address>+0A3234C</Address>
  786. </CheatEntry>
  787. <CheatEntry>
  788. <ID>73</ID>
  789. <Description>"Competition Dirt Racing: 2"</Description>
  790. <DropDownListLink>International "A"</DropDownListLink>
  791. <LastState Value="0000FFF0" RealAddress="20A32350"/>
  792. <ShowAsHex>1</ShowAsHex>
  793. <ShowAsSigned>0</ShowAsSigned>
  794. <VariableType>4 Bytes</VariableType>
  795. <Address>+0A32350</Address>
  796. </CheatEntry>
  797. <CheatEntry>
  798. <ID>74</ID>
  799. <Description>"Driving on Snow: 2"</Description>
  800. <DropDownListLink>International "A"</DropDownListLink>
  801. <LastState Value="0000FFF0" RealAddress="20A32354"/>
  802. <ShowAsHex>1</ShowAsHex>
  803. <ShowAsSigned>0</ShowAsSigned>
  804. <VariableType>4 Bytes</VariableType>
  805. <Address>+0A32354</Address>
  806. </CheatEntry>
  807. <CheatEntry>
  808. <ID>75</ID>
  809. <Description>"Tackling Complex Corner Sequences: 5"</Description>
  810. <DropDownListLink>International "A"</DropDownListLink>
  811. <LastState Value="0000FFF0" RealAddress="20A32358"/>
  812. <ShowAsHex>1</ShowAsHex>
  813. <ShowAsSigned>0</ShowAsSigned>
  814. <VariableType>4 Bytes</VariableType>
  815. <Address>+0A32358</Address>
  816. </CheatEntry>
  817. <CheatEntry>
  818. <ID>76</ID>
  819. <Description>"Tackling Complex Corner Sequences: 6"</Description>
  820. <DropDownListLink>International "A"</DropDownListLink>
  821. <LastState Value="0000FFF0" RealAddress="20A3235C"/>
  822. <ShowAsHex>1</ShowAsHex>
  823. <ShowAsSigned>0</ShowAsSigned>
  824. <VariableType>4 Bytes</VariableType>
  825. <Address>+0A3235C</Address>
  826. </CheatEntry>
  827. <CheatEntry>
  828. <ID>77</ID>
  829. <Description>"1 Lap Guide Run (Nürburgring North Course)"</Description>
  830. <DropDownListLink>International "A"</DropDownListLink>
  831. <LastState Value="0000FFF0" RealAddress="20A32360"/>
  832. <ShowAsHex>1</ShowAsHex>
  833. <ShowAsSigned>0</ShowAsSigned>
  834. <VariableType>4 Bytes</VariableType>
  835. <Address>+0A32360</Address>
  836. </CheatEntry>
  837. <CheatEntry>
  838. <ID>61</ID>
  839. <Description>"Graduation Test"</Description>
  840. <DropDownListLink>International "A"</DropDownListLink>
  841. <LastState Value="0000FFF0" RealAddress="20A32364"/>
  842. <ShowAsHex>1</ShowAsHex>
  843. <ShowAsSigned>0</ShowAsSigned>
  844. <VariableType>4 Bytes</VariableType>
  845. <Address>+0A32364</Address>
  846. </CheatEntry>
  847. </CheatEntries>
  848. </CheatEntry>
  849. <CheatEntry>
  850. <ID>387637</ID>
  851. <Description>"Special"</Description>
  852. <Options moHideChildren="1" moRecursiveSetValue="1"/>
  853. <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0000FFF0:Not Done
  854. 0000FBB1:Bronze
  855. 0000FAA1:Silver
  856. 0000F991:Gold
  857. </DropDownList>
  858. <LastState Value="" RealAddress="20000000"/>
  859. <Color>FF4AA5</Color>
  860. <GroupHeader>1</GroupHeader>
  861. <Address>pcsx2.exe+1185824</Address>
  862. <Offsets>
  863. <Offset>0</Offset>
  864. </Offsets>
  865. <CheatEntries>
  866. <CheatEntry>
  867. <ID>78</ID>
  868. <Description>"1 Lap Time Trial (Twin Ring Motegi Road Course)"</Description>
  869. <DropDownListLink>Special</DropDownListLink>
  870. <LastState Value="0000FFF0" RealAddress="20A32368"/>
  871. <ShowAsHex>1</ShowAsHex>
  872. <ShowAsSigned>0</ShowAsSigned>
  873. <VariableType>4 Bytes</VariableType>
  874. <Address>+0A32368</Address>
  875. </CheatEntry>
  876. <CheatEntry>
  877. <ID>80</ID>
  878. <Description>"1 Lap Time Trial (Citta di Aria)"</Description>
  879. <DropDownListLink>Special</DropDownListLink>
  880. <LastState Value="0000FFF0" RealAddress="20A3236C"/>
  881. <ShowAsHex>1</ShowAsHex>
  882. <ShowAsSigned>0</ShowAsSigned>
  883. <VariableType>4 Bytes</VariableType>
  884. <Address>+0A3236C</Address>
  885. </CheatEntry>
  886. <CheatEntry>
  887. <ID>81</ID>
  888. <Description>"1 Lap Time Trial (Special Stage Route 5)"</Description>
  889. <DropDownListLink>Special</DropDownListLink>
  890. <LastState Value="0000FFF0" RealAddress="20A32370"/>
  891. <ShowAsHex>1</ShowAsHex>
  892. <ShowAsSigned>0</ShowAsSigned>
  893. <VariableType>4 Bytes</VariableType>
  894. <Address>+0A32370</Address>
  895. </CheatEntry>
  896. <CheatEntry>
  897. <ID>83</ID>
  898. <Description>"1 Lap Time Trial (Costa di Amalfi)"</Description>
  899. <DropDownListLink>Special</DropDownListLink>
  900. <LastState Value="0000FFF0" RealAddress="20A32374"/>
  901. <ShowAsHex>1</ShowAsHex>
  902. <ShowAsSigned>0</ShowAsSigned>
  903. <VariableType>4 Bytes</VariableType>
  904. <Address>+0A32374</Address>
  905. </CheatEntry>
  906. <CheatEntry>
  907. <ID>84</ID>
  908. <Description>"1 Lap Time Trial (Seattle)"</Description>
  909. <DropDownListLink>Special</DropDownListLink>
  910. <LastState Value="0000FFF0" RealAddress="20A32378"/>
  911. <ShowAsHex>1</ShowAsHex>
  912. <ShowAsSigned>0</ShowAsSigned>
  913. <VariableType>4 Bytes</VariableType>
  914. <Address>+0A32378</Address>
  915. </CheatEntry>
  916. <CheatEntry>
  917. <ID>85</ID>
  918. <Description>"1 Lap Time Trial (Ice Arena)"</Description>
  919. <DropDownListLink>Special</DropDownListLink>
  920. <LastState Value="0000FFF0" RealAddress="20A3237C"/>
  921. <ShowAsHex>1</ShowAsHex>
  922. <ShowAsSigned>0</ShowAsSigned>
  923. <VariableType>4 Bytes</VariableType>
  924. <Address>+0A3237C</Address>
  925. </CheatEntry>
  926. <CheatEntry>
  927. <ID>86</ID>
  928. <Description>"1 Lap Time Trial (Trial Mountain)"</Description>
  929. <DropDownListLink>Special</DropDownListLink>
  930. <LastState Value="0000FFF0" RealAddress="20A32380"/>
  931. <ShowAsHex>1</ShowAsHex>
  932. <ShowAsSigned>0</ShowAsSigned>
  933. <VariableType>4 Bytes</VariableType>
  934. <Address>+0A32380</Address>
  935. </CheatEntry>
  936. <CheatEntry>
  937. <ID>87</ID>
  938. <Description>"1 Lap Time Trial (Tokyo Route 246)"</Description>
  939. <DropDownListLink>Special</DropDownListLink>
  940. <LastState Value="0000FFF0" RealAddress="20A32384"/>
  941. <ShowAsHex>1</ShowAsHex>
  942. <ShowAsSigned>0</ShowAsSigned>
  943. <VariableType>4 Bytes</VariableType>
  944. <Address>+0A32384</Address>
  945. </CheatEntry>
  946. <CheatEntry>
  947. <ID>88</ID>
  948. <Description>"1 Lap Time Trial (El Capitan)"</Description>
  949. <DropDownListLink>Special</DropDownListLink>
  950. <LastState Value="0000FFF0" RealAddress="20A32388"/>
  951. <ShowAsHex>1</ShowAsHex>
  952. <ShowAsSigned>0</ShowAsSigned>
  953. <VariableType>4 Bytes</VariableType>
  954. <Address>+0A32388</Address>
  955. </CheatEntry>
  956. <CheatEntry>
  957. <ID>89</ID>
  958. <Description>"1 Lap Time Trial (Grand Canyon)"</Description>
  959. <DropDownListLink>Special</DropDownListLink>
  960. <LastState Value="0000FFF0" RealAddress="20A3238C"/>
  961. <ShowAsHex>1</ShowAsHex>
  962. <ShowAsSigned>0</ShowAsSigned>
  963. <VariableType>4 Bytes</VariableType>
  964. <Address>+0A3238C</Address>
  965. </CheatEntry>
  966. <CheatEntry>
  967. <ID>90</ID>
  968. <Description>"1 Lap Time Trial (Opera Paris)"</Description>
  969. <DropDownListLink>Special</DropDownListLink>
  970. <LastState Value="0000FFF0" RealAddress="20A32390"/>
  971. <ShowAsHex>1</ShowAsHex>
  972. <ShowAsSigned>0</ShowAsSigned>
  973. <VariableType>4 Bytes</VariableType>
  974. <Address>+0A32390</Address>
  975. </CheatEntry>
  976. <CheatEntry>
  977. <ID>91</ID>
  978. <Description>"1 Lap Time Trial (Suzuka Circuit)"</Description>
  979. <DropDownListLink>Special</DropDownListLink>
  980. <LastState Value="0000FFF0" RealAddress="20A32394"/>
  981. <ShowAsHex>1</ShowAsHex>
  982. <ShowAsSigned>0</ShowAsSigned>
  983. <VariableType>4 Bytes</VariableType>
  984. <Address>+0A32394</Address>
  985. </CheatEntry>
  986. <CheatEntry>
  987. <ID>92</ID>
  988. <Description>"1 Lap Time Trial (Infineon Raceway-Sports Car Course)"</Description>
  989. <DropDownListLink>Special</DropDownListLink>
  990. <LastState Value="0000FFF0" RealAddress="20A32398"/>
  991. <ShowAsHex>1</ShowAsHex>
  992. <ShowAsSigned>0</ShowAsSigned>
  993. <VariableType>4 Bytes</VariableType>
  994. <Address>+0A32398</Address>
  995. </CheatEntry>
  996. <CheatEntry>
  997. <ID>93</ID>
  998. <Description>"1 Lap Time Trial (Chamonix)"</Description>
  999. <DropDownListLink>Special</DropDownListLink>
  1000. <LastState Value="0000FFF0" RealAddress="20A3239C"/>
  1001. <ShowAsHex>1</ShowAsHex>
  1002. <ShowAsSigned>0</ShowAsSigned>
  1003. <VariableType>4 Bytes</VariableType>
  1004. <Address>+0A3239C</Address>
  1005. </CheatEntry>
  1006. <CheatEntry>
  1007. <ID>94</ID>
  1008. <Description>"1 Lap Time Trial (Circuit de la Sarthe)"</Description>
  1009. <DropDownListLink>Special</DropDownListLink>
  1010. <LastState Value="0000FFF0" RealAddress="20A323A0"/>
  1011. <ShowAsHex>1</ShowAsHex>
  1012. <ShowAsSigned>0</ShowAsSigned>
  1013. <VariableType>4 Bytes</VariableType>
  1014. <Address>+0A323A0</Address>
  1015. </CheatEntry>
  1016. <CheatEntry>
  1017. <ID>95</ID>
  1018. <Description>"1 Lap Time Trial (Nürburgring North Course)"</Description>
  1019. <DropDownListLink>Special</DropDownListLink>
  1020. <LastState Value="0000FFF0" RealAddress="20A323A4"/>
  1021. <ShowAsHex>1</ShowAsHex>
  1022. <ShowAsSigned>0</ShowAsSigned>
  1023. <VariableType>4 Bytes</VariableType>
  1024. <Address>+0A323A4</Address>
  1025. </CheatEntry>
  1026. </CheatEntries>
  1027. </CheatEntry>
  1028. <CheatEntry>
  1029. <ID>387638</ID>
  1030. <Description>"Coffee Break"</Description>
  1031. <Options moHideChildren="1" moRecursiveSetValue="1"/>
  1032. <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0000FFF0:Not Done
  1033. 0000FBB1:Bronze
  1034. 0000FAA1:Silver
  1035. 0000F991:Gold
  1036. </DropDownList>
  1037. <LastState Value="" RealAddress="20000000"/>
  1038. <GroupHeader>1</GroupHeader>
  1039. <Address>pcsx2.exe+1185824</Address>
  1040. <Offsets>
  1041. <Offset>0</Offset>
  1042. </Offsets>
  1043. <CheatEntries>
  1044. <CheatEntry>
  1045. <ID>97</ID>
  1046. <Description>"Maneuver around the cones"</Description>
  1047. <DropDownListLink>Coffee Break</DropDownListLink>
  1048. <LastState Value="0000FFF0" RealAddress="20A323A8"/>
  1049. <ShowAsHex>1</ShowAsHex>
  1050. <ShowAsSigned>0</ShowAsSigned>
  1051. <VariableType>4 Bytes</VariableType>
  1052. <Address>+0A323A8</Address>
  1053. </CheatEntry>
  1054. <CheatEntry>
  1055. <ID>98</ID>
  1056. <Description>"Knock over the cones laid out in a spiral"</Description>
  1057. <DropDownListLink>Coffee Break</DropDownListLink>
  1058. <LastState Value="0000FFF0" RealAddress="20A323AC"/>
  1059. <ShowAsHex>1</ShowAsHex>
  1060. <ShowAsSigned>0</ShowAsSigned>
  1061. <VariableType>4 Bytes</VariableType>
  1062. <Address>+0A323AC</Address>
  1063. </CheatEntry>
  1064. <CheatEntry>
  1065. <ID>99</ID>
  1066. <Description>"Knock over the cones laid out in a spiral (2)"</Description>
  1067. <DropDownListLink>Coffee Break</DropDownListLink>
  1068. <LastState Value="0000FFF0" RealAddress="20A323B0"/>
  1069. <ShowAsHex>1</ShowAsHex>
  1070. <ShowAsSigned>0</ShowAsSigned>
  1071. <VariableType>4 Bytes</VariableType>
  1072. <Address>+0A323B0</Address>
  1073. </CheatEntry>
  1074. <CheatEntry>
  1075. <ID>100</ID>
  1076. <Description>"Cones - Gymkhana"</Description>
  1077. <DropDownListLink>Coffee Break</DropDownListLink>
  1078. <LastState Value="0000FFF0" RealAddress="20A323B4"/>
  1079. <ShowAsHex>1</ShowAsHex>
  1080. <ShowAsSigned>0</ShowAsSigned>
  1081. <VariableType>4 Bytes</VariableType>
  1082. <Address>+0A323B4</Address>
  1083. </CheatEntry>
  1084. <CheatEntry>
  1085. <ID>101</ID>
  1086. <Description>"Cone Maze Challenge"</Description>
  1087. <DropDownListLink>Coffee Break</DropDownListLink>
  1088. <LastState Value="0000FFF0" RealAddress="20A323B8"/>
  1089. <ShowAsHex>1</ShowAsHex>
  1090. <ShowAsSigned>0</ShowAsSigned>
  1091. <VariableType>4 Bytes</VariableType>
  1092. <Address>+0A323B8</Address>
  1093. </CheatEntry>
  1094. </CheatEntries>
  1095. </CheatEntry>
  1096. <CheatEntry>
  1097. <ID>387639</ID>
  1098. <Description>"Driving Mission"</Description>
  1099. <Options moHideChildren="1" moRecursiveSetValue="1"/>
  1100. <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0000FFF0:Not Done
  1101. 00FAF003:MISSION CLEAR
  1102. 0000F113:Silver
  1103. 0000F003:MISSION CLEAR(2)
  1104. </DropDownList>
  1105. <LastState Value="" RealAddress="20000000"/>
  1106. <Color>C0C0C0</Color>
  1107. <GroupHeader>1</GroupHeader>
  1108. <Address>pcsx2.exe+1185824</Address>
  1109. <Offsets>
  1110. <Offset>0</Offset>
  1111. </Offsets>
  1112. <CheatEntries>
  1113. <CheatEntry>
  1114. <ID>102</ID>
  1115. <Description>"The Pass: Deep Forest"</Description>
  1116. <DropDownListLink>Driving Mission</DropDownListLink>
  1117. <LastState Value="0000FFF0" RealAddress="20A323BC"/>
  1118. <ShowAsHex>1</ShowAsHex>
  1119. <ShowAsSigned>0</ShowAsSigned>
  1120. <VariableType>4 Bytes</VariableType>
  1121. <Address>+0A323BC</Address>
  1122. </CheatEntry>
  1123. <CheatEntry>
  1124. <ID>103</ID>
  1125. <Description>"The Pass: Grand Valley"</Description>
  1126. <DropDownListLink>Driving Mission</DropDownListLink>
  1127. <LastState Value="0000FFF0" RealAddress="20A323C0"/>
  1128. <ShowAsHex>1</ShowAsHex>
  1129. <ShowAsSigned>0</ShowAsSigned>
  1130. <VariableType>4 Bytes</VariableType>
  1131. <Address>+0A323C0</Address>
  1132. </CheatEntry>
  1133. <CheatEntry>
  1134. <ID>104</ID>
  1135. <Description>"The Pass: Côte d'Azur"</Description>
  1136. <DropDownListLink>Driving Mission</DropDownListLink>
  1137. <LastState Value="0000FFF0" RealAddress="20A323C4"/>
  1138. <ShowAsHex>1</ShowAsHex>
  1139. <ShowAsSigned>0</ShowAsSigned>
  1140. <VariableType>4 Bytes</VariableType>
  1141. <Address>+0A323C4</Address>
  1142. </CheatEntry>
  1143. <CheatEntry>
  1144. <ID>105</ID>
  1145. <Description>"The Pass: Seattle"</Description>
  1146. <DropDownListLink>Driving Mission</DropDownListLink>
  1147. <LastState Value="0000FFF0" RealAddress="20A323C8"/>
  1148. <ShowAsHex>1</ShowAsHex>
  1149. <ShowAsSigned>0</ShowAsSigned>
  1150. <VariableType>4 Bytes</VariableType>
  1151. <Address>+0A323C8</Address>
  1152. </CheatEntry>
  1153. <CheatEntry>
  1154. <ID>106</ID>
  1155. <Description>"The Pass: High-speed Ring"</Description>
  1156. <DropDownListLink>Driving Mission</DropDownListLink>
  1157. <LastState Value="0000FFF0" RealAddress="20A323CC"/>
  1158. <ShowAsHex>1</ShowAsHex>
  1159. <ShowAsSigned>0</ShowAsSigned>
  1160. <VariableType>4 Bytes</VariableType>
  1161. <Address>+0A323CC</Address>
  1162. </CheatEntry>
  1163. <CheatEntry>
  1164. <ID>107</ID>
  1165. <Description>"The Pass: Tsukuba"</Description>
  1166. <DropDownListLink>Driving Mission</DropDownListLink>
  1167. <LastState Value="0000FFF0" RealAddress="20A323D0"/>
  1168. <ShowAsHex>1</ShowAsHex>
  1169. <ShowAsSigned>0</ShowAsSigned>
  1170. <VariableType>4 Bytes</VariableType>
  1171. <Address>+0A323D0</Address>
  1172. </CheatEntry>
  1173. <CheatEntry>
  1174. <ID>108</ID>
  1175. <Description>"The Pass: Midfield Raceway"</Description>
  1176. <DropDownListLink>Driving Mission</DropDownListLink>
  1177. <LastState Value="0000FFF0" RealAddress="20A323D4"/>
  1178. <ShowAsHex>1</ShowAsHex>
  1179. <ShowAsSigned>0</ShowAsSigned>
  1180. <VariableType>4 Bytes</VariableType>
  1181. <Address>+0A323D4</Address>
  1182. </CheatEntry>
  1183. <CheatEntry>
  1184. <ID>109</ID>
  1185. <Description>"The Pass: Trial Mountain"</Description>
  1186. <DropDownListLink>Driving Mission</DropDownListLink>
  1187. <LastState Value="0000FFF0" RealAddress="20A323D8"/>
  1188. <ShowAsHex>1</ShowAsHex>
  1189. <ShowAsSigned>0</ShowAsSigned>
  1190. <VariableType>4 Bytes</VariableType>
  1191. <Address>+0A323D8</Address>
  1192. </CheatEntry>
  1193. <CheatEntry>
  1194. <ID>110</ID>
  1195. <Description>"The Pass: Motegi Oval"</Description>
  1196. <DropDownListLink>Driving Mission</DropDownListLink>
  1197. <LastState Value="0000FFF0" RealAddress="20A323DC"/>
  1198. <ShowAsHex>1</ShowAsHex>
  1199. <ShowAsSigned>0</ShowAsSigned>
  1200. <VariableType>4 Bytes</VariableType>
  1201. <Address>+0A323DC</Address>
  1202. </CheatEntry>
  1203. <CheatEntry>
  1204. <ID>111</ID>
  1205. <Description>"The Pass: Sarthe I"</Description>
  1206. <DropDownListLink>Driving Mission</DropDownListLink>
  1207. <LastState Value="0000FFF0" RealAddress="20A323E0"/>
  1208. <ShowAsHex>1</ShowAsHex>
  1209. <ShowAsSigned>0</ShowAsSigned>
  1210. <VariableType>4 Bytes</VariableType>
  1211. <Address>+0A323E0</Address>
  1212. </CheatEntry>
  1213. <CheatEntry>
  1214. <ID>112</ID>
  1215. <Description>"3 Lap Battle: New York"</Description>
  1216. <DropDownListLink>Driving Mission</DropDownListLink>
  1217. <LastState Value="0000FFF0" RealAddress="20A323E4"/>
  1218. <ShowAsHex>1</ShowAsHex>
  1219. <ShowAsSigned>0</ShowAsSigned>
  1220. <VariableType>4 Bytes</VariableType>
  1221. <Address>+0A323E4</Address>
  1222. </CheatEntry>
  1223. <CheatEntry>
  1224. <ID>113</ID>
  1225. <Description>"3 Lap Battle: Laguna Seca"</Description>
  1226. <DropDownListLink>Driving Mission</DropDownListLink>
  1227. <LastState Value="0000FFF0" RealAddress="20A323E8"/>
  1228. <ShowAsHex>1</ShowAsHex>
  1229. <ShowAsSigned>0</ShowAsSigned>
  1230. <VariableType>4 Bytes</VariableType>
  1231. <Address>+0A323E8</Address>
  1232. </CheatEntry>
  1233. <CheatEntry>
  1234. <ID>114</ID>
  1235. <Description>"3 Lap Battle: Opera Paris"</Description>
  1236. <DropDownListLink>Driving Mission</DropDownListLink>
  1237. <LastState Value="0000FFF0" RealAddress="20A323EC"/>
  1238. <ShowAsHex>1</ShowAsHex>
  1239. <ShowAsSigned>0</ShowAsSigned>
  1240. <VariableType>4 Bytes</VariableType>
  1241. <Address>+0A323EC</Address>
  1242. </CheatEntry>
  1243. <CheatEntry>
  1244. <ID>115</ID>
  1245. <Description>"3 Lap Battle: Seattle"</Description>
  1246. <DropDownListLink>Driving Mission</DropDownListLink>
  1247. <LastState Value="0000FFF0" RealAddress="20A323F0"/>
  1248. <ShowAsHex>1</ShowAsHex>
  1249. <ShowAsSigned>0</ShowAsSigned>
  1250. <VariableType>4 Bytes</VariableType>
  1251. <Address>+0A323F0</Address>
  1252. </CheatEntry>
  1253. <CheatEntry>
  1254. <ID>116</ID>
  1255. <Description>"3 Lap Battle: Côte d'Azur"</Description>
  1256. <DropDownListLink>Driving Mission</DropDownListLink>
  1257. <LastState Value="0000FFF0" RealAddress="20A323F4"/>
  1258. <ShowAsHex>1</ShowAsHex>
  1259. <ShowAsSigned>0</ShowAsSigned>
  1260. <VariableType>4 Bytes</VariableType>
  1261. <Address>+0A323F4</Address>
  1262. </CheatEntry>
  1263. <CheatEntry>
  1264. <ID>117</ID>
  1265. <Description>"3 Lap Battle: Suzuka"</Description>
  1266. <DropDownListLink>Driving Mission</DropDownListLink>
  1267. <LastState Value="0000FFF0" RealAddress="20A323F8"/>
  1268. <ShowAsHex>1</ShowAsHex>
  1269. <ShowAsSigned>0</ShowAsSigned>
  1270. <VariableType>4 Bytes</VariableType>
  1271. <Address>+0A323F8</Address>
  1272. </CheatEntry>
  1273. <CheatEntry>
  1274. <ID>118</ID>
  1275. <Description>"3 Lap Battle: Infineon"</Description>
  1276. <DropDownListLink>Driving Mission</DropDownListLink>
  1277. <LastState Value="0000FFF0" RealAddress="20A323FC"/>
  1278. <ShowAsHex>1</ShowAsHex>
  1279. <ShowAsSigned>0</ShowAsSigned>
  1280. <VariableType>4 Bytes</VariableType>
  1281. <Address>+0A323FC</Address>
  1282. </CheatEntry>
  1283. <CheatEntry>
  1284. <ID>119</ID>
  1285. <Description>"3 Lap Battle: Sarthe II"</Description>
  1286. <DropDownListLink>Driving Mission</DropDownListLink>
  1287. <LastState Value="0000FFF0" RealAddress="20A32400"/>
  1288. <ShowAsHex>1</ShowAsHex>
  1289. <ShowAsSigned>0</ShowAsSigned>
  1290. <VariableType>4 Bytes</VariableType>
  1291. <Address>+0A32400</Address>
  1292. </CheatEntry>
  1293. <CheatEntry>
  1294. <ID>120</ID>
  1295. <Description>"3 Lap Battle: Suzuka East"</Description>
  1296. <DropDownListLink>Driving Mission</DropDownListLink>
  1297. <LastState Value="0000FFF0" RealAddress="20A32404"/>
  1298. <ShowAsHex>1</ShowAsHex>
  1299. <ShowAsSigned>0</ShowAsSigned>
  1300. <VariableType>4 Bytes</VariableType>
  1301. <Address>+0A32404</Address>
  1302. </CheatEntry>
  1303. <CheatEntry>
  1304. <ID>121</ID>
  1305. <Description>"3 Lap Battle: Tsukuba"</Description>
  1306. <DropDownListLink>Driving Mission</DropDownListLink>
  1307. <LastState Value="0000FFF0" RealAddress="20A32408"/>
  1308. <ShowAsHex>1</ShowAsHex>
  1309. <ShowAsSigned>0</ShowAsSigned>
  1310. <VariableType>4 Bytes</VariableType>
  1311. <Address>+0A32408</Address>
  1312. </CheatEntry>
  1313. <CheatEntry>
  1314. <ID>122</ID>
  1315. <Description>"Slipstream Battle 1: Nissan Cube"</Description>
  1316. <DropDownListLink>Driving Mission</DropDownListLink>
  1317. <LastState Value="0000FFF0" RealAddress="20A3240C"/>
  1318. <ShowAsHex>1</ShowAsHex>
  1319. <ShowAsSigned>0</ShowAsSigned>
  1320. <VariableType>4 Bytes</VariableType>
  1321. <Address>+0A3240C</Address>
  1322. </CheatEntry>
  1323. <CheatEntry>
  1324. <ID>123</ID>
  1325. <Description>"Slipstream Battle 1: Honda Odyssey"</Description>
  1326. <DropDownListLink>Driving Mission</DropDownListLink>
  1327. <LastState Value="0000FFF0" RealAddress="20A32410"/>
  1328. <ShowAsHex>1</ShowAsHex>
  1329. <ShowAsSigned>0</ShowAsSigned>
  1330. <VariableType>4 Bytes</VariableType>
  1331. <Address>+0A32410</Address>
  1332. </CheatEntry>
  1333. <CheatEntry>
  1334. <ID>124</ID>
  1335. <Description>"Slipstream Battle 1: Nissan Skyline GT-R"</Description>
  1336. <DropDownListLink>Driving Mission</DropDownListLink>
  1337. <LastState Value="0000FFF0" RealAddress="20A32414"/>
  1338. <ShowAsHex>1</ShowAsHex>
  1339. <ShowAsSigned>0</ShowAsSigned>
  1340. <VariableType>4 Bytes</VariableType>
  1341. <Address>+0A32414</Address>
  1342. </CheatEntry>
  1343. <CheatEntry>
  1344. <ID>125</ID>
  1345. <Description>"Slipstream Battle 1: Amuse S2000 GT1"</Description>
  1346. <DropDownListLink>Driving Mission</DropDownListLink>
  1347. <LastState Value="0000FFF0" RealAddress="20A32418"/>
  1348. <ShowAsHex>1</ShowAsHex>
  1349. <ShowAsSigned>0</ShowAsSigned>
  1350. <VariableType>4 Bytes</VariableType>
  1351. <Address>+0A32418</Address>
  1352. </CheatEntry>
  1353. <CheatEntry>
  1354. <ID>126</ID>
  1355. <Description>"1 Lap Magic: Z Showdown!"</Description>
  1356. <DropDownListLink>Driving Mission</DropDownListLink>
  1357. <LastState Value="0000FFF0" RealAddress="20A3241C"/>
  1358. <ShowAsHex>1</ShowAsHex>
  1359. <ShowAsSigned>0</ShowAsSigned>
  1360. <VariableType>4 Bytes</VariableType>
  1361. <Address>+0A3241C</Address>
  1362. </CheatEntry>
  1363. <CheatEntry>
  1364. <ID>127</ID>
  1365. <Description>"1 Lap Magic: Honda Showdown!"</Description>
  1366. <DropDownListLink>Driving Mission</DropDownListLink>
  1367. <LastState Value="0000FFF0" RealAddress="20A32420"/>
  1368. <ShowAsHex>1</ShowAsHex>
  1369. <ShowAsSigned>0</ShowAsSigned>
  1370. <VariableType>4 Bytes</VariableType>
  1371. <Address>+0A32420</Address>
  1372. </CheatEntry>
  1373. <CheatEntry>
  1374. <ID>128</ID>
  1375. <Description>"1 Lap Magic: Mazda Showdown!"</Description>
  1376. <DropDownListLink>Driving Mission</DropDownListLink>
  1377. <LastState Value="0000FFF0" RealAddress="20A32424"/>
  1378. <ShowAsHex>1</ShowAsHex>
  1379. <ShowAsSigned>0</ShowAsSigned>
  1380. <VariableType>4 Bytes</VariableType>
  1381. <Address>+0A32424</Address>
  1382. </CheatEntry>
  1383. <CheatEntry>
  1384. <ID>129</ID>
  1385. <Description>"1 Lap Magic: Celica Showdown!"</Description>
  1386. <DropDownListLink>Driving Mission</DropDownListLink>
  1387. <LastState Value="0000FFF0" RealAddress="20A32428"/>
  1388. <ShowAsHex>1</ShowAsHex>
  1389. <ShowAsSigned>0</ShowAsSigned>
  1390. <VariableType>4 Bytes</VariableType>
  1391. <Address>+0A32428</Address>
  1392. </CheatEntry>
  1393. <CheatEntry>
  1394. <ID>130</ID>
  1395. <Description>"1 Lap Magic: Chevrolet Showdown!"</Description>
  1396. <DropDownListLink>Driving Mission</DropDownListLink>
  1397. <LastState Value="0000FFF0" RealAddress="20A3242C"/>
  1398. <ShowAsHex>1</ShowAsHex>
  1399. <ShowAsSigned>0</ShowAsSigned>
  1400. <VariableType>4 Bytes</VariableType>
  1401. <Address>+0A3242C</Address>
  1402. </CheatEntry>
  1403. <CheatEntry>
  1404. <ID>132</ID>
  1405. <Description>"1 Lap Magic: Subaru Showdown!"</Description>
  1406. <DropDownListLink>Driving Mission</DropDownListLink>
  1407. <LastState Value="0000FFF0" RealAddress="20A32430"/>
  1408. <ShowAsHex>1</ShowAsHex>
  1409. <ShowAsSigned>0</ShowAsSigned>
  1410. <VariableType>4 Bytes</VariableType>
  1411. <Address>+0A32430</Address>
  1412. </CheatEntry>
  1413. <CheatEntry>
  1414. <ID>133</ID>
  1415. <Description>"1 Lap Magic: Lotus Showdown!"</Description>
  1416. <DropDownListLink>Driving Mission</DropDownListLink>
  1417. <LastState Value="0000FFF0" RealAddress="20A32434"/>
  1418. <ShowAsHex>1</ShowAsHex>
  1419. <ShowAsSigned>0</ShowAsSigned>
  1420. <VariableType>4 Bytes</VariableType>
  1421. <Address>+0A32434</Address>
  1422. </CheatEntry>
  1423. <CheatEntry>
  1424. <ID>134</ID>
  1425. <Description>"1 Lap Magic: Ford Showdown!"</Description>
  1426. <DropDownListLink>Driving Mission</DropDownListLink>
  1427. <LastState Value="0000FFF0" RealAddress="20A32438"/>
  1428. <ShowAsHex>1</ShowAsHex>
  1429. <ShowAsSigned>0</ShowAsSigned>
  1430. <VariableType>4 Bytes</VariableType>
  1431. <Address>+0A32438</Address>
  1432. </CheatEntry>
  1433. <CheatEntry>
  1434. <ID>135</ID>
  1435. <Description>"1 Lap Magic: GM Showdown!"</Description>
  1436. <DropDownListLink>Driving Mission</DropDownListLink>
  1437. <LastState Value="0000FFF0" RealAddress="20A3243C"/>
  1438. <ShowAsHex>1</ShowAsHex>
  1439. <ShowAsSigned>0</ShowAsSigned>
  1440. <VariableType>4 Bytes</VariableType>
  1441. <Address>+0A3243C</Address>
  1442. </CheatEntry>
  1443. <CheatEntry>
  1444. <ID>136</ID>
  1445. <Description>"1 Lap Magic: Mercedes Showdown!"</Description>
  1446. <DropDownListLink>Driving Mission</DropDownListLink>
  1447. <LastState Value="0000FFF0" RealAddress="20A32440"/>
  1448. <ShowAsHex>1</ShowAsHex>
  1449. <ShowAsSigned>0</ShowAsSigned>
  1450. <VariableType>4 Bytes</VariableType>
  1451. <Address>+0A32440</Address>
  1452. </CheatEntry>
  1453. </CheatEntries>
  1454. </CheatEntry>
  1455. </CheatEntries>
  1456. </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment