Jump to content
LaunchBox Community Forums

Seph1roth

Members
  • Posts

    32
  • Joined

  • Last visited

Recent Profile Visitors

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

Seph1roth's Achievements

8-Bit Processor

8-Bit Processor (3/7)

5

Reputation

  1. Is there a way to add bezels to teknoparrot games in launchbox? I am trying to add a bezel to Mario & Sonic at the Rio 2016 Olympic Games and I am struggling to find a way to do it.
  2. I ran into a very similar issue. See the below thread I started. If the first method in the thread doesn't work for you (it has worked for some but not myself and others) then try the method in the last post in the thread. That one worked for me.
  3. I would agree with this. I am seeing a large improvement but still getting the occasional hitch while scrolling or attract mode
  4. Same. After recent updates scrolling in or out of attract mode is very choppy and slow and it locks up after several hours in attract mode.
  5. I am seeing the same thing. Very slow and choppy when scrolling. Especially in attract mode. Before it was very smoothe and fast.
  6. I am having the same issue. I can only type letters from the keyboard but cannot navigate with a controller or arrow keys. Mouse/trackball does not work and there is no way to finish the search/click done
  7. Launch gt 2006. Press F2 to open game settings. Go to volume settings. Raise volume. Exit out.
  8. Mine also does not fit on the screen correctly when I first launch bigbox (right portion is off the screen). If I go into a system and then exit back out to the main wheel it then fits correctly
  9. Seph1roth

    NesicaXlive

    You wouldn't happen to have ones made for storm racer g and the contra evolution game? Those are the only 2 in my teknoparrot wheel I cannot find theme videos for. Thank you for all your awesome work on these.
  10. update for anyone still having trouble with this we were able to get it to close properly with the below ahk script. Again a huge thank you to Scott and Alberto for helping with this. You may want to try the above method and script with additional apps first as that has worked for some. If that does not work for you as it did not for me and others we were able to get it to close with a dedicated exit (escape) key on the arcade cabinet. If you go through the exit prompts in the game and close it that way it will not kill the xinput xarcade for you automatically and you will have to close it yourself after exiting the game. If you use the dedicated Escape key (exit key) it will work. You will want to use this as an auto hot key script and launch the game directly from this ahk script with no additional apps listed. this script is also for steam games (Shredder's Revenge in the example below) and you will need to adjust your drive/folder path to match where your xinput xarcade is located as well as the exe and steam game id for the game you are doing this for when creating your ahk script. Hopefully this helps others as it was quite the headache for me. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #SingleInstance force Run, D:\Launchbox\Tools\XArcade XInput\XArcade XInput.exe --skip-ui Run, steam://rungameid/1361510 Escape:: Process,Close,XArcade XInput.exe Run,taskkill /im "XArcade XInput.exe" /F Process,Close,TMNT.exe Run,taskkill /im "TMNT.exe" /F ExitApp return
  11. Quick update. Myself and some very helpful people on the Facebook group have been looking at this. Some have it working just fine loading from the exe. This kind of works for me and others as it will load xinput fine and close it after exiting but when loading from the exe rather than a shortcut or through steam import, the game runs horribly slow and choppy and will often crash with an error making it unplayable.
  12. Not sure if you are doing SnoCross or Snowboarder. SnoCross I have working through teknoparrot but Snowboarder I have working with jconfig and it loads up fine in bigbox/launchbox. My teknoparrot and launchbox items are all on a seperate drive from my jconfig games as well. Do you have it pointed to the sdaemon file in your root folder? below is a screenshot of how I have mine and it is loading ok for me.
  13. I'm having my own additional apps issue and I have never tried it but I would think you could have a kill script for that app and check the box to run before main application. Then have the second additional app for the app you want to reopen and check the box to run after main application.
×
×
  • Create New...