Jump to content
LaunchBox Community Forums

Mozza

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

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

Mozza's Achievements

4-Bit Adder

4-Bit Adder (2/7)

2

Reputation

  1. Awesome and crazy with equal measure! I am super jealous and I hope you put in some serious time to enjoy your collection! Fun fact: If you play 1 game per hour for 11 hours each and every day, you can through this collection in around 50 years! 205,039 ÷ (365.25×50) = 11.23
  2. 2022 update on this thread: https://github.com/RomTholos/RomTholos/blob/main/launcher-mister.py
  3. Here is a solution to 3b - https://github.com/pocomane/MiSTer_Batch_Control#command-load_rom The example shows how to load a game from an ssh session to the mister - https://github.com/pocomane/MiSTer_Batch_Control/blob/master/example/demomode.sh This project already has this working for a mobile app - Code - https://github.com/tatsutron/mistercon
  4. @Jason Carr I compile the script as a separate executable and use it as the emulator in LB. The first LB parameter for the script executable is the emulator. I'm happy to provide the whole script and display.exe for testing, if that helps? @bbweiners I use this for Dolphin, what happens for you?
  5. I gave up using RocketLauncher a long time ago and launch all of my games from BigBox through a script that I wrote myself. The main thing that the script does is to fade in and fade out beautifully for any emulator. Simply by turning off the monitor just before launching an emulator, the effect is to fade out of BB and in to the emulator. I also do the same when the emulator process exits. If the delay is too long, the monitor/TV may display a message (some do, some don't). @Jason Carr, I would recommend trying this out yourself. The only per emulator configuration parameter that would perfect this approach is the number of milliseconds to wait before turning the display back on again. Here is my script fragment: RunWait, display /power:off,, Hide Run, nomousy.exe /f /h,, Hide Sleep, 500 prevPath = %A_WorkingDir% SplitPath, 1,, path SetWorkingDir, %path% Run, "%1%" %rom_path%%options%,, Hide, new_pid SetWorkingDir, %prevPath% Sleep, 500 RunWait, display /power:on,, Hide Hotkey, Esc, doCloseApp WinWaitClose, ahk_pid %new_pid% Run, nomousy.exe,, Hide RunWait, display /power:on,, Hide ExitApp doCloseApp: RunWait, display /power:off,, Hide Sleep, 500 WinClose, ahk_pid %new_pid% return
  6. Granted one downvote is meaningless if you have many upvotes. OTOH, I would vote for deleting the entire review system rather than upset one of our great theme creators. Thanks to @keltoigael we have the great CityHunter theme. Respect.
  7. I suspect that most people with an interest in paying for a frontend like LaunchBox use a PC for emulation right now. Android may be the future, maybe, but it would take many years to get anywhere near feature parity with the number of emulators and emulation quality available on the PC. Just my 2 cents.
×
×
  • Create New...