Jump to content
LaunchBox Community Forums

jayjay

Members
  • Posts

    385
  • Joined

  • Last visited

Everything posted by jayjay

  1. I dont know how to leave feedback without coming across as a d**k. Im sorry if that is how I come across. Less words: I would like to see just "bigbox" in my start up vid. No launchbox etc etc Length: I think I will eventually be looking at the 30 to 40 seconds loading time. Particalk string is by far my fav but is to short and as ALIE says above I wouldnt want to see launchbox.com. Just a suggestion, maybe not a good one. How about the word "loading" in the bottom corner like modern games. Have it flash on and off or change colour or add an extra "." - loading. loading.. loading... etc etc. Not sure how that would look. Anyway thanks and keep up the good work.
  2. https://www.youtube.com/watch?v=3qpcyJ-nse0 https://www.youtube.com/watch?v=qggxTtnKTMo
  3. Yeah it dont work for me, chrome, dark...
  4. Go to... Tools/ options/ input/ gamepad/ automation... Have a play around with those settings.
  5. While you wait.... " I would like to easily back out of games on the couch but not accidentally hit the button and lose game progress." A few of us here use "start + select" to exit emulators and games etc. Accidentally hitting both those buttons is probably not gonna happen. Can set it in automation options in LB.... Ignore me if I'm waffling.
  6. escape:: Goto, close close: { Send !x Process, Exist, Autohotkey.exeIf ErrorLevel <> 0 Process, Close, Autohotkey.exe Exitapp }
  7. escape:: Goto, close close: { Send !x Exitapp } or escape:: Process, Exist, Commodore.exe If ErrorLevel <> 0 Process, Close, Commodore.exe Exitapp or escape::Process, Exist, Commodore.exeIf ErrorLevel <> 0 Process, Close, Commodore.exe Process, Exist, Autohotkey.exeIf ErrorLevel <> 0 Process, Close, Autohotkey.exe Change "Commodore.exe" to whatever your emulator process.
  8. @RLLull in launchbox go to tools/options/input/gamepad/automation @dmjohn0x did you manage to sort it?
  9. Have an autohotkey script run in the background? a:: shutdown, 1 ^that will shutdown when A keyboard button is pressed. Joy1:: shutdown, 1 ^that will shutdown when joy pad button 1 (which is A on 360 controller) is pressed. Joy1:: Send {a down}{a up} Send {b down}{b up} ^that presses keyboard A and B when joypad1 button is pressed. I will be using a slightly modified version of this: joy5:: if GetKeyState("joy6") if GetKeyState("joy7") if GetKeyState("joy8") Goto, PowerOff return joy6:: if GetKeyState("joy5") if GetKeyState("joy7") if GetKeyState("joy8") Goto, PowerOff return joy7:: if GetKeyState("joy6") if GetKeyState("joy5") if GetKeyState("joy8") Goto, PowerOff return joy8:: if GetKeyState("joy6") if GetKeyState("joy7") if GetKeyState("joy5") Goto, PowerOff return PowerOff: { Shutdown, 1 } ^ this will shutdown when RB + LB + Select + Start on 360 controller is pressed. But I plan on having a confirmation screen before actual shutdown. Unless we get shutdown while locked option til then. If you want to use this but need more help let me know, I am just a AHK noob but I'll do what I can. EDIT: a:: Process, Exist, Bigbox.exe If ErrorLevel <> 0 Process, Close, Bigbox.exe Shutdown, 1 ^that will kill bigbox then shutdown when keyboard A is pressed.
  10. Saturn m3u worked ok, I didnt know psx also has m3u. Anyway I just acquired the game in .pbp format so never needed psx m3u.
  11. If you upload these anywhere other than Emumovies please send me pm. Would be very grateful.
  12. Im planning on doing this at some point.... eventually. Was also thinking about maybe... if playing a system like nes or ms etc, when pause is pressed, have a comic open, unpause and it closes... See how it goes, might look taky. Anyway, looks good.
  13. jayjay

    Start time

    Amd 6300 16gb ram, something - cant remember gtx 970 crucial ssd 8059 games. just front covers and snaps 11 seconds
  14. Oh yeah so there is lol. Never mind then. Thanks guys.
  15. A "back" button through the whole process of importing games please.
  16. yeah there was a good amount I couldn't use because of aspect ratio and also just didn't look acceptable. Better grabbing large pics and down sizing them. I used the word boarder as I didnt know how to write "that purple bit down the side" lol. I know they arnt the best looking but I think acceptable taking into consideration how much time editing each one takes and how much I dislike doing it. I was going to do it to Genesis til I looked at the covers and saw "Megadrive" written across lots of covers... Im not separating and editing them lol that's far to much work
  17. I decided I would do the same thing to game gear. I downloaded through launchbox all covers. Then used a bulk resize tool and resized all images the same, then used a bulk merge tool to merge a border and all the covers together at once. Actually the merge tool I used would leave a white border around the whole image for some reason, I couldn't work out why. So I then used a bulk crop tool. Apparently photoshop has bulk edit options. Anyway Im waffling, I would use you covers, they look good.
  18. I havent got as far as bigbox starting with boot yet. Im still collecting and renaming. Could you script a delay then left mouse press, set coordinate to empty space.
  19. So... @noxx kindly gave me a script that allows me to press "start and select" on xbox controller to exit whatever emulator and return to bigbox. With this starting point iv learnt how to "select + lb" = save state and "select + rb" = load state. Feeling confident I decided I was going to BADLY write a script that when in bigbox mode pressing "select + start + lb + rb" would run a fullscreen png saying "shutdown pc, a = yes, b =no" etc. Pressing "a" will shutdown pc, pressing "b" would kill png and return to bigbox. And then it occurred to me after 2 days of writing this that bigbox will have a shutdown option wont it. Of course it ******** does. What a idiot. lol. Im working towards a controller only machine, no keyboard or mouse, I have nieces and nephews that break stuff so my suggestion/request is to allow "shutdown" while locked for bigbox. Please. Much the same way as "allow exit while locked".
  20. jayjay

    Autohotkey help

    Thank you so much @noxx. Works perfectly.
  21. jayjay

    Autohotkey help

    Im losing my mind trying to work this out. Could someone please provide me with a script to make "select" + "start" = esc. select is joy7 and start is joy8. joy7 & joy8 :: send {esc down} - I thought I had it with this but all this does is press start and it exits dolphin, select does nothing. Iv tried searching for a hold down command so I could maybe hold select and press start but Iv come up with nothing that works for soooo many hours now lol. Please help.
  22. Thanks for the reply @lordmonkus. Im not a youtuber, just fussy I guess but I wont waste his time with a silly request. Maybe I shoulda thought this post through before posting it or maybe I shouldn't of drank that last JackD. Anyway merry xmas.
×
×
  • Create New...