Advertisement
Guest User

Untitled

a guest
May 12th, 2010
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.91 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>ColecoVision</name>
  13. </Console>
  14. </Consoles>
  15. <FileTypes>
  16. <FileType>
  17. <name>cover</name>
  18. <type>image</type>
  19. <parent>game</parent>
  20. </FileType>
  21. <FileType>
  22. <name>screenshotingame</name>
  23. <type>image</type>
  24. <parent>game</parent>
  25. </FileType>
  26. <FileType>
  27. <name>screenshottitle</name>
  28. <type>image</type>
  29. <parent>game</parent>
  30. </FileType>
  31. <FileType>
  32. <name>cartridge</name>
  33. <type>image</type>
  34. <parent>game</parent>
  35. </FileType>
  36. <FileType>
  37. <name>3dbox</name>
  38. <type>image</type>
  39. <parent>game</parent>
  40. </FileType>
  41. <FileType>
  42. <name>gameplay</name>
  43. <type>video</type>
  44. <parent>game</parent>
  45. </FileType>
  46. <FileType>
  47. <name>console</name>
  48. <type>image</type>
  49. <parent>console</parent>
  50. </FileType>
  51. <FileType>
  52. <name>developer</name>
  53. <type>image</type>
  54. <parent>developer</parent>
  55. </FileType>
  56. <FileType>
  57. <name>publisher</name>
  58. <type>image</type>
  59. <parent>publisher</parent>
  60. </FileType>
  61. <FileType>
  62. <name>romcollection</name>
  63. <type>image</type>
  64. <parent>romcollection</parent>
  65. </FileType>
  66. </FileTypes>
  67. <RomCollections>
  68.  
  69. <RomCollection>
  70. <name>Collection V3</name>
  71. <consoleName>ColecoVision</consoleName>
  72. <emulatorCmd>%ROM%</emulatorCmd>
  73. <useEmuSolo>False</useEmuSolo>
  74. <escapeCommand>True</escapeCommand>
  75. <descFilePerGame>False</descFilePerGame>
  76. <descriptionParserFile>F:/Apps/Emulators/adamx_v3/default.xbe</descriptionParserFile>
  77. <diskPrefix>_Disk</diskPrefix>
  78. <allowUpdate>True</allowUpdate>
  79. <ignoreOnScan>False</ignoreOnScan>
  80. <searchGameByCRC>True</searchGameByCRC>
  81. <searchGameByCRCIgnoreRomName>False</searchGameByCRCIgnoreRomName>
  82. <ignoreGameWithoutDesc>False</ignoreGameWithoutDesc>
  83. <romPath>F:/Apps/Emulators/adamx_v3/adamgames/*.cut</romPath>
  84.  
  85.  
  86. <mediaPath type="cover">F:/Apps/Emulators/adamx_v3/roms/artwork/3D Boxart/%GAME%.png</mediaPath>
  87. <mediaPath type="screenshotingame">PathToTestData/Collection V3/Artwork/Action/%GAME%.png</mediaPath>
  88. <mediaPath type="screenshottitle">PathToTestData/Collection V3/Artwork/Title/%GAME%.png</mediaPath>
  89. <mediaPath type="cartridge">PathToTestData/Collection V3/Artwork/Cart/%GAME%.png</mediaPath>
  90. <mediaPath type="3dbox">PathToTestData/Collection V3/Artwork/3D Boxart/%GAME%.png</mediaPath>
  91. <mediaPath type="gameplay">F:/Apps/Emulators/adamx_v3/roms/Movies/%GAME%.xmv</mediaPath>
  92. <mediaPath type="console">PathToTestData/pics/console/%CONSOLE%.png</mediaPath>
  93. <mediaPath type="developer">PathToTestData/pics/developer/%DEVELOPER%.jpg</mediaPath>
  94. <mediaPath type="publisher">PathToTestData/pics/publisher/%PUBLISHER%.jpg</mediaPath>
  95. <mediaPath type="romcollection">PathToTestData/pics/romCollection/gamepad.jpg</mediaPath>
  96. <fileTypeForGameList>3dbox</fileTypeForGameList>
  97. <fileTypeForGameListSelected>cover</fileTypeForGameListSelected>
  98. <fileTypeForMainView1>developer</fileTypeForMainView1>
  99. <fileTypeForMainView3>publisher</fileTypeForMainView3>
  100. <fileTypeForMainViewBackground>screenshottitle</fileTypeForMainViewBackground>
  101. <fileTypeForMainViewGameInfoUpperLeft>screenshottitle</fileTypeForMainViewGameInfoUpperLeft>
  102. <fileTypeForMainViewGameInfoUpperRight>screenshotingame</fileTypeForMainViewGameInfoUpperRight>
  103. <fileTypeForMainViewGameInfoLowerLeft>cover</fileTypeForMainViewGameInfoLowerLeft>
  104. <fileTypeForMainViewGameInfoLowerRight>cartridge</fileTypeForMainViewGameInfoLowerRight>
  105. <fileTypeForMainViewVideoWindowSmall>gameplay</fileTypeForMainViewVideoWindowSmall>
  106. <fileTypeForGameInfoViewBackground>screenshottitle</fileTypeForGameInfoViewBackground>
  107. <fileTypeForGameInfoViewGamelist>cover</fileTypeForGameInfoViewGamelist>
  108. <fileTypeForGameInfoView1>screenshottitle</fileTypeForGameInfoView1>
  109. <fileTypeForGameInfoView2>screenshotingame</fileTypeForGameInfoView2>
  110. <fileTypeForGameInfoView3>cover</fileTypeForGameInfoView3>
  111. <fileTypeForGameInfoView4>cartridge</fileTypeForGameInfoView4>
  112. <fileTypeForGameInfoViewVideoWindow>gameplay</fileTypeForGameInfoViewVideoWindow>
  113. </RomCollection>
  114. </RomCollections>
  115. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement