Nirvada

Gran Turismo: 4 NTSC-J 1.6 & 1.7+

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