Jump to content
LaunchBox Community Forums

jayjay

Members
  • Posts

    385
  • Joined

  • Last visited

Everything posted by jayjay

  1. I don't think it actually matters. Im not sure. Its possible to convert png etc to ico anyway isnt it? I saw ur message on discord and I don't think it will work. I think the folder structure will be slightly different. I'll have a look at weekend. All depends on if thedarkprogrammer's code works on the param file. I'm not that good at coding. Removing the eboot.bin from the path will be simple enough so just to import the folder name.
  2. Haha ok if u find me an icon to use by the weekend I'll update it. I don't know anything about the ps vita. If the vita game has the same ish folder structure as ps3. And if it contains a param.sfo and an eboot.bin. move a single vita game into it's own directory and see if this importer works on it. Obviously If it does work It'll add it to the ps3 platform. If the param.sfo editor class i used doesnt read it, it might throw exception but won't do anything drastic. If anyone wants to modify the code feel free, if u can understand my code ha. For instance if a game Id starts with BLUS it's American, BLES it's European etc. The game database website has ps3 id's so it could be turned into a scraper as well.
  3. I didnt know it could be moved but should be fine. Just point the folder dialog to where the dev_hdd0/Game folder is.
  4. Yeah it handles disk games. As long as the folder structure isn't to wild. It handles pkg games as long as they are installed. The folder structure between the 2 in regards to the location of the eboot to where the param.sfo is, is the same. The only difference that needed to be taken in consideration in regards to folder structure is i use the parent or parent of parent directory to compare against already imported games so not to import the same game twice. I couldn't compare the titles in this case cause a game could already be imported with a different title. I use the param.sfo file because obviously it holds the title. But also because game patches also have eboot.bin. using any method that pulls the eboot could result in many game patch eboots being imported. Game patches are installed to the same directory as pkg games. The param.sfo tells you if the eboot is harddrive Game, disk game or game data. So this method shouldn't pull in any unwanted eboots. Well that's the theory anyway. Let me know how it works for u.
  5. Iv added a plugin to dev section. It locates all param.sfo files within ps3 roms folder. Uses that file to get the location of the eboot and gets the title. Adds them to LB. Check out the video I posted. Done a lot of testing. Is a little hacky but seems to work well.
  6. This will bulk import ps3 game eboots in LB. Requirements - At least 1 game already imported into playstation 3 platform. Note - this modifies your playstation 3 xml file so as always make a backup before using. "Launchbox\Data\Platforms\Sony Playstation 3.xml" How to use: If you used the previous version, delete it. Download this: PS3GameImporter.zip Right click on zip file. Properties, security, unblock. Extract the FOLDER named "PS3GameImporter" to "Launchbox\Plugins\". Start LB, tools, import ps3 game. Select a directory to search. Choose if you want to scrape region. Note: some games might not scrape the region. This is true for pkg ps1 games. Choose if you want to scrape images. The images that will scrape are the images found within the ps3 rom folders. They start with "ICON" and "PIC". Some of these images can be used for clear logo and fanart. The images will be copied to Launchbox/Plugins/PS3GameImporter/Icon or Launchbox/Plugins/PS3GameImporter/Pic and renamed to the game title so they will be usable in LB. The images are not imported straight into LB because there is no way to tell if the images are usable for logo's or fanart. My recommendation for scraping these images is to first import your games with no images (Select "None"). Use launchbox to then download logos and fanart. And then use this plugin to import the games again selecting "All Games Missing Images" option. When games have been imported, they may not show up til you change platform and change back to playstation 3. Use LB's bulk editor to change emulator. To import psn games, point the importer to rpcs3's "dev_hdd0\game" folder. This uses code from xXxTheDarkprogramerxXx PARAM.SFO editor. Source included in zip.
  7. I achieved the same thing by using a bool to visibility converter and binding the control to a static bool and event. There might be better ways but it is possible. The down side, i guess, for me personally is that page up and page down are really the only viable buttons to use for something like this.
  8. You could add a loop that checks if the window exists. Something like SetTitleMatchMode, 2 Loop { if WinExist("Untitled - Notepad") { WinActivate break } } send,{right} send,6 Im rusty on ahk, so you might have to play with it a little. But iv used something like this before, it does work. It should remove the need for sleep... maybe? Unless the window opens and then your waiting for it to load, then you would still need sleep. Ha.
  9. Haha. It was just random coordinates. You can change the coordinates by opening the .ahk in notepad and changing the 100, 100 line. Glad its working ok for you. Each time a new LB update comes out, you should try removing the .dll and see if the focus issue disappears. Some times these things fix themselves.
  10. Its not a pretty solution by any means but we could try simulating a mouse click on game exit. If this dont work, it'll be the last time I comment on a "focus" issue thread. Turn on start up and shut down screens. focus.zip Download that. Right click on the zip, properties, unblock. Extract it. Put the .dll in Launchbox/Plugins. There is 2 .ahk files in the zip. The first one, RegainFocus.ahk, is just a test to make sure that the .dll is finding and launching the ahk script correctly. So put RegainFocus.ahk in Launchbox/Autohotkey. Open BigBox, Start a game that has the focus issue, Exit the game... dont press any buttons and wait for 10 seconds. Does a messagebox with the word "hello" pop up. If yes. Delete RegainFocus.ahk. Rename RegainFocus2.ahk to RegainFocus.ahk and put it in Launchbox/Autohotkey. Open BigBox, Start a game that has the focus issue, Exit the game... dont press any buttons and wait for 10 seconds. Make it a slow 10 seconds. Then try moving in bigbox to see if it active. If yes... Open (the newly named) RegainFocus.ahk with notepad. Where it says "Sleep, 8000", (sleep, 8000 means wait 8 seconds, 1000 = 1 second). So now you have to try to change this to get the timing right. From when the game exits, then for the "gameover" screen to disappear and then you want to send your mouse click. if none of it works. Then i give up.
  11. I dont know how to double quote your comments but on the page before you said... "I believe the best idea currently is to just take a screenshot of the screen before taking the save state". Disable this feature per platform when you come to it. EDIT: please.
  12. Can we not interact with pause menu user controls like we can with BB user controls? Ohh my user control loads and unloads on pause and resume. Iv lost my hard on.
  13. I should prob refrain from posting when I choose coding over sleep. Just gone 8.30pm and Iv just got out of bed ?. That list of plugin idea's I gave you, you finished them yet. haha. I think you should try match roms to save states, cant be any worse than pause menu... haha. Anyway on a more serious note. Have you found a method to determine if a game is launched through the emulator ui. If not, when you do come back to this would you consider adding the option to disable this feature, maybe on an emulator basis... please... Seems whenever I ask for anything its usually to disable something. ?
  14. oh yeah eh... sorry i meant... to be able to have the pause menu show that there is a save state available for the game that is currently playing... would mean matching save state to the rom... that essay above is what iv found so far... sorry Im trying to code but nothing is going right. Getting frustrated. Rushed the comment, made no sense. lol. just breath...
  15. I'd like to say something (essay) on save states because Iv recently started to get save states into BB. I have 6 emulator's on my pc at the moment... The challenge being... match the rom to the save state. Retroarch save states are easy enough to deal with. I guess the only issue is where the save states are stored. 3 options... In one folder...all save states are saved to 1 folder, the save state folder. This isnt a great idea because if any rom is named the same, then they overwrite each other. I checked, I had a mario game that was named the same for different platforms... The other thing is the amount of files to search through to get to the save state. Could be thousands. I guess you wouldnt iterate through all save states, just search for matching rom name. Separate core folders. Better and LB knows what core is being used. Content folder, which is the one I'll use to put save states in BB. Retroarch saves the states to the same directory as the rom. Means all roms will need to be individual directories.I wont be doing that by hand lol. LB knows where the rom is. I personally think its the better option. Anyway LB would need to take these options into account. Also how could launchbox know if you were to launch another game using retroarch xmb/dashboard/menu thingy? <This is a genuine question? Project 64... this I cant work out. It saves to individual directories per rom. The directories are named like "Title-MD5 checksum". The "title" does not match your rom. Project 64 has database files, in the database your find rom names. None of the rom names in the database match my mario world 64 rom. You could regex it I guess. Or maybe use the checksum, except my mario 64 checksum doesnt match the checksum of the save state directory? Also getting the checksum from the rom isnt a quick process. Dolphin... iv found a way to match gamecube iso's to their save states but iv only tested iso's. I dont think this method would work if the game is in zip etc and im not sure if there is any other format. If wii save states are named the same way as gamecube then this method will work for wbfs as well. Im not sure if this method will work for iso's but I imagine it would. PPSSPP... Same method as dolphin but only in iso format. The issue with this... my 250ish collection of .cso psp minis goes from 7gb to 40gb. You could also use this method to find save data but I havent looked to see if there is a way to differentiate between game data and save data, they both save to the same directory nut named slightly different. Cemu... in the same directory as the executable is an xml file which you can use to determine in what directory the save is in cemu. But its only a directory, not a file. This is for save data not save states. Does cemu have save states? rpcs3... I havent looked to much into it. I thought I could use the same method as my trophy plugin but some games dont have trophies. There might be a different way im not sure. Anyway the moral of the story is... shit... show. I just wanted to get that out there.
  16. Disabling it on pause and also in BB for platforms that dont use retro achievements. Removing "View Achievements" from my xbox 360 platform is prob the main one id like to remove it from.
  17. With retroachievements... Being able to disable it per platform,. Also having rank and score available on any view. I can do this myself with a plugin simple enough. But thought I'd throw it out there.
  18. Sorry @The_Keeper86 I have just modified the city hunter xaml but when I tried this plugin it has issues. Everything is happening twice. Two "view trophies" in textgamesview. The data is being written to file twice. And the worse thing is the data file sometimes is being wiped. Its as if I have 2 of the same plugin installed. I cant figure out why its happening. Until I can figure it out i'll have to remove it.
  19. How to install: Download this: PS3BBTrophy.zip Once downloaded Right click the zip, Properties, Unblock. Extract the FOLDER "PS3BBTrophy" to Launchbox/Plugins. Inside the "PS3BBTrophy" folder. Open the "TrophyDir.txt" file. You need to add rpcs3's trophy directory to this file, it should look something like this: Save and close. Open Launchbox and go to "Tools" and then "Import PS3 Trophies". First select "Import - Uninstalled". Wait for the import to complete. If any trophies fail to import, a log file will be created within the plugin directory with the game title of a failed import. Keep in mind early ps3 games didnt support trophies. If you know a failed import does have trophies, start the game inside rpcs3 once. This will install the trophies to rpcs3. Then use the "Import - Installed" button. In Launchbox, right click on a game and "View Trophies". To view trophies inside BigBox, theme files need to be modified. If you dont know how to modify theme files just create a post on this thread telling me what theme you are using and i'll modify the files for you. BigBox theme Files: City Hunter 2: TextGamesView.zip Extract the FOLDER "TextGamesView" to "Launchbox/Themes/City Hunter 2/Views" Neon Deluxe Arcade Final: TextGamesView.zip Extract the FOLDER "TextGamesView" to "Launchbox/Themes/Neon Deluxe Arcade Final/Views" Neon Deluxe Aracde Final Alt Views: TextGamesView.zip Extract the FOLDER "TextGamesView" to "Launchbox/Themes/Neon Deluxe Arcade Final - Alt Views/Views" Notes: Only compatible with eboot.bin file format. Not compatible with ISO's.
  20. Video.flv Im gonna be using them for that^. Its not ready yet though as you can see... and if I actually manage to complete anything I start on. I couldnt post it to youtube, its not working.
  21. Some Screenshots View File All these images have been automatically generated. Scanning through them they mostly look alright. All named to game title. I havent gone through them properly so have a look before moving them into LB. These images are ones that I couldn't scrape. But I think I might have accidentally left some psp mini screenshots that are already available on the database in the pack. Sorry im to lazy to go through them all. A mixture of sizes. Gamecube - 534 PS1 - 138, each game has 2 images so 2..7... whatever double 138 is. Its late. PSN - 15 - again 2 images PSP minis - 288 WiiU - 5 - 2 images Submitter jayjay Submitted 05/08/2019 Category Game Media Packs  
  22. Version 1.0.0

    88 downloads

    All these images have been automatically generated. Scanning through them they mostly look alright. All named to game title. I havent gone through them properly so have a look before moving them into LB. These images are ones that I couldn't scrape. But I think I might have accidentally left some psp mini screenshots that are already available on the database in the pack. Sorry im to lazy to go through them all. A mixture of sizes. Gamecube - 534 PS1 - 138, each game has 2 images so 2..7... whatever double 138 is. Its late. PSN - 15 - again 2 images PSP minis - 288 WiiU - 5 - 2 images
  23. I made a plugin that automatically takes either "fanart" or "screenshot game play". Crops it square. And places the clear logo over the top. If anyone wants them I will upload them. I have over 9000 images... so far. That's not for 9000 games. Its for screenshots and fanart as backgrounds so lets say 2 images per game (its not exactly 2 per game, there is more screenshot backgrounds, than fanart). As they are auto generated not all of them will look good. But majority do. I havent gone through them to remove the bad ones though. Sorry for making this post without upping anything. Im all for sharing them but uploading 9000 images if no one is interested is... well you know. If anyone wants them let me know and i'll up them. They are all 322x322. Random I know.
  24. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #WinActivateForce SetTitleMatchMode, 2 ;Sleep, 2000 WinActivate, LaunchBox ExitApp #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #WinActivateForce SetTitleMatchMode, 2 ;Sleep, 2000 WinActivate, LaunchBox PostMessage, 0x112, 0xF030,,, LaunchBox ExitApp #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #WinActivateForce SetTitleMatchMode, 2 ;Sleep, 2000 WinActivate, LaunchBox WinMaximize, LaunchBox ExitApp #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #WinActivateForce SetTitleMatchMode, 2 ;Sleep, 2000 WinRestore, LaunchBox ExitApp Try some of these. You might want to try mixing up the window commands. Other than that im out of idea's.
  25. RegainFocus.zip Download this. Right click on the zip file, properties and choose "Unblock". Put the dll in plugins folder. put .ahk in autohotkey directory. Start a game in LB/BB. Exit the game. If you get a message box pop up that says "Hello". Replace the .ahk with this one. RegainFocus.ahk I think the issue is, the original .ahk had "Launchbox" but should be "LaunchBox"
×
×
  • Create New...