Jump to content
LaunchBox Community Forums

zorkiii

Members
  • Posts

    80
  • Joined

  • Last visited

Posts posted by zorkiii

  1. I setup eXoDOS Lite and integrated into my existing Launchbox and it's working fine. When I browse the games in Launchbox or BigBox I am seeing the full list and can install any without issue, but I am looking for a method to filter on only games I've already installed.

    In BigBox I used the filter option with field 'Installed' and comparison 'Is True'

    installed_is_true.thumb.png.8148fcf450413dbcfc6c0fdea7db4c8a.png

    I have three or four games installed but when running the above filter it is showing 'No games were found'

    1919930426_nogameswerefound.thumb.png.a88b1c1c99040b6294d8744208081ccb.png

    One other additional question, is there any way to hide anything that isn't installed? I guess that would be difficult since the lite version contains a list of all the games but not the installs, and allows you to install whatever you want. I am thinking I'll primarily want to have a much smaller set of MS DOS games installed, and not want to see the full list there in eXoDOS. But also - I have friends that come by and want to play X MS-DOS game I've never heard of from their past and would like the option of installing from the eXoDOS collection, despite them being . . . . hidden? I hope this makes any sense to anyone.

    I prefer to have my 'Favorite' games listed along with all games alphabetically rather than sorted at the top. I know that could be a solution but just wanted to add that bit.

  2. Awesome! For some reason Shamus has this huge nostalgia effect on me, I remember getting that one in a batch of copies from a friend in the mid 80's and being super drawn to it. The title music cracks me up too. Plus the Synapse logo and tones that play when it show up are great.

    Do you know the parameters that need to be used to run a specific game using NTSC rather than PAL? I know the majority of games were PAL but growing up in the USA I experienced most of them on NTSC and the music being slower (with PAL) just kills the feeling for me on some of these. I changed the core in retroarch to run on C64 NTSC but it seemed to switch it for everything. Would it be something in the ..\..\Retroarch\Retroarch.exe -L "..\..\Retroarch\cores\vice_x64_libretro.dll" "Game-Name.cmd" line to add in? 

     

  3. On 8/28/2020 at 4:46 PM, Zombeaver said:

    That would work, yes. I would recommend bulk rename utility. You would basically just do a Windows search in the games folder for .state files, drag them all in and then tell it to replace .state with .state.auto. Make sure the search doesn't pickup any of the existing .state.auto files in the process (it shouldn't, but just be sure).

    This assumes that you don't have any states that you want to keep as non-auto loading of course.

    Thanks, I ended up using a batch file to run in the main Games subdirectory within C64 Dreams with this command:

    forfiles /S /M *.state /C "cmd /c rename @file @fname.state.auto"

    This seemed to do the trick! I just wanted to create savestates for all the games I love playing and skip ahead past those cracktros and the endless questions for trainers or highscores etc. Once I ran through my favs and created those states I ran the batch inside the games folder and it renamed them all so they autoload. 

    I was looking through the games from your collection and wondered if you might consider adding these to it for a future release? If they're able to be added:

    720 degrees
    Adventure Construction Set
    Archon
    Archon II
    Bc's Quest for Tires
    Dunjonquest - Curse of Ra
    Dunjonquest - Temple of Apshai
    Dunjonquest - Upper Reaches of Apshai
    Hardball
    Jumpman Junior
    One on One - Dr. J vs. Larry Bird
    Rambo III
    Shamus
    Slam Dunk
    Sword of Fargoal
    Test Drive
    Test Drive II
    The Pawn
    Wizball
    Zork I
    Zork II
    Zork III

    Many thanks for all your hard work.

  4. Hey @Zombeaver - I have a couple questions I'm hoping you might be able to help with. I've saved a bunch of save states for games several games and couldn't seem to find documentation on the easiest method for having those save states auto-load when launching. I renamed one of my game_name.state files to game_name.state.auto and it seems to pick up the save state on launch. In this case would the quickest method be to use a batch rename program to search for any *.state files in the games directory and batch rename them all to .state.auto suffix? I went through nearly all of the replies here and couldn't seem to find reference but appreciate any input on the easiest way to make this happen or best practice method.

    Also for the games that were automatically favorited in the games collection (for launchbox) what's the quickest method to un-favorite everything to start from scratch? EDIT: wait scratch that, I found it - just had to select all in launchbox for the games collection and right click > edit > select favorite in the dropdown and click next to set them all to false but thought I'd add the comment here in case it helped anyone (sorry if it's already covered which it prob is).

  5. I purchased and installed 1 Screen Platformer from Steam a few days ago, and for some reason it won't show in the list of games to import when using the Steam import option in Launchbox. I've confirmed it is installed and runs from Steam directly. Launchbox is definitely connecting to my Steam account and shows all the other games I have available that I haven't imported yet, but just won't show this one.

    The game is here: https://store.steampowered.com/app/791180/1_Screen_Platformer/

    Is this possibly a bug due to the title starting with the number '1' or something? I tried importing the shortcut to the URL as a rom, but I receive a 'catastrophic failure' popup error.

  6. I was just looking for a way to do this too without having to manually rename any entries, so that they would show in the playlist starting with a number and sorted by number. For instance if I wanted to make a top 100 NES games from a list like the following website: https://gamefaqs.gamespot.com/boards/916386-nes/51440644

    I am able to manually add the games and change the order in the playlist per the tab here:

    image.thumb.png.70c3f809b7a2f763e2e4a2ea3f325a48.pngBut I can't edit the title there to change the display name of the entries in the Playlist to add a number before each like:

    1. Super Mario Bros 3
    2. The Legend of Zelda
    3. Super Mario Bros.
    4. Punch Out!

    I am guessing this is by design, but is it possible to have a prefix of a number before each game in a playlist when desired, without renaming the ROM itself? Like an option to edit the title in a playlist, that does not affect the source ROM name?

  7. I recall setting up an autohotkey script for specific emulators to hide the mouse like the script below, but since Steam games are not under any emulator -- is there any way to hide the mouse on all my Steam games without having to go in and edit every game individually? I feel like I've seen this somewhere before or have actually done it before but can't seem to find that info in the forums. Just hoping to know of a target-all-steam-games method if one exists, thanks.

     

    Sleep, 3000
    SetKeyDelay, -1, 110
    MouseMove, 0, 2160, 0, R
    
    $Esc::
    {
        Process, Close, {{{StartupEXE}}}
    }
  8. 1 hour ago, Jason Carr said:

    I'm not positive/clear on exactly what you want to do here, based on the above. However, you can structure the platform categories view however you want, from inside of LaunchBox. In the left sidebar, select platform categories. Then you can right-click on items in the list and select Edit. The Parents tab specifies where in the structure that item will appear, both in LaunchBox and in Big Box.

    Hi Jason, thanks, I will test out making some changes to platform categories inside of Launchbox to try to do what you are mentioning. 

    I ought to have boiled my first post down a bit, so let me summarize this a bit shorter with images of what I'm trying to do:

    What I'm trying to do is configure things to where when I launch BigBox it would bring me to my platforms in a wheel with banners / random videos like so (which currently works as I'd like when I have platforms selected on startup)

    platforms.thumb.PNG.aa6b8a9f90e77d09904d55c8131eb158.PNG Then selecting Arcade would bring me to my Playlists, in a text list rather than a wheel (would be a nice touch to see video previews here but I'm not sure things are setup to display like that on a text playlist?)

    playlists2.thumb.PNG.582bd9d06ccbedf55bd15a9bf02a36ea.PNGThen selecting a playlist would bring me to my games as a text list with video previews etc:

    arcade1.thumb.PNG.4f442f0ad1ef1a2a172e21b8a568054e.PNGHowever I can't seem to find any way to configure that.... at least not the playlists part, or being able to preserve having a wheel for platforms.

    With how LaunchBox / BigBox is currently structured, is it possible to view playlists right after selecting a platform when the Options > Views > Default Startup View is set to Platforms? Or is that only available through platform categories? 

    My apologies if I'm missing some obvious things or things that may be obvious. I do see that the playlists are viewable under Platform Categories in Launchbox and not under Platforms. I think I'm not understanding what edits I would need to make in order to have Platform Categories basically become the platforms view, so I can view my playlists in BigBox (and not have to deal with an additional outer menu like Platform Categories). I do know I can get to a playlists view directly in BigBox in the menu, but it's not exactly what I'm looking for.

    Not quite sure how to edit things to appear this way, but I appreciate any input.

  9. I am looking to configure my BigBox to do a specific thing visually and having a bit of trouble figuring out how to do it.

    I am using the Default theme and have it configured as follows:

    options2.thumb.PNG.a4154c4761b50a81dbbaf95cc25eb5f3.PNGWhen I am at the main screen to view my platforms, this looks correct for how I would like it:

    image.thumb.png.362c7e594d8617499688b4873f489cc3.pngWhen I select a platform that has playlists created, it goes straight to all games and does not show the playlists:

    arcade1.thumb.PNG.4f442f0ad1ef1a2a172e21b8a568054e.PNGIf I change my view options to Platform Categories, I am able to get to my Playlists but this requires me to view the categories screen which I'd rather not use. So to get to Playlists in Arcade for instance I have to select Arcade:

    1222941774_platformcategories2.thumb.PNG.bf690c75c9acb734829f96d3e099400a.PNGWhich brings me to an endless wheel with Arcade as in the screen below. I would have expected it would go straight to my playlists:

    1370967099_arcadeendlesswheel.thumb.PNG.15f5e7d741364b5c0effea7fabc712e6.PNGChoosing this brings me to a wheel of Playlists, I would rather configure this screen be a text list:

    627049127_playlistswheel.thumb.PNG.dc67e156c754578af8894e1851b5f133.PNGAnd then selecting a playlist brings me to a text list of the games in that playlist which looks fine.

    arcade1.thumb.PNG.4f442f0ad1ef1a2a172e21b8a568054e.PNG

    The only thing remotely close to getting to what I'd like to see is by changing my options to all 'Text list with details', and using Platform Categories as my default startup view:

    options3.thumb.PNG.bca62280520148bc1119ed99294236f4.PNG

     But this looks like the following when using it. Shows my platform categories as a text list, with no videos or images:

    2017489777_platformcategories3.thumb.PNG.177452e61c83411e299e440a01ec646d.PNGChoosing Arcade goes to another screen with Arcade:

    1218586485_arcadecategoryagain.thumb.PNG.fc5847483e1e3611794ddebeda89ab57.PNGThen I get the playlists as a text list (but for some reason it still says Categories in bold text above it) still no videos:

    playlists2.thumb.PNG.3b638fb7f6ea1002ee3dc27a6182f865.PNGAnd then selecting a playlist gets me to the standard games list view, as configured they are all text list with details.

    arcade1.thumb.PNG.4f442f0ad1ef1a2a172e21b8a568054e.PNG

    Just to illustrate, I was looking for a way to configure my BigBox to look like the following on launch:

    Goes to platforms list with a wheel on launch with platform banners and random videos from each platform:

    platforms.thumb.PNG.aa6b8a9f90e77d09904d55c8131eb158.PNGSelecting Arcade would get me to my playlists in a text list, but would rather see some videos here and have it say 'Playlists', but categories is fine too:

    playlists2.thumb.PNG.582bd9d06ccbedf55bd15a9bf02a36ea.PNGThen selecting the playlist brings me to the text list with details / videos as normal.

    arcade1.thumb.PNG.4f442f0ad1ef1a2a172e21b8a568054e.PNGHoping someone might have some input on this, thanks.

    arcade category again.PNG

    platform categories.PNG

  10. Hi, I am unable to view playlists in BigBox and am getting a black / blank screen. I can navigate back away from the screen and choose any other view option such as Platform Categories and it shows all the other view options just fine.  Just not the playlists.

    When I launched BigBox it prompted me to install a new version which I did. That was when I noticed the issue. However when I reverted back to the previous version LaunchBox-9.10-beta-4-Setup.exe and tested again, I am still getting a black screen on playlists.

    Not quite sure where to start troubleshooting, the only other things I've tried have been to change my theme in BigBox > Options > Views from Default to CriticalZone V2 Default, but there was no change in behavior. Also refreshed all images.

  11. On 10/12/2018 at 11:20 PM, Sharky151 said:

    I used Audacity Portable (free download) to add to 1.25-second delay at the beginning of the .wav

     

    I have uploaded the modified .wav as well.

    Capture.thumb.JPG.a389e4ffed5622eeae7124473e7ed92d.JPG

    Startup.wav

    I downloaded your wav file @Sharky151 and placed it in my LaunchBox\Sounds\Sci-Fi Set 3 by Clavius folder (I renamed the original to back it up). The Startup.wav starts playing audio right about the same time the BigBox screen shows up with my platform list, so the audio overlaps with the background audio from whichever system video is playing in BigBox. But it does fix the audio dropout, just overlaps weirdly for my tastes.

    Yeah this is a bit annoying to me too, the first thing you encounter when launching BigBox is .... an audio dropout / glitch. I've had this same issue on 3 sytems I've installed to now (3 different PC builds that is over the years). 

  12. I am also in the camp of being on the fence about the 'Game Over' text on the exit screens. I downloaded a non-default theme and added a skull and crossbones from the standard wingdings font and made it a dark gray, I think it works nicely for my uses:

    Quote

    <TextBlock Text="☠" Foreground="#666666" HorizontalAlignment="Center" VerticalAlignment="Center"
                        FontSize="60" Typography.Capitals="AllSmallCaps" />

    Still messing around with it and thought I'd add this to the thread. There's some pretty funny wingdings at this link: http://www.alanwood.net/demos/wingdings.html

    Also some pretty funny webdings out there I wasn't aware of: http://www.alanwood.net/demos/webdings.html

    Just a thought!

    exit.png

  13. This looks awesome! ? Great work @Zombeaver 

    When I was real young I'd beg my parents to get some specific game from a store, spent a lot of years as a kid going to friends houses and copying/trading games, going to local meetups and Commodore groups doing the same, and eventually downloading lots off BBS's. There are so many great games out there, but also many poorly made games! I remember being real excited getting a new game at a store or trading a stack of disks with friends only to find a bunch were awful. But the good ones are really really good! And still find myself playing C64. There's a mystique around the machine and whole experience and those years that I can't seem to shake. I kinda sorta started doing this same thing years ago but stopped at not too many letters of the alphabet in, there's just so much. I know I made some of my own custom video snaps for the handful of games in my Launchbox collection, and would be more than happy to share any of those with you if it helps at all. Super looking forward to your project and glad you are putting the effort in for this, it will make a ton of people happy. 

    • Like 1
  14. I have another PC with Launchbox on it and was able to import Steam games just fine with that one using the same account. So there is some issue that is local to my main game PC it seems. I checked my firewall settings and all the Steam entries are set to allow traffic through. I also uninstalled and reinstalled Steam, this did not help to resolve. Also downgraded from v9.3 beta 1 to 9.2 standard, and still have the same issue with Steam games.

    Hoping someone might have some additional ideas of something to check or troubleshoot.

     

  15. I just attempted importing a Steam Game using Tools > Import > Steam Games, when it gets past the portion to download images and such I receive:

    987470927_lberrorsteam.thumb.PNG.eeee6890e522e7f275eb4dc54dd6218a.PNGI added a few new games just a week or so ago and there weren't any issues. My account is public, and have an API key entered. I'm able to log in and access Steam just fine through the Windows app and the website, and the games play through the Steam Windows application. Just can't import anything into Launchbox, any ideas?

  16. I am not sure how long it's been this way on my setup or why/how, but in Platform Categories I am seeing all of my Platforms listed as individual entries (outside of the core Arcade, Computers, Consoles, and Handhelds categories). I wanted to organize my games in a different way with nesting, and then discovered this issue.

    I thought the easiest thing to do would be just right click and delete the category from Platform Categories, however after doing this for a few it also removed the Platform itself. For instance Atari 2600 was in Platform Categories, right clicked the platform and received: 221175310_categorydeletionpopup.thumb.PNG.d804b3fcacb4fd665c70a7d15326b84b.PNG

    If I edit the Platform Category and check the root settings I'm seeing:

    128984175_editplatform.PNG.8395620b742d788a0e9b4820c52be024.PNGRemoving it from those brings

    702539442_lbpopup.thumb.PNG.7f89fdcb5e8978d567e84d82ad0ad9e8.PNGFinally deleting the Platform Category by clicking 'Yes' on the first screenshot above removes the category but also the platform of Atari 2600 itself. I then have to re-import all my roms, which resolves the issue (Atari 2600 is listed in Platforms and no longer exists in Platform Categories as a separate listing of Atari 2600), but would rather not have to go through that last step of having to re-import everything.

    I guess my question is, is there a way to remove something listed in Platform Categories that I don't want to be there, without having to remove the platform itself and re-import my roms? From what I understand the default categories are Arcade, Computers, Consoles, and Handhelds. I have those, but for some reason also have all my Platforms listed outside of those categories too and wanted to just remove those from the categories list.

    For instance as shown below, Commodore 64 (among others) is an entry in Platform Categories outside of the Computers category.

    categories.thumb.PNG.b83da9f81ed2568f5dc3e9a34d176a85.PNG

  17. I'm not sure if this kind of idea has already been proposed or exists somewhere, but I couldn't seem to find it anywhere and thought I'd post.

    Was thinking about how it would be amazing to be able to access a web based page that lists your current game collection, broken down into the same platforms or systems that you have installed, and information about each game. Also the ability to filter on the same types of things like 2 player or 4 player, run searches etc.

    The idea in my mind for using this would be to have a tablet or ipad,  pull up the page and scroll through what's installed to learn more about a game. This would be perfect for when multiple people are over and those that aren't actively playing can browse what else is installed and pick what's next to play. This would also be for sharing with other people to see what you have installed, or to look for yourself online when not using your launchbox setup and to confirm what you do/do not have.

    I can see how this (in theory) wouldn't be too terribly difficult to extract the information from launchbox to translate to a web page. It would be amazing to be able to have image and video previews and such, basically a web based access to how Launchbox or Big Box looks and accesses your collection, but only to view the things you have installed. 

    Really just throwing out an idea here, I'm not developing anything but thought something like this would be pretty cool if it were possible. Almost seems like if this were possible / allowed, someone could host images and such (again no clue on what is legal or not or the 'who' would be for this idea) and provide a place with the main infrastructure, and ability to upload whatever would be necessary from your specific setup to the site which would populate your own collection page under your account. 

  18. I have had the exact same issue with the stuttering startup sound. I disabled it recently since it was pretty annoying. Never thought about posting about it until I saw this thread, and it appears others are experiencing it. Any ideas on this? 

×
×
  • Create New...