Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. Thank you for your support. Tom Speirs

Patreon

pixelcade

Basic Member
  • Posts

    12
  • Joined

  • Last visited

My Connections

  • YouTube
    https://www.youtube.com/user/opengadgets/
  • Website URL
    ledpixelart.com/pixelcade

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

pixelcade's Achievements

Advanced Member

Advanced Member (2/5)

0

Reputation

  1. Also, here's the documentation for the command line to write to the LED marquee http://ledpixelart.com/pixelcade-cli/. This works fine for on game start and on game end but it's not good for front end scrolling (when scrolling through the games in the Evo wheel) because it takes ~2 seconds to write to the LED marquee. But I'm working on a new API that will stream instantly. That should be ready close to the time you get the kit, will send details there later once ready.
  2. Hey Tom, that's a great idea! let's go for it, really appreciate that. Go ahead and pick out a kit here http://creativeartsandtechnology.com/product/pixelled-art-makers-kit-arcade/ (if you can find a size that fits your cabinet, even better). I'll send you a private message for your mailing address. Note that I'm out of the country at the moment and back in town 6/24 and will ship to you then.
  3. well no luck with the .bat to .exe converter but in my case, my bat is calling other bats so it's not so straightforward. But did play around some more and this seems to do the trick. Note I don't need the /WAIT in this case as the game can launch while the LED marquee is writing in parallel but adding /WAIT also works too. I'll need to test some more but so far it's working. Actually this way is better for my use case as my customers may need to add their own tweaks in the launch before and launch after so more practical to do that in .bat where they can easily edit vs. exe's. I'll test some more and report back but initial results look good. Separate question, would you by chance have a variable like [ROMPATH] or [ROMFILE] or [ROM] that gives the platform/console name? chcp 65001 C: CD "C:\Emulation\Emulators\Jnes" start "" /D "C:\MAX 2.10\Pixelcade" "nes.bat" "nes" "C:\Emulation\ROMs\Nintendo NES\Roms\1942 (Japan, USA).zip" Jnes.exe "C:\Emulation\ROMs\Nintendo NES\Roms\1942 (Japan, USA).zip" start "" /D "C:\test" test.bat
  4. thanks Tom, will try that later and post tomorrow. Note that adding in CD without start and wait, my .bat ran but the game didn't run. With start and wait, the game ran but my .bat didn't. Have to head out , will post results tomorrow, thanks for all your help.
  5. thanks Tom, tried that on both test.bat and my normal .bat, still doesn't launch though chcp 65001 C: CD "C:\Emulation\Emulators\Jnes" start "" "C:\MAX 2.10\Pixelcade\nes.bat" nes "C:\Emulation\ROMs\Nintendo NES\Roms\1942 (Japan, USA).zip" /wait Jnes.exe "C:\Emulation\ROMs\Nintendo NES\Roms\1942 (Japan, USA).zip" start "" "C:\MAX 2.10\Pixelcade\default.bat" nes /wait runitgame.bat
  6. thanks Tom, I tried with quotes first but no change. Also tried with start / wait in front too. So to eliminate something funny with my .bat, I just created a generic bat that just writes a file if it ran but no luck either. Probably something stupid on my end but out of ideas, let me know if you have any other ideas. Attached my generic test.bat file and runitgame.bat. Runitgame.bat does show my command in there but the test.bat doesn't actually run. chcp 65001 C: CD "C:\Emulation\Emulators\MAME" start /wait "C:\test\test.bat" mame64.exe 1941 -rompath "C:\Emulation\ROMs\MAME\Roms" runitgame.bat test.bat
  7. For sure , mame and Daphne are there now . For the others , as long as the rompath variable passes the game name , it’s something I can easily add into the next release
  8. thanks so much Draco, really appreciate your fast response! Yes I'm the creator of the Pixelcade LED marquee and thanks for your kind words. It's a new product that was just released 3 weeks ago and am in early testing with a handful of arcade builders now. One of them is using Game Ex Arcade Edition so it would be great if we could get it working, it currently works with HyperSpin, Maximus Arcade, and RetroPie. I'm pretty certain the issue is that the .bats are not being called within Game Ex Arcade Edition for some reason. Even if the rom path variable was wrong, the .bats would still be run and I can tell they're not running as I have a log file on my end. I attached here the log files for Game Ex Evolution where the integration and .bat files are working just fine for launch before and launch after. And also just for reference, here's the instructions how to integrate with Game Ex Evolution http://ledpixelart.com/pixelcade/ Thanks again! Al [GAMEEX_EVOLUTION_SETTINGS].xml [SETUPWIZARD].log [GAMEEX_EVOLUTION].log
  9. I did try that but no luck, attached is the log. in this case, I tried also the atari2600 emulator .bat which is attached log.txt pixelcade.bat atari2600.bat
  10. also here's the log and .ini file from a separate machine I tried on as well for game ex arcade edition GameEx.ini log.txt
  11. thanks so much for the quick response! Attached are the files for Game Ex Arcade Edition where it's not working. If you also need these files for Game Ex Evolution where things are working, just let me know and I'll attach those too. On the batch files, mame.bat is the batch file called in "Launch Before" and default.bat is the batch file for "Launch After", both of these batch files will call the main batch file: pixelcade.bat. Thanks again! GameEx.ini log.txt mame.bat pixelcade.bat default.bat
  12. I'm in the process of integrating some LED marquee external hardware http://ledpixelart.com/pixelcade with GameEx and for this hardware to work, I'm utilizing the "Launch Before" and "Launch After" features to launch an external batch file each time a game launches and exits. It's working just fine with GameEx Evolution but does not work when using GameEx Arcade Edition. On GameEx Arcade Edition, the batch files on game launch or game exit are not being triggered. The attached screen shots show the setup wizard configs for both GameEx Evolution (working fine) and Game Ex Arcade Edition (not working). Any advice would be greatly appreciated, thanks!
×
×
  • Create New...