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. when you do the "--profile=" your xml file name comes from your UserProfiles folder inside of your Teknoparrot folder. Ensure that your naming matches what is in that UserProfiles folder exactly.
  4. So checking my settings back home now I would leave it unchecked for windowed. One thing to possibly try is setting your scale to 100% as I see it is currently at 300%. Other than our display resolutions that is the only difference I am seeing. To get rid of the pop ups I am pretty sure I had to set teknoparrot to run as administrator. To do that you go to your Teknoparrot folder and right click on the executable file and click properties. Then click the compatibility tab. Check the box for Run this program as an administrator then apply and save. You definitely DO NOT need to reinstall anything or start over with anything. Below are some screenshots using Chase HQ as the example. It is loading in full screen for me. Hopefully this helps solve at least one of the problems you are seeing.
  5. Not at home right now to check how mine is set up but you may want to try and set teknoparrot to run as administrator and for full screen I know for some games you have to check the windowed box in the teknoparrot game settings.
  6. I would agree with this. I am seeing a large improvement but still getting the occasional hitch while scrolling or attract mode
  7. 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.
  8. I am seeing the same thing. Very slow and choppy when scrolling. Especially in attract mode. Before it was very smoothe and fast.
  9. 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
  10. Launch gt 2006. Press F2 to open game settings. Go to volume settings. Raise volume. Exit out.
  11. 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
  12. 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.
  13. 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
×
×
  • Create New...