-
Posts
178 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by darreldearth
-
Does Bigbox have the ability to save individual platform views for multiple themes yet? Before it was able to save one theme with a custom view for every individual platform, but when opening another theme you had to set in the options menu that every platform use the same view, otherwise if you changed the individual platform views using the "V" key it would mess up the original themes custom views.
-
Is it possible to make the platform wheels not fade out completely and be the same as the games wheels when you're within a system looking at the games? They seem to fade to about 25% which i personally like if it's possible.
-
The theme seems to be broken after the recent update. i get the error in the screenshot. Not sure 100% if its the theme or launchbox is just bugged in general but figured id ask if anyone else is having this issue with this theme. also none of the themes views work anymore as if they cant be found so the views revert back to default views
-
When in big box (if I forget to run BB as administrator) and try to run a game which needs to be run as administrator I will get the error " The requested operation required elevation", which is normal, but the issue is that once I receive this error I will no longer be able to use the escape key to back out of the game and I'll be stuck on the current screen forever unless I force quit BigBox.
-
-
Been a couple weeks now for me. Takes about 3 min like u say to scrape emumovies in game edit menu.
-
Searching for metadata on Emumovies takes way too long?.
darreldearth replied to ModerateNOOB's topic in Troubleshooting
Mines been doing this also since the recent update. Only happens when searching emumovies for a single game in the game edit menu, but isn't happening when importing games during the import process. -
Anyone figure out the command line parameter to be able to mount a floppy save disk? Some games need them like Dungeons and Dragons & Alone in the Dark. Works fine using the GUI mounting the blank floppy disk, but have no idea how to do it using the command line in launch box to get certain games to work/save 😵
-
Batch Extract Xbox Redump ISO's to XISO's?
darreldearth replied to Squeeth's topic in Troubleshooting
You'll probably have to convert them all to folder format XISOs, then to XISO.isos using these 2 batch codes from another post I started. It should work though. Just save each string of code in a text file and save it as .bat, and then run them when they're in the same folder as the games..... Batch Code To convert Multiple XISO Folder Formatted games (games must be 1 word no spaces) to XISO.isos is: FOR /D %%d in (*) DO extract-xiso -c %%d and then Batch Code from Multiple ISO's or XISO.iso's back to XISO Folder Formatted Games is: FOR %%f in (*.iso) DO extract-xiso "%%f" -
Nice! I like the theme being able to see all the extra info. Is there any way to add number of players rather than play mode? Or just show both?
-
So just as a recap.... Batch Code To convert Multiple XISO Folder Formatted games (games must be 1 word no spaces) to XISO.isos is: FOR /D %%d in (*) DO extract-xiso -c %%d and then Batch Code from Multiple ISO's or XISO.iso's back to XISO Folder Formatted Games is: FOR %%f in (*.iso) DO extract-xiso "%%f" I've included the 2 batch files as well for anyone to download who needs them. Just put the .bat files and the extract-xiso.exe in the same folder with your games. Thanks for your help! @JoeViking245 Convert All XISO.ISO's to Folder XISO's Bat.batConvert All Folder XISO's to XISO.ISO's Bat.bat
-
just curious but how would I use the same command on iso's if I wanted to convert the XISO's back to XISO folder format? tried this but it wont work.... FOR %%d in (*.iso) DO extract-xiso -x %%d I used the -x because in the notes for extract-xiso.exe it said -x is to extract and -c is to create, but I've tried with and without -x and it wont work, so figured maybe i was using the wrong code in general to scan through and run commands on .iso files.
-
@JoeViking245 It worked perfectly! thanks! This simple code can speed things up so much for everyone who's downloaded all the xbox xiso folder formatted games from internet archive. lol At first I thought it wasn't working, but then realized each game needs to be a single word with no spaces, and I think 8 characters or less as well. so after I fixed the folder names it worked smoothly. thanks again!
-
I've searched everywhere online and seems a lot of people are asking the same question, so would be awesome if anyone can help. I'm trying to convert Xbox folder format games to Xiso's using the extract-xiso tool. Basically the command is... ./extract-xiso -c ./(game folder name) Then an xiso will be created in the same directory for the specified game folder which was is in that same directory. I just need to know how to make a batch file which will run the same command over and over for every game folder that's within the same directory the batch file is in, without having to type the name of each folder manually and run the program a thousand times. Hope that makes sense if not I'll be more than happy to clarify further. Thanks! Also, here's a link to the program I'm needing a batch file for if it helps... https://github.com/XboxDev/extract-xiso
-
Super Gameboy should be listed as a platform
darreldearth replied to darreldearth's topic in Contributions
@neil9000 Well as I originally mentioned theres a significant amount of art for super gameboy as well as videos which could be synced from emumovies, which is worth making it its own platform for syncing simplicity alone. Yes it's just an attachment to super nintendo, but the logic for adding it as a platform isn't about weather it's an "actual platform", it's simply to make it easy for people to download and organize their artwork and videos. It would also encourage people to make new art. Can't see the downside to making things easier🤷♂️ -
c64 C64 Dreams (massive curated C64 collection)
darreldearth replied to Zombeaver's topic in Emulation
thanks. I already have the Symlinks setup the same way as in the link you sent, so not sure what antimicro is looking for, but ill try to track it down. The games all work fine with or without the symlinks. its just antimicro at this point. -
c64 C64 Dreams (massive curated C64 collection)
darreldearth replied to Zombeaver's topic in Emulation
I tried creating a symbolic link for "C64 Dreams" in the root launchbox folder hoping I could have the games load from my NAS server the same way exodos is setup to run from an external network drive/server, but I get this error (Antimicro error: this applications failed to start because it could not find or load the Qt platform plugin "windows" in ""). aside from the error the games still load and play just fine, but i'd like to fix the error since it happens every time if you have any idea why its popping up. Everything works great if I don't use a symbolic link. Was just trying to save space on the launchbox drive. -
c64 C64 Dreams (massive curated C64 collection)
darreldearth replied to Zombeaver's topic in Emulation
After spending tons of time trying to get the 30k c64 romset to be user friendly i came across your "c64 dreams" collection, and I love the work you've put into this. It's really clean compared to the set I had in launchbox already which wasn't very user friendly. Thanks for all the hard work, kuz I can only imagine the time you spent on this. Haven't noticed any bugs so far. Can't wait for your future updates! -
Vidsnap Scraper
darreldearth replied to maikeru1986's topic in Third-Party Applications and Plugins (Released)
Awesome! only thing that could make it better would be to add an option to paste in a specific URL to a chosen Youtube video Also, seems that the plugin downloads the same video regardless of what keywords i use. Seems like its stuck on using the Trailer keyword. Only way i can get it to download something different is to lower the maximum length from 600 to something like 200 -
Not sure if this has ever happened to anyone else but... After booting up launchbox today from an unassigned disk on my unraid server I noticed it wouldn't boot. then I checked within the launchbox folder and noticed everything had disappeared (All files and most of the folders (over 1tb of data)). I didn't manually delete them and nothing outside of the launchbox folder is missing, so I figured it might be due to a recent update or bug. Luckily I have Launchbox backed up, but figured I'd throw it out there to see if anyone's seen anything like this before. Only other thing I cant think of doing differently was during scraping for new videos/images a few nights ago I checked the box to delete duplicate/similar images that already exist, but its weird that would delete all the files.🤷♂️ any ideas?
-
Thank you for testing, but yeah I have the download metadata box checked, am up to date on newest version of LB, and have an active premium subscription. Seems like it's only targeting certain people, and it wasn't something that always happened. Started sometime during version 11 and has continued happening up through the newest version. Only thing I haven't tried yet is deleting windows and starting fresh to see if its something in my windows build.
-
I'm not trying to spam, I'm trying to reply to multiple peoples posts who've made the same post as I've made in the past, hoping someone has found an answer to this aside from just using emusync. I've made my own posts multiple times with no replies to this issue, so either not many people are experiencing this issue or its just not a main concern of the devs, but people are posting over on the emumovies site about the issue also, but they all just switched to emusync and gave up. Be nice to just see the issue resolved, and I'm willing to help with whatever the devs need weather it be testing or log files.