Jump to content
LaunchBox Community Forums

Headrush69

Members
  • Posts

    1,369
  • Joined

  • Last visited

Everything posted by Headrush69

  1. Update: Seems MAME 0,233 has apple2gs joystick updates. I tested Gauntlet with it and I am able to play with it. The game start screen still has a tendency to pull to the bottom right corner when the joystick is centered, but you can move around the screen and in game it works fine.
  2. Just use Reshade and you can add bezels to other systems fairly easily.
  3. I would suggest adding your pre-emulator programs as additional apps in LB that launch before the m2emulator, than just adding the following in the running Autohotkey script for the emulator in LB.
  4. Have you tried with a clean install and no cfg or nvram files? Have you tried entering the test menu of the game and checking/calibrating controls within the game
  5. So what exactly is the issue? What is happening? If you open a command prompt and navigate to your MAME folder, then run it will tell us the problem.
  6. This file will not be used. MAME will only read the one in it's ini folder. When you are using the -cdrm option, you are no longer using MAME's software lists and are passing the path to the chd for MAME to use. Your file structure needs to be like this if using software list loading: We also need to see your default MAME settings in the LB Emulator page. When using software lists, you only want to pass the software name, not a full path.
  7. You don't need it. You just have to make sure that the your mame.ini rompath variable points to where your roms (BIOS) are AND where the root directory is for your software list software. (in there should be a folder cdi with your CHDs) If you are having issues, if you start mame from a command prompt or powershell with the verbose option it should tell you the issue. If using software lists: Or you can directly start a CHD without using software lists like any other rom: You still need your rompath set in mame.ini so it can find the cdi bios file. I prefer the second method in most cases. I keep my bios files in the rom directory in the mame directory which is on my SSD. On my HD I have folders for each platform and store the CHDs. It's easy to import that folder into LB and in general if I have a CHD or image that doesn't match the one mame's software lists wants, I can still run it.
  8. If you have it working that's what matters, but I think you are confusing several things. I have xbox controllers, light guns and several other controllers and I use them all without enabling raw input in emulator.ini When you are using Demulshooter, it handles the raw input, not the m2emulator itself. Demulshooter injects/patches the support into the emulator as needed. You can leave your xbox controllers working without changing anything and just run Demulshooter when needed for light gun games.
  9. I guess I don't understand your issue at all then. I thought in your original post that you meant you needed to enabled rawinput in emulator.ini for model2 light gun games, and turn it off to use xinput for other model2 games.
  10. You're essentially doing the same thing but using BAT commands rather than AHK. Short of writing it for you, I think if you have issues with the AHK, using the BAT will be the same.. If you don't want to get Demulshooter working, I think Koroth's suggestion of using two instances of m2emulator might be the easiest method for you. Also, be aware that even though m2emulator has native raw input support, there are reports of issues using it including changing devices numbers, something that isn't an issue with Demulshooter.
  11. No you do not enable raw input in EMULATOR.ini (Demulshooter for m2emulator doc)
  12. You are correct Koroth, there are several ways to do this, including directly with a bat file and avoiding AHK. (Much like how many start Daphne games) I think the easiest approach is probably just using Demulshooter as an additional application and you can avoid needing multiple inis since raw input doesn't have to be enabled in EMULATOR.ini I use Demulshooter. This was just adapted from scripts I use with devreorder to hide and order specific devices when needed, but the approach is workable.
  13. AHK can handle spaces in file paths. You need to download the full AHK (free) and it includes a small compiler application that converts your ahk script to an exe. You can of course run your AHK scripts (.ahk files) manually to make sure they do what you want before compiling them.
  14. Not exactly. All it is doing is copying a specific ini file and over writing it to the default EMULATOR.ini That last option ,1 means to overwrite the current EMULATOR.ini file. You may want to restore your default ini after running as well. So you might have these inis in your emulator directory: EMULATOR.ini default.ini lightgun.ini So before the emulator starts you use the compiled script to over write EMULATOR.ini with the contents of lightguns.ini. After running the emulator you over write EMULATOR.ini with default.ini. The names you use are arbitrary except for EMULATOR.ini which is what the m2emulator will read on starting. Edit: This is just a general way to handle unique controller set ups. With the m2emulator you may want to check out Demulshooter so you don't have to use raw input directly in the EMULATOR.ini.
  15. For situations like this I create all the ini files I need and than create a simple AHK script to copy each script to the default ini location. I compile the AHK script to an exe and than use LB's additional apps feature to run and wait for that to finish before starting the emulator. Here's an example:
  16. I’ve not heard of FreePIE, but UCR provides that functionality and is quite popular. Maybe give that a try.
  17. The only way you'll get it to work is if you use some remapping software to map the Spintrak (mouse) to a virtual joystick. Additionally, if you are using a steering wheel and pedals, m2emulator needs separate pedals, not combined.
  18. Teknoparrot is the only system I still use RocketLauncher for since the Teknoparrot module has active monitoring for windows which is very helpful for clean startup screens and starting and stopping secondary applications. You can manually do similar things using AHK with LB, but not worth reinventing the wheel for just those games.
  19. That was my biggest issue with the Sindens, setting up the software and of course the border. Not that is was overly hard, I just didn't want to go through every game and set it up. Having my cabinet running on just an i3 CPU, that all the processing is done on the gun and not the computer was a plus as well. The responsiveness of this gun is incredible.
  20. The SIndens work better than the Aimtraks for me as well, but even better, if you are into a simple DIY project, check out JayBee's GUN4IR.
  21. What format are your CD images in and was it working previously or is this a new setup?
  22. If using Retroarch directly or through LB works, than it had to be a RL issue. Are you sure that Retroarch is the default emulator for Sega CD In RL? Also, in RL is the emulator patch for Retroarch correct and not pointing to an older version that may not have had CHD support yet?
  23. Did they say why? I don't see how it would matter much. I can think of more disadvantages of using 2 over 1. Are you using in keyboard or joystick mode?
  24. Start Retroarch Load the PUAE core Pick Information in Retroarch menu Pick Core Information All the BIOSes it uses should be listed and it should say whether you have the correct one or not. If your Bioses are correct, your issue is something else.
×
×
  • Create New...