Jump to content
LaunchBox Community Forums

yorketto

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by yorketto

  1. 2 minutes ago, Retro808 said:

    I would not say impossible. I have several bartops and cabinets and it still works. Seems more of a hiccup versus it making BigBox life impossible. 

    What version BigBox are you running?

    the last i have update yesterday

  2. the strange thing is that before it worked perfectly. I thought it was a visualization problem but it isn't. I noticed that it remembers that it is a favorite game because the star comes out but it doesn't appear in the menu. these bugs make bigbox life impossible in bartops :(

     

  3. hy to all,

    I have a question for you experts: on Bigbox when I mark a game as a favorite, it doesn't appear immediately in the menu, but I have to restart bigbox to make it appear. some idea?

     

    tanx a lot

  4. 8 hours ago, spycat said:

    @yorketto

    I'm not too sure if I understand what you're trying to do.
    If you want to be able to set/unset a game as Favourite with BigBox locked, you can do that by allowing that feature in the Options Security settings before you lock BigBox.

    Yes i have able all option in security but when i lock option with pin this feature is not appear in menu of game. Try and let me see

  5. hy to all, i have a little question for all experts ....

    in big box when i unlock option in menu game are the possibility of choice the add a game in favorite playlist. but when i lock with a pin the options in the same menu disappear this function.

    how i fail?

     

  6. 8 minutes ago, neil9000 said:

    My guess is the appropriate solution is not correct. where are those videos and what are they called? 

    the videos are in Platforms folder, and they called as the corresponding platform. example : Arcade as Arcade.mp4 - Atari 2600 as Atari 2600.mp4 etc

     

  7. 5 minutes ago, Retro808 said:

    The script is wrong. The "&" at the start. That would used if you are using a 2 button combo. Like CDBLue mentioned in his post. That is why it would never work.

    What buttons do you try to use to close? Or what buttons do you want to use?

    i have leaved the $ not this the problem now my script is correct:

    Joy7::

    {

    Process, Close, {{{StartupEXE}}}

    }

     

    the problem is:

     

    don't work any button. work only keyboard .

    my joy is ok work in all games inside launchbox inside bigbox inside windows inside all.

    not work only with the script

     

     

  8. hy to all,

    after new update (i hope) my script autohotkey of some emulators not work.

    i have do a script for exit with my button 7 of my joy and always works good, but after nwe update of Launchbox not work.

    if i try to change Joy7 in F1 key it work fine.

    what more can i do for fix the problem?

    here my work script:

     

    &Joy7::

    {

    Process, Close, {{{StartupEXE}}}

    }

     

    tanx a lot

  9. On 7/1/2017 at 6:38 AM, ckp said:

    In case you want to start Xpadder.exe with an emulator's games and then exit Xpadder when exiting the game, you can add this ahk code to your emulator's AutoHotkey Script tab:

    
    Run, C:\Xpadder\Xpadder.exe /m
    $Esc::
    {
            Run, C:\Xpadder\Xpadder.exe /C
    	Process, Close, {{{StartupEXE}}}
    }

    Just change the path to where you put your Xpadder.exe file.

    hy, i have changed xpadder with joytokey .... but the script not close when exit what can i do?

×
×
  • Create New...