-
Posts
4,540 -
Joined
-
Last visited
-
Days Won
34
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by JoeViking245
-
Ya, probably a good idea. One way to go about this: Create a folder to store the backups (/backup saves/) zip all the Save files (folders?). Add a date timestamp to the zip's filename. (similar to how LB saves its Backup files) This creates unique filenames. "Backup 2023-08-26 13-17-43.7z" Save the zip to your above folder TO KEEP THINGS FROM GETTING OUT OF CONTROL... Count the number of files in the [above] saves folder if 'count' is greater than 5 delete the oldest file aka keep only the 5 most recent files
-
Windows volume controls disabled by BigBox run as shell?
JoeViking245 replied to stigzler's topic in Troubleshooting
In LaunchBox - Tools < Options < Startup Applications, you set up apps to load when LaunchBox, BigBox or both start. Not sure if this works when starting BB from shell. Maybe you can add an application for WinIPAC.exe and whatever parameter(s) needed to load the config file (that sets the modifiers). 'Shooting from the hip' and 'grasping at straws'. 😊 -
I have an o l d I-PAC-2 that doesn't have the option to switch x-input. Which for me is fine because games that use only a controller should be played with on a controller. For those I use an Xbox controller. That said, from what I've read, switch it to x-input, (re-)configure your emulators and call it a day, and don't look back. While playing games, of course. 😎 The only downside is oddball emulators for oddball systems that can only use keyboard and mouse. For those, you can add a Running Script to the emulator that will pass a command to tell the I-PAC to switch into keyboard mode. Then when exiting, have it switch back to x-input mode. Conversely, keep everything as-is and for systems/games/emulators needing x-input, add the script accordingly to switch to that and then back.
-
TeknoParrot is a game 'loader' similar to Steam. If it's of any consequence, these are the only 2 'emulators' that I'm aware of that create this issue. No. The Startup Screen will remain showing as long as the launched executable is running, or the set delay time has elapsed. aka, the Startup Screen will terminate early if the launched executable has terminated. What's happening is, when you launch a Steam (or TeknoParrot) game, you start the 'main' executable (steam.exe). This executable then spawns another executable which is the actual game.exe. Once the game is spawned (executed), the originating .exe (steam.exe) terminates itself (and the [actual] game continues to run). As you're discovering, TeknoParrot takes a few (maybe 5) seconds to 'get the game rolling' before terminating itself. At the end of these few-to-5 seconds, LaunchBox sees that the "game" it launched (which again, is your main executable) has exited and doesn't need to show the Startup Screen for the full duration (45 seconds or however long you set it for). So 'makes it go away'. This is by design. i.e. If you set the Startup Screen delay duration to 45 seconds and launched a regular game, say... something using RetroArch, and something errored causing the game (or RA) to not start properly or crash, you wouldn't know it until after the full 45 seconds has elapsed. That's close to 45 seconds (each time you attempted to launch it) that could be used to figure out why the game crashed.
-
My thoughts... Looks good Chat-thingy. The only far-fetched issue could be if the 'newer' save file was corrupt (for whatever reason). But most likely, it's not likely. At 1st I was thinking have it run after the game exits because of the processing time (i.e. the game would load faster if it wasn't waiting for this to complete). But realistically, the time it takes to do this is probably next-to-nothing (assuming you don't have a bazillion save states). So run it before (as you figured) so you're sure you're loading the most recent save. Also, make sure to have Wait checked in the Additional App. This way the game won't try to load simultaneously with the script still running.
-
That would have been good to know. lol Seriously though, I can't see NVidia causing it to not strip the title bar. But you could try updating its drivers. If you do, I recommend using NVCleanstall (spelled funny. But that's what it's called). Early on in DOSBox evolution, the title bar issue was deemed a Windows thing. If you're running Windows 11, the issue may be back. The again, you said the issue appeared "all of a sudden". Agreed. And you really shouldn't "have to". My last last-resort suggestion would be to try DOSBox-X (if you're not using it already).
-
It's not the plugin. It's a limitation of using startup screens with emulators that are 'loaders'. Such as Steam. From the plugins description (note the 2nd bullet): Limitations: - Max load delay time is 5 minutes (300 seconds) - This WILL NOT fix issues with games/emulators that use a 'loader' to start a game. The Startup Screen will still go away after the launched executable exits.
-
Options: Maybe try a different 'output'? Like opengl (vs openglnb) I don't see Fullscreen res=0x0 as an option? Try fullresolution=0x0. (And should it be 0x0?) Start from scratch: Try renaming dosbox.conf (old-dosbox.conf) so it doesn't pick it up? Run (don't make changes), then close DOSBox.exe to generate a fresh one. Last resort: Of all else fails (above, and anything else you might think of) you could take the brute force approach. If using the integrated DOSBox, since there isn't an emulator to add a Running Script to, you'd need an Additional App for the games. The AutoHotkey script to use would be something (possibly 'exactly') like: Process, Wait, dosbox.exe Sleep, 2000 WinSet, Style, -0xC00000, A wait for the DOSBox process to exist give it 2 seconds to 'fully wake up'. (can adjust this, more or less) Set the window style to remove (the - [minus] symbol) the title bar (0xC00000)
-
Does it change it if you press Alt+Enter?
-
Startup Screen Load Delay: greater than 30 seconds
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
- 5 comments
-
- startup screen
- loading screen
-
(and 1 more)
Tagged with:
-
My cab's shut down for the night so can't look... but should box: be in the command-line parameters? I do recognize --escape-exit though.
- 2 replies
-
- psp
- emulator setup
-
(and 3 more)
Tagged with:
-
How Long To Beat (HLTB)
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
V1.1.0 Released New Feature: When Bulk-Adding HLTB Custom Fields, games that are skipped get added to a text file for that Platform Click View Skipped Games after bulk-adding to view and manually search the games that were skipped (if any). Or at a later time, you can select a game (any game), right-click and select the plugin. If any skipped-games text files exist, a View Skipped Games button will appear. Click it. New Feature: Now viewable in BigBox (found in the Game Menu) No theme implementation required. This will NOT save Custom Fields. But will read from them if available. Otherwise, it'll attempt to get times directly from HLTB. To close the window, press your controller button(s) mapped to Close the Active Window. Just like exiting a game. ...or click the "X" or press Escape or press Alt+F4. (love providing options) Yes. (you too @Jackdefjam) See above. -
You might try Tools < Options < Manage < Emulators - Add. Select ScummVM from the dropdown. Let it 'auto-fill'. Then next to the Application Path click Browse and point it to your already installed copy .exe file. Click OK to save. Then Edit it.
-
Visual Pinball X + Bigbox ... a starters guide
JoeViking245 replied to ItchyRobot's topic in Emulation
Those do not look like ROMs. ROMs should all be .zip files. Note that ROMs and tables (table file(s)) are 2 separate things. -
Community Playlist 📄 Party Time! 🥳 + Steam Key Giveaway
JoeViking245 replied to AstroBob's topic in Community Corner
Taking a little bit of a different course. When someone says games and Party Time, I think Pinball!! Addams Family (Bally 1992): The most sold pinball machine of all time. Attack From Mars (Bally 1995): Just plain fun to play. Cyclone (Williams 1988): I spent many hours playing this table in college. Eight Ball Deluxe (Bally 1981): This table is a classic in its own rights. Riverboat Gambler (Williams 1990): Music that makes you feel 'happy' and straight forward gameplay. -
How Long To Beat (HLTB)
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
-
How Long To Beat (HLTB)
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
Some Themes don't have Custom Fields elements built into them. The "Show Custon Fields" is there in BigBox Options, but the Theme itself may not have a 'placeholder' for them. If (for testing purposes) you switch to the Default Theme, you should be able to see them. Another Theme caveat is depending on the BigBox theme you use, the amount of data shown in the Game Details may be limited. So you might need to go into System Menu < Options < Game Details and deselect some of the [other] Details. I currently have the plugin disabled for BigBox because you can't do anything with it via a controller. Keyboard and mouse only. I'd hate to have someone select that in the Game Menu, then have to dig out their mouse just to close it. I do have on my list to see if there's a [modern] way I can have a window display that can be managed by a controller. I say "modern" because in the past to use my plugins in BigBox, I had to have it modify the BB Theme 1st before it would work. Kind of a pain. Especially when you update your Theme and have to run the setup again. No promises. -
How Long To Beat (HLTB)
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
Thanks! As it sits, you could make multiple playlists covering each Hour(s). i.e. Playlist name = "HLTB 10hrs" Playlist name = "HLTB 9hrs", Contains Value = "9 Hrs". etc.. But with that, you'd also get game that take "1 Day 10 Hrs 32 Mins" Another option is to set the Comparison to "Is Not Empty". Then back in LB, set Arrange By (ascending or descending) to "HLTB Main Story". The issue there is "Hrs 1" comes before "Hrs 2" (not an issue). But so does "Hrs 10" (is an issue). So not a good option. So, to answer your question(s), No. Not reasonably and effectively. -
Floating around out there somewhere is a modified version of the Dolphin Triforce branch 5.0-18171. It will alleviate this issue as it uses the newer --version parameter to check its versioning. Granted, it doesn't fix the plugin. But until then, it does 'fix' the issue from the end-user's standpoint. (Just need to ignore the 'update cloud'.)
-
How Long To Beat (HLTB) View File View how long it takes to complete a game and optionally save these times as Custom Fields for viewing in the game details. Also displayed are what other platforms (if any) the particular game is available on. All data comes direct from How Long To Beat. Be sure to log in there to save, compare and share times. Without them, this plugin wouldn't be here. The 3 types of timed gameplay this plugin gets are: Main Story (just run to the end) Main + Extras (Main Story plus Additional Quests/Medals/Unlockables) Completionist (complete 100% of everything) What makes this plugin different from other HLTB plugins and apps? It works Result are 'live' With some luck and little-to-no fear of website updates, it will still work next week, next month, through the end of the year and beyond... without any updates required (fingers crossed) Requirements: LaunchBox and the plugin file. Installing: Download and extract the contents into your /LaunchBox/Plugins/ folder i.e. D:/LaunchBox/Plugins/HLTB/HLTB.dll Using: Select a game Right-click and select How Long To Beat If the game is not found, follow the onscreen instructions to help narrow down results (optional) Click Add to Custom Fields The Custom Fields names will be: HLTB Main Story HLTB Main + Extras HLTB Completionist Reinstated v2.2.2 (informational) Platforms that the game is available for are shown No longer provided. If platform data is unavailable, a Box-Front image is shown instead. Select a radio button for how you want your times to be displayed and saved. (Days-Hours-Minutes, Hours-Minutes or Minutes only) New in v2.0.0 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 Creating Playlists: From the Tools Menu, select HLTB Viewer. Select a platform Select one or (preferably) more games Click on the HLTB Time column header to sort by Times. Click again to reverse the sort. Click Create Playlist (This will open a new Window) Set the playlists Title, Nested Name and Category (Category is optional) Click Create Playlist Playlists will be static. If you add more games to your collection, just add the HLTB times to the games Custom Fields (right-click game option) and then in the Playlist Creator, check the box Add to Existing Playlist. Select the playlist. Notes about the names and platform category [Unique] Name - No other playlist can have 'this' name. Nested Name - what shows in the sidebar. (i.e. HLTB 30-60 Minutes) Category - The [Platform] Category it will be nested under. (i.e. Arcade How Long To Beat) To get the Nested Names to sort properly, edit the playlist and set the Sort Title. In the image above, '30-60' sort title is set to "2". '1-2 Hours' is set to "3". etc. Plugin Updates: New version 2.3.0 The plugin will indicate if an update is available for download. If an update is available, the plugin title in the Tools Menu and in the Right-Click menu will begin with (U) i.e. (U) How Long To Beat (LaunchBox only) Open the information/support window and click the Update Available button to take you to the Downloads page Remember to Like and Subscribe and check out my other.....🤣. Just go have some fun and be good humans. 😎 Submitter JoeViking245 Submitted 08/22/2024 Category Third-party Apps and Plugins
-
- 4
-
-
-
-
Version 2.3.2
1,076 downloads
View how long it takes to complete a game and optionally save these times as Custom Fields for viewing in the game details. Also displayed are what other platforms (if any) the particular game is available on. All data comes direct from How Long To Beat. Be sure to log in there to save, compare and share times. Without them, this plugin wouldn't be here. The 3 types of timed gameplay this plugin gets are: Main Story (just run to the end) Main + Extras (Main Story plus Additional Quests/Medals/Unlockables) Completionist (complete 100% of everything) What makes this plugin different from other HLTB plugins and apps? It works Result are 'live' With some luck and little-to-no fear of website updates, it will still work next week, next month, through the end of the year and beyond... without any updates required (fingers crossed) Requirements: LaunchBox and the plugin file. Installing: Download and extract the contents into your /LaunchBox/Plugins/ folder i.e. D:/LaunchBox/Plugins/HLTB/HLTB.dll Using: Select a game Right-click and select How Long To Beat If the game is not found, follow the onscreen instructions to help narrow down results (optional) Click Add to Custom Fields The Custom Fields names will be: HLTB Main Story HLTB Main + Extras HLTB Completionist Reinstated v2.2.2 (informational) Platforms that the game is available for are shown No longer provided. If platform data is unavailable, a Box-Front image is shown instead. Select a radio button for how you want your times to be displayed and saved. (Days-Hours-Minutes, Hours-Minutes or Minutes only) New in v2.0.0 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 Creating Playlists: From the Tools Menu, select HLTB Viewer. Select a platform Select one or (preferably) more games Click on the HLTB Time column header to sort by Times. Click again to reverse the sort. Click Create Playlist (This will open a new Window) Set the playlists Title, Nested Name and Category (Category is optional) Click Create Playlist Playlists will be static. If you add more games to your collection, just add the HLTB times to the games Custom Fields (right-click game option) and then in the Playlist Creator, check the box Add to Existing Playlist. Select the playlist. Notes about the names and platform category [Unique] Name - No other playlist can have 'this' name. Nested Name - what shows in the sidebar. (i.e. HLTB 30-60 Minutes) Category - The [Platform] Category it will be nested under. (i.e. Arcade How Long To Beat) To get the Nested Names to sort properly, edit the playlist and set the Sort Title. In the image above, '30-60' sort title is set to "2". '1-2 Hours' is set to "3". etc. Plugin Updates: New version 2.3.0 The plugin will indicate if an update is available for download. If an update is available, the plugin title in the Tools Menu and in the Right-Click menu will begin with (U) i.e. (U) How Long To Beat (LaunchBox only) Open the information/support window and click the Update Available button to take you to the Downloads page Remember to Like and Subscribe and check out my other.....🤣. Just go have some fun and be good humans. 😎 -
Additional Apps not waiting for Exit *Solved*
JoeViking245 replied to TheRealUnderhill's topic in Troubleshooting
Check Wait for Exit. This will have the game-launch wait until your Run Before additional app exits. -
The message you show pretty much says it all. "Click the button below to open the Plugin Manager and update them!"
-
From your other post