Jump to content
LaunchBox Community Forums

ripleyxlr8

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by ripleyxlr8

  1. I've tried your settings but unfortunately it is not working (same log). I will try to develop a dummy plugin that will only intercept the emulator process. Can i ask you which programming language you are using and the function you are using to intercept the process? (so i can try to replicate the issue) Best regards and thank you for your help. Richard
  2. I've made a test with version dolphin-master-5.0-8911-x64.7z and a clean version of the plugin installation, the result is the same it doesn't seems to detect the process. For your information Fade and Bezel are working with Mame. Here is the log : If it can helps you here is a capture of my task manager when starting dolphin from launchbox. Thank you for your help. Best regards Richard
  3. Thank you for your answer. I will make a try with the 8915 version, I will keep you informed. Richard
  4. Hello, Thank you for your work. I have a problem configuring WL (to use the bezel function) with dolphin 5.0 11608 x64, WL doesn't seems to find the process of the emulator. Here is the log of WL : I have configured as required in dolphin : Config → Interface → uncheck “Pause on Focus Loss” (to prevent auto pause/resume in pause menu) Graphics → Advanced → check "Crop" (works better w/bezels as some games not true 4x3) Graphics → General → check "Render to Main Window" (otherwise cannot capture emu window) Do you have any idea why it is not working? Best regards and thank you again for your work. Richard
  5. Hello, Thank you for your work. I have a problem configuring WL (to use the bezel function) with dolphin 5.0 11608 x64, WL doesn't seems to find the process of the emulator. Here is the log of WL : I have configured as required in dolphin : Config → Interface → uncheck “Pause on Focus Loss” (to prevent auto pause/resume in pause menu) Graphics → Advanced → check "Crop" (works better w/bezels as some games not true 4x3) Graphics → General → check "Render to Main Window" (otherwise cannot capture emu window) Do you have any idea why it is not working? Best regards and thank you again for your work. Richard
  6. Ok, now i understand, when using the "scan for added rom" function, launchbox doesnt seems to automaticaly combine roms. I just delete and import all the directory and it worked.
  7. Hello, I would like to know if it is possible to filter some region all the time. I don't want them to appear in launchbox or bigbox. Best regards Richard
  8. Hello everybody, I recently created a PSP plateform in launchbox and it seems that the rom are not grouping by region in this plateform even if the game and the region are correctely detected. All the roms of different region for the same game a displayed separetely. it works with other plateform so I would like to know if there is a trick to activate it with PSP. Best regards Richard
  9. I wrote a simple AutoHotKey script, it does 5 things 1) Start BigBox 2) Start the animation you want (infinite loop mode) 3) Wait the duration you want (it should be the duration of your startup video) 4) Stop the animation 5) Send the "Game Stop" command to ledblinky in order to display the Launchbox controls. #Persistent SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir "C:\HyperSpin\Utilities\LEDBlinky" ; Ensures a consistent starting directory. Run, C:\Roms\LaunchBox\BigBox.exe ; Starts BigBox, you should replace it with your own BigBox path Run, C:\HyperSpin\Utilities\LEDBlinky\LEDBlinky.exe Pattern73.lwax ; Patter73.lwax represent the animation you want to play, the file must be in your ledblinky lwax directory SetTimer, mytimer , 20000 ; Set the timer to stop the animation, the value is in ms return mytimer: SetTimer, mytimer , Delete ; Delete the timer Run, C:\HyperSpin\Utilities\LEDBlinky\LEDBlinky.exe 11 ; Stop the animation Run, C:\HyperSpin\Utilities\LEDBlinky\LEDBlinky.exe 4 ; Send the game stop signal to display the launchbox controls ExitApp return
  10. Thank you for your answer. In fact I think it is very pleasant to have a nice video intro and a LedBlinky animation that can match the intro pace and/or colour. (I'm currently switching from HyperSpin and it was a nice feature) I was thinking to make a script that will start Ledbinky startup animation and bigbox at the same time to solve this problem. R
  11. Hi everybody! I would like to know if it is possible to start the ledblinky startup animation to start at the beggining of the intro video? Best regards R
×
×
  • Create New...