Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

I created a bat file to launch demulshooter and TP (including the profile ref to the xml) via LB. (AliensExtermination.xml)

When launching Aliens Extermination via LB the controls defined in TP are not taken over.

When launching this via TP directly the controls work out. The controls are set up as directinput.

Any idea? 

Posted

probably timing issues.
DemulShooter needs time to hook properly before TeknoParrot starts.

Things u can do :
1.Make sure teknoparrot starts from its own directory. For instance in your bat file -> 
cd /d "C:\Path\To\TeknoParrot\"

2.Change your bat file and include a time delay. For instance:

start "" "C:\Path\To\DemulShooter.exe" -target=ringwide -rom=aliens
timeout /t 2 /nobreak
start "" "C:\Path\To\TeknoParrotUi.exe" --profile=AliensExtermination.xml

Other option is to use the additional apps in Launchbox feature so instead of a batch file, try and use that to test.

  1. Add DemulShooter as an additional app that runs before the main game
  2. Set TeknoParrot as the main executable with the profile parameter

Let me know how u get on.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...