Jump to content
LaunchBox Community Forums

-neo-

Members
  • Posts

    38
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

-neo-'s Achievements

8-Bit Processor

8-Bit Processor (3/7)

5

Reputation

  1. Solved my mystery, in LB just untick all the marquee options so now in the theme I'm using it displays the game clear logo and the fanart background, will have a dabble at adding more fanart backgrounds and see what i can come up with
  2. Hi, Been messing about with a few different themes and testing out marquee options on a 2nd monitor, I might be going mad but am sure at one point i had it displaying the clear logo for a game plus a single fanart background from images/platform/fanart for the same platform so when I selected another game from the same platform the logo changed but the fanart background stayed the same, I've messed about with different settings but I cant recreate it πŸ€” Any ideas what I need to get it back ? Regards
  3. Great theme, seems to be more fluid than some other unified themes I'd tried My bartop as a 19" 1280x1024 (5:4 ratio) monitor, wanted it to fill the screen more so with no knowledge of how the theme worked or how to use the CTC program i set about fumbling my way through to get it somewhere to my liking, so lots of trial and error and its pretty close, my edits are possibly quite dodgy but seems to work, still needs some tweaks here and there such as the unified themes are still 16:9 so may change them for just the full screen videos instead πŸ€” Couldn't get the vertical arcade games to fit in the video border so just switched the view to the full screen game themes instead, removed the time but left the information screen at the bottom, doesn't appear in the screenshots until the animations/video have finished as it normally would Tried to screenshot the box/carts (they are in mid animation) and the menu together so you can see what I've done such as made the wheel more curved and slightly shrunk the boxes and carts/disc plus other minor tweaks. My edits Original My edits original
  4. Just tried this theme in my bartop with a 1280x1024 (5:4 ratio) monitor, when you enter a platform the tv with the gameplay showing is squashed is there an easy fix for this ?
  5. No idea why but had to make it controller first then ESC key, works perfectly now, thanks again JoeViking245 😎 you've owned a 🍺or 🍺🍺🍺 Run, C:\Users\Retro-pc\Desktop\LaunchBox\0-UTILS\0-myscripts\kill-Lichtknarre.ahk Process,Wait,Dolphin.exe While WinExist("ahk_exe Dolphin.exe") Sleep 700 2Joy5:: If GetkeyState("Joy8") { run "C:\Users\Retro-pc\Desktop\Lichtknarre.exe - Shortcut.lnk" WinClose, ahk_exe Dolphin.exe } $Esc:: { run "C:\Users\Retro-pc\Desktop\Lichtknarre.exe - Shortcut.lnk" WinClose, ahk_exe Dolphin.exe }
  6. Thanks again for taking the time out from the festivities to clearly explain and help out this total AHK noob 🀣 i tried the below - Run, C:\Users\Retro-pc\Desktop\LaunchBox\0-UTILS\0-myscripts\kill-Lichtknarre.ahk Process,Wait,Dolphin.exe While WinExist("ahk_exe Dolphin.exe") Sleep 700 $Esc:: 2Joy5:: If GetkeyState("Joy8") SendLevel, 1 Send {Esc} Return { run "C:\Users\Retro-pc\Desktop\Lichtknarre.exe - Shortcut.lnk" WinClose, ahk_exe Dolphin.exe } then i tried Run, C:\Users\Retro-pc\Desktop\LaunchBox\0-UTILS\0-myscripts\kill-Lichtknarre.ahk Process,Wait,Dolphin.exe While WinExist("ahk_exe Dolphin.exe") Sleep 700 $Esc:: { run "C:\Users\Retro-pc\Desktop\Lichtknarre.exe - Shortcut.lnk" WinClose, ahk_exe Dolphin.exe } 2Joy5:: If GetkeyState("Joy8") SendLevel, 1 Send {Esc} Return Had to run a AHK script to identify the xBox 360 controller, which turns out to be 2Joy and not 1Joy 🫣 sadly it doesn't close down the emulator BUT if I change {Esc} to !{F4} it does close it down but of course it doesn't reload Lichtknarre, clearly i'm doing something wrong and need more beer 🍻
  7. Only use the code for Dolphin as Lichtknarre plays nicely with the other emulators yeah the Dolphin command-line parameters are -b -e Merry Christmas BTW πŸŽ…
  8. Sorry to be a pain 🫣 I can use my xBox 360 controller or ESC key to shut down all emulators but with Dolphin if i use the xBox controller it doesn't reload Licktknarre but the escape key does, i've had a quick dabble but no go am sure it's an easy fix, help 🀣 $Esc:: { run "G:\LaunchBox\0-UTILS\Lichtknarre\Lichtknarre.exe - Shortcut.lnk" WinClose, ahk_exe Dolphin.exe }
  9. Thanks again for all your help, works perfectly 🫑 On a side note i did have to install autohotkey v1.1 along side v2 on my test pc to get the AHK file to load
  10. Yeah I've already found out it messes things up running as Admin 🀣 was only a test on my old gaming pc, thanks for the code, will try it tomorrow if my head isn't too sore 🍻
  11. Process, Close, Lichtknarre.exe Process,Wait,Dolphin.exe While WinExist("ahk_exe Dolphin.exe") Sleep 700 $Esc:: { run "G:\LaunchBox\0-UTILS\Lichtknarre\Lichtknarre.exe - Shortcut.lnk" WinClose, ahk_exe Dolphin.exe } Got it to work with the above code, LB needs to be run as admin 😎 Now it's beer o'clock 🍻
  12. Sadly the damn thing is still open 🀬 Thanks for all your help, time for a beer or 3 and forgot about it for a while 🀣
  13. Just tried this - Process, Close, Lichtknarre.exe Process,Wait,Dolphin.exe While WinExist("ahk_exe Dolphin.exe") Sleep 700 $Esc:: { run "G:\LaunchBox\0-UTILS\Lichtknarre\Lichtknarre.exe - Shortcut.lnk" WinClose, ahk_exe Dolphin.exe } Sadly it doesn't close Lichtknarre.exe at the start, as a test i didn't have Lichtknarre.exe running then tried a game, all the rest works, just need to kill Lichtknarre.exe then we are good to go
  14. Awesome, thanks for the quick reply, will try it when I get the chance
  15. no idea what i'm doing but trial and error, got this AHK code to run outside of LB, how would i add that to the dolphin emulator, assume in the running script ? Process, Close, Lichtknarre.exe runwait "G:\LaunchBox\Emulators\Dolphin\Dolphin.exe" run "G:\LaunchBox\0-UTILS\Lichtknarre\Lichtknarre.exe - Shortcut.lnk" Had to use the shorcut.lnk or it wouldn't load at all 🫣 Thanks in advance for any help or point me in the right direction
×
×
  • Create New...