Jump to content
LaunchBox Community Forums

Oxidia

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Oxidia

  1. Hello all, 

    I know this thread is solved by using Launchbox but i just did this script who allow you to launch Higan in fullscreen and Exit by pressing Esc without any frontend.

    Thanks to those who helped previously on this thread  i didn't have "SetKeyDelay, -1, 110"  and it helped me a lot.

    You can Replace my hotkey if needed,  in my case i used "R" . Just make sure you set same key on the script and on Higan.

    I used Higan v106 but let me know if you have an issue, maybe you should increase  " Sleep" value. 

    #Persistent
    #SingleInstance, force
    Loop{

        WinWait, ahk_exe higan.exe
             

     Sleep, 2000
     SetKeyDelay, -1, 110
     Send R     
    WinWaitClose, ahk_exe higan.exe

    }
    Esc::WinClose, ahk_exe higan.exe
    Return

     

    See Ya 😀

    Higan Fullscreen.ahk

  2. On 12/8/2017 at 4:54 PM, pezley said:

    Hey all, just wrapping up my Arcade build and need a theme built if anyone can help. Hopefully it's not a difficult one, just placement of a video and an image.

    The scanlines, CRT shape, glow . Along with the Marquee reflection and glow are built into the PNG of the cabinet so the marquee image and Video placement should just sit behind them (if im understanding correctly)

    If anyone can help with this it would be great ! I need it in 4:3 (640x480) but making a 1080P version is also nice if anyone else on the forums wants it

    Screenshot of mock up attached

     

     

    Capture.PNG

    @pezley

    Hello Sir ! Thanks very much for your work it's look very nice on my CRT.

    I was wondering if we'are allowed to add video for main background instead of bg.png ? I'm maybe dreaming but would be awesome to get this feature in this theme. 

    Congrats again for your work

×
×
  • Create New...