craiganderson Posted January 2, 2015 Share Posted January 2, 2015 _DlP52ZoLOU i have working module, videos, main menu themegonna finish default theme, wheels, bezel latercraig Link to comment Share on other sites More sharing options...
Aorin Posted January 2, 2015 Share Posted January 2, 2015 Amazing! Link to comment Share on other sites More sharing options...
craiganderson Posted January 2, 2015 Author Share Posted January 2, 2015 If anybody has real logo or can redraw one ....that would be awesome.....iccan post one to redraw when home later..right now.seeing penguins of Madagascar at the movies... Link to comment Share on other sites More sharing options...
Aorin Posted January 2, 2015 Share Posted January 2, 2015 If anybody has real logo or can redraw one ....that would be awesome.....iccan post one to redraw when home later..right now.seeing penguins of Madagascar at the movies... I tried making one, also have the PSDs, if it's usefull, and some fixes are needed, I can upload them to my FTP, actually this is the first time I try drawing a logo from scratch. Link to comment Share on other sites More sharing options...
craiganderson Posted January 2, 2015 Author Share Posted January 2, 2015 Thanks. Put in ftp when u get a chance. Link to comment Share on other sites More sharing options...
Aorin Posted January 2, 2015 Share Posted January 2, 2015 Check out my FTP, just uploaded. Link to comment Share on other sites More sharing options...
craiganderson Posted January 2, 2015 Author Share Posted January 2, 2015 icz4g9gvFVk Link to comment Share on other sites More sharing options...
Aorin Posted January 2, 2015 Share Posted January 2, 2015 Great work! Congratulations! Link to comment Share on other sites More sharing options...
craiganderson Posted January 2, 2015 Author Share Posted January 2, 2015 thanks for your logo i added a little noise to it (see pic) thanks again craig Link to comment Share on other sites More sharing options...
Aorin Posted January 2, 2015 Share Posted January 2, 2015 It was fun! Thanks Craig! Link to comment Share on other sites More sharing options...
craiganderson Posted January 2, 2015 Author Share Posted January 2, 2015 bezel working Link to comment Share on other sites More sharing options...
craiganderson Posted January 2, 2015 Author Share Posted January 2, 2015 FINAL VERSION Ok. Here is the final product if anybody wants it. You must use the roms I have because they have the right extension to work with the emulator. (thanks to aorin1 for making the logo) I will put all downloads on my page later when I get a chance...and then update this page. Thanks. I think I have all the games. Here is a page and all the games on this page are included. http://retrospec.sgn.net/users/tomcat/yu/Pecom_screens.php (lots of cool video game magazines on that page as well..just fyi....http://retrospec.sgn.net/users/tomcat/yu/revije.php) About the console (http://en.wikipedia.org/wiki/Pecom_64) About the console (http://www.old-computers.com/museum/computer.asp?st=1&c=970) video -NCymxIRz7o main menu theme default game theme bezel Link to comment Share on other sites More sharing options...
craiganderson Posted January 2, 2015 Author Share Posted January 2, 2015 edit Link to comment Share on other sites More sharing options...
craiganderson Posted January 2, 2015 Author Share Posted January 2, 2015 edit Link to comment Share on other sites More sharing options...
craiganderson Posted January 2, 2015 Author Share Posted January 2, 2015 i think this is the default setup but here is what i have working and the bios files seem to need to be in same location as the game roms so i will remove them from the database (.xml) but if you make your own...you will need to remove them from the database (xml) Link to comment Share on other sites More sharing options...
craiganderson Posted January 2, 2015 Author Share Posted January 2, 2015 ok...everything should be up on my little site http://craigandersonthemes.weebly.com/ let me know if u have any problems thanks craig here is a better module (.ahk file), i needed to increase a sleep time command i think it is NOT included in the download grab it here if u want it MEmu = Emma 02 MEmuV = v1.19 MURL = http://www.emma02.hobby-site.com/index_download.html MAuthor = MVersion = MCRC = iCRC = MID = MSystem = "Pecom 64" ;---------------------------------------------------------------------------- ; Notes: ;---------------------------------------------------------------------------- StartModule() BezelGUI() FadeInStart() settingsFile := modulePath . "\" . moduleName . ".ini" Fullscreen := IniReadCheck(settingsFile, "Settings", "Fullscreen","true",,1) disableHideTitleBar := true disableHideToggleMenu := true disableHideBorder := true BezelStart("fixResMode") Run(executable, emuPath) WinWait("Emma 02 ahk_class wxWindowNR") WinWaitActive("Emma 02 ahk_class wxWindowNR") ControlClick, _wx_SysTabCtl321,,,,, x274 y12 ; selects Pecom Sleep, 200 ControlClick, Button455,,,,, x40 y12 ; Selects Start Sleep, 100 SendInput, {Enter} Sleep, 2000 WinActivate, Emma 02 ahk_class wxWindowNR WinWait("Emma 02 ahk_class wxWindowNR") WinWaitActive("Emma 02 ahk_class wxWindowNR") ControlClick, Button446,,,,, x34 y12 ; selects Run WinWait("Select the Pecom ahk_class #32770") WinWaitActive("Select the Pecom ahk_class #32770") Loop { ControlGetText, edit1Text, Edit1, ahk_class #32770 If ( edit1Text = romPath . "\" . romName . romExtension ) Break Sleep, 100 ControlSetText, Edit1, %romPath%\%romName% %romExtension%, ahk_class #32770 } Sleep, 200 ControlSend, Button1, {Enter}, ahk_class #32770 Sleep, 4000 WinMinimize, Emma 02 ahk_class wxWindowNR WinActivate, Pecom ahk_class wxWindowNR WinWait("Pecom ahk_class wxWindowNR") WinWaitActive("Pecom ahk_class wxWindowNR") Sleep, 500 If Fullscreen = true { Send, {F3} Sleep, 100 } BezelDraw() FadeInExit() Process("WaitClose", executable) 7zCleanUp() BezelExit() FadeOutExit() ExitModule() CloseProcess: FadeOutStart() Process, Close, Emma 02.exe SetCapsLockState, Off WinShow, ahk_class Shell_TrayWnd Return Link to comment Share on other sites More sharing options...
zerojay Posted January 2, 2015 Share Posted January 2, 2015 MESS should also be able to play Pecom 64 well. I'll take your setup and use it to test against MESS and if it works well enough, I'll update the MESS and RetroArch modules in the HyperLaunch beta to add it. Link to comment Share on other sites More sharing options...
craiganderson Posted January 2, 2015 Author Share Posted January 2, 2015 ok. but the roms with my little setup i think only work with emma 02 emulator Link to comment Share on other sites More sharing options...
craiganderson Posted January 31, 2015 Author Share Posted January 31, 2015 edit Link to comment Share on other sites More sharing options...
craiganderson Posted January 31, 2015 Author Share Posted January 31, 2015 MESS should also be able to play Pecom 64 well. I'll take your setup and use it to test against MESS and if it works well enough, I'll update the MESS and RetroArch modules in the HyperLaunch beta to add it. any luck with MESS? no hurry. thanks for testing it Link to comment Share on other sites More sharing options...
pinsanity Posted January 31, 2015 Share Posted January 31, 2015 Got it up and running. thanks again craig. Link to comment Share on other sites More sharing options...
craiganderson Posted January 31, 2015 Author Share Posted January 31, 2015 Got it up and running. thanks again craig. cool. thanks for trying it out im sure one of the command line kinda guy/gals might be able to make a better module file mine uses lots of controlclick type commands...but its working 100% for me so better than nothing Link to comment Share on other sites More sharing options...
craiganderson Posted January 31, 2015 Author Share Posted January 31, 2015 Got it up and running. thanks again craig. just curious....since all of the files are available to download from one location and all named such that they are ready to go out of the box how long did it take to set up from start to finish? thanks craig Link to comment Share on other sites More sharing options...
pinsanity Posted January 31, 2015 Share Posted January 31, 2015 10 minutes at most. You make it easy to setup. Link to comment Share on other sites More sharing options...
craiganderson Posted January 31, 2015 Author Share Posted January 31, 2015 10 minutes at most.You make it easy to setup. cool. glad to hear that. that is what i am hoping for by having everything on one page etc thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.