Advertisement
Guest User

Untitled

a guest
Jun 5th, 2010
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.35 KB | None | 0 0
  1. <config>
  2. <RCBSettings>
  3. <showEntryAllConsoles>True</showEntryAllConsoles>
  4. <showEntryAllGenres>True</showEntryAllGenres>
  5. <showEntryAllYears>True</showEntryAllYears>
  6. <showEntryAllPublisher>True</showEntryAllPublisher>
  7. <saveViewStateOnExit>True</saveViewStateOnExit>
  8. <saveViewStateOnLaunchEmu>True</saveViewStateOnLaunchEmu>
  9. </RCBSettings>
  10. <Consoles>
  11. <Console>
  12. <name>Xbox</name>
  13. </Console>
  14. <Console>
  15. <name>Sega Master System</name>
  16. </Console>
  17. <Console>
  18. <name>Pokemon Mini</name>
  19. </Console>
  20. <Console>
  21. <name>Sega VMU</name>
  22. </Console>
  23. <Console>
  24. <name>CHIP-8</name>
  25. </Console>
  26. <Console>
  27. <name>Watara Supervision</name>
  28. </Console>
  29. <Console>
  30. <name>Wonderswan</name>
  31. </Console>
  32. <Console>
  33. <name>Virtual Boy</name>
  34. </Console>
  35. <Console>
  36. <name>Neo Geo</name>
  37. </Console>
  38. <Console>
  39. <name>Coleco Adam</name>
  40. </Console>
  41. <Console>
  42. <name>Atari Lynx</name>
  43. </Console>
  44. <Console>
  45. <name>Odyssey 2</name>
  46. </Console>
  47. <Console>
  48. <name>Super Nintendo</name>
  49. </Console>
  50. <Console>
  51. <name>Atari 7800</name>
  52. </Console>
  53. <Console>
  54. <name>Nintendo</name>
  55. </Console>
  56. <Console>
  57. <name>Atari 800</name>
  58. </Console>
  59. </Consoles>
  60.  
  61. <FileTypes>
  62. <FileType>
  63. <name>cover</name>
  64. <type>image</type>
  65. <parent>game</parent>
  66. </FileType>
  67. <FileType>
  68. <name>fanart</name>
  69. <type>image</type>
  70. <parent>game</parent>
  71. </FileType>
  72. <FileType>
  73. <name>gameplay</name>
  74. <type>video</type>
  75. <parent>game</parent>
  76. </FileType>
  77. <FileType>
  78. <name>fullcover</name>
  79. <type>image</type>
  80. <parent>game</parent>
  81. </FileType>
  82. <FileType>
  83. <name>titles</name>
  84. <type>image</type>
  85. <parent>game</parent>
  86. </FileType>
  87. <FileType>
  88. <name>action</name>
  89. <type>image</type>
  90. <parent>game</parent>
  91. </FileType>
  92.  
  93. </FileTypes>
  94. <RomCollections>
  95. <RomCollection>
  96. <name>Collection V1</name>
  97. <consoleName>Xbox</consoleName>
  98. <emulatorCmd>%ROM%</emulatorCmd>
  99. <descFilePerGame>True</descFilePerGame>
  100. <descriptionParserFile>f:\Games\Media\Synopsis\parserConfig.xml</descriptionParserFile>
  101. <romPath>f:\Games\Media\cuts\*.cut</romPath>
  102. <descFilePath>f:\games\Media\Synopsis\%GAME%.txt</descFilePath>
  103.  
  104.  
  105. <mediaPath type="cover">f:\Games\Media\Boxart\%GAME%.png</mediaPath>
  106. <mediaPath type="fanart">f:\Games\Media\FanArt\%GAME%.jpg</mediaPath>
  107. <mediaPath type="fullcover">f:\Games\Media\gamecovers\%GAME%.jpg</mediaPath>
  108. <mediaPath type="gameplay">f:\Games\Media\gameplay\%GAME%.wmv</mediaPath>
  109.  
  110. <fileTypeForGameList>cover</fileTypeForGameList>
  111. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  112. <fileTypeForMainViewBackground>fanart</fileTypeForMainViewBackground>
  113. <fileTypeForMainViewGameInfoBig>fullcover</fileTypeForMainViewGameInfoBig>
  114. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  115. <fileTypeForGameInfoViewBackground>fanart</fileTypeForGameInfoViewBackground>
  116. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  117. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  118. <fileTypeForGameInfoView2>fanart</fileTypeForGameInfoView2>
  119. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  120. <fileTypeForGameInfoView4>fanart</fileTypeForGameInfoView4>
  121. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  122. </RomCollection>
  123. <RomCollection>
  124. <name>Collection V3</name>
  125. <consoleName>Sega Master System</consoleName>
  126. <emulatorCmd>%ROM%</emulatorCmd>
  127. <descFilePerGame>false</descFilePerGame>
  128. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  129. <romPath>f:\Media\SMSGG\cuts\*.cut</romPath>
  130. <descFilePath>f:\emulators\(03) SEGA\SMSGG\synopsis.txt</descFilePath>
  131.  
  132.  
  133. <mediaPath type="cover">f:\Media\SMSGG\Artwork\3D Boxart\%GAME%.png</mediaPath>
  134. <mediaPath type="titles">f:\Media\SMSGG\Artwork\titles\%GAME%.png</mediaPath>
  135. <mediaPath type="action">f:\Media\SMSGG\Artwork\action\%GAME%.png</mediaPath>
  136. <mediaPath type="gameplay">f:\Games\SMSGG\gameplay\%GAME%.wmv</mediaPath>
  137.  
  138. <fileTypeForGameList>cover</fileTypeForGameList>
  139. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  140. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  141. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  142. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  143. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  144. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  145. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  146. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  147. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  148. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  149. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  150. </RomCollection>
  151. <RomCollection>
  152. <name>Collection V4</name>
  153. <consoleName>Pokemon Mini</consoleName>
  154. <emulatorCmd>%ROM%</emulatorCmd>
  155. <descFilePerGame>false</descFilePerGame>
  156. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  157. <romPath>f:\Media\pokemini\cuts\*.cut</romPath>
  158. <descFilePath>f:\emulators\(02) Nintendo\Pokemini\synopsis.txt</descFilePath>
  159.  
  160.  
  161. <mediaPath type="cover">f:\Media\pokemini\Artwork\3D Boxart\%GAME%.png</mediaPath>
  162. <mediaPath type="titles">f:\Media\pokemini\Artwork\titles\%GAME%.png</mediaPath>
  163. <mediaPath type="action">f:\Media\pokemini\Artwork\action\%GAME%.png</mediaPath>
  164. <mediaPath type="gameplay">f:\Games\pokemini\gameplay\%GAME%.wmv</mediaPath>
  165.  
  166. <fileTypeForGameList>cover</fileTypeForGameList>
  167. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  168. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  169. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  170. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  171. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  172. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  173. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  174. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  175. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  176. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  177. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  178. </RomCollection>
  179. <RomCollection>
  180. <name>Collection V5</name>
  181. <consoleName>Sega VMU</consoleName>
  182. <emulatorCmd>%ROM%</emulatorCmd>
  183. <descFilePerGame>false</descFilePerGame>
  184. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  185. <romPath>f:\Media\SEGAVMU\cuts\*.cut</romPath>
  186. <descFilePath>f:\emulators\(02) Nintendo\Pokemini\synopsis.txt</descFilePath>
  187.  
  188.  
  189. <mediaPath type="cover">f:\Media\SEGAVMU\Artwork\3D Boxart\%GAME%.png</mediaPath>
  190. <mediaPath type="titles">f:\Media\SEGAVMU\Artwork\titles\%GAME%.png</mediaPath>
  191. <mediaPath type="action">f:\Media\SEGAVMU\Artwork\action\%GAME%.png</mediaPath>
  192. <mediaPath type="gameplay">f:\Games\SEGAVMU\gameplay\%GAME%.wmv</mediaPath>
  193.  
  194. <fileTypeForGameList>cover</fileTypeForGameList>
  195. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  196. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  197. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  198. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  199. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  200. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  201. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  202. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  203. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  204. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  205. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  206. </RomCollection>
  207. <RomCollection>
  208. <name>Collection V6</name>
  209. <consoleName>CHIP-8</consoleName>
  210. <emulatorCmd>%ROM%</emulatorCmd>
  211. <descFilePerGame>false</descFilePerGame>
  212. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  213. <romPath>f:\Media\CHIP8\cuts\*.cut</romPath>
  214. <descFilePath>f:\emulators\Other Emulators\CHIP8\synopsis.txt</descFilePath>
  215.  
  216.  
  217. <mediaPath type="cover">f:\Media\CHIP8\Artwork\3D Boxart\%GAME%.png</mediaPath>
  218. <mediaPath type="titles">f:\Media\CHIP8\Artwork\titles\%GAME%.png</mediaPath>
  219. <mediaPath type="action">f:\Media\CHIP8\Artwork\action\%GAME%.png</mediaPath>
  220. <mediaPath type="gameplay">f:\Games\CHIP8\gameplay\%GAME%.wmv</mediaPath>
  221.  
  222. <fileTypeForGameList>cover</fileTypeForGameList>
  223. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  224. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  225. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  226. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  227. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  228. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  229. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  230. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  231. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  232. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  233. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  234. </RomCollection>
  235. <RomCollection>
  236. <name>Collection V7</name>
  237. <consoleName>Watara Supervision</consoleName>
  238. <emulatorCmd>%ROM%</emulatorCmd>
  239. <descFilePerGame>false</descFilePerGame>
  240. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  241. <romPath>f:\Media\SUPERVISION\cuts\*.cut</romPath>
  242. <descFilePath>f:\emulators\Other Emulators\SUPERVISION\synopsis.txt</descFilePath>
  243.  
  244.  
  245. <mediaPath type="cover">f:\Media\SUPERVISION\Artwork\3D Boxart\%GAME%.png</mediaPath>
  246. <mediaPath type="titles">f:\Media\SUPERVISION\Artwork\titles\%GAME%.png</mediaPath>
  247. <mediaPath type="action">f:\Media\SUPERVISION\Artwork\action\%GAME%.png</mediaPath>
  248. <mediaPath type="gameplay">f:\Games\SUPERVISON\gameplay\%GAME%.wmv</mediaPath>
  249.  
  250. <fileTypeForGameList>cover</fileTypeForGameList>
  251. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  252. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  253. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  254. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  255. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  256. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  257. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  258. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  259. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  260. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  261. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  262. </RomCollection>
  263. <RomCollection>
  264. <name>Collection V8</name>
  265. <consoleName>Wonderswan</consoleName>
  266. <emulatorCmd>%ROM%</emulatorCmd>
  267. <descFilePerGame>false</descFilePerGame>
  268. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  269. <romPath>f:\Media\WONDERSWAN\cuts\*.cut</romPath>
  270. <descFilePath>f:\emulators\Other Emulators\WONDERSWAN\synopsis.txt</descFilePath>
  271.  
  272.  
  273. <mediaPath type="cover">f:\Media\WONDERSWAN\Artwork\3D Boxart\%GAME%.png</mediaPath>
  274. <mediaPath type="titles">f:\Media\WONDERSWAN\Artwork\titles\%GAME%.png</mediaPath>
  275. <mediaPath type="action">f:\Media\WONDERSWAN\Artwork\action\%GAME%.png</mediaPath>
  276. <mediaPath type="gameplay">f:\Games\WONDERSWAN\gameplay\%GAME%.wmv</mediaPath>
  277.  
  278. <fileTypeForGameList>cover</fileTypeForGameList>
  279. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  280. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  281. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  282. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  283. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  284. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  285. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  286. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  287. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  288. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  289. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  290. </RomCollection>
  291. <RomCollection>
  292. <name>Collection V9</name>
  293. <consoleName>Virtual Boy</consoleName>
  294. <emulatorCmd>%ROM%</emulatorCmd>
  295. <descFilePerGame>false</descFilePerGame>
  296. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  297. <romPath>f:\Media\VIRTUALBOY\Cuts\*.cut</romPath>
  298. <descFilePath>f:\emulators\(02) Nintendo\VIRTUALBOY\synopsis.txt</descFilePath>
  299.  
  300.  
  301. <mediaPath type="cover">f:\Media\VIRTUALBOY\Artwork\3D Boxart\%GAME%.png</mediaPath>
  302. <mediaPath type="titles">f:\Media\VIRTUALBOY\Artwork\titles\%GAME%.png</mediaPath>
  303. <mediaPath type="action">f:\Media\VIRTUALBOY\Artwork\action\%GAME%.png</mediaPath>
  304. <mediaPath type="gameplay">f:\Games\VIRTUALBOY\gameplay\%GAME%.wmv</mediaPath>
  305.  
  306. <fileTypeForGameList>cover</fileTypeForGameList>
  307. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  308. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  309. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  310. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  311. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  312. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  313. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  314. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  315. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  316. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  317. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  318. </RomCollection>
  319. <RomCollection>
  320. <name>Collection V10</name>
  321. <consoleName>Neo Geo</consoleName>
  322. <emulatorCmd>%ROM%</emulatorCmd>
  323. <descFilePerGame>false</descFilePerGame>
  324. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  325. <romPath>f:\Media\NGPC\cuts\*.cut</romPath>
  326. <descFilePath>f:\emulators\Other Emulators\NGPC\synopsis.txt</descFilePath>
  327.  
  328.  
  329. <mediaPath type="cover">f:\Media\NGPC\Artwork\3D Boxart\%GAME%.png</mediaPath>
  330. <mediaPath type="titles">f:\Media\NGPC\Artwork\titles\%GAME%.png</mediaPath>
  331. <mediaPath type="action">f:\Media\NGPC\Artwork\action\%GAME%.png</mediaPath>
  332. <mediaPath type="gameplay">f:\Games\NGPC\gameplay\%GAME%.wmv</mediaPath>
  333.  
  334. <fileTypeForGameList>cover</fileTypeForGameList>
  335. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  336. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  337. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  338. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  339. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  340. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  341. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  342. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  343. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  344. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  345. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  346. </RomCollection>
  347. <RomCollection>
  348. <name>Collection V11</name>
  349. <consoleName>Atari Lynx</consoleName>
  350. <emulatorCmd>%ROM%</emulatorCmd>
  351. <descFilePerGame>false</descFilePerGame>
  352. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  353. <romPath>f:\Media\NGPC\cuts\*.cut</romPath>
  354. <descFilePath>f:\emulators\(04) ATARI\LYNX\synopsis.txt</descFilePath>
  355.  
  356.  
  357. <mediaPath type="cover">f:\Media\LYNX\Artwork\3D Boxart\%GAME%.png</mediaPath>
  358. <mediaPath type="titles">f:\Media\LYNX\Artwork\titles\%GAME%.png</mediaPath>
  359. <mediaPath type="action">f:\Media\LYNX\Artwork\action\%GAME%.png</mediaPath>
  360. <mediaPath type="gameplay">f:\Games\LYNX\gameplay\%GAME%.wmv</mediaPath>
  361.  
  362. <fileTypeForGameList>cover</fileTypeForGameList>
  363. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  364. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  365. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  366. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  367. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  368. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  369. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  370. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  371. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  372. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  373. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  374. </RomCollection>
  375. <RomCollection>
  376. <name>Collection V12</name>
  377. <consoleName>Coleco Adam</consoleName>
  378. <emulatorCmd>%ROM%</emulatorCmd>
  379. <descFilePerGame>false</descFilePerGame>
  380. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  381. <romPath>f:\Media\NGPC\cuts\*.cut</romPath>
  382. <descFilePath>f:\emulators\Other Emulators\ADAM\synopsis.txt</descFilePath>
  383.  
  384.  
  385. <mediaPath type="cover">f:\Media\NGPC\Artwork\3D Boxart\%GAME%.png</mediaPath>
  386. <mediaPath type="titles">f:\Media\NGPC\Artwork\titles\%GAME%.png</mediaPath>
  387. <mediaPath type="action">f:\Media\NGPC\Artwork\action\%GAME%.png</mediaPath>
  388. <mediaPath type="gameplay">f:\Games\NGPC\gameplay\%GAME%.wmv</mediaPath>
  389.  
  390. <fileTypeForGameList>cover</fileTypeForGameList>
  391. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  392. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  393. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  394. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  395. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  396. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  397. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  398. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  399. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  400. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  401. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  402. </RomCollection>
  403. <RomCollection>
  404. <name>Collection V13</name>
  405. <consoleName>Odyssey 2</consoleName>
  406. <emulatorCmd>%ROM%</emulatorCmd>
  407. <descFilePerGame>false</descFilePerGame>
  408. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  409. <romPath>f:\Media\ODYSSEY2\cuts\*.cut</romPath>
  410. <descFilePath>f:\emulators\Other Emulators\ODYSSEY2\synopsis.txt</descFilePath>
  411.  
  412.  
  413. <mediaPath type="cover">f:\Media\ODYSSEY2\Artwork\3D Boxart\%GAME%.png</mediaPath>
  414. <mediaPath type="titles">f:\Media\ODYSSEY2\Artwork\titles\%GAME%.png</mediaPath>
  415. <mediaPath type="action">f:\Media\ODYSSEY2\Artwork\action\%GAME%.png</mediaPath>
  416. <mediaPath type="gameplay">f:\Games\ODYSSEY2\gameplay\%GAME%.wmv</mediaPath>
  417.  
  418. <fileTypeForGameList>cover</fileTypeForGameList>
  419. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  420. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  421. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  422. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  423. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  424. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  425. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  426. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  427. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  428. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  429. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  430. </RomCollection>
  431. <RomCollection>
  432. <name>Collection V14</name>
  433. <consoleName>Super Nintendo</consoleName>
  434. <emulatorCmd>%ROM%</emulatorCmd>
  435. <descFilePerGame>false</descFilePerGame>
  436. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  437. <romPath>f:\Media\SNES\cuts\*.cut</romPath>
  438. <descFilePath>f:\emulators\(02) Nintendo\SNES\synopsis.txt</descFilePath>
  439.  
  440.  
  441. <mediaPath type="cover">f:\Media\SNES\Artwork\3D Boxart\%GAME%.png</mediaPath>
  442. <mediaPath type="titles">f:\Media\SNES\Artwork\titles\%GAME%.png</mediaPath>
  443. <mediaPath type="action">f:\Media\SNES\Artwork\action\%GAME%.png</mediaPath>
  444. <mediaPath type="gameplay">f:\Games\SNES\gameplay\%GAME%.wmv</mediaPath>
  445.  
  446. <fileTypeForGameList>cover</fileTypeForGameList>
  447. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  448. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  449. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  450. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  451. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  452. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  453. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  454. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  455. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  456. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  457. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  458. </RomCollection>
  459. <RomCollection>
  460. <name>Collection V15</name>
  461. <consoleName>Atari 7800</consoleName>
  462. <emulatorCmd>%ROM%</emulatorCmd>
  463. <descFilePerGame>false</descFilePerGame>
  464. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  465. <romPath>f:\Media\A7800\cuts\*.cut</romPath>
  466. <descFilePath>f:\emulators\(04) Atari\A7800\synopsis.txt</descFilePath>
  467.  
  468.  
  469. <mediaPath type="cover">f:\Media\A7800\Artwork\3D Boxart\%GAME%.png</mediaPath>
  470. <mediaPath type="titles">f:\Media\A7800\Artwork\titles\%GAME%.png</mediaPath>
  471. <mediaPath type="action">f:\Media\A7800\Artwork\action\%GAME%.png</mediaPath>
  472. <mediaPath type="gameplay">f:\Games\A7800\gameplay\%GAME%.wmv</mediaPath>
  473.  
  474. <fileTypeForGameList>cover</fileTypeForGameList>
  475. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  476. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  477. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  478. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  479. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  480. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  481. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  482. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  483. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  484. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  485. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  486. </RomCollection>
  487. <RomCollection>
  488. <name>Collection V16</name>
  489. <consoleName>Nintendo</consoleName>
  490. <emulatorCmd>%ROM%</emulatorCmd>
  491. <descFilePerGame>false</descFilePerGame>
  492. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  493. <romPath>f:\Media\NES\cuts\*.cut</romPath>
  494. <descFilePath>f:\emulators\(02) Nintendo\NES\synopsis.txt</descFilePath>
  495.  
  496.  
  497. <mediaPath type="cover">f:\Media\NES\Artwork\3D Boxart\%GAME%.png</mediaPath>
  498. <mediaPath type="titles">f:\Media\NES\Artwork\titles\%GAME%.png</mediaPath>
  499. <mediaPath type="action">f:\Media\NES\Artwork\action\%GAME%.png</mediaPath>
  500. <mediaPath type="gameplay">f:\Games\NES\gameplay\%GAME%.wmv</mediaPath>
  501.  
  502. <fileTypeForGameList>cover</fileTypeForGameList>
  503. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  504. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  505. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  506. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  507. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  508. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  509. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  510. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  511. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  512. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  513. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  514. </RomCollection>
  515. <RomCollection>
  516. <name>Collection V17</name>
  517. <consoleName>Atari 800</consoleName>
  518. <emulatorCmd>%ROM%</emulatorCmd>
  519. <descFilePerGame>false</descFilePerGame>
  520. <descriptionParserFile>f:\Media\parserconfig.xml</descriptionParserFile>
  521. <romPath>f:\Media\ATARI800\cuts\*.cut</romPath>
  522. <descFilePath>f:\emulators\(04) Atari\ATARI800\synopsis.txt</descFilePath>
  523.  
  524.  
  525. <mediaPath type="cover">f:\Media\ATARI800\Artwork\3D Boxart\%GAME%.png</mediaPath>
  526. <mediaPath type="titles">f:\Media\ATARI800\Artwork\titles\%GAME%.png</mediaPath>
  527. <mediaPath type="action">f:\Media\ATARI800\Artwork\action\%GAME%.png</mediaPath>
  528. <mediaPath type="gameplay">f:\Games\ATARI800\gameplay\%GAME%.wmv</mediaPath>
  529.  
  530. <fileTypeForGameList>cover</fileTypeForGameList>
  531. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  532. <fileTypeForMainViewBackground>titles</fileTypeForMainViewBackground>
  533. <fileTypeForMainViewGameInfoBig>action</fileTypeForMainViewGameInfoBig>
  534. <fileTypeForMainViewVideoWindowBig>gameplay</fileTypeForMainViewVideoWindowBig>
  535. <fileTypeForGameInfoViewBackground>titles</fileTypeForGameInfoViewBackground>
  536. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  537. <fileTypeForGameInfoView1>cover</fileTypeForGameInfoView1>
  538. <fileTypeForGameInfoView2>titles</fileTypeForGameInfoView2>
  539. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  540. <fileTypeForGameInfoView4>titles</fileTypeForGameInfoView4>
  541. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  542. </RomCollection>
  543. </RomCollections>
  544. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement