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

If neither of those of work for you, you can donate any amount by clicking here.

Leaderboard

Popular Content

Showing content with the highest reputation on 02/25/17 in all areas

  1. Hi PcTeknic, thanks or your reply, video is not mine.. i m preparing a new computer I5 for a cabinet flipper... so i m studing how to fix and prepare a windows 10 image for the next cabinet with all. in this project i would like to use pinballx (and not launchbox) for flipper tables, mame, snes. I have had several problem, but yesterday night i saw the matter.. pinball fx2 not create any group, but only a list of tables, without the possibility to switch by pressing "enter" by keybard to choose another tables system or mame or snes or other group. The problem that i notice is only for pinball fx2. yesterday night when i tried to install future pinball, i noticed the menu is appeared, so i can choose different Filter.. BUT if I search to switch from PINBALL FX2 tables to >> MAME or Other is impossible, menu prompts me only PLAY, RETURN or EXIT. if I press "Enter" in Future Pinball tables, menu offers me the possibility, like in video that i posted above, to choose for Table '70, Mame, Snes, Stern etc... NOW, it's remain to understands how to fix Pinball Fx2 matter... thanks in advance for support... hello from Italy. (next step try to add daphe and laserdisc games)
    1 point
  2. Found the culprit finally. It was the map file. it had a syntax error in it. had a "}" instead of a "|" on the last line. Messed up everything. I corrected the map file on the user submitted thread also. *Closed*
    1 point
  3. I have to admit I waited a day before responding as I perceived likely similarly to RedDog. Your post came across a little snarky and unappreciative, comparing the current level of assistance to the past, not seeming to the same level of assistance you were accustomed to then. I will ask that both let this go and keep the focus on the issue reported. Brevity in posts make it difficult to see a wry smile that one may be joking, or lamenting of the good old days being a part of the past. Hopefully someone else will have a suggestion.
    1 point
  4. thanks a lot CARNY_PREST.... you are very kind and helpful ok..step to step.... i m using Pinballx 2.3.1 version, if I red the guide it would be simple... 1. i created a SNES - ONLY.xml (simple copy of snes.xml) 2. upated content of original Snes.xml only with < menu> </menu> i haved store Snes.xml and SNES - ONLY.xml in \\pinballx\database\snes ==== Is it correct to have in \\pinballx\database\group a file name TOP 10.xml with this content? <?xml version="1.0"?> -<group name="TOP 10"> <database>MAME\MAME</database> <database>Visual Pinball\Visual Pinball</database> <database>SNES\SNES</database> </group> SNES.xml SNES - Only.xml top 10.xml
    1 point
  5. I have solved this problem now, using AHK Here is my modified version of the script. It basically just positions the cursor at the location of this button and sends a mouseclick... Seems to work so far... ______________________________________ Process, Close, pinballx.exe Run C:\Tools\TPAFreeCamMod\TPAFreeCamMod.exe -table %1% ~x:: Process, Close, PinballArcade11.exe FileRead, xmldata, c:\PinballX\Databases\Pinball Arcade FreeCam\Pinball Arcade FreeCam.xml ;change to your pinball arcade database doc := ComObjCreate("MSXML2.DOMDocument.6.0") doc.async := false doc.loadXML(xmldata) table = //game[@name='%1%']/description Node := doc.selectSingleNode(table) description:= Node.text IniWrite, %description%%1%System_7, D:\Pinballx\Config\PinballX.ini, Internal, lastselected ;change drive letter and system number, for me its 2 in Other Systems so _2 Run C:\Pinballx\PinballX.exe EndeApp: ExitAPP return ~Return:: soundbeep click 847, 1273 down sleep 100 click 847, 1273 up return
    1 point
×
×
  • Create New...