Jump to content
LaunchBox Community Forums

slimskinny

Members
  • Posts

    93
  • Joined

  • Last visited

Everything posted by slimskinny

  1. export to file would be a nice touch on the nested filters :-) ...not really a request just a thought and probably a throw away thought at that :-D
  2. Not such great guitar playin but its definitely easy on the ears
  3. love that one stimpy, now all that I'm missing is some alcohol and some mind altering drugs :-D
  4. HI IVI, if you're still looking to bulk add additional apps. try this powershell script, you'll need to edit it to suit your needs... its not fantastic but kind of does the job you want. I think this specific one adds joytokey. all you will need to do is paste the entire contents of the output file into a copied version of the xml database file: I ended up using this code to run nomousey for each game on demul. Ive not used it lately though and I'm not sure if its gonna work with the current version of launchbox. So use it as more of a guide and I guess knowledge that id can or could be done. WARNING, this could mess up your xml file completely and lauchbox could refuse to start. so, backup the xml first so that you can replace your edited xml if it screws up lauchbox. you should paste the output at the bottom of the platform xml file just before </Launchbox> $filein = read-host -Prompt 'enter the full path of the input xml file' if (test-path -Path $filein -pathtype leaf) { $fileout= read-host -Prompt 'enter the full path of the output file' $input = Get-Content $filein $array = @() $input |ForEach-Object { $writeobj = $false $obj = New-Object System.Object if ($_ -match '<ID>') { $ID = ($_ -split '<ID>' -split '</ID')[1] echo "<AdditionalApplication>"|out-file -append $fileout echo "<GameID>$ID</GameID>"|out-file -append $fileout echo "<ApplicationPath>..\JoyToKey\BatchFiles\Joy_to_key_Dreamcast.bat</ApplicationPath>"|out-file -append $fileout echo "<AutoRunAfter>false</AutoRunAfter>"|out-file -append $fileout echo "<AutoRunBefore>true</AutoRunBefore>"|out-file -append $fileout echo "<CommandLine />"|out-file -append $fileout echo "<Name>JoyToKey</Name>"|out-file -append $fileout echo "<UseDosBox>false</UseDosBox>"|out-file -append $fileout echo "<UseEmulator>false</UseEmulator>"|out-file -append $fileout echo "<WaitForExit>false</WaitForExit>"|out-file -append $fileout echo "</AdditionalApplication>"|out-file -append $fileout echo "<AdditionalApplication>"|out-file -append $fileout echo "<GameID>$ID</GameID>"|out-file -append $fileout echo "<ApplicationPath>..\JoyToKey\BatchFiles\JoyToKeyKill.bat</ApplicationPath>"|out-file -append $fileout echo "<AutoRunAfter>true</AutoRunAfter>"|out-file -append $fileout echo "<AutoRunBefore>false</AutoRunBefore>"|out-file -append $fileout echo "<CommandLine />"|out-file -append $fileout echo "<Name>Kill_JoyToKey</Name>"|out-file -append $fileout echo "<UseDosBox>false</UseDosBox>"|out-file -append $fileout echo "<UseEmulator>false</UseEmulator>"|out-file -append $fileout echo "<WaitForExit>false</WaitForExit>"|out-file -append $fileout echo "</AdditionalApplication>"|out-file -append $fileout } } } if (-NOT (test-path -Path $filein -PathType leaf)) { write-host "the File"$filein" Does Not Exist, Please Try Again" }
  5. Seemed to work ok for me. I just re-imported everything I had In arcade and asked it not to replace any artwork/metadata it already had. :-) took about an hour and a half which isn't bad
  6. Good News... the prompt is back and the beta is downloading
  7. if it could all be handled by big box...that would be awesome
  8. Hi Chris, youd have to create a joy to key profile for each game in that case. add it as an additional app and point it to that particular joy2key profile
  9. Hi Guys, I would see this a being a really useful feature, any update on when it may be added?
  10. Hi Guys, im a bit of a noob. is there any possibility of a step by step turorial on joytokey front? i apologise if im in the wrong thread or missed something obvious. but this is the most frustrating part for me. getting multiple controllers to play nice with the emulators.
  11. I Love me some of that there Garage Punk or for those mellower moments:
×
×
  • Create New...