Jump to content
LaunchBox Community Forums

Lu_the_gamer

Members
  • Posts

    3
  • Joined

  • Last visited

Lu_the_gamer's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

0

Reputation

  1. Sure, for one, create a preset in shader glass and save it as your apps name. Then copy and paste the script above in a notepad file and save it as .bat then replace the followig: set "App1Args=-preset "D:\-[ GAMING ]-\ShaderGlass\XOut_Preset.sgp" -fullscreen" ------> with YOUR SAVED PRESET FILE set "App2Path=D:\Games\X Out Resurfaced\X-Out.exe" -------> with YOUR FILES DIRECTORY AND EXE FILE set "App2Process=X-Out.exe" --------> WITH YOUR FILS .EXE FILE Hope this helps!!!! if not share more details to see if I can help. This is the ONLY method Ive tried so i hope it works. I dont know another method.
  2. Let me know if this script works for anyone.... I'll try to help if something is off for your game.
  3. This script worked for me.... it's for a PC game (X-Out). See if it works for you. Obviously change the game's directory and exe as well as the saved game's preset via shaderglass. Not sure about emulation YET... I will try it out. But I'm currently working on DOSBox. I'm having trouble with it via LAUNCHBOX. @echo off set "App1Path=D:\-[ GAMING ]-\ShaderGlass\ShaderGlass.exe" set "App1Args=-preset "D:\-[ GAMING ]-\ShaderGlass\XOut_Preset.sgp" -fullscreen" set "App1Process=ShaderGlass.exe" set "App2Path=D:\Games\X Out Resurfaced\X-Out.exe" set "App2Process=X-Out.exe" echo Launching ShaderGlass... start "" "%App1Path%" %App1Args% echo Launching X-Out... start "" "%App2Path%" echo Waiting for X-Out to close... :CheckApp2 tasklist /fi "imagename eq %App2Process%" | find /i "%App2Process%" > nul if not errorlevel 1 ( timeout /t 2 > nul goto CheckApp2 ) echo %App2Process% has been closed. Terminating %App1Process%... taskkill /im %App1Process% /f exit
×
×
  • Create New...