Advertisement
Guest User

steamconfig

a guest
Mar 30th, 2016
1,003
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <system name="Steam"> <!-- System name -->
  3. <info>
  4. <release_year>2004</release_year> <!-- System info -->
  5. <manufacturer>Valve</manufacturer>
  6. <description>Steam is an Internet-based digital distribution platform developed by Valve Corporation offering digital rights management (DRM), multiplayer gaming and social networking services. Steam provides the user with installation and automatic updating of games on multiple computers, and community features such as friends lists and groups, cloud saving, and in-game voice and chat functionality. The software provides a freely available application programming interface (API) called Steamworks, which developers can use to integrate many of Steam's functions into their products, including networking, matchmaking, in-game achievements, micro-transactions, and support for user-created content through Steam Workshop.</description>
  7. </info>
  8. <config>
  9. <rom_path>E:\Dummy\Steam</rom_path> <!-- Path to ROM files -->
  10. <rom_extensions>txt</rom_extensions> <!-- ROM extensions to use, seperated by a space. Leave blank to use first file matching ROM filename -->
  11. <launcher_script>rl.bat</launcher_script> <!-- Launcher script to use for this system, needs to be executable by your system -->
  12. </config>
  13. <artwork>
  14. <base_path>F:\artwork\Steam</base_path> <!-- Artwork paths to use. Leave blank to not supply artwork type -->
  15. <icon>F:\artwork\Steam\Box</icon>
  16. <icon_fallback>F:\artwork\Steam\Cart</icon_fallback>
  17. <fanart>F:\artwork\Steam\Snap</fanart>
  18. <fanart_fallback>F:\artwork\Steam\Title</fanart_fallback>
  19. <thumb>F:\artwork\Steam\Title</thumb>
  20. <poster>F:\artwork\Steam\Cart</poster>
  21. <logo>F:\artwork\Steam\Wheel</logo>
  22. <clearart>F:\artwork\Steam\CartTop</clearart>
  23. <banner>F:\artwork\Steam\Banner</banner>
  24. <media>F:\artwork\Steam\Cart</media>
  25. <trailer>F:\artwork\Steam\Video_MP4_HI_QUAL</trailer>
  26. </artwork>
  27. </system>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement