Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

tabascoman77

Contributor
  • Posts

    184
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by tabascoman77

  1. Yep. Everything is good.
  2. I just posted a new topic. TP has been reworked! It runs all games!
  3. So, back in the day, in 2023, I tried to get TeknoParrot working on PinballX. It was successful. Sorta.... The end result was entering one TeknoParrot instance for each game because I couldn't figure out how to get around the XML's instead of roms. Thanks to @Mike_da_Spike, that's a thing of the past. I just didn't realize it because I never saw his entry, post-solution. Tonight, because I reconfigured a ton of crap on both my cab and my son's arcade, I decided to screw around with TeknoParrot again and try out Mike's config...IT WORKS! Here is the new, working config which will launch ANY game within TeknoParrot: And here's the Game Manager settings: Name the description of your game whatever you'd like but name the "Game" after the game's XML file in the UserProfiles folder. So, if your game is Mario Kart DX and the game's XML is "MKDX118", put "MKDX118" in the "Game" slot on the Game Manager. If you're unable to choose it, just manually write it in. It will work. That's it. Just thought I would write to say this has been fully solved. Special thanks to both @Draco1962 and @Mike_da_Spike for the help on this. Also thanks to @Tom Speirs who keeps driving me to keep at these things until they're solved. Thanks, all.
  4. I got that working a few years ago. Reported it here. The main issue I had, however, was that I could never get it to run multiple games, so I had to make a TeknoParrot entry for each game I wanted to play.
  5. I did it to your specifications exactly and it worked! @Draco1962, @Mike_da_Spike, and @Tom Speirs, you guys continue to be amazing. Thanks for helping me build this cab throughout the years. I know I have a penchant for putting PBX through its paces and making it run some funky stuff but you guys don't give up until it's done. I love it. One of these days, I'm gonna write an essay about all the things you guys have helped me with throughout the years. You guys helped me with some tough stuff like Daphne, getting Mario Kart GP to work through Dolphin, TeknoParrot, and the 150 emulators I put on my son's big arcade project a couple years ago. Every single time I'm stuck and think it can't be done, you guys always reply with, "What are you talking about? It CAN be done! Let's go!" Thank you so much.
  6. Reiterating: thank you for giving me the correct parameters to make Sam & Max work. You're a genius, dude. Just need to figure out the rest of it and I will be off and running.
  7. This works (thank you for that, that's amazing work): -p C:\vPinball\roms\scummvm\samnmax.scummvm samnmax This doesn't: -p "[tablepath]\[tablefile].scummvm" [tablefile] The first entry would only be for one table. I don't know how to program it for two or more. I have a feeling that if we do, this also has implications for how I run TeknoParrot.
  8. Here ya' go... PinballX.ini log.txt
  9. When I enter THIS into my Terminal on Windows... C:\vPinball\ScummVM\scummvm.exe -p C:\vPinball\roms\scummvm\samnmax.scummvm samnmax ...Sam & Max will launch successfully. When I put that in PBX's parameters, PBX just launches, laughs, and kicks it back. In these moments, I've always pictured PBX saying "Yeah...it's all correct...I just don't like you, dude, so screw you." Heh.
  10. My roms are here: FULL THROTTLE: C:\vPinball\roms\scummvm\ft.scummvm\(game files inside) SAM & MAX HIT THE ROAD: C:\vPinball\roms\scummvm\samnmax.scummvm\(game files inside) I've tried just calling them their shortcut names without the ".scummvm" at the end. Nothing works. If you try to load "ft" or "ft.scummvm" or, hell, ANYTHING into Game Manager, you'll have a game entry like any other game, but that means nothing because PBX won't load either entry when it all comes down to it. I don't think that PBX understands what it's supposed to be loading. It just sees a folder full of crap and is going "Tell me what to load."
  11. Yeah, I got two games from my ancient-ass collection: Sam & Max, Full Throttle...they're loaded but ScummVM loads it, then kicks back to PBX.
  12. I tried this but using the command line syntax in the parameters doesn't seem to work.
  13. @Tom Speirs, @Draco1962 Sorry it took so long. I was trying a few other avenues... Here's the data you asked for...if I use this config, it will auto-exit and quit...if I take out the parameters, it will just go to the ScummVM GUI and make me choose the game from there which defeats the purpose of the frontend. I KNOW this works. At this point, I am wondering if separate entries using a BAT file for each game is the option. log.txt PinballX.ini
  14. Hey Spike... My BAT file works for launching my nudge files but I can't seem to make a BAT file to make them quit. I thought I had the right syntax but maybe I'm missing something. Here's what I have in the "kill" BAT: @echo off taskkill /F /IM X-Hotkeys.exe taskkill /F /IM AutoHotKey 64-bit.exe exit The applications don't quit and will ignore the BAT file. Nevermind! Got it working! Did this for the kill BAT: @echo off TSKILL X-Hotkeys TSKILL Nudge exit Works like a charm! Thanks!
  15. Will do. Gimme a few, sir.
  16. I tried that method in Game Manager. It launches ScummVM but makes you choose the game from their GUI, so you don't auto-launch into any of the games you actually chose.
  17. The only reference I have to adding ScummVM is GameEx instructions. I am assuming that for PBX, you have to do separate ScummVM entries for each game. I have Full Throttle and Sam & Max Hit the Road loaded into ScummVM already. I don't know quite how to finish this off.
  18. One of two issues. I will address the other in my other forum post. I have a makeshift cab. Two monitors and an X-Arcade Tankstick. There are two side buttons on each side of the Tankstick. The issue is that the extraneous two buttons are mouse buttons...so...you have to use a Hotkey script (a couple of them on my system) to switch the mouse buttons with the "nudge" keys on the keyboard. ("Z" and "/") and, that way, you can use your Tankstick upper side buttons to "nudge" tables within VPX. The issue is that the scripts nullify keys, which means you cannot jump from a VPX game to, say, MAME on the fly and start playing six-button arcade games because random keys don't respond anymore when the HK scripts are active. Is there a way I can launch both scripts beforehand for VPX, keep them running while VPX is running, then have them both quit upon exit so I can go into other emulators and play other games that aren't virtual pinball games? I'm a little over halfway there with my Before programming but I haven't tested it. So far, I have this.
  19. Thanks, @Draco1962...you guys have been saving my bacon for years now. Especially when I set my son's big arcade pedestal up and had to set PBX to work with like 15 emulators. LOL...
  20. IT WORKS!!! IT WORKS!!! IT WOOOOOOOOOOOOOORKS!!!!!!!! @Mike_da_Spike, you are THE MAN. MMT assigns it perfectly to the backglass monitor and then reassigns the primary monitor afterward and I cannot thank you enough. What a cool little tool! And to think I could have saved time with MAME and just used this tool instead to assign monitors. Sorry it took me so long. I had a ton of stuff on my plate and didn't get to drag my pop-up pincab for about two or three weeks. But it works! I am SO happy! Thank you for helping me solve this!
  21. Indeed, it does. But @Mike_da_Spike, I did check out that link last night and I have no idea how to apply any of that code nor do I know how to write a script for AHK. I suppose that I could consult the wizards at the AHK Reddit...
  22. So, tried the shortcut trick again (with "-adapter 1" in the target field after the path to the exe). This time, I told PBX to access the shortcut, not the actual EXE...still no joy. It launches, then immediately kicks back to PBX. So...I tried to just put -adapter 1 in the command line...nope. Bad command line error and kicks back to PBX. I tried reassigning x/y so that maybe the video screen would slide over to the other monitor...nope. This thing just does not want to work on a second monitor within PBX. Every single time I open up in PBX, it just defaults to the table monitor Hypseus Singe does not seem to have any sort of option to move to a secondary monitor either. And there's no command within PBX that would force the picture over?
  23. Meant to tell you, yes. I tried that. I get the same "bad command line" error in Daphne.
  24. I've tried each iteration...man, @Draco1962, with all due respect, I really don't feel like fiddling with the other laserdisc emulator because Daphne was a pain to set up and get working within PBX. Not that it isn't a good idea...it's just that it took me hours to get Daphne to run on PBX and I don't wanna lose more hair fooling around with Hypseus.
×
×
  • Create New...