Jump to content
LaunchBox Community Forums

kardall

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by kardall

  1. I FOUND IT Menu -> Views -> Default Startup View Change it to Platforms. And you're set... *sigh* so frustrating.
  2. No matter what I seem to choose as far as themes, they all seem to have the same problems. It used to be that when I loaded Big Box, I would have a platform wheel. Now I see things like: Discovery Center Continue Playing Enjoy the 00's Enjoy the 90's Blah Blah Blah I don't see any option to just SHOW MY PLATFORMS anymore... it is just GONE. If I load up Big Box, and just has a selection of platforms that I can scroll through that is all that I need. I don't care about 'discovering new titles'. I will just 'play a random game' if I need to do that. How do I disable this feature? Do I need an older theme or something? I have tried 3 different themes that are "popular" that all have the same thing, and no setting in the views has an option for Discovery Center or anything about the 'popular games' and such listed. How do I turn all of that nonsense off? I had to re-install my entire system due to the SSD garbage from Windows and Phizon so now I am having to practically start from nothing and re-import everything.
  3. So BigBox had an issue/bug with the timing and console batch file getting focus so I spent some time troubleshooting it and finding a way to run the game using the 'emulator' feature. I hope it's allowed but, I did a video because I was tired of doing the text thing for just this. So you can check it out here: Here is the RunningScript for the Emulator to close the game and then JoyToKey to copy/paste: $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} WinClose, JoyToKey } replace the part of the batch file that you copy with: -framefile %romfile% in order for it to take the ROM image you selected (the timetraveler.txt for example) and it inserts it into the custom command line.
  4. I did this in Windows, but something similar can definitely be changed to run in *nix environments. I was having issues with the Singe 2 keybindings not reading my controls.cfg so, I installed Hypseus and with a few modifications and tweaks I got All of the games setup within a couple of hours of work. The end goal was to have it launch the Batch File from LaunchBox, but it had to run JoyToKey as a separate command, then start the hypseus in a normal sequence, but when it exits it kills the JoyToKey executable so as not to interfere with other games if I switch to a non-laser disc title. Example of a batch file for Time Traveler start <Path To JoyToKey>\JoyToKey.exe ping -n 2 127.0.0.1>NUL hypseus.exe singe vldp -framefile singe\timetraveler\timetraveler.txt -script singe\timetraveler\timetraveler.singe -fullscreen -volume_nonvldp 5 -volume_vldp 20 -js_range 5 Taskkill /IM JoyToKey.exe /F EXIT I ran JoyToKey (v6.5 at the time of writing) and setup a profile for "Hypseus" Edit: Buttons were just pressed and highlighted what ones I wanted to set to what default. I had the default ini file open that tells you what key is what, and that's what I set it to in JoyToKey. Very straight forward. In the profiles association in JoyToKey I setup the profile to link to where my Hypseus was installed to so it would switch automatically as they are different than the DaphneSinge that I still use for the original Dragon's Lair: I also set one up for DaphneSinge so that the buttons were mapped accordingly: All you have to do is add the ROMs using the Import Wizard, and select the batch file for the Hypseus and as long as your data files are in the appropriate folders, the batch file above will function inside the same directory that the hypseus.exe executable resides. The line: ping -n 2 127.0.0.1>NUL Is there for a 'delay' because I found that while I had JoyToKey running in the foreground, it will go in front of the game because it loads slower ever so slightly sometimes, and the game does not get focus. So I added it there. You can change JoyToKey to run minimized in the settings and delete that line if you wish.
×
×
  • Create New...