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.

Anjiro76

Basic Member
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Anjiro76

  1. Thank you Pike13, will try that
  2. ok, then... In OTHER SYSTEMS.. PBX launches RUN.exe (ahk) RUN.exe : Process, Close, PinballX.exe Run C:\Users\Angelo\Desktop\TPAFreeCamMod\TPAFreeCamMod.exe -table %1% ~Escape:: Process, Close, PinballArcade11.exe FileRead, xmldata, D:\PinballX\Databases\PBA\PBA.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_3, D:\Pinballx\Config\PinballX.ini, Internal, lastselected ;change drive letter and system number, for me its 2 in Other Systems so _2 Run D:\Pinballx\PinballX.exe ExitAPP return ---------------- so it calls for TPAFreeCamMod.exe with table name TPAFCM calls for a file without extension, same as table name.. so if i select ElviraScaredStiff.. it calls for a file named ElviraScareStiff WITHIN that file is like : RUN C:\Users\xxxxx\Desktop\TPAFreeCamMod\TPAFreeCamMod.exe -table ElviraScaredStiff it's strange to me why once RUN.exe calls for TPAFCM + table name.. it doesn't run that table directly instead of asking for 1 more file O_o (file named as the table) beside that, it works randomly
  3. it was clear days ago still .. thank you i did all that, but still it doesn't work properly... tomorrow i'll copy/paste my AHKs here .. let's see what's wrong..
  4. hi, yes running as another program. I read that other ppls had/have same problem but didn't understand if they resolved..
  5. NEWS : The little script : RUN C:\TPAFreeCamMod\TPAFreeCamMod.exe -table AttackFromMars works, just needed to rotate the screen O_o LOL still, if i try to run the whole thing from PBX it says that can't find a script such as C:\TPAFreeCamMod\AttackFromMars (without estension O_o) NEWS 2 : Managed to select a table (1 main script + 1 each table) but it randomly works :\ sometime (1 every 100 XD ) works... else it try to load the table, sometimes it goes till when i need to press plunger/enter to play the table, but the mouse MUST be on the START button else it doesn't do a thing... and it doesn't.. sometime it doesn't goes past the initial message of PBA (where u need to click on "OK" (it's not OK but a "V" or similar, anyway.. to go on ) ALWAYS cause the mouse pointer isn't where it needs to be (so no ENTER/Plunger function will work) where i am going wrong ? :\ NEWS 3 ( LLLOOOLLLL ) If i make the single table script run (RUN C:\blablablablablabla\TPAFreeCamMod.exe -table AttackFromMars) it ALWAYS works O_o it make strange things when launched from PBX/Main script
  6. it's "all" ready to launch... but i think i'm missing something about http://pastebin.com/8azvyP8B where i need to put/use that ? do i need to create a script for each table ? O_o i get an error : can't find XXXXX script (where XXXXX is table name) tried to make a new script for 1 table.. but it launches TPA main menu and not said table Example : RUN C:\TPAFreeCamMod\TPAFreeCamMod.exe -table AttackFromMars Strange thing : if i purpousely write the table name wrong (in the script) TPA says Table name's wrong, and give a list of right names.. if i write the right one, no errors but it stay in the main screen of TPA
  7. ohhh ok, rly thank you.. hope to find the right script now XD (yours) So.. PBX launches FCM that launches TPA single table... am i right ? FCM is V1.80 trying now.. we'll see
  8. About the SendKeys .... it works.. but it's Pinball Arcade that have a random initial message (sometimes there is, sometimes not... messing up with SendKeys :\) any way to disable it ?
  9. Managed to start single tables , but can't seems to make the very first one (location 1x1) to start... trying to use <SendKeysOnStart> command in XML file too, but it keep starting Elvira XD i can hear button being pressed, still always Elvira, regardless of the game i select XD will make more experiments EDIT: SendKeys seems to act randomly -.-! Maybe i'll stick to the Location plans and who cares about the 1x1 table :V
  10. Hi, i have finally bought Season 1 TPA, but didn't understand a thing of this whole thread XD The only thing i managed to do is to TPA starts from PBX, the whole program, not the single table.. How you do that ? What i need? Using TPA steam version Thank you
×
×
  • Create New...