-
Posts
4,032 -
Joined
-
Last visited
-
Days Won
33
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by JoeViking245
-
I'm not sure what you mean by "in a circle". But you can create a Playlist of all your games you've marked as "Favorite" for a specific Platform. Example for a Playlist of all your favorite Wii games.
-
MAME Hi-Score Display - A plugin for BigBox
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
- 38 comments
-
- mame
- high scores
-
(and 2 more)
Tagged with:
-
That's a good sign. Try adding a 3 second timer before Process, Wait... Giving the com commands a few moments to settle in. If it still doesn't work, move the 1st 2 com commands into their own script and add that as an Additional App for the games and set them to Run Before Main App. Try it on one or two and if it works, there's a plugin where you can bulk add Additional Apps to all the games [that need it].
-
I not sure you'll get much help there for this particular situation. You could try this: Run, %COMSPEC% /C echo M3.1 > COM1 Run, %COMSPEC% /C echo M3.1 > COM2 Process, Wait, mame.exe ;Sleep 2000 WinActivate ~ESC:: Run, %COMSPEC% /C echo M3.0 > COM1 Run, %COMSPEC% /C echo M3.0 > COM2 ExitApp return Try it without the sleep timer. If it doesn't work, uncomment that line.
-
How Long To Beat (HLTB)
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
NEW in v2.0.0 New Option: Select to view/save time by Day-Hour-Minute, Hour-Minute or Minutes-only New Features: (via the Tools Menu) HLTB Viewer and Playlist creator (Requires HLTB times to have been saved to Custom Fields) - View and sort HLTB games by title or Time To Beat - Launch a game directly from Viewer - Create playlists See plugin Description for more details. Thank you for your support. -
My guess is that you're using a ROM(s) that doesn't use MAME's file naming conventions. i.e. "timber (USA).zip". (instead of "timber.zip") I ran a test and "timber.zip" imported without issue. "timber (USA).zip" would not. (both using the Import Wizard) If the filename issue is not the case, verify the platform being imported into is set to Scrape as Arcade. If it's just a single file needing imported, you could also go to Tools - Import -Manually Add Game. That'll bring up the Add Game window (same look as Edit Game). Go to the Launching section and Browse to the games zip file (timber.zip). Then back in the Metadata section, type in the Title (Timber) and press Enter (or click Search for Metadata). You should get a dropdown of choices (just 1 choice in this case). Select the correct one and Save.
-
Remove -fullscreen from the emulators Default Command-line Parameters (1st screenshot). (It's not an available parameter [anymore?].) Then, open [just] the emulator. Go to Video - Display Configuration - and check Emulate Fullscreen and Fullscreen on ROM Open.
-
How Long To Beat (HLTB)
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
You're welcome. Personally, I prefer seeing Days - Hours - Minutes. But I've never been one to not accommodate a reasonable request. I'll have my team look into a way that's not too convoluted and will allow you the option. Might even throw in a Minutes only option, just because. Thanks for the suggestion. -
Missing Games Checker Plugin
JoeViking245 commented on AgentJohnnyP's file in Third-party Apps and Plugins
- 53 comments
-
CoinOps Forgotten Worlds Atarashi Theme
JoeViking245 replied to kim_sama98's topic in Big Box Custom Themes
At the top of the page, click View File. Then on the page it takes you to, click Download this file. -
MAME Hi-Score Display - A plugin for BigBox
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
The Community Leaderboard (the screenshot you're showing) is something completely different from this plugin. Your original 'concerns' "Im at top and I only have +90k score" You actually have over 900 K. Well.. just under 1 Million! You're in 1st for the Week, Month and [this] year Overall, only one person has a higher score than your highest submitted score. "Overall" being, since the time the Community Leaderboard was implemented Now, if you're just trolling to get some kudos... Congratulations on having a kickin' high score!!!- 38 comments
-
- mame
- high scores
-
(and 2 more)
Tagged with:
-
Sounds similar to the one I mentioned in my 1st reply. Glad you found it and got it working!
-
Enabling Dolphin Bar when launching Wii bar, disabling when not using Wii
JoeViking245 replied to AceEsCloud's topic in Noobs
Just a guess, maybe Exit is not mapped to Escape in Dolphin. Regardless, your script looks great. And it lets you use the 'Xbox' button (or whatever it's called) to exit as well. To 'play nice' with the emulator, I suggest changing "Process, Close," to "WinClose, ahk_exe dolphin.exe". It's less of an unnecessary brute-force method. But either way will "work". -
Enabling Dolphin Bar when launching Wii bar, disabling when not using Wii
JoeViking245 replied to AceEsCloud's topic in Noobs
From what I can see, your VPX 'emulator' is your above AutoHotkey script. So the Emulators Application Path is "path\to\your\VPXscript.ahk". Why not use a modified version of that script to Run Dolphin.exe with its respective parameters and set that as your Nintendo Wii emulator? Though I'm not sure how you're running that elevated. I believe the AHK script needs to be started elevated to Run the batch files shortcut, elevated. I could be wrong. If it doesn't need to be elevated, that makes things a lot easier. Run, "C:\Users\Arcade\LaunchBox\Tools\Mayflash disabler\Mayflash_enable.bat - Shortcut.lnk" Sleep, 2000 RunWait, "C:\Users\Arcade\LaunchBox\Emulators\Dolphin\Dolphin.exe" -b -e "%1%" Run, "C:\Users\Arcade\LaunchBox\Tools\Mayflash disabler\Mayflash_disable.bat - Shortcut.lnk" WinActivate, ahk_exe LaunchBox.exe WinActivate, ahk_exe BigBox.exe ExitApp I removed the Sleep, While WinExist and Process, WaitClose lines and used "RunWait" instead. Less lines. Same outcome. Just change your paths and batch file names, accordingly. -
When you go to launch a game, do you get the LaunchBox startup screen, then it just goes back to LaunchBox? Or does it open the snes9x UI (without the game)? Any error message popup? Can you share some screen shots of how you have it setup? screenshots of (Edit your emulator) Details tab Associated Platforms tab (where we can see you Super Nintendo Entertainment System platform) Screenshots of (edit one of your SNES games) Metadata tab Launching tab Emulation tab
-
Close LaunchBox. (Click on it and press Alt+F4) Open Windows Explorer and navigate to //LaunchBox/Data/ Open Settings.xml with any text editor Find the line starting with <ControlsBarHeight> Set the value to 50 (is probably something like 1550, or some big number) <ControlsBarHeight>50</ControlsBarHeight> DO NOT TOUCH OR CHANGE ANYTHING OTHER THAN THAT NUMBER Save and close the file Restart LaunchBox Don't do what you did before to get it like that.
-
You have an extra - (dash) right before the "path\to\ROM.zip". Remove it. Run, %MAMERun% -"D:\LaunchBox Arcade\Games\Arcade\chasehq.zip", , Hide Run, %MAMERun% "D:\LaunchBox Arcade\Games\Arcade\chasehq.zip", , Hide ; OR Run, %MAMERun% "%GameRDP%", , Hide
-
View game specific commands from MAME's command.dat
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
v1.1.0 New Release Improvement: Added Back button support for BigBox New Feature: To have the window open Full Screen, create a text file "fullscreen.txt" in the plugins folder i.e. D:\LaunchBox\Plugins\MAMEcommandDat\fullscreen.txt Updated command.dat (included) to 0.269 (the only difference since 0.262 was 2 added clones [hsf2j2, xmvsfjr4])- 6 comments
-
chd compression support PCSX2 (PlayStation 2)
JoeViking245 replied to Your Friendly A.I Overlord's topic in Noobs
The consensus appears to be: -
MAME Hi-Score Display - A plugin for BigBox
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
You high score is a lot higher than mine but yet I'm still #1 here. Your local high scores are extracted from your hi file and or your nvram file for each game, using hi2txt. Is the high score that the plugin is showing different than the high score that shows in-game? Can you share some screenshots?- 38 comments
-
- 1
-
-
- mame
- high scores
-
(and 2 more)
Tagged with:
-
How to Automatically Clear High Scores in an Arcade Circuit?
JoeViking245 replied to JoelGhanem's topic in Troubleshooting
Ahh. Ya, that makes sense that it'd still be in cache. At least until MAME is exited. Don't think you be able to do that via LaunchBox. The auto-restarting part. You could add a 'coin limiter' to the Running Script that will only allow 1 (or however many coins) to be inserted. Take that a step further to, exit the game if a 2nd coin is inserted. (change 'Return' to 'WinClose, ahk_exe mame.exe') Example allowing 2 coins. SetKeyDelay, 125, 50 global coin := 0 5:: { if (coin = 2) ;Max 2 coins can be inserted Return coin++ 5::5 Sleep 750 } An alternate to the previously posted Running Script for the emulator, add [a variation of] it as an Additional App to the games. Set the Additional App to Run After Main Application Has Exited. Then when the game exits, it'll 'automatically' delete the hi file. You'll still need to launch the game and then exit between each player (or at whatever frequency). Combine the coin limiter with the Additional App and GreatStone’s 'hi2txt' utility, you could almost have the cvs file populated for you. And get the hi file deleted between rounds. Anyway, love spitballing ideas. Hopefully you come up with something that suits your needs. -
The Sample files go in the samples folder. D:\Emulators\MAME\samples\seawolf.zip Note the sample file and the ROM file have the exact same name. So don't get them mixed up.
-
Launchbox deleting already imported items on new import
JoeViking245 replied to trueanimus's topic in Troubleshooting
I doubt it's a LaunchBox 'glitch'. Maybe your cat walked across the keyboard and stepped on Ctrl+Shift+V. Glad the 'glitch' is resolved!