-
Posts
7,330 -
Joined
-
Last visited
-
Days Won
27
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Retro808
-
It is under the tools menu. Select all the games and then go to >Tools>Change Roms Path for Selected Games.
-
Yes as and additional app. Write the two scripts you need, then compile both AHK .exe for the commands. Set both up in the additional apps field of the game. Choose the option to run one before and one after the game.
-
I've never experienced anything like this. Thoughts are I highly doubt there are hidden ini files or databases anywhere. I have several cabinets set up and any time I have updated rom sets, deleted a platform or roms the imports back in usually go without hiccup. There are some very random misses but not anything to make me assume there are hidden files. Though usually those misses I had were user error on my part (forgot to check a field during import). For giggles I went ahead and deleted GameBoy color platform then added the 300+ roms in that set-up back into Launhbox on 2 different cabinets and no issue. Same game count before and after. Are you by chance using a cloud share for your data or any chance have backup files of your platform xml files stored in the data folder? We have recently seen this cause issues for users. Just taking a shot in the dark.
-
Yes, it will reattach any media to the specific game you already have from the prior import.
-
Just uncheck the box for media when you get to those screens in the importer. You should see an "Uncheck All" box on the screens for downloading media from Launchbox and EmuMovies.
-
I dont use the full importer, but if memory serves me correct it uses the Mame database file to import by filtering for working games and adding clone roms to the additional apps option putting clones under the main game. It would be hard for it to know to import which specific roms most people use since there is no data for that in the xml file. If you delete a rom media does stay.
-
I have Win 10 on a similar Nuc and works just fine with low specs. Never used BigBox on that Nuc, but I would agree with Dos. With that little ram BigBox might hog it all up.
-
Not sure what you mean by that? Launchbox can only import when you tell it to. Can you clarify? The only time it will auto-populate something is a playlist that is set to "auto" versus "manual" population.
-
Older versions you had downloaded before should still be in a folder called Updates. You can just run the one you need. Are you having issues with a current version?
-
Downloading a better logo for your system in Big Box mode?
Retro808 replied to PedgeJameson's topic in Noobs
Yes, If the new image did not show you typically need to refresh the image cache. There is an option for it in BigBox image settings. -
Downloading a better logo for your system in Big Box mode?
Retro808 replied to PedgeJameson's topic in Noobs
Somewhat. Each platform you create will have it's own folder in the structure. For example Arcade would be \Launchbox\Images\Platforms\Arcade\Clear Logo you then place the clear logo called Arcade.png in that specific clear logo folder. I suggest spending some time looking around inside your images folder at the different structures already created you will see where what images go. -
I am pretty confident Jason is appreciative of things like this. We do not have a big dev team working on Launchbox. It really is just one great person putting his time and heart into something he loves and we get to benefit from that. $5 is truly a small price to pay to say Thanks.
-
You don't need to activate it. If you download via the downloader in Launchbox it places it in the correct folder with the correct name. In Launchbox >Tools >Download Platform/Playlist Theme Videos
-
Correct. PBFX3 requires a code.
-
Yes.
-
Downloading a better logo for your system in Big Box mode?
Retro808 replied to PedgeJameson's topic in Noobs
We have a whole downloads section where you can get any missing clear logos for your platforms here. A bunch of different styles made by users. If you find a style you like many times you can post in the thread for it and request a specific platform if one is not made to see if someone can assist in generating it for you. As far as making your own many users use programs like Photoshop or GIMP. -
LaunchBox doesn't save newly imported games after the 10.0 update ?
Retro808 replied to RayF's topic in Troubleshooting
Your issue is likely the Nintendo Entertainment System.backup.xaml file you have in the folder. Backups should not be in there. Launchbox can mistakenly read it. Remove it from that folder and test. If you want to keep a backup keep them in a separate folder. -
In the Launchbox version you are using you can Just add it after your core command be sure to put a space between it. So you would have -L "cores\fbalpha_libretro.dll" -c "config\fbalpha_libretro.cfg" FYI your existing command line is missing the " at the end of the command. You have just .dll should be .dll"
-
You can, it just will not launch directly into a table, it will take you into the PBFX3 UI and you have to choose a table. You can follow the steps in this thread. Even though it is steps on launching if you have the code, it will still launch without the code. As I mentioned above it just will not launch directly into a table.
-
Any particular reason you chose to put GBA games in 1 folder per rom? Seems overkill for a platform that does not need that. Keeping them in one folder and dragging and dropping the files into Launchbox or making sure Launchbox knows what main folder they are in (If not within the main Launchbox structure \Launchbox\Games) you can use the Scan folder options. But having all those sub folders makes it harder.
-
@Geminii23 Good to see you taking the less painful route. LOL. When I first started with Launchbox I had those hunt and pick collection of roms. Things worked fine until emulators kept getting updates and Launchbox kept getting better. Then I noticed all the rom issues. Trying to fix them just became a chore. Downloaded a full set and never looked back. Every so often with Mame I will update the set by downloading the newest one (I am not one that updates monthly) and it is as simple as dropping it into the same folder structure and Launchbox and Mame sees no difference.
-
Been quite a few posts about it. Take a look here for one.
-
We did not specifically say don't, we just recommended not to do so. Thing about doing it piece by piece is you do not know what version Mame that rom is for, most will work fine over the versions, but still can be an issue. Then you have to hunt down a bios or other supporting file that you many times do not know you need until you try to play the game. Also all these random sites that house roms, you never know what else they inject into the file. Getting a full Mame set from some place well known is always the best. You said you found a .202 set and downloaded it. Well if it is a full set you would have all you need for most games (roms and bios) with the exception of those games that need a CHD. Those are usually not in a romset. What games are still grayed out for example?
-
Possible to hide panel on demand (button) ?
Retro808 replied to Undertherainbow's topic in Game Media
It does not have to be done in VS. Many theme makers code strictly in NotePad ++. It can be coded like I said and yes a plugin could do it. It likely would still be theme specific. If Jason did create a control built into BigBox the designers code could still override it. Since that piece you want to hide can vary in location (grid, column, grid span, column span) it would be hard to know what needs to be hidden. It is not named a specific piece in the code. -
Possible to hide panel on demand (button) ?
Retro808 replied to Undertherainbow's topic in Game Media
You cannot hide the side panel on demand. It can be auto hidden if the theme creator chooses to code it that way. I am not sure if it would be possible for Jason to make that a feature since it is how the designer coded the view in his theme.