Advertisement
Guest User

Untitled

a guest
Aug 27th, 2017
6,340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. SpiceTools Alpha
  2. Game Support
  3. Sound Voltex
  4. Jubeat
  5. Reflec Beat
  6. E-Amusement Cards
  7. Coins
  8. Command Line Options
  9. Examples
  10. Download
  11. Installation
  12. Usage
  13. Changelog
  14. SpiceTools Alpha
  15.  
  16. Ainsley's preferred toolkit.
  17.  
  18. http://i.imgur.com/TsCeopY.png
  19.  
  20. This tool allows you to run several Konami games on your PC.
  21. It's an early version which is missing several things, for example analog controls aren't configurable yet.
  22.  
  23. SpiceTools currently consists just of spice(64).exe, so you can keep your game data original and clean.
  24. Many game dumps have kbt.dll/kld.dll obfuscated or missing, in this case you can use the replacement DLLs below.
  25.  
  26. Game Support
  27.  
  28. Sound Voltex
  29. Beatmania IIDX (Tricoro or newer)
  30. Jubeat
  31. Reflec Beat
  32. Dance Evolution
  33. Beatstream
  34. More to come...
  35.  
  36.  
  37. Comes in 32bit and 64bit builds.
  38.  
  39. Sound Voltex
  40.  
  41. Full feature support.
  42.  
  43. Currently working best with a DJDAO SVSE5 with Copal encoders (because that's what i'm testing it with).
  44. Turbochargers are not supported currently, because HID controller support is still in the works.
  45.  
  46. Keyboard play should be perfectly working. If you dont want to use the mouse for the knobs, you can make use of native knob emulation, which works just as it works in Keyshoot-Mania.
  47.  
  48. Jubeat
  49.  
  50. This makes use of the SpiceTools Touch™ module, which makes you able to play any version of the game just fine with both mouse and HID compliant touch devices on Windows 7 or newer.
  51. The Dell ST2240T touch screen seems to work well, especially the new 2017 revision.
  52. Card insert button available and enabled by default.
  53. Touch the area to insert a card in attract mode.
  54.  
  55. Reflec Beat
  56.  
  57. Including emulation of the real IR touch screen device so the game should just act like the real one.
  58. This makes use of the SpiceTools Touch™ module, which makes you able to play any version of the game just fine with both mouse and HID compliant touch devices on Windows 7 or newer.
  59. The Dell ST2240T touch screen seems to work well, especially the new 2017 revision.
  60. Card insert button available and enabled by default.
  61. For this game it's not visible in fullscreen but still works just as fine.
  62. Touch the area to insert a card in attract mode.
  63. http://i.imgur.com/MK2bQcX.png
  64.  
  65. E-Amusement Cards
  66.  
  67. By default reads from card0.txt (P1) and card1.txt (P2) files in the game folder.
  68. For the keypad both the top row and numpad keys should work.
  69. Insert the card with backspace or numpad plus.
  70. Toggle P1/P2 with the numlock key.
  71.  
  72. Coins
  73.  
  74. There's a coin emulation working for most games.
  75. Press F1 to insert a single coin.
  76. Some games have an additional/different coin key.
  77.  
  78. Command Line Options
  79.  
  80. These are for advanced usage. Don't be scared if you don't understand what most of them do.
  81.  
  82. -cfg - open configuration window
  83. -ea - enable integrated E-Amusement server for "offline" usage
  84. -w - windowed mode
  85. -c - capture/clip mouse to window
  86. -s - unhide cursor
  87. -k hook.dll - inject custom hook
  88. -io - manually enable ALL IO emulation modules
  89. -acio - manually enable ACIO emulation (libacio.dll)
  90. -device - manually enable DEVICE emulation (device.dll)
  91. -extdev - manually enable EXTDEV emulation (extdev.dll)
  92. -sciunit - manually enable SCIUNIT emulation (sciunit.dll)
  93. -sdvx - manually enable SDVX module
  94. -iidx - manually enable IIDX module
  95. -jb - manually enable JB module
  96. -rb - manually enable Reflec Beat module
  97. -nostubs - disabled automatically loading of kbt.dll and kld.dll
  98. -h - custom heap size in bytes
  99. -a [path] - custom path to app-config.xml
  100. -v [path] - custom path to avs-config.xml
  101. -e [path] - custom path to ea3-config.xml
  102. -y [path] - custom path to log.txt
  103. -p [PCBID] - custom PCBID override
  104. -r [SOFTID] - custom SOFTID override
  105. -url [url=- custom service URL override]- custom service URL override[/url]
  106.  
  107.  
  108.  
  109. Examples
  110.  
  111. Run SDVX windowed: spice -w
  112. Run SDVX windowed (long version): spice soundvoltex.dll -io -sdvx -w
  113. Run Reflec Beat with touch hook: spice -k touchhook.dll
  114. Run Reflec Beat with touch hook (long version): spice reflecbeat.dll -io -rb -k touchhook.dll
  115.  
  116.  
  117. The short versions are using game auto-detection. This makes it possible for you to just double click spice.exe to run the game, except if you want to use some special options. It is planned, that once the configuration is done, you can specify your options there, so you don't have to deal with custom batch scripts all the time.
  118.  
  119. Download
  120.  
  121. Currently no version numbers, so for now you have to check the changelog.
  122. Bugs may be present, so please report any issues so they can be fixed.
  123. Latest Download (17-08-21): Direct
  124. Old Download (17-07-28): Direct
  125.  
  126. Warning: People reported issues with Reflec Beat on the latest version (17-08-21) so please use the old one meanwhile if you experience problems.
  127.  
  128. Installation
  129.  
  130. 1. Extract the contents into your game folder.
  131. 2. ??
  132. 3. Profit
  133.  
  134. Usage
  135.  
  136. Run configuration window with the standalone spicecfg.exe (or spice.exe -cfg) to configurate key bindings.
  137. Double click spice(64).exe to run in simple mode.
  138. For advanced settings create a batch file to launch spice.exe with custom options described above.
  139.  
  140. Changelog
  141.  
  142. 08/21/2017 - 64bit support, Beatstream support, more command line options
  143. 07/28/2017 - Fixed I/O for IIDX and SDVX
  144. 07/26/2017 - configuration tool, jubeat, touch module, more options, bug fixes
  145. 06/01/2017 - added DEA support
  146. 05/31/2017 - public release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement