Jump to content
LaunchBox Community Forums

JacK1518

Members
  • Posts

    53
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

JacK1518's Achievements

16-Bit Artificial Intelligence

16-Bit Artificial Intelligence (4/7)

7

Reputation

  1. Thank you. I´ve tried both options (used "repair theme" in BB), but i have the same problem. The commodore picture is too big. My resolution is 4096 x 2160, if thats the problem?
  2. Is there an option to update in BigBox or should i manually download and change?
  3. Hello Zombeaver, first of all huge respect for your work. It is very good, especially when you look at the details. But I have a small problem in BigBox (widescreen). In the BigBox menu of the game itself, the old "Commodore" clear Logo is too big (see picture below). Can you help me please how to fix this or where is the path of the image so I can change it myself? Thank you in advance!
  4. I don't know if it works with the dualshock3, but you can test to connect the ps3 with a program like "ds4windows". It allows you to set the ps3 to directInput.
  5. The xbox 360 wireless adapter is the same as for xbox one controllers? ? if so, then the wireless adapter from the xbox controllers is not sending with bluetooth. The problem is maybe a internal bluetooth from the motherboard?
  6. Does this work with games too? I have that problem with the "splitwolf mod".
  7. Has anyone experience with ikemen go? I want to build up my fighting world with four human players, but i have some problems there. I tried to copy the mugen screenpack "legacy reborn" over the newest ikemen go. It worked, but: 1. I can setup all controllers in the options menue. But in Tag mode, i can only play with two controllers and 2 AI. In the fresh downloaded ikemen go engine without screenpack, i can play with all four controllers without setting anything up! Is there a way to fix it or maybe something to setting up? 2. In the character selection menue, i can not see all of the selected characters and options of the modes (like simul/Tag). Looks like the screen is cut on the left and right side. My resolutions is the same of windows in fullscreen mode (sitting on a tv). I tried all resolutions and a few custom ones.. nothing worked. I hope anyone can help, because it is hard to find anything about that.
  8. Are you using the one's plugged or wireless with adapter?
  9. I've made a batch file that starts a program, closes steam and after closing a game, closes the program too. I start the game within launchbox with the batch file (+vba to hide the batch window). I have to go to work, after that i can post my codes ? Edit: Now, this is the code i used. Steam opens automatic, with the original shortcut. After the game closes, it searches the tasks and closes steam. You don´t have to fear anything of "killing" the task, it´s hard to "break" steam. I do it all the time. create a .txt file, copy the code below and change the red phrases with yours. After that, change ".txt" to ".bat". @echo off start "game.exe" :waittofinish tasklist /FI "IMAGENAME eq "game.exe"" 2>NUL |find /I /N ""game.exe"">NUL if "%ERRORLEVEL%"=="0" taskkill /F /IM steam.exe exit You can delete the phrase "start game exe" and open that with launchbox as additional, too. Now, i don´t want to see the commando prompt of cmd popping up, so i use a ".vbs" file. Same thing. Create a txt file, copy the code below into that and change it to ".vbs". set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run ""game.bat"",0,True The game, bat and vbs should be in the same folder. I hide the original game exe and bat file, so it looks much cleaner in the folder. You have to start the .vbs file or with launchbox the game and the vbs file. For your x360ce.exe, it´s the same. Maybe you could try this one: @echo off game.exe :waittofinish tasklist /FI "IMAGENAME eq game.exe" 2>NUL |find /I /N "game.exe">NUL if "%ERRORLEVEL%"=="0" goto waittofinish taskkill /im x360ce.exe /F exit It is possible, that the process in the tasks don´t use the name"x360ce.exe" than you have to search by the taskmanager. Rightclick the x360ce process --> show details --> properties. Same by the game, but thats rare. I am not a pro, i´ve searched and tinkered it myself. So it can be possible, that the code can be optimized. I hope it helps. Please let me know.
  10. Yes, i got this already working. Just copy the emulator-folder for example "launchbox/emulator/project64" and rename the copy to "launchbox/emulator/project64pokemon" for example. You also have to use different shortcuts on desktop and different emulators on launchbox. You have to do this for every games you want different settings. Now i have different settings (controlls, graphic's and hd textures or not) on a few different games. Edit: you have to configure your config.cfg's like here, maybe you have to translate: https://hyperspin-fe.com/forums/topic/29891-anleitung-nintendo-64-project64-emulator-hd-texturen-und-einstellungen/
  11. Great! And now it starts before "explorer.exe" starts (no desktop and windows Bar)? I've heard of users they told that they have sound problems or something else, because explorer.exe is not running. How do you fix this - or have you any of this problems?
  12. Can you even start with the bigbox shortcut on windows (desktop not startup)? ? did it ever work with bigbox in windows?
  13. There is a youtube video which explains the way you can do this. I'm not sure if i'm allowed to put external links in there. Also, there is a program in this forum. But i don't find it. It is called "startbox" or so ..
  14. Hi @Jdzspace, I've found something for you: For a few weeks ago, there was a third party program to activate/deactivate the autostart before explorer.exe. Unfortunately, i didn't find it anymore..
  15. Do you know if this will be fixed in win11? Also, should be nice to know if there is a workaround for other emulators?
×
×
  • Create New...