-
Posts
662 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Your Friendly A.I Overlord
-
Bigbox with Logitech G-Hub App?
Your Friendly A.I Overlord replied to PiperCalls's topic in Troubleshooting
The LaunchBox\Core folder is the "real" application folder. The LaunchBox.exe and BigBox.exe in the LaunchBox folder are merely launchers for the LaunchBox.exe and BigBox.exe in the LaunchBox\Core folder. So for example when you start BigBox, the BigBox.exe from the LaunchBox folder launches BigBox.exe from the LaunchBox\Core folder and after that terminates. That's why the G-Hub won't detect it. -
Bigbox with Logitech G-Hub App?
Your Friendly A.I Overlord replied to PiperCalls's topic in Troubleshooting
I don't have a Logitech wheel, so I can't answer your question directly. But If you add BigBox.exe from the LaunchBox\Core folder to the Logitech G-Hub, does that work? -
While importing games, LaunchBox gets the names from its database which (mostly) contains the official names of the games. You could right click a game > Edit, and change the title. However if the chronological order of games is not displayed correctly, you can also enter a "sort title", which you can use to sort games in any order you like. So to make it clear, if games are named: Game I, Game II, Game III, Game IV, etc. you can keep those names. But in the "Sort Title" enter: Game 1, Game 2, Game 3, Game 4, etc.. Then they will be displayed in that order.
-
Autohotkey Startup/Exit scripts issues
Your Friendly A.I Overlord replied to Aevans0001's topic in Noobs
You must run the bat file while exiting the emulator. Copy/paste to the "Running AutoHotKey Script" tab and change the path to your bat file: $Esc:: { Run, D:\Emulators\CloseJoyToKey.bat WinClose, ahk_exe {{{StartupEXE}}} } Or close JoyToKey directly: $Esc:: { Process, Close, JoyToKey.exe WinClose, ahk_exe {{{StartupEXE}}} } *Edit* If you would close an emulator with Escape natively (without an exit script), you could also try: $Esc:: { Process, Close, JoyToKey.exe Send, {Esc down} Sleep, 150 Send, {Esc up} } -
I have no experience with Demulshooter, so I can't help you there. Dude, set up a second emulator and be done with it. I gave you instructions how to do it. Why do you insist in doing it the hard way. BTW. In one of his comments Headrush69 linked to a Demulshooter setup guide. Maybe you should read that.
-
Great that you got it working!! That is the ultimate goal here. I don't know exactly what you mean with "being listed under the same emulator in LaunchBox", but I interpret it as "being listed under the same platform in LaunchBox". In that case: You can add multiple instances of an emulator to LaunchBox. First make a copy of the folder of the emulator and rename it to something else. In this case lets call it m2emulator Gun. Run the emulator and configure it to your liking. When you add this emulator to LaunchBox also give it a different name. Lets name this emulator "Sega Model 2 Emulator Gun". In the Emulator Application Path point to the second folder of your emulator. Make sure all the setting are the same as your first emulator. Then go to the game you want to launch with the second emulator. Right click > Edit > Emulation and from the dropdown box choose your second emulator. If you want to change it for multiple games at once, click your games while holding control > Right click 1 of the selected games > Edit > Next > in the dropdown box select "Emulator" and in "Value" select your emulator. (Sega Model 2 Emulator Gun). All your games under 1 platform.
-
Select ROM in N64 .7z archive when starting game
Your Friendly A.I Overlord replied to Daniel15's topic in Troubleshooting
As I haven't used it myself, I am also not sure. Then @Daniel15 has to do some testing to find out I guess. -
Select ROM in N64 .7z archive when starting game
Your Friendly A.I Overlord replied to Daniel15's topic in Troubleshooting
Someone created a plugin that can extract archives and then loads a preferred rom. I haven't used it myself, but I think it does what you want. https://forums.launchbox-app.com/files/file/234-archive-cache-manager/ -
If I may give some further explanation? I used Headrush69's script. First be sure you have 2 extra copies of emulator.ini in the m2emulator folder. Headrush69 called them default.ini and lightgun.ini. (also be sure you have edited default.ini for use with a xbox controller and lightgun.ini for use with a lightgun). The script first replaces the content of emulator.ini with the content of lightgun.ini. Then It waits for the emulator to start and after that to close again. Then it replaces the content of emulator.ini with the content of default.ini again. (So when you want to play non lightgun games the xbox controller will be the default controller.) Be sure the paths in the script match the location of your m2emulator folder. #NoEnv FileCopy, C:\Users\ARCADEPC\Launchbox\Emulators\m2emulator\lightgun.ini, C:\Users\ARCADEPC\Launchbox\Emulators\m2emulator\emulator.ini, 1 Process, Wait, emulator.exe Process, WaitClose, emulator.exe FileCopy, C:\Users\ARCADEPC\Launchbox\Emulators\m2emulator\default.ini, C:\Users\ARCADEPC\Launchbox\Emulators\m2emulator\emulator.ini, 1 ExitApp Headrush69 would compile the script to an .exe, but for now I think the easiest approach would be the following: Copy/paste the script into a newly create text file. Save the text file and give it a name with an .ahk extension. For example model_2_lightgun.ahk. Go to the LaunchBox\ThirdParty\AutoHotkey folder. Copy AutoHotkey.exe and the ahk script you just created to a folder. Perhaps your m2emulator folder and rename AutoHotkey.exe the same as your .ahk script, so you have a model_2_lightgun.ahk and model_2_lightgun.exe. Now go to LaunchBox and your lightgun game. Right click your lightgun game > Edit > Additional Apps. Click "Add Application". Enter a name for the additional app. > Then browse for the application: m2emulator folder, model_2_lightgun.exe. > Tick the checkbox "Automatically Run Before Main Application" > OK. *Note* By keeping model_2_lightgun.ahk and model_2_lightgun.exe you can always open lightgun.ahk in a text editor and change the script. *Note 2* In the case you use the "emulator_multicpu" exe of m2emulator, in the script change emulator.exe with emulator_multicpu.exe.
-
This probably means that after closing a game or emulator Windows is not giving back focus to BigBox. You could try the following suggestions: - In the Windows settings menu > Gaming, check if you have "Xbox Game Bar" (or the setting "Open the Xbox Game Bar with the Guide button") disabled. Also if you have steam running, steam's controller settings can also interfere with the Xbox Guide button. - Try if disabling the Startup/Shutdown Screens for an emulator makes a difference. - Check if you have other windows or programs open that can steal focus from BigBox. - If you use an "exit script" to exit out of an emulator, try a different script. (Or change it.)
-
I am in a similar situation, but with my Thrustmaster racing wheel. There are a couple of solutions: - Like Headrush69 mentions overwrite values or swap config files with an ahk script. - Simply have multiple installs of an emulator (and added to LaunchBox) for different use cases. (probably the easiest solution.) - I even have 2 setups for LaunchBox/Bigbox. (Default setup = Controller / Racing setup = Wheel). I start LaunchBox or BigBox from an ahk script. First the script checks if my wheel is connected. If it isn't, it starts my default LaunchBox or Bigbox setup. If it is, it starts my racing LaunchBox or Bigbox setup. *Edit* I want to elaborate on my third option a bit. The neat thing is not to have 2 setups, but auto loading different configs (files) when different peripherals are connected. (If you can detect that they are connected.)
-
Whoa, calm down little fella. PC games are meant to be closed via their own menus. And as long as a game has controller support, you can do this easily with a controller too. And it is not that you can not force close a pc game via a script, just that it is not recommended because force closing a pc game can lead to corruption. Corruption of the game itself as well as save files. Just close your pc games via its own menu. That's how they where designed. Deal with it.
-
Over 1GB of used RAM after a fresh install
Your Friendly A.I Overlord replied to ferrell's topic in Troubleshooting
I am not a developer and certainly not a LaunchBox developer. But it is my understanding that Task Manager (and similar programs) not necessarily report the memory used, but the memory reserved by a program. I don't know how much memory a fresh install of LaunchBox woud need at minimum. But in all reasonability LaunchBox can assume you are going to add games. And for a smooth experience LaunchBox needs to cache files. I would not worry about the memory usage of a fresh install of LaunchBox. When I open LaunchBox with almost 900 games Task Manager reports 1.4 GB but drops down to 1 GB after a few minutes. In my opinion, more than 8 GB of ram in computers has been the norm for years now. You cant expert the development of software being held back by outdated configurations. -
If you use an older version of Mame, the first thing to try is, in LaunchBox > Tools > Manage Emulators > Mame delete " -keyboardprovider dinput " from the command-line.
-
Controller / Player 2 help in Demul please
Your Friendly A.I Overlord replied to Codeen's topic in Troubleshooting
-
Controller / Player 2 help in Demul please
Your Friendly A.I Overlord replied to Codeen's topic in Troubleshooting
That's where, in DS4Windows, the setting "Hide DS4 Controller" is for. It hides the original DS4 controller for Windows and games/emulators so only the virtual Xbox 360 controller is seen. This prevents "double presses". -
There are a couple variables that can determine the audio volume. For instance: - The recordings audio volume input level. The recording you made could be made with a lower audio input level than the videos you downloaded. You can try recording your videos with a higher audio input level. - The audio output volume in BigBox. BigBox has its own audio mixer in Options > Sound. Perhaps you can adjust the volume settings? LaunchBox also has an audio volume dial. (In the right corner. LaunchBox > View > Button Bar) So the volume output levels of LaunchBox and BigBox dont have to be the same. Of course I can't say that there is or isn't a bug. But the volume levels are going to change from video to video, no matter what. That's why I myself re-encoded the audio of all my videos with volume normalization.
-
How to change these BigBox menus select colors
Your Friendly A.I Overlord replied to kevin.k's topic in Big Box Custom Themes
I am not doubting your ability to edit .xaml files. But when it comes to editing .xml files for LaunchBox/BigBox you really have to know what your are looking for. Some things even may be hard coded into the Default theme. As an alternative maybe you can try the Community Theme Creator for BigBox? Although I haven't tried it myself, maybe you can load the copy of the Default theme and alter the colors? You English is very well! But, as I am also not a native English speaker myself, any errors would cancel out and it becomes perfect again. -
Controller / Player 2 help in Demul please
Your Friendly A.I Overlord replied to Codeen's topic in Troubleshooting
Maybe you can find a config online from somebody who succeeded? (Or maybe there is somebody on this forum who has successfully configured a DS4 controller for Demul.) In that case, just copy/paste the button config into padDemul.ini under [JOY0_1]. I myself use DS4Windows to create a virtual Xbox 360 controller (xinput) for the DS4 controller together with the setting "Hide DS4 Controller". I also have DS4Windows run at system boot. For me Windows detects the DS4 controller being pressed even when the controller is turned off and for example the Windows screensaver wont activate. Running DS4Windows and hiding the DS4 controller itself solves that problem. My main controller is a Xbox One controller. It also has the advantage that you can use the LaunchBox/BigBox controller automation with both controllers because, with DS4Windows the Xbox One controller and the virtual Xbox 360 (DS4) controller both are seen as xinput. You would have to reconfigure your emulators/games though. -
How to change these BigBox menus select colors
Your Friendly A.I Overlord replied to kevin.k's topic in Big Box Custom Themes
It looks like you try to edit the Default theme. You can't edit the Default theme. It wil always revert back to the original .xml files. (There always needs to be a working theme.) If you want to edit the Default theme, you have to make a copy of the Default theme folder and rename it. After that you can make edits to the copy's .xml files and select your copy of the Default theme in BigBox. -
in BigBox, maybe you are using a hotkey to bring up the pause menu that interferes with Mame? Or in LaunchBox > Tools > Manage Emulators > Mame > Pause Screen tab, you could try ticking/unticking "Suspend Emulator Process While Paused" and "Forceful Pause Screen Activation". (I have them both ticked for the Pause Menu to work correctly with Mame.)
-
How to set emulator command, file.ext
Your Friendly A.I Overlord replied to knapman's topic in Noobs
Glad you got it working! I myself have all my roms for a system in the same format as much as possible, so I don't run into problems like that. But if you want "a standard command-line" you can always setup an emulator multiple times in LaunchBox with different command-lines.