chillinwater Posted March 20, 2012 Posted March 20, 2012 Its still alive and kickin over in the spesoft\gameex forums Marquee Magician 2.0 a search over there may bring up some more recent feedback and workarounds. Game\Theme\Favorites\Genre - List Creation * FatMatch File Renaming for HyperNewbies. Like Me! https://hyperspin-fe.com/forums/topic/259-setting-up-un-official-systems-with-hyperspin/?do=findComment&comment=31034
Dogman213 Posted May 15, 2012 Posted May 15, 2012 Guys, Oh man ! after the steep learning curve that is Hyperspin I am almost and I mean almost ! at the point where I have a ready to go (into a cab) HS Setup ! and some one throws in a spanner ! I mean Marquee Magician - I have downloaded marquee pack from emu movies but yet again I feel I am faced with a mountian to climb in getting this to work with HS !!! has anyone seen a good 'how to' on this programm or is there another easy to use marquee program ?? any help appriciated !
RayzzorBlack Posted July 25, 2012 Posted July 25, 2012 Hi question with Marquee Magician I can't seem to find an answer for. I have two screens obviously. One is set at 1920x1080 the other is set at 1280x720. When I setup a system in MM, I want the pictures and stuff on the top 1280x720 screen. Setup goes fine, but when I save and then try it, the images will spread to both screens and screw up mame. I tried setting the emulator screen size in MM to both of my screens but it doesn't help on either system. Anyone have a solution? Should I try something different? Thanks for any answer.
trublu289 Posted July 29, 2012 Posted July 29, 2012 make sure the resolution in whatever emulator your using is the same with what ever monitor it's running on.
RayzzorBlack Posted July 30, 2012 Posted July 30, 2012 I did, it is, and it still doesnt work right. Driving me nuts.
trublu289 Posted August 1, 2012 Posted August 1, 2012 there are a couple of things that can cause that. There are a couple of options to look at in Ifranview. stretch to both monitors, and whether you want all images to be fullscreen. Also one thing to keep into account by default ifranview will remember the last window it was closed in so it's a good idea to move the window to whatever screen you want it to appear in and close it. I actually got tired of fiddling with marquee magician as it drove me nuts. I got it setup but I just simply started using ifranview via autohotkey waaay easier.
dgspeedyz Posted August 11, 2012 Posted August 11, 2012 Hi Everyone, I have been reading this thread for some time now. Since Megaupload is down for good, I am not sure of any other place to get the MM Hyperspin setup file earlier in the thread. Does anyone have the file that they would not mind sharing or can point me to a place where i can get the file? It would be much appreciated. The other question that I have is how to get it working with Hyperlaunch 2.24e because it says a lot about 1.0. Thanks in advance!
warriorpoet Posted December 8, 2012 Posted December 8, 2012 Hi question with Marquee Magician I can't seem to find an answer for. I have two screens obviously. One is set at 1920x1080 the other is set at 1280x720. When I setup a system in MM, I want the pictures and stuff on the top 1280x720 screen. Setup goes fine, but when I save and then try it, the images will spread to both screens and screw up mame. I tried setting the emulator screen size in MM to both of my screens but it doesn't help on either system. Anyone have a solution? Should I try something different? Thanks for any answer. #### To reply to this I have done. I have two monitors on larger 22" and 19" above it for the Marquees. I took marquee and copied its contents to my HS. I can open MAME play a game while it displays my WHEEL graphics and then when I exit HS regains focus without a hitch. I only have one picture - had two but didn't like the white boarder splitting them. Hate the boarder around the monitor. Someone figure that out would be great. PM me if you would like copies of my setup.
JayRolla Posted January 9, 2013 Posted January 9, 2013 Hi Got this launching with Mame in Hyperspin editing the AHK. Now the problem is Marquee Magician will only show my backup image but the not the marquee. The path to the Infranview window is correct. Can't figure it out....It's Driving Me Crazy.... Please Help...
Xevious99 Posted March 26, 2013 Posted March 26, 2013 I decided to patch and compile my own mame with some marquee support in it for my attempt at making a arcade cabinet with a marquee. Running hyper-spin on the video card I used was just a bit too much for it. http://www.hyperspin-fe.com/forum/images/attach/jpg.gif http://www.hyperspin-fe.com/forum/images/attach/jpg.gif more info here http://www.xevious.site50.net/The%20Bartop%20Arcade%20Machine.html
horseyhorsey Posted March 26, 2013 Posted March 26, 2013 ####To reply to this I have done. I have two monitors on larger 22" and 19" above it for the Marquees. I took marquee and copied its contents to my HS. I can open MAME play a game while it displays my WHEEL graphics and then when I exit HS regains focus without a hitch. I only have one picture - had two but didn't like the white boarder splitting them. Hate the boarder around the monitor. Someone figure that out would be great. PM me if you would like copies of my setup. Yea, I pretty much had enough of that. I just use the LEdBlinky workaround now. Weed Me! HS App: HLM-Check Beta: PinXCheckTunes: http://soundcloud.com/vade/mistys-mind-horse-mix HyperSpin Multiplayer - Take Your Cab online
bluc Posted March 7, 2014 Posted March 7, 2014 Is this usable in the latest hyperspin how do I set it up?
bluc Posted March 9, 2014 Posted March 9, 2014 Ok so with heaps of help from NUker43 thanks again!! I got marquee magician working heres what we did. Running mame 152 and RocketLauncher. To have it run with any module add this code to the "User Functions Init.ahk" file. It should be in the hyperlaunch/lib directory. Run, "C:\Marquee Magician v2.0\Launch MM v2.0.exe" "%systemname%" "%dbName%" Progress, b w200, %dbName%, NOW LOADING..., Ultimate Cabinet Progress, 99 ; Set the position of the bar to 50%. Sleep, 2000 Progress, Off The path obviously will need to be changed to where your marquee magician exe is and the "progress" code lines are just a little loading box i made. You can keep it or remove it. This should launch marquee magician and in order to exit after you are done with a game you need to add this code to the "User Functions.ahk" file which is in the same folder. ; Use this function to define any code you want to run in every module on start StartGlobalUserFeatures(){ Log("StartGlobalUserFeatures - Starting") Log("StartGlobalUserFeatures - Ending") } ; Use this function to define any code you may need to stop or clean up in every module on exit StopGlobalUserFeatures(){ Log("StopGlobalUserFeatures - Starting") Run, C:\Marquee Magician v2.0\Launch MM v2.0.exe kill Log("StopGlobalUserFeatures - Ending") } we also added this to the mame.ahk which is located in the modules folder which is in…\hyperlaunch-3\Modules\MAME\mame.ahk Note this has to go under ;---------------------------------------------------------------------------- StartModule() BezelGUI() FadeInStart() I had one row of space so click at the end of “FadeInStart()” and press enter twice don’t know if you have to but I did and it works. Run, "D:\Hyperspin\utiliitites\Marquee Magician v2.1\Marquee Magician v2.1\Launch MM v2.1.exe" "%systemname%" "%dbName%" Progress, b w200, %dbName%, NOW LOADING..., Ultimate Cabinet Progress, 99 ; Set the position of the bar to 50%. Sleep, 2000 Progress, Off Cheers. And thanks again nuker43
kcorcoran Posted January 12, 2015 Posted January 12, 2015 I decided to patch and compile my own mame with some marquee support in it for my attempt at making a arcade cabinet with a marquee. Running hyper-spin on the video card I used was just a bit too much for it.http://www.hyperspin-fe.com/forum/images/attach/jpg.gif http://www.hyperspin-fe.com/forum/images/attach/jpg.gif more info here http://www.xevious.site50.net/The%20Bartop%20Arcade%20Machine.html thats a cool cabinet!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.