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

Mike_da_Spike

Elite Member
  • Posts

    3793
  • Joined

  • Last visited

  • Days Won

    241

Everything posted by Mike_da_Spike

  1. @scutters and I did it again ! We just released version 1.6 of PinballX Database Manager Some bug fixes are in this release, but also new features : ALT shortcut keys added to all forms Search filter more advanced (Search for all words individually now in all fields) Added FX3 auto table adding and obsolete detect (when using steam) Statistics file updated on change of table name or description. Entry will be removed on table delete Advanced search added for Date added / modified and for search on favourites Table default : Set your preferred settings for new tables Added favourites to table form Added read only fields Played Count and Seconds to table form Group manager added in settings (add grouped list, rename or delete) Custom Database files can be added/renamed removed in settings section Big thanks to @scutters again.
  2. Can you post 1 of the mp4's that my program mentioned to be created successfully? I'm really curious what it created.
  3. Do you already made some examples ???
  4. Nevermind. Think it was a glitch. Working again
  5. Hey @Tom Speirs accessing FTP this morning results in : Status: Resolving address of ftp.gameex.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Error: Could not connect to server Status: Waiting to retry...
  6. The run ffmpeg.txt has somewhere an issue, but cannot identify it. I asume it errors with the the message Does it creates the mp4 file ? The run of the program checks the return code of ffmpeg. If this is 0 the videos should be created without an issue. Can you post one of the created MP4's, to check if it is not a codec issue ?
  7. Now your table path need to start and end with double quetis. Your path contains spaces. Like "[TABLEPATH]\[TABLEFILE]" Maybe try it on a command prompt m how you can start an individual rom
  8. Change your executable from V:\Stella\Stella.exe to stella.exe Because you have your working directory, it makes: V:\Stella\V:\Stella\Stella.exe of it and thats an incorrect path
  9. Your absolutely right @scutters. It must be [TABLEPATH]\[TABLEFILE] for pbx
  10. Thank @joyrider3774 for supporting why I was in hibernate mode , but think you should go in hybernate too . This option was already in there. When detecting a NVDIA card , ffmpeg will use the nvenc codec (much faster). I never realized that people could/should use an old version of ffmpeg. I'm in progress to rewrite the tool in vb.ner i stead of vbscript (because the vbscript is shown as a virus). I will do a check if nvenc is supported
  11. Sorry, I dont have FP on my cabinet. Can't you record the videos woth gamemanager or Database manager ?
  12. @dewo I checked the command line with a .f4v file and that is working for me. So that's not the issue. Can you open a command prompt and run the next command : C:\PinballX\ffmpeg.exe -y -i "C:\PinballX\Media\Visual Pinball\Table Videos\Xenon (Bally 1980).f4v" -r 12.8 -thread_queue_size 512 -i "C:\PinballX\Media\Overlay\T2%03d.png" -filter_complex "[0:v]scale=1920:1080[scaled];[scaled][1:v]overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2,fps=fps=30,vflip,hflip" -ss 00:00:00 -t 00:00:05 -an -vcodec:a h264_nvenc -b:v 5M -f MP4 "C:\PinballX\Media\\Loading Videos\Xenon (Bally 1980).MP4" Just want to know if this is creating the video or that you get an error can you post the output ?
  13. Not sure what you exactly mean, but my programs are for free and support is free too. So any site that asking money for my program or support is not good. Because I'm not a developer, I only ask patience to sort things out if there is an issue.
  14. @dewo I will look into your issue. My first thought when looking into your issue it is caused by the f4v playfields you have. I only tested it with mp4 playfields, so not sure. Let me get back to you in a few hours
  15. Sounds like mrs Da Spike when her laptop is not working :"No really, I didn't do anything..."
  16. Nice website @PcTeknic. Too bad it is all in Spanish (and my mobile phone doesn't want to translate it ) I'm Dutch, so hope I say the following right, without people get angry at me (not want I want): I see a lot of people wants to use software for free and expects also full support. although they maybe have a netflix account, an amazon prime, spotify etc. But still doesn't want to pay for software that they use daily (or weekly). I have a big respect for people who are doing a lot for the community. Even the people for other frontends, websites etc. But as Tom mentioned, those websites needs to be maintained and paid. And not mentioned the time that people put in to create the software/update software/ maintain website etc. I really appreciate the hard work for the admins, forum modurators, contributors, members etc that makes this community to what it is now. I'm just in this community for a couple of years, so just newbie compared to others. Just wanted to say : for everyone that wants to support the community, do a donation or become a member !
  17. Yes. Option is to subscribe yourself with a year or lifetime account. The file is above the limit for the free basic members to download.
  18. Can you post your log file to after you exit a table ?
  19. why not ? Do you get an error when launching settings.exe ? Maybe you have pbx load on startup ? Pbx not set to run on compatibility mode ? Does it just don't launch, or give an error ? How about Database manager ? Is that loading ? Not sure if a cleaner will help. As far I'm aware is that pbx just save some registry keys for gameex online. Not for running the program itself. Most is setup via pinballx.ini and the xml's as databases. There is a togglestartatwindows.exe in the pbx dir. Doesn't show anything, but think that adds pinballx.exe to run or startup. Please post your logfiles and pinballx.ini to check if all is fine. If program is freezing, do you see any eventlog message ?
  20. Will this be added to the PBX installatin as well ? Edit : nevermind. I see it is added in 4.31 ! Thanks @Tom Speirs and @Dna Disturber Also thanks @scutters to woke up Dna Disturber !
  21. If you play it via right mouse click. Is it opening in Windows Media player ? What kind of video files doesn't play ? Can you post an example ?
  22. Do you have your backglass set : bting to front ? This wil also set the backglass over the DMD (sorry, im using a real dmd, so not displayed on my backglass)
  23. here is my setup in settings.exe : The launch before and launch after script is just to create a 3rd screen where I mirror the screen to my realDMD @Echo off c:\windows\system32\reg.exe import C:\Pinball\DisplayTools\DC2\monitor_100dpi.reg C:\Pinball\DisplayTools\DC2\dc2.exe -configure=C:\Pinball\DisplayTools\DC2\4kDisplay_Arcooda.xml start "" /min C:\Pinball\DMDext\dmdext.exe mirror --source=screen --position 4080 0 1920 530 --no-virtual -d pindmdv3 @echo off C:\Pinball\DisplayTools\DC2\dc2.exe -configure=C:\Pinball\DisplayTools\DC2\4kdisplay_landscape_60p.xml taskkill /im dmdext.exe /f taskkill /im cmd.exe /f You don't need them, but just wanted to show it The next is the settings.ini I use for Freecammod : [Settings] ; Auto launch the game when the mod starts. LaunchGame=0 ; Path to the game executable. GamePath=C:\Pinball\Steam\SteamApps\common\Pinball Arcade\PinballArcadeCabinet.exe ;GamePathC:\Pinball\Steam\SteamApps\common\Pinball Arcade\PinballArcade11.exe ; Overlay is hidden when the game starts. StartHidden=1 ; Opacity of the overlay (0 -> 1.0 / 0.1 range). Opacity=1 ; Enable/disable the mod. FreeCameraMode=0 ; Auto hide the ingame HUD when you click START button. AutoHideHUD=0 ; The cam values are applied to the sliders when you click START button, otherwise sliders value are applied to the cam. AutoCamToSliders=1 ; Check if a *.cam file exists for the current table and automatically loads it. AutoLoadCamFile=1 ; Enable/disable Hotkeys. HotKeys=0 ; The key (constant) defined in the game to manually hide the ingame HUD (default key: H) ; Keyboard scan code constants list: http://goo.gl/rvrMS9 ; Take the hex value in the table (0x48) and convert it to an integer (72); HideHUDKey=72 AutoRotateScreen=1 PFMonitor=1 [Cabinet] ; Enable cabinet mode, dual monitor display with backglass & DMD. CabinetMode=1 ; Backglass monitor number (as displayed in Windows/Nvidia/Ati display settings). BGMonitor=2 ; Enable/disable 4K resolution support. HighRes4K=1 [DMD] ; ### DMD Settings (position is ignored when a table specific DMD file exists) ### ; DMD monitor number (as displayed in Windows/Nvidia/Ati display settings). DMDMonitor=0 ; DMD Default X Position. DMDXPos=0 ; DMD Default Y Position. DMDYPos=0 ; DMD always on top of all windows. DMDTopMost=0 ; DMD position is locked by default. DMDLockedPos=0 ; DMD size is locked by default. DMDLockedSize=0 ; ############################# HOTKEYS NOTE ############################### ; # For a complete list of usable keys, please visit: http://goo.gl/0blPF6 # ; # NumLock key should be ON to use NumPad keys. # ; # 'PageUp' key is also known as 'Prior' for backwards compatibility. # ; # 'PageDown' key is also known as 'Next' for backwards compatibility. # ; ########################################################################## [HotKeys] HideShowOverlay=NumPad0 XTranslation+=Right XTranslation-=Left YTranslation+=Up YTranslation-=Down ZTranslation+=Home ZTranslation-=End XRotation+=NumPad2 XRotation-=NumPad5 YRotation+=Numpad6 YRotation-=Numpad4 ZRotation+=NumPad1 ZRotation-=NumPad3 FOV+=Insert FOV-=Delete CamSpeed+=Add CamSpeed-=Subtract SetCamView1=F1 SetCamView2=F2 SetCamView3=F3 CycleViews=F4 Adjust the gamepath to your steam path, because I installed Steam under my C:\Pinball dir (c:\pinball is fully backuped, so in case of issues I can restore it) I hope this make sense and is working for you
  24. I will create tomorrow some screenshots (if I have time ) from my own cabinet and the settings in fcm.
×
×
  • Create New...