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 donating by either clicking this text or the Patreon link on the right.

Patreon

joyrider3774

Elite Member
  • Posts

    798
  • Joined

  • Last visited

  • Days Won

    60

Everything posted by joyrider3774

  1. New Swf instructions for the last 3 pinball fx3 tables released. The pdf versions were released a few days ago so created the instructions like last time. If i remember correctly totan, no good goofers and cirqus voltaire
  2. ok thanks good to know it's not on my side then Just when i wanted to upload some new goodies
  3. Hey anyone else having problems connecting to the ftp using filezilla ? I'm getting connection refused messages ... I had the ftp saved in filezilla so i did not change anything related to it just tried to connect using same old settings. And i don't think it's credentials related as it does not even get to that step Status: Waiting to retry... Status: Resolving address of ftp.gameex.com Status: Connecting to 190.2.134.131:21... Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server Edit: it had gotten a bit further now i think the above message comes from reconnecting to fast but now it's a connection refused on the directory listing Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server Status: Waiting to retry... Error: Connection attempt interrupted by user Status: Resolving address of ftp.gameex.com Status: Connecting to 190.2.134.131:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Logged in Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (190,2,134,131,246,174). Command: LIST Response: 150 Opening BINARY mode data connection. Error: The data connection could not be established: ECONNREFUSED - Connection refused by server
  4. here's a video of the zaccaria pinball launcher app in action using the modified script above
  5. Ok i finished testing and am using it now on my cabinet. The modified launchzaccaria.ahk as well as the launcher app is included in this zip file Zaccaria.Launcher.App.zip Like with all my launcher versions first run ZaccariaLauncher.exe and immediatly quit it with alt+f4 then open up ZaccariaLauncher.ini and edit your keys / joypad etc in the same way as is explained here for the pinball fx3 launcher. Next setup the system in settings.exe like so (only the executable changes to the launcher if you had previously configured the script from 1st post and ofcourse use your own working path where you placed the files) Next edit the AHK script as explained in the 1st post of this topic mainly the zaccaria pinball database location (i have edited it to be c:\\PinballX\Databases\Zaccaria Pinball\Zaccaria Pinball.xml save the AHK file, right click the file and choose compile a new launchzaccaria.exe should have been created if you do not see the compile option install autohotkey Once Setup try to launch a game and do not press any buttons it should automatically select the game mode or hotseat / multiplayer options if you had selected that (unlike the previous version of the script were you had to select play a few times yourselve). If for any reason the table does not start and sits on the screens where you need to select play. Verify that the table preview was not shown during all of this. If it was shown edit the autohotkey script and lower this value "WaitForPlayMenu = 7000" so that the table preview is never shown when idling on the screens where you have to select play and game modes etc. It's also possible the table takes more than 7 seconds to load with your system then increase the "WaitForPlayMenu = 7000" but not by too much as it's important that the table preview never loads in order for autostarting of the table to work. If for any reason you do not want to the table to start automatically but rather have it work like the initial script on the intial page where it loads the table and you have to press the play buttons yourselve or do some other changes before playing edit ZaccariaLauncher.ini Loop through all the button setups and with each button change 1st value from params to 0. So for example if there was written the following Original: [BUTTON_ONE] TEXT=1 Player Classic ENABLED=1 PARAM=1 1 classic 3 Change it to [BUTTON_ONE] TEXT=1 Player Classic ENABLED=1 PARAM=0 1 classic 3 if you prefer to play with 5 balls instead of 3 balls also edit the ini and change the last parameter in param values from 3 to 5 for example like so Original: [BUTTON_ONE] TEXT=1 Player Classic ENABLED=1 PARAM=1 1 classic 3 Change To [BUTTON_ONE] TEXT=1 Player Classic ENABLED=1 PARAM=1 1 classic 5 I did not add parameters to choose arcade / simulation / customn options if that's needed please let me know and i'll expand the script however zaccaria pinball remembers what you had last chose for this value so if you prefer simulation mode over arcade mode or your own customn settings select that once by launching zaccaria pinball from steam and starting a game with the settings you want and then starting a table and exiting the game. Details about the new parameters for the launchzaccaria.ahk script / changes: Parameters: Table / GameName (as in the original) a "0" or "1" value determining if the script should attempt to press the play buttons for you and immediatly start the table without user interaction (if not supplied 0 is assumed like in original script) Number of players can be 1,2,3,4 if any other or no value is specified "1" is assumed GameMode: Can be any of the following strings (if empty classic is assumed) classic checkpoint challenge survivor lamphunter targeteliminator 90sec (currently selecting this does not work see bug report here ) Number of Balls: Can be 3 or 5 only if any other number is supplied or no number at all 3 is assumed Other Changes: I removed the adding the table to lastplayed section as it requires people to know the (other) system value from pinballx.ini and most people did not seem to change this On the intro screen i do not use mouse cursor positioning and mouse click to enter the main menu i have replaced this with a return key press as this works fine for me. The code for the mouse click is still there you would just need to uncomment it and comment the (single) return key press (very 1st one) if this is not working for you Added WaitForGameLoad variable and setted value to 15000 (15 seconds). this value determines how long to wait before the intro screen should be shown if you notice the intro screen is idling a bit long before the script goes to the main menu lower this value. The original script also had such value but it was burried inside the script and hardcoded now you can change this variable in the beginning of the script Added KeyWait value to determine time before keydown / keyup presses. This was not really needed you don't need to worry about this i only added as it's easier to change the value in case of problems in the future with keypresses so one does not have to go and change every single sleep statement related to this but it should not affect anything now. for more changes download original script and my modified script then download beyondcompare and compare the original script with my modified version and you'll see everything that was added / changed and you can if you like put some things back from original script For a screenshot how the launcher looks just look in the post above this one... Have fun !
  6. I'm modifying the script so i can set nr of balls (3 or 5), nr of players (1-4) and choose the other game modes and also added an option to immediatly start the table and not wait anymore for input (choosing 2 times play) .. Once that finished i can use my launcher todo this the 1st 4 rows are for the classic mode (and hotseat) and the other rows to select the other single player game modes. it seems to be working fine on my machine already but i have to test more and there is only a small problem, the 90 sec game mode does not work because there is a bug in the game that resets it to classic if it was chosen in settings.xml (bug is reported lets hope they fix it). You see the game seems to remember all previously selected options and it's only a matter of modifying settings.xml before launching the game just like it is done with selecting tables and then pressing enter a few times to start the table. I'll post more when i'm finished but it's already a small preview
  7. i think he wanted them displayed inside pinball x like it happens with visual pinball tables using pinemhi or something but i'm not up to the task reverse engineering the profile dat is over my head when it's encrypted / perhaps compress in unknown ways. If it would have been visible from the beginning i might have been able to do it but not now. Could not find any info either on google on how to possibly extract them not even for pinball fx 2
  8. can you check your lav codecs to see if they are setup like this (ignore the red circle, just make sure all output formats are set like in the screenshot , the checkboxes) sharing the video for us to test might help as well
  9. yes and you can also see it on the scores screen if you scroll all the way through all the scores up to the final entry for local scores (thats what i did in my screenshot). Creator is zen they won't disclose it i'm sure as it opens up tampering with the profile and i'm pretty certain they would not like that. PS that patch is old so you already have local scores they added it like a year perhaps 2 years ago Edit: i could be wrong about the patch, it is possible they first announced it without local leaderboards but because of the fuss it made with players they added it in before release pfx3. only thing i could find was this video https://clips.twitch.tv/CheerfulAverageLeopard4Head but i'm not certain if that was pre game release or after game release (with a patch)
  10. not sure why but initially the game did not have local highscores but a patch added it in not sure if you thought it was missing draco by refering to that topic
  11. must know where it's stored first. My guess would be in some profile saved by zen. with steam with me it's got a profile.dat file under steam\userdata\[userid]\442120\remote at least that file seemed to change whenever i start pinball fx3 and 442120 is pfx3's game id in steam. But that profile.dat looks like the score stuff is not part in the file so the file might be encrypted to prevent tampering. opening it up and searching for one of my names i entered locally yields no results. So in order for this to work we would need to know the file's structure and it has got to be reverse enginered which i doubt will happen. Unless the high scores are placed in some other file but would not know which. Did pinball FX2 ever had a program to read out the scores as it seems it uses also a profile.dat file but again with structure not clearly visible so i doubt this will happen Edit: it's also possible the data is just compressed and not encrypted but would need to know compression algorithm then
  12. did you modify the ahk file to reflect your zaccaria pinball database CORRECT location and then right clicked the ahk and choose compile so you get an exe and used that exe to launch games? (you need autohotkey installed todo this). I'm guessing you did not as that error is displayed if you put the yellow part wrong. It must match your zaccaria database file
  13. Minor side question but are you playing rtype using an extra controller or using pinball cabinet buttons? I'm guessing an extra controller but not sure
  14. It has todo with having certain game names (or description) in game manager and wheel images not using exact match for filenames, it's displaying other files for those games even though he had some images for it. I had a similar issue at one point in pinballfx3 where it displayed the same wheel for 2 games but i can't remember which games it was exactly. I managed to fix it by either using gamenames or a mix of game names and game descriptions as filenames for my wheel images. But it's possible this might not work with mame games. He probably has R-Type & R-Type 2 for game descriptions but in both cases it displaying RType2.png as wheel in the selection screen (probably from game name). if he removes RType2.png it displays rtype.png for R-Type and just the text logo (like if a wheel is missing) for R-Type 2 @Vladdo can you be more specific tell us exact game name & exact game description from database and exact wheel image filenames. Also you could try using either the gamenames (which i think with mame is the romname) from database as using full description name as filename for wheel image or try a mix, thats how i once managed to fix it but it's possible it won't work all the time. another trick might be to add something between brackets in game description. Pinballx does not show it inside the selection stuff. For example set R-type game description to "R-Type (XXXX)" and name your wheel image "R-Type (XXXX).png" for R-Type2 name it "R-Type2 (YYYY)" and name your wheel images R-Type (YYYY).png and make sure there are no wheel images left that match the game name (which should be the rom i think ,also not from other games). so no more RTYPE.PNG or RTYPE2.PNG That might be a workaround that works
  15. you can use a bat(ch) file as a launch after / launch before script for the system. For killing stuff taskkill should suffice in the batch file but you can do anything from inside batch files even powershell, vbscript etc by calling the executables. I sometimes use powershell if i need to run something elevated (as administrator). for launch before stuff i also use autohotkey scripts which i compile to exe's and run from bat files
  16. take a screenshot while the game is running like it would when running as if it was finished, then using gimp or something else zoom in on the picture and position mouse cursor on top left and bottom right writing down coordinates. Then if needed take into account any previous monitors (if you for example display the dmd on backglass and you want to mirror that) including rotation of screens (1920x1080 vs 1080x1920 etc for playfield). Thats how i do it usually if i mirror some dmd
  17. need to check the pinball_wicked_launcher.zip a few posts up it's all explained there and everything is in that zip, the files still work as they are attached to forum, just downloaded it
  18. another frontend
  19. It's probably just the database file, the default one pinballx comes with does not have all tables in it, you need to add the missing ones or get a complete database from here somewhere. It does not autodetect the tables its more or less virtual, you have to add the gamenames yourself your missing Edit: i saw someone asking same question as original poster here very recently could be it was the same person, someone just sended him the complete database xml and he said it was fixed. So could be if it was same person the problem is already resolved
  20. Have you opened and read the log? It says it can't initialze the flash system and to delete flash.ocx file in pinballx installation directory and reinstall pinballx again after doing that. Did you already try that?
  21. Just to be clear are you using the freecammod dmd window which you can move around and not the internal on playfield dmd along with latest tpa on win 10 and cabinet mode on freecammod enabled? With me it used to work but after some update it broke and never was able to fix it, i'm not the only person with this problem. But anyway good you have it working. You could record your own video's or check the ftp if you got access. I don't have the williams tables as i bought everything after they removed the tables but i do have docklets wheels and table video's i think i record partially myselve and partially from files on ftp
  22. Should also note that with some people including me the dmd stuff of freecammod does not work anymore for already a while and seems it wont be fixed. I only use freecammod now to launch the tables, backglass i display myselve and i also use the ingame dmd now. So i'm not using the cabinet mode of it anymore only the ability to launch specific tables. Tutorials are indeed not needed if you understand how everything is setup in pinbalkx and what setting does what and knowing the commandline parameters of the systems your setting up
  23. i don't think it's possible to get it 100% correct, the underlay has some maximum (height) that can be used if i remember correctly and it also gets scaled i created my own underlay based on the standard underlay or at least i think it was a standard underlay not sure where i had gotten it. With me it looks like this
  24. as you might have noticed there are no media for spooky deluxe nor for strike deluxe. The reason is that the display has changed for deluxe tables, it now shows a backbox on the backglass but i'm experiencing a bug with the display of this backbox when cabinet mode is enabled (as shown / explained here https://steamcommunity.com/app/444930/discussions/10/1750150188482855046/ ) as soon as they fix this i'll try making video's of the backglass + playfield as the backglass is animated now on deluxe tables. but i don't want to do double work so i have not created anything for the new tables yet and probably won't until they fix this bug
  25. New Table Strike Deluxe (2020), Gamename is strikedeluxe
×
×
  • Create New...