KRIS85 Posted July 9, 2017 Posted July 9, 2017 Hello i got 2 Questions: - How to make collection for example: mortal kombat etc in 1 wheel? - Where i find this icon wheels, topic in this forum is error Where do I find some tutorial how to do it this ?
Bungles Posted November 7, 2017 Posted November 7, 2017 I can answer 1. To make a collection wheel its pretty much like any other. 1. Create a new Item in HyperHQ with the wizard that has a sublist. 2. Setup the Database with Items. (Hint you can use tools to create databases if you want.) 3. Add your media (Main Menu Wheel and Theme, Default item(s) theme or subthemes and wheels, Pointer etc etc.) 4. Setup your launcher to point to the Item/Rom directory and then setup alternate emulators if the games are split across different platforms. Retro Cafe - Universal ThemeHyperControl - Main Menu Config and Apps WheelAudiocade - Main Menu Music PlayerTelltale Games WheelPCGamers Top 100 PC Games 2014 WheelMGS HD Exit Screen8-Bitdo Special ArtAll Contributions My Youtube Channel - https://www.youtube.com/user/3ungle
KRIS85 Posted November 7, 2017 Author Posted November 7, 2017 1 hour ago, Bungles said: I can answer 1. To make a collection wheel its pretty much like any other. 1. Create a new Item in HyperHQ with the wizard that has a sublist. 2. Setup the Database with Items. (Hint you can use tools to create databases if you want.) 3. Add your media (Main Menu Wheel and Theme, Default item(s) theme or subthemes and wheels, Pointer etc etc.) 4. Setup your launcher to point to the Item/Rom directory and then setup alternate emulators if the games are split across different platforms. Hmm Thank You for a simple tutorial I understand that it is best is rom eg: mortale will be in 1 folder or better leave where where are and only in the database I will add names by hand ?
Bungles Posted November 7, 2017 Posted November 7, 2017 I found it easier when working with a launcher/back end to have the Items/games in the same folder as a duplicate. Example for a Street Fighter One but same idea for any game pack. Database Quote <?xml version="1.0" encoding="UTF-8" standalone="no"?> <menu xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <game name="sf" index="true" image="c"> <description>Street Fighter</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1987</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="sf2uk" index="true" image="c"> <description>Street Fighter II: The World Warrior</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="ssf2tu" index="true" image="c"> <description>Super Street Fighter II′ Turbo</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="sfiiiu" index="true" image="c"> <description>Street Fighter III: New Generation</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="sfiii2" index="true" image="c"> <description>Street Fighter III: 2nd Impact - Giant Attack</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="sfiii3u" index="true" image="c"> <description>Street Fighter III: 3rd Strike - Fight for the Future</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="sfau" index="true" image="c"> <description>Street Fighter Alpha: Warriors' Dreams</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="sfa2u" index="true" image="c"> <description>Street Fighter Alpha 2</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="sfa3u" index="true" image="c"> <description>Street Fighter Alpha 3</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="mshvsfu" index="true" image="c"> <description>Marvel Super Heroes vs. Street Fighter</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="xmvsfu" index="true" image="c"> <description>X-Men vs. Street Fighter</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="sfexu" index="true" image="c"> <description>Street Fighter EXU</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="sfex2p" index="true" image="c"> <description>Street Fighter EX 2</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="sftm" index="true" image="c"> <description>Street Fighter The Movie PC Game</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="Street Fighter IV" index="true" image="c"> <description>Street Fighter IV</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> <game name="Street Fighter V" index="true" image="c"> <description>Street Fighter IV</description> <cloneof></cloneof> <crc></crc> <manufacturer>Capcom</manufacturer> <year>1995</year> <genre>Fighting</genre> <rating></rating> <enabled>Yes</enabled> </game> </menu> Game Folder However I think you can add multiple folder paths also in you launcher and then the database will search throughout. Not sure if that increases load time for the wheel or not. I would show you my RL Settings but I have disabled my collection wheels to make my system more compact for now. (It was getting bloated and hard to manage) Retro Cafe - Universal ThemeHyperControl - Main Menu Config and Apps WheelAudiocade - Main Menu Music PlayerTelltale Games WheelPCGamers Top 100 PC Games 2014 WheelMGS HD Exit Screen8-Bitdo Special ArtAll Contributions My Youtube Channel - https://www.youtube.com/user/3ungle
KRIS85 Posted November 7, 2017 Author Posted November 7, 2017 13 minutes ago, Bungles said: I found it easier when working with a launcher/back end to have the Items/games in the same folder as a duplicate. Example for a Street Fighter One but same idea for any game pack. Database Game Folder However I think you can add multiple folder paths also in you launcher and then the database will search throughout. Not sure if that increases load time for the wheel or not. I would show you my RL Settings but I have disabled my collection wheels to make my system more compact for now. (It was getting bloated and hard to manage) I understand generally if i config everything is set up I also plan to do so compact ie: instead of genre wants to divide into arcade, console etc but from what I know it is a little difficult for novice hmm It would be faster and easier, I'm missing Hyperspin selection under wheels: fighter enter wheels collection MK, TEKKEN etc I wish you could do that if you understand what I mean
Bungles Posted November 7, 2017 Posted November 7, 2017 I have looked into 3-layered wheels in the past but it seems its only viable with multiple Hyperspin versions running together? The end result does seem quite spectacular though. Other than that It was more so that I had too many main menu wheels and it took forever to get through, as I play on my PC Only at the current I removed all the handhelds also so its just Arcade, Consoles and PC Titles. I do have a mini arcade setup but its more of a tribute to a fallen friend as it was built around his Old PS2 Joystick Remade and working with my personal desktop allows for so much more computing power. Retro Cafe - Universal ThemeHyperControl - Main Menu Config and Apps WheelAudiocade - Main Menu Music PlayerTelltale Games WheelPCGamers Top 100 PC Games 2014 WheelMGS HD Exit Screen8-Bitdo Special ArtAll Contributions My Youtube Channel - https://www.youtube.com/user/3ungle
KRIS85 Posted November 7, 2017 Author Posted November 7, 2017 11 minutes ago, Bungles said: I have looked into 3-layered wheels in the past but it seems its only viable with multiple Hyperspin versions running together? The end result does seem quite spectacular though. Other than that It was more so that I had too many main menu wheels and it took forever to get through, as I play on my PC Only at the current I removed all the handhelds also so its just Arcade, Consoles and PC Titles. I do have a mini arcade setup but its more of a tribute to a fallen friend as it was built around his Old PS2 Joystick Remade and working with my personal desktop allows for so much more computing power. WooW mini cade i see you love Challenge Fightcade, my quazimodo is not finished but can be played and Also plans to buy a package for the fightcade to play with others Now I have a mess in wheels so I'm looking for some solution to split this mess and supposedly is possible but for me a little complicated
Bungles Posted November 7, 2017 Posted November 7, 2017 My Current Main Menu <menu> <game name="HyperXMLspin" exe="true"/> <game name="Pinball FX2"/> <game name="Future Pinball"/> <game name="Pinball Arcade"/> <game name="PopCap"/> <game name="Big Fish Games"/> <game name="Commodore 64"/> <game name="Commodore Amiga"/> <game name="Microsoft MS-DOS"/> <game name="PC Games"/> <game name="Telltale Games"/> <game name="MAME"/> <game name="AAE"/> <game name="Sega Model 2"/> <game name="Sega Model 3"/> <game name="Sega Naomi"/> <game name="Sammy Atomiswave"/> <game name="SNK Neo Geo"/> <game name="Zinc"/> <game name="Atari 2600"/> <game name="Atari 5200"/> <game name="Atari 7800"/> <game name="Atari Jaguar"/> <game name="Nintendo Entertainment System"/> <game name="Super Nintendo Entertainment System"/> <game name="Nintendo 64"/> <game name="Nintendo Gamecube"/> <game name="Nintendo Wii"/> <game name="Sega Master System"/> <game name="Sega Genesis"/> <game name="Sega 32X"/> <game name="Sega CD"/> <game name="Sega Dreamcast"/> <game name="Panasonic 3DO"/> </menu> My Previous.... <Menu> <game name="HyperXMLspin" exe="true"/> <game name="Explorer++" exe="true"/> <game name="Boinc" exe="true"/> <game name="Kodi" exe="true"/> <game name="FightCade" exe="true"/> <game name="Steam" exe="true"/> <game name="PP Timeshock!" exe="true"/> <game name="Pinball Arcade"/> <game name="Future Pinball"/> <game name="Pinball FX2"/> <game name="PopCap"/> <game name="Big Fish Games"/> <game name="Commodore 64"/> <game name="Commodore Amiga"/> <game name="Apple II"/> <game name="Microsoft MS-DOS"/> <game name="PC Games"/> <game name="Donkey Kong Collection"/> <game name="Fatal Fury Collection"/> <game name="Ghost'n Goblins Collection"/> <game name="Legend of Zelda Wheel"/> <game name="Street Fighter Collection"/> <game name="Mortal Kombat Komplete"/> <game name="Tekken Collection"/> <game name="Need for Speed Collection"/> <game name="Pokemon Collection"/> <game name="Rayman Collection"/> <game name="Sonic Mega Collection"/> <game name="Atari Classics"/> <game name="Namco Classics"/> <game name="Sega Classics"/> <game name="AAE"/> <game name="Capcom Play System"/> <game name="Capcom Play System II"/> <game name="Capcom Play System III"/> <game name="Daphne"/> <game name="ScummVM"/> <game name="Telltale Games"/> <game name="HBMAME"/> <game name="Arcade Classics 4 Player"/> <game name="MAME"/> <game name="MUGEN"/> <game name="OpenBOR"/> <game name="Doujin Fighting Games"/> <game name="Touhou Project"/> <game name="Sammy Atomiswave"/> <game name="Sega Model 2"/> <game name="Sega Model 3"/> <game name="Sega Y Board"/> <game name="Sega Naomi"/> <game name="SNK Neo Geo"/> <game name="SNK Neo Geo CD"/> <game name="Zinc"/> <game name="Atari 2600"/> <game name="Atari 5200"/> <game name="Atari 7800"/> <game name="Atari Jaguar"/> <game name="Atari Lynx"/> <game name="Nintendo Entertainment System"/> <game name="Super Nintendo Entertainment System"/> <game name="Nintendo 64"/> <game name="Nintendo Gamecube"/> <game name="Nintendo Wii"/> <game name="Nintendo Wii U"/> <game name="Nintendo Game Boy"/> <game name="Nintendo Game Boy Advance"/> <game name="Nintendo DS"/> <game name="Nintendo 3DS"/> <game name="Sega Master System"/> <game name="Sega Genesis"/> <game name="Sega 32X"/> <game name="Sega CD"/> <game name="Sega Saturn"/> <game name="Sega Dreamcast"/> <game name="Sega Game Gear"/> <game name="NEC TurboGrafx-16"/> <game name="NEC PC Engine"/> <game name="Panasonic 3DO"/> <game name="Sony PlayStation"/> <game name="Sony Playstation 2"/> <game name="Sony PSP"/> <game name="Sony PlayStation Minis"/> <game name="Microsoft Xbox"/> Retro Cafe - Universal ThemeHyperControl - Main Menu Config and Apps WheelAudiocade - Main Menu Music PlayerTelltale Games WheelPCGamers Top 100 PC Games 2014 WheelMGS HD Exit Screen8-Bitdo Special ArtAll Contributions My Youtube Channel - https://www.youtube.com/user/3ungle
Bungles Posted November 7, 2017 Posted November 7, 2017 Most of them I never played and will never play.. so I decided to just hide them away. Can always revert if needed. Retro Cafe - Universal ThemeHyperControl - Main Menu Config and Apps WheelAudiocade - Main Menu Music PlayerTelltale Games WheelPCGamers Top 100 PC Games 2014 WheelMGS HD Exit Screen8-Bitdo Special ArtAll Contributions My Youtube Channel - https://www.youtube.com/user/3ungle
Recommended Posts
Archived
This topic is now archived and is closed to further replies.