Jump to content
LaunchBox Community Forums

Mute64

Members
  • Posts

    327
  • Joined

  • Last visited

Everything posted by Mute64

  1. Jason Carr said Hi guys, apparently they think this issue is fixed (or at least it looks like it), so it would be good if somebody reported it again or reopened the ticket or something. https://github.com/libretro/RetroArch/issues/2056 Ok.. maybe this weekend i will upgrade to the latest build and see if the issue is still there, and if it is ill let them know.
  2. Sithel said I can also confirm it's only when Overlays are used. Man this sucks, I really like using these overlays with retroarch. I am using the latest stable build they have so looks like they never addressed it. Sithel said I can also confirm it's only when Overlays are used. Man this sucks, I really like using these overlays with retroarch. I am using the latest stable build they have so looks like they never addressed it. Yea does suk... altho that programe you linked worked great for me i have it launch on bootup and it hides the mouse when im using overlays in retroarch... so thats just going to be my fix for now.
  3. I have/am in the progress of creating artwork for my keybindings since my flatmates have no idea how the controller is setup. As you can see in the video bellow i have added a "KEYBINDGS" platform that i will eventually have all my layouts for each system. Then you just add your jpeg as if you were adding a rom then once its added disable it opening up with an emulator and just have the jpeg open with your default picture viewing software. Also to note i have added into my overlay the very basic controller layout, ie how to quite the game, rewind and advandce options. https://youtu.be/GIMWS_D6guQ
  4. Yea it only happens to me when i use my overlays in retroarch.. but i love my overlays.... going to check out that other mouse programe that sithel posted up n see how that goes.
  5. Ok so this is what i have tried so far... in Kodi i have added the nomousy.bat to the BigBox app via the " Run script before launch " under the configuration option unfortunately this is not working for whatever reason. i Also added no mousy to my Bat file that i have launch when my computer starts... unfortunately this also doesn't work... and i have added it via the Add additional apps in Launchbox and this worked... but obviously it is time consuming to add it to every game. i also tried added it via the AutoHotkey but unfortunately also didn't work... Ill find a way lol
  6. Jason Carr said I hadn't thought about this...but one thing you could try is using the AutoHotkey tab on Edit Emulator. That will allow you to do whatever you want via a script before you run the emulator. So if you use AutoHotkey to run nomousy, that should work. I believe there are even AutoHotkey scripts to hide the mouse, though not sure how you would turn it back on afterwards. Running an application with AutoHotkey is as easy as this: Run PATHTOEXE trying it now thanks
  7. lol sorry my bad i was testing a rom that i had allready added the nomousy as an additional app that made me think it actually worked lol my bad.. back to the drawing board..
  8. Jason Carr said Unfortunately additional apps don't support bulk editing for the moment. I am a bit confused why this is an issue with Retroarch though; on my Windows 10 machines the mouse is automatically hidden whenever I start up Retroarch in full screen. Are you not using full screen @Sithel? EDIT: nope nope nope.. lol i was testing a rom that allready had that additional app added lol... dam thoght i found a work around well well well... i just found a way of "bulk" adding this nomousy lol .... under the edit emulator tab for retroarch i just added the path to my nomousy.bat file to the default command line parameters.. now when retroarch opens it hides the mousy :)
  9. Can you bulk edit and add this tool for all your games??
  10. Thanks zombeaver, and thanks for the artwork it looks great. Rocketlauncher will be my next big update and adding more gameguides and keybindings tabs to each system as well... i really like having the game guides right there... like the other day i got stuck on Conker's bad fur day and i whipped opened the gameguides did some reading and voila i got past the tricky bit... i just dont have the time now days to sit there for to long to work some of the trickier things out.
  11. Just a Quick update preview with new artwork from the community and showing off the new search feature in BB https://www.youtube.com/watch?v=GIMWS_D6guQ
  12. My god... its glorious.... my setup will be complete once i have added this lol.....
  13. DOS76 said Switch your controller plug-in to the Lillypad plug-in from PCSX2 and there is a check box to disable the confirmation. Did not know about this ill have to try this. Thanks.
  14. Get controller companion, make a profile for epSXe, i use start as enter so when that window pops up i push start and it closes it.... or try out RetroArch.
  15. angelobodetti said Hi All, I have MAME running through Rocket Launcher because I like the bezels. Everything was 100% up and running perfectly. After a few LB and Rocket Launcher updates I get a full path error. If I launch the game directly from RL using my Hyperspin xml fles - everything works. It is only an issue when doing it from LB. I am assuming I need to change the command line from the Manage Emulators screen. I have attached screenshots of my current settings and the error. p.s. I know there is an LB plugin for RL but I have ZERO clue how to get that up and running - this is why I use the Hyperspin xml with RL. Any help is appreciated! not really related.... but yea i do not really know what rocket launcher is... been to busy to check it out.... but yea i did hope it was an application you could use that can put custom bezels around your game like you can in Retroarch with overlays, so is that what this programme does? ... personally im waiting for Simply Austin to put out his LB+Rocket Launcher video so i can just watch his tutorial lol you know too make sure i do it correctly the first time.
  16. I had this issue a while back as well... i just ended up creating a .bat file and adding that to Launchbox/Bigbox here is my .bat commands that i use. EXAMPLE cd %~dp0 start 1964.exe -v Glide64.dll -c NRage_Input_V2.dll -g C:\Roms\NintendoN64\Roms\PerfectDark.v64 "H:\Seans files\Emulators\N64\N64\1964-GE.X-GE-PD\1964-60FPS-Build-GoldenEye-Perfect-Dark-Edition\1964-MnKB\Mouse Injector.exe" EXAMPLE !!Obviously a straight copy paste of this would not work for you since our directories will not be the same but that is just an example!! ( Plz excuse my messy ass directory, this is actually not the .bat file i use for my BigBox pc but its for my Main Rig where i have added this to my Steam Library and as you can see i use a mouse injector for PD and GE since im sitting at a desk not on a couch ) Not sure how clued-up you are on command-lines for 1964 but ill tell you whatt each one does... " cd %~dp0 " = this is pretty much telling the CMD prompt to start in the directory of this .bat file... so my .bat file is in with my 1964.exe file.. this just cuts down on pasting my complete directory location to my 1964.exe file. " start 1964.exe " = kind of obvious, its a command to start 1964 "-v Glide64.dll " this is the command to tell 1964 to start with the " -Video plugin Glide64 " " -c NRage_Input_V2.dll " this is the command to tell 1964 to start with the " -Controller plugin NRage " " -g C:\Roms\NintendoN64\Roms\PerfectDark.v64 " this is the command to tell 1964 to open this " -Game PerfectDark " "-v" -> video plugin name "-a" -> audio plugin name "-c" -> controller plugin name "-g" -> game name to run "-f" -> play-in-full-screen Also to note, when dealing with spaces in you directory path like i have above with my "Mouse Injector" make sure to use Quatation marks otherwise it will not work. Update: So while writing this up i tried just using those commands in Launchbox... and yea you still get that issue were it just opens 1964 and displays a list of roms instead of opening to said game.... so what i did to fix this was i added this -g C:\Roms\NintendoN64\Roms\PerfectDark.v64 to the " Use custom command-line parameters " under the "emulation" tab in the " Edit Settings " area that you can choose when you right click a game in Launchbox. I also added the mouse injector to " Additional Apps " Hope this helps... im not the best at explaining things http://imgur.com/yM7q63b http://imgur.com/7bqHTdW
  17. The latest beta patch fixed this issue for me now.
  18. Probably just going to setup an exit configuration with controller compainion for the mean time... or even just seup CC as a backup to exit games if AHK keeps playing up. Will have todo some digging around n see why my pdf/manuals are not opening.. probably just something silly that i have changed recently.
  19. Controller Automation has stoped working for me in this update. I can no longer exit games, is this an issue for anyone else? I have tried remapping the buttons but no luck. Edit: i also can not open up/view my manuals... not sure when this started happening.
  20. IlhanK said That's an amazing setup @Mute64! How do you get PDF files (game manuals) to open in fullscreen through BigBox? I did some googling to find a pdf viewer that could display manuals in fullscreen mode, i can not remember what the software is but ill have a look and report back when i have time. Or you could just open them with chrome in kiosk mode. Edit: i use this comicbook viewer http://www.cdisplayex.com and i think there is an option to open in fullscreen mode.
  21. Oh nah i personally have it boot up because i have configured a button on my remote and on my controllers so i can record the last 2 min of game-play to capture those AWESOME moments of couch coop games, i have also configured buttons to bring up the "Share overlay" so you can trim and upload or even live broadcast without alt tabbing or leaving you game and all via the comfort of the couch and all done from the controller or remote, no keyboard needed :) Here is a video on the Nvidia Share Beta... it is really awsome.. ive been using for ages and have no issues with it. https://youtu.be/sEeoK1M8kzc?t=232 or Older version but shows you a few more features https://www.youtube.com/watch?v=jy0NGXJbVSM
  22. I too use kodi, i had kodi version 15 something and it ran ok, then i did a update and a reinstall to the newest version and yea it seams way more unstable. I have a very similar build to yours, https://www.youtube.com/watch?v=6_2w3N2HdEA Since the above video i have made even more changes like adding a cleaner theme to bigbox, more updated images and snaps, keybinding section in bigbox so users can view keybinds before playing, Game guide section per system so if users need help on a section they can jump to the game guide section, add a bunch of other things also..... but yea im just waiting for a darn fix for kodi and its issues. I plan on making a short update video soon when i get time. If you are not already using Controller Companion i highly suggest trying it out it can come in handy.
  23. I use delays via a command line in a .bat when launching my programs.... since steam like to sit on top sometimes :( even with the -silent or min comand in place... so i have that launch first and then nvidia shadowplay then have kodi on a delayed start to make sure it opens last and over the top of steam... i dont boot all the way into windows so my setup is slightly different. But yea the .bat file should work for you.
  24. Is it just me or is everyone having this issue? When im scrolling thru my games checking out which game to play ill click on the game to bring up the "play section " and other game details and video snap then i decided to exit out of it and continue my browsing thru my game but unfortunately everytime i do that it will go all the way back to the start of the game list, this is in BigBox.
  25. Check out https://www.youtube.com/tv if you haven't seen it allready.... oh and yea you can link it to ur phone so you can search and turn volume up n add videos to que and play/ pause videos all with your phone... its pretty cool.
×
×
  • Create New...