-
Posts
7,334 -
Joined
-
Last visited
-
Days Won
27
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Retro808
-
Updates should not have affected any imported games or existing platforms. If you go into your \Launchbox\Data\Platforms folder do you see platform xml file for those platforms there? Can you post an image of the contents of that folder?
-
You likely just need to add an AHK script to the Running AutoHotKey tab in the emulator set-up inside Launchbox. Launchbox's controller automation does send "Escape" as one of the commands it tries when closing a game so normally it would not need anything additional, but some emulators can be stubborn. Usually ones that are just need the user to add a script as mentioned.
-
It is possible right now, but using the usual video coding BigBox eventually locks up. I know one of the theme plugins works better but I have not tried to mess with it. Hopefully whenever the next poll hits marquee support can get more votes. It just missed out the last couple polls.
-
Select all the games by clicking and CTRL+A then select >Tools>Download Metadata and Media and run through the media Wizard and uncheck everything but videos. You can do this on all games at once or per platform or select a handful of games.
-
I recommend changing Process, Close any where you are using that command in a script. It is a hard close function and can cause issues in some emulators or games. WinClose, ahk_exe 3dSen.exe Would be a better shutdown call.
-
Neon Deluxe Arcade - Final 4:3 (Big Box Theme)
Retro808 replied to Mr. RetroLust's topic in Big Box Custom Themes
Looks like Retrolust did not design a theme view for the options page. This is not uncommon. Sometimes theme designers will leave the options page with the default skin. -
Yeah, I figured it would not affect the issue which why I said it looks like Beta 9 only addressed beta/prototype roms. But figured was worth a mention in case we got lucky and it did.
-
Correct or not is up to you. I have all PC games under a Windows platform. I do not want to manage a unique platform for Windows base games. If you want them in a unique pc platform just create it and scrape it as Windows then when you add it select the correct platform.
-
Are you running a beta or stable version? I assume beta since you are posting in the beta related thread. Jason did add a fix in beta 9 that related, but it looks to only be fixing protos/beta roms. Are you on the latest beta?
-
You are talking about if you just select Box - Front and it shows there are 3 Box - Front images available it downloads all 3? Also make sure you did not forget to uncheck EmuMovies tab. It is intended because LB does not know which one of the 3 you want.
-
Are you running a beta version of LaunchBox?
-
Yeah I originally thought what you did. Then after starting at it a bit more I figured I would post that and ask.
-
On the bottom right of LB screen you should see a box labeled "Text" just check it. That will make the title for all games show on the boxes. I think that is what you want, correct?
-
Right click on Pinball and edit. Go to the parents tab and change the option for where it is supposed to be there.
-
Did you refresh the image cache?
-
What Startup theme are you using? You may need to copy one of the platform xaml codes in that theme that have the spinning disc and just rename is as your Sega CD and Dreamcast platform is named.
- 1 reply
-
- 1
-
-
Since these are not actually related to the beta it would have been best to start a unqiue thread for them. With exception to your note to Jason since it is beta related. This issue with Sky Love is likely due to the fact the Mame.xml lists that game's status as "Imperfect" so LB may be skipping games with an "Imperfect" status when importing it under the full Mame import option since that looks for good working roms. I cannot answer on the STUN Runner video. Probably best to start a post in the Game Media subforum and see if anyone has it.
-
The rom change option should not ask you to re-import. The only way a game get removed from a platform is if you delete it or you edit the platform name it is tied to. Highlight all the games you want to change the path for the choose >Tools>Change Roms Folder Path for Selected games. It will show you how man you selected and the new path you are choosing. It even tells you to make sure you already moved the roms. Next if it finds that some of the games you are trying to change are not found in the new path it will let you know to allow you to choose to continue or not otheerwise it just proceeds if all games are there. Then it confirms how many game it did change the path for.
-
Command line to open with mame 2010 in retroarch
Retro808 replied to Patachon's topic in Troubleshooting
If you need to use a command line for the specific core you would use the below and change the core-name.dll to the core you need. -L "cores\core-name.dll" Example with Mame -L "cores\mame_libretro.dll" -
I do believe you can add a video there. I believe some updates occurred and now you can. I will have to double check as I had a theme I tested it out on. If you open the \Launchbox\Themes folder you will see a Documentation pdf file in there. The last couple of pages I believe will give you a video controls code you can use. You should be able to add that line and specify the video and video path.
-
We do not have a ton of forum rules but we do request not spamming the same question in separate forum threads. Please just post once. I have deleted your other thread. As far as you questions. Fonts can be changed. You can add the font to a folder inside the theme so if you ever share it the user does not need to install it and it also means you would not need to install it. Then change the code to the correct font path and font family. In the example below for a font called Prototype you would need to change the "YOUR THEME FOLDER NAME HERE" to well, your theme's folder. Also "Prototype.ttf#Prototype" would need to be changed to the font file name (Prototype.tff) and font name (#Prototype) of the font you are using. FontFamily="LAUNCHBOX_ROOT_FOLDER/Theme/YOUR THEME FOLDER NAME HERE/Fonts/Prototype.ttf#Prototype" Options screen do you mean the game details screen? The one where you select play, add to playlist and other items? If so the Game Details screen and Game list views are linked. I do not believe you can add a different view. I have not seen any theme's to date do that.