-
Posts
7,330 -
Joined
-
Last visited
-
Days Won
27
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Retro808
-
That is dictated by the coding of the theme and to remove you would need to edit the view file of the theme for the view you are using and either comment out or delete the lines of codes for those metadata fields.
-
Exactly What I expected was happening. LB does not like extra platform files in there. Only let LB generate files to put in there. If you need to make backups or copies place them in a different folder.
-
Can you open your \Data\Platforms folder and share a pic of all the contents in that folder? I am betting you have extra Windows files in there. Just an FYI the steps you did worked fine on my builds.
-
can i remove the video delay on new default theme?
Retro808 replied to DonellHD's topic in Troubleshooting
You would have to copy the Default theme folder and rename it. Then you can edit that theme. Open the GameDetailsView.xaml to edit. I have not looked at the Default code so not 100% sure but there might be a Storyboard trigger for the video. If there is that would likely be the target to edit. Again, not 100% as I never really looked at the code of the Default LB theme. -
Is it possible to overwrite old files and point to a new one?
Retro808 replied to OneAndOnlySolo's topic in Noobs
Just right click and edit the game in LB In the launching tab change the rom path to the new one.- 1 reply
-
- 1
-
-
That really depends on where exactly you are talking and in LB or BB as there are many ways to change how an image is displayed or which image is displayed. Perhaps post a pic and advise what in the pic you want changed. Box images can show up in a few places in both LB and BB and dependent on your answer above will determine how to make a change. You can change a single image by editing the game going to the image, deleting it and adding a new one, or changing the image type. If you want certain type of image for all games to show as the main box image in LB wall view you can use the "Image Group" button on the top right of LB and change to display "Box", "3D Box", etc. Again, it all depends on if you are talking about LB or BB and where exactly.
-
You have to use a different theme. That looks like a Unified theme and those themes do not have Horizontal Wheel views. Only Vertical, Wall, and Text.
-
Not the "Arrange By". In the left hand pane where all your platforms and playlists look just above that list and you should see a dropdown (not sure what theme you are using) you can change how that list appears. That drop down box can change to Platform, Playlist, Platform Category, Play Mode, and so on.
-
If you are using a view such as Platform or Platform Category in LB you can change the list view to "Playlist" and it should show up.
-
Getting a AHK file to work on a specific steam game
Retro808 replied to nutter1980's topic in Troubleshooting
Would be more helpful if you show the script. It is likely just a somewhat generalized AHK that send a close command to the chosen exe used to start the game file. Such as the command below. WinClose, ahk_exe {{{StartupEXE}}} -
Getting a AHK file to work on a specific steam game
Retro808 replied to nutter1980's topic in Troubleshooting
Not sure what you mean? Only active emulator would be the one that launched the game you selected. -
Probably never. This theme was not made with the CTC. Not all themes are. If you ever want to see if a theme was made with the theme download it and open one of the platform or game view xaml files in the \Views folder. The top of the file will show it was made in CTC.
-
Ah. Sorry cannot help you on that. Do not use bat files for these or RL. Just an FYI LB is not limited to one manual. Well, you can add more as well as other .pdf items such as move lists as additional apps to games. These will then show up in LB/BB Pause menus. These typically have to be added individually to games but our very own JoeViking made a Bulk Add/Remove plugin to make it easier.
-
Rom set is the full set of Mame roms. What do you have? Just a few roms you download from some site? Did you try to run the games directly in Mame without using LB or are you using Retroarch?
-
Why exactly are you looking for a bat file to load games ran through Tekno? A ton of these games can be launched through Tekno in LB without needing a bat file.
-
Your questions asks if a single game can be added to Mame. Do you mean can you add a single Mame game to your arcade platform in LB? If that, then yes you can. In Windows open your rom folder and drop the Cruisin USA mame rom into your LB UI and add it to your arcade platform. You need to of course test that rom directly in Mame first to make sure you can run it there. If not that is your issue. Also all this depends on your roms. Do you have a full Mame set or did you just download this one rom from somewhere. That can be part of the issue if the game is not running.
-
I do not think so. If I remember correctly this issue also affected running PPSSPP through RocketLauncher. I believe their PPSSPP module had a ResumeEmu command in the script for restoring upon exit from Pause.
-
Ah. I misread your post. Cannot help you with the CPWizard never used it.
-
So the keys clearly work. So now can you edit your PPSSPP emulator in LB >Tools >Manage >Emulators and edit PPSSPP. In the "Pause Screen" section go the the "Resume Script" tab and paste this into there. Remember, not very elegant code but it will at least confirm you can return to full screen from Pause. Send !{Enter} Send !{Enter} Should look like this. Then test. Does it work at all?
-
Perhaps this can help.
-
Not quite understanding the issue. You mention the tool to import Mame full set. However, you mention you issue is roms not working in different Mame versions. Is your issue importing in to LB or playing games in a different version of Mame you downloaded? If it is playing the games in the different Mame then you need to make sure the new Mame knows where your roms are located.
-
Do not need any key binds. Those are PPSSPP UI defaults.
-
Arcade roms work in RetroArch but not in Launchbox
Retro808 replied to Winz's topic in Troubleshooting
Yeah I am going to say no. The LB update is not an issue. Something is likely not set up correctly in your LB. Neil's answer is correct because in the original post the user checked the box to extract and Mame roms should never be extracted. LB does not manage any rom database in relation to fbneo and Retroarch. Errors when running these within LB are do to a set-up issue. -
Can provide some responses doing the following: 1. Run a game through PPSSPP directly (without using LB). A: Does it launch in fullscreen? If yes.... B: If you hit F11 or Alt+Enter does it jump to windowed? If yes.... C. If you hit F11 or Alt+Enter does it jump back to fullscreen (you may have to hit it twice)?
-
Tried it how? If I launch a game in PPSSPP I can hit F11 and it goes from Fullscreen to WIndowed. Same with Alt+Enter. Issue is though from windowed when you hit either it first sends it to bordered window then hitting again sends full screen. So tested in LB by placing Send !{Enter} In the resume screen and when coming out of Pause it went from borderless windowed to bordered windowed. So then I entered that script twice Send !{Enter} Send !{Enter} and it went to full screen when coming out of Pause. So it works, but I am not a skilled AHK user so someone would be better off giving a more elegant solution. I think @skizzosjt is, if he does not mind me tagging him. Even tough I did tag him anyway. LOL.