Jump to content
LaunchBox Community Forums

gradientpixel

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by gradientpixel

  1. Ok awesome. Thanks. Everything was correct for the core names being associated with the -L command however I did notice one of my cores was unchecked as a default which could have been where I installed a different emulator for the same platform. It would be nice to see a bulk edit for using the custom command-line parameters; unless there is a way I am not aware of.
  2. Up until a few days ago I didnt seem to have a problem using Retroarch between different emulation cores. I thought at first it was just me trying to reorganize my platform folders but to get to the point I noticed that when I try to play NES, SNES, or Sega Genesis that nothing would happen except the cursor would indicate something was loading then stop. No errors or anything else. However I could play PS1 and N64 fine. Today I discovered it appears that RetroArch may not be switching to the appropriate core for that platform. I discovered this by right-clicking on a game then running RetroArch and verrified which core was loaded then load the core if needed. My two questions are: Shouldn't Retroarch normally switch cores where I didnt have this problem previously? Is there a certain code to run where it would auto select the required core for a specific platform? Thanks in advance for all help.
  3. Glad to help provide ideas. I had another idea or two but not sure if it would be copyright or not. I can work on them and see what everyone thinks. Also, I was thinking if we had some kind of catchy phrase to go along with a design or something would be helpful too.
  4. I remember back in the day when I actually had a PS1 and discovered that if you just stuck the game disc in a cd player that certain games would play just the tracks on the game. Recently I got to wondering about if it were possible to somehow pull just the original game music from the .iso files or the roms. I noticed with the PS1 .iso files that some, when extracted, have files labeled Track1, Track2, etc but obviously cannot be opened with a media player/music player. If anyone knows of any ideas or alternatives thanks in advance!
  5. Honestly when I first started with PCSX2 I bought the AMD Radeon R5 220 which is an entry level GPU and I didn't see a performance increase with the games. Visually speaking I did with a sharper/more vivid picture since that GPU allowed me to connect my PC to my tv with HDMI and supports 4K.
  6. Yeah metadata has to be added manually. I think the most time consuming part on that is finding fan art, wallpapers, etc. for the movies. Would it be or is it possible to have a background image(s) per platform?
  7. Put in the switch and worked like a charm. Thanks once again Brad!
  8. Here is something I have came up with. One design with small differences. Since LB is used to launch retro games up to the latest next gen, I thought to try to some way convey that with the design. Let me know what you guys think. Tried to keep it simple. I also thought of maybe having a controller cord coming out of the LB Box logo or something.
  9. SentaiBrad said Gradient, it depends on what you are launching. Launching the Windows 10 Netflix app is already in fullscreen, use a program like DisplayFusion to have it always load on which ever screen you want and that's a solution. Though this is just an alternate solution. How did you add the link? Creating an HTML link shortcut and launch that? If so, find your browsers command line parameters, edit the "Game", or in this case the Netflix link, and on the first tab is command line parameters. Knowing the command line argument should launch it in fullscreen. I was trying to launch Google Chrome. As I mentioned I first tried passing the URL (which I had as the filepath for the "game") and tried launching it with an "emulator" which I had pointing to Chrome.exe. This just gave me an error saying the game could not be found. The way I did get it to work was just create a custom platform as Movies and added like I would by adding a rom one at a time to where all the game details are blank. The only fields I put info in was the title and the game file path was the full url including http:// I also made sure that the "game" was not running through emulation. Hope this makes sense. If not, I can submit screenshots of it later. EDIT: Thanks Brad, I did not even think to look for the switches. I was able to find the switch for Chrome launching in fullscreen. FYI it is --start-fullscreen and here is a link of other switches if any wants to play around with other things. http://peter.sh/experiments/chromium-command-line-switches/
  10. That was actually what I had setup as my first attempt to launch when I ran Netflix. I haven't been able to play around with it anymore yet. All I did was set the file path to browse where Chrome's .exe file is located. The downside of that is I could not figure out how to pass a website through LB into Chrome. So far the simplest idea seems to create small scripts for what website you want to launch (haven't tried but would seem to work). Below is an example script to launch Google: @echo start chrome.exe http://www.google.com @end If you do not know how to create batch scripts, just create a new text document place, for example that code, in the document and save it as something like GoogleStart.bat. Just make sure you are changing the file extension and not naming it 'GoogleStart.bat.txt' After that just have you custom platform made to categorize what you are launching and add the "Roms" in with a title and point to the batch file for the rom file path. Also make sure that you have each set to NOT run by an emulator in the Emulation tab when you edit the "Rom." Note: If you are wanting to do this with Netflix make sure you copy the link of when the video is playing to have it auto play. It will not be in full screen however.
  11. Not sure how big of a fan your are with the Myst series but the other day I came across a book I forgot I had. Didn't know it for a long time but the series also had a line of books. Haven't read any of them but I have this one. Thought you may enjoy. http://www.amazon.com/The-Book-Atrus-Myst/dp/0786881887
  12. No insult was perceived if you were referring to my reply either lol, and I agree my idea was still complicated. It would definitely hinder the performance of the machine having two applications run like that especially one running off a server. I must say that this idea is pretty cool having a setup of displaying the game on one screen and another/others display art and the game manual. A big payoff for this feature would be those games which have maps or game platforms such as the Nintendo DS.
  13. I am still a noob on LB and its technicalities but here is a brainstorm idea. I cannot say this would work but just a thought to throw out there (pseudocode). Setup would consist of having two LaunchBox applications installed; one as the client and one as the server. Client would run artwork and such for one display, server would run games (or the opposite) Within the game details of each game, have the details setup to call the server application to run that specific title. For example, within LaunchBox run Pac-Man, once Pac-Man is called, a second LaunchBox is opened with that title. That being said, outside of a client/server setup you could have the game details just call that game's specific manuel and/or artwork through a PDF viewer/Image Viewer. I do know that LB, through game details, has the ability to launch other things when the game is called. One section even allows you to specify in which order the run process takes place. Edit: Look into the 'Additional Applications' tab in the Edit Game window. May also be in the 'Other' tab as well.
  14. That one does not sound very pleasant. Do you guys know if by any chance if there are features to deter spambots within the forum?
  15. Hopefully this is in the right thread category. Few weeks ago I was toying on the idea of having LB launching movies from Netflix to be specific. Some may know this but all that needs to be done is to create a custom "platform" named ie "Movies" to categorize the links. Afterwards, I added the link via the process of adding a new rom. After putting whatever title you want and finding the custom platform of Movies in details, you just need to add the complete URL in the file location. This will then launch the link through the default browser setup. If anyone wants I can add the step by step process. My question is when LB launches the link is there a way to pass a function/method of the key F11 to fullscreen the browser through LB? I know it probably is doable through creating a batch script and have LB run that program once the link has been open but wanted to check if LB had some ability within that.
  16. I noticed that too. I know one had a link but I cannot say if it is phising or not. I didn't trust the links.
  17. I agree on the large library. If you want to focus on PS2 games, I have around 140 and my 500 GB internal drive got ate up leaving around 40 Gigs left. Not all was due to the games, obviously, but they came around 300 GB. What I personally ended up doing is storing them on an external 500 GB drive that I have which I believe is at least USB 2.0. You might be fine with PSX games, I have not looked at the size of that collection. Also make sure you keep a decent amount of free space on the drive for misc items such as save states, memory cards, configurations for say if you use RetroArch, etc.
  18. Must thank you for the help. I renamed the BIOS files correctly and made sure that RA was pointing to the System directory and every ran perfect. I love the widescreen hacks RA provides as well. Took me a little to figure out how to enable the dualshock controller but I am all set. Thank you all for the input and thank you @SentaiBrad for the solution!
  19. I may be a bit late to the party but here are my specs: HP Compaq Pro 6300 SFF Windows 8.1 Intel Core i3-3220 3.30 GHz 8 GB DDR3 RAM AMD Radeon R5 220 1 GB DDR3 Display is 50" LED HDTV I run a lot on PS2 with the PCSX2 emulator and I do encounter some games that may run a bit slower than normal, one being Ratchet and Clank. Now I will say without any configurations Shadow of the Colossus ran extremely low and with the help of VU Cycle Stealing I was able to speed my FPS there. So just to through it out there, if you really are on a budget the i3 cpu works with tweaking and some "bearable" result with some games; just trial and error. Also anything over basic native resolution is out of the question. That being sad, I am one to say it would definitely be more recommened with at least an i5.
  20. I felt that maybe this just needed mentioned for the chance of helping someone troubleshoot. The other day I mass imported my entire NES rom collection by going through Tools > Import Roms via selecting the entire folder. Out of some 80 or so roms maybe five couldn't get imported. The new error that I encoutered was "Could not import game from ROM file [file name here].zip: The remote server returned an error: (404) I had the option to still import with errors and I did however only the ones with that error failed still. I was able to work around the issue by individually adding each rom and found out that one reason was due because just one metadata photo that could not be downloaded (I believe this was for Super Mario 3). For this fix, I had to scroll through the thumbnail of pictures and find the one not being loaded and delete it. Not entirely sure why others could not get imported since I have had roms where the file name was not entirely correct but still got imported without loading metadata. Below were the games: Chip n Dale Rescue Rangers 1 and 2 (two different roms) Hudson's Adventure Island Super Mario Bros. + Duck Hunt Super Mario Bros. 3 Superman Teenage Mutant Ninja Turtles Tiny Toon Adventures Uncharted Waters
  21. Hey, I think it is perfectly acceptable to express enthusiasm of your favorite games. You can't go wrong with a Mario game. A couple other of my favs are Crash Bandicoot series and Shadow of the Colossus. Haven't sat down to dedicate time to beat SOTC though and I need to..
  22. One thing I did notice on the N64 emulator with RA, the game Mario Golf (if I am not mistaken) was that I couldn't play the game due to the Rumble Pak not being detected. Granted I have not had time yet to tinker with it but is this possible to fix within RA?
  23. Yeah I have heard them to be pretty stable phones but I agree that it is not cool to get those bells and whistles sometimes. I am sure even then if, say LB went into the media center capability, that the wireless/wired game controllers would be sufficient as a media center remote (more a wireless probably in this instance). However, on this note it does make me curious as to whether something like the game console remotes would be able to be wirelessly connected to the computer and do the job. For example I do have the wireless hub that allows Xbox 360 controllers to connect to a computer so surely it would be possible for that remote.
  24. Jason Carr said Very cool Kriven. This is extremely long-term, but I'm thinking eventually we could put a drop down at the top of the side bar for the type of media (Games, Platforms, Books, Movies, TV Shows, Music, etc.). And then have customized views and filtering for all of them. Just browsing these old pages and came across this. If this ever did get more as say a "media center" a cool idea came to me of developing an app for smartphones to use as a remote to control the media center. Obviously there would have to be some way to establish the identity and relationship between the smartphone and LaunchBox. Maybe something like how YouTube does with a generated key that would be put into the phone app and/or a user login to strengthen security... ie something you have, something you know.
  25. I agree on that with those insane puzzles that make your head want to explode. I have only played one of the games in the series on the PS2 emulator; Broken Sword Sleeping Dragon. There is some stuff that hints as you may know more of what is going on if you start at the beginning but I didn't and still was able to fully understand the story. The game even provided synopsis of the previous two; didn't look at those however. As far as the difficulty goes most puzzles were realistic on being able to solve. I completed Sleeping Dragon all on my own. One puzzle I was very tempted to go look up but I was soon to find the next day that if everything is investigated thoroughly enough I was able to solve the puzzle. Once I get my problem with a PS1 emulator to work I will get the two on that console. There may be older ones on PC; not sure yet. Definitely recommend playing and the story is good along with some humour.
×
×
  • Create New...