monkeychunkuk Posted November 16, 2013 Posted November 16, 2013 It's so good I wonder if more skins will be added ?
gigapig Posted November 16, 2013 Posted November 16, 2013 It's so good I wonder if more skins will be added ? That surely is their intention. Which begs the question " What would you like to see ?" They've already done my favourite movie, The Exorcist, so as a second choice maybe An American Werewolf in London. I did like the flying spectres on the Indy skin.
THK Posted November 16, 2013 Posted November 16, 2013 Maybe there should be another genre/wheel. Retro doesn't quite cover it.... Tribute? (Tenacious D bangin' in my head right now, with game in stead of song!) ..........................back with a vengeance........................
monkeychunkuk Posted November 17, 2013 Posted November 17, 2013 Loads Back to the future Terminator Dr Who Ghostbusters
SORHP Posted November 20, 2013 Posted November 20, 2013 mario and pauline, oh, shit, that was already done My Arcade Machines...
MontyQ Posted November 20, 2013 Posted November 20, 2013 Wow this is actually epic, just played and loved it.......I would like to add it to my vertical cab tho as well it would suit it best. How can I add this to mame as stated in few posts back instead of running as a pc game ? ty all
gigapig Posted November 20, 2013 Posted November 20, 2013 Hi MontyQ Add an entry into your Mame xml <game name="Donkey Me" index="true" image="'"> <description>Donkey Me</description> <cloneof>Donkey Kong</cloneof> <crc /> <manufacturer>bruneras.com</manufacturer> <year>2013</year> <genre>Platform</genre> <rating>AAMA - Green (Suitable For All Ages)</rating> <enabled>Yes</enabled> Go to Hyperlaunch\Settings\Mame Find the Games.ini and open it Add the Donkey Me entry, this is what's in mine currently. [FixitFelixJr]Emulator=PCLauncher System=MAME [Donkey Me] Emulator=PCLauncher System=MAME I'll assume your already using the PCLuancher module for something else. If not put the tick in the box. Now head over to :\HyperLaunch\Modules\PCLauncher open the Pclauncher.ini Add this entry, changing the application path to reflect where you have the game. [Donkey Me]Application=J:\Donkey Me\DonkeyMe.exe FadeTitle=Donkey-Me ahk_class YYGameMakerYY That should be it, give me a shout if not.
MontyQ Posted November 20, 2013 Posted November 20, 2013 thanks for the info giga, thought I could make it into a zip for mame as I don't use hyperspin on my vertical cab as well theres no real vertical support at all.(Except cocktail which be awesome if I had a cocktail cab) Ty tho
gigapig Posted November 20, 2013 Posted November 20, 2013 thanks for the info giga, thought I could make it into a zip for mame as I don't use hyperspin on my vertical cab as well theres no real vertical support at all.(Except cocktail which be awesome if I had a cocktail cab)Ty tho Mame zips have .bin files in correct? Wouldn't have a clue how to do that or if its possible, but would be interesting to find out.
relic Posted November 20, 2013 Posted November 20, 2013 if that could really happen perhaps even fix it felix could be added to mame which would be genious 100%
MontyQ Posted November 20, 2013 Posted November 20, 2013 Heck I'd do it the way giga said but hyperspin has no real vertical support for cabs, there is that awesome cocktail work being done which seems epic (gotta build me one) but as far as vertical stand up cabs hs doesn't seem to go that way. Be awesome tho there is 100s of vertical games and I like hyperspin the best for the eyecandy, but unil then its mala for vertical for me.
SpiderSpore Posted November 24, 2013 Posted November 24, 2013 Anyone try adding SweetFX to this & use the Advanced CRT Shader i tried adding it but it crashes every time
MontyQ Posted November 25, 2013 Posted November 25, 2013 Is there anyways with like an app or batch file ect to make this game flip into vertical as soon as it loads ?
gigapig Posted November 25, 2013 Posted November 25, 2013 Is there anyways with like an app or batch file ect to make this game flip into vertical as soon as it loads ? Perhaps you could use iRotate, which you can find in the module extensions folder. When you run it you then press ctrl-alt and then the cursor keys depending on which way you want to rotate. Perhaps someone can help create an ahk or bat to add in to the post and pre launch of Donkey Me. I just found this
connorsdad Posted November 25, 2013 Posted November 25, 2013 Is there anyways with like an app or batch file ect to make this game flip into vertical as soon as it loads ? I have it doing this, I'll post my script when I get home later. Sent from my SM-N9005 using Tapatalk
MontyQ Posted November 25, 2013 Posted November 25, 2013 Perhaps you could use iRotate, which you can find in the module extensions folder. When you run it you then press ctrl-alt and then the cursor keys depending on which way you want to rotate. Perhaps someone can help create an ahk or bat to add in to the post and pre launch of Donkey Me. I just found this Thanks my vertical cab is mala tho since hs has no vertical support....not sure mala even does ahk plus I need it all off a dk cpo so not many keys there. Thinking auto launch it vertical is my way to play cheers tho
MontyQ Posted November 25, 2013 Posted November 25, 2013 I have it doing this, I'll post my script when I get home later. Sent from my SM-N9005 using Tapatalk ty sounds awesome, so I don't need to do it throught hs then ?
connorsdad Posted November 25, 2013 Posted November 25, 2013 ty sounds awesome, so I don't need to do it throught hs then ? You would need to have Ahk installed to use my script, I could modify it for you so that it sits in the system tray waiting for DonkeyMe to be launched. You would probably be better off using .bat but I know squat about batch files. The one I could offer would basically wait for the DonkeyMe process to start then would rotate your desktop using iRotate, then on closing the DonkeyMe process, rotate the desktop back and close iRotate. Edit Doesn't need ahk installed, only iRotate is needed, doesn't sit in the system tray waiting for DonkeyMe to be launched. It replaces the original exe.
Polemicist Posted November 25, 2013 Posted November 25, 2013 What's the script commands doing? BAT files are pretty simple.
MontyQ Posted November 25, 2013 Posted November 25, 2013 any help getting it going by either of you would be awesome and I thank you
MontyQ Posted November 25, 2013 Posted November 25, 2013 You would need to have Ahk installed to use my script, I could modify it for you so that it sits in the system tray waiting for DonkeyMe to be launched. You would probably be better off using .bat but I know squat about batch files. The one I could offer would basically wait for the DonkeyMe process to start then would rotate your desktop using iRotate, then on closing the DonkeyMe process, rotate the desktop back and close iRotate. Ya sounds kool
connorsdad Posted November 25, 2013 Posted November 25, 2013 I'll be home in a few hours so I'll post my script then if you haven't been sorted out In the meantime, install iRotate, I think you'll need iRotate anyway with either script. Sent from my SM-N9005 using Tapatalk
MontyQ Posted November 25, 2013 Posted November 25, 2013 I'll be home in a few hours so I'll post my script then if you haven't been sorted out In the meantime, install iRotate, I think you'll need iRotate anyway with either script. Sent from my SM-N9005 using Tapatalk ok ty , I shall install it cheers
MontyQ Posted November 25, 2013 Posted November 25, 2013 PM'd you MontyQ Thanks kindly for your help and time
Recommended Posts
Archived
This topic is now archived and is closed to further replies.