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

Recommended Posts

Posted

1st off great FE program for pinball
2nd this is 1st time trying to get a bat file going so if you see anything wrong in them let me know
now i have audio animation working during pinballx select screen my only issue is that when i start or end a table in VP it show my desktop screen loading table

1st my scripts for
Start pinballx

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%
; Run, C:\LEDBlinky\AppKiller.exe LEDBlinky.exe 0,,UseErrorLevel
Run, C:\LEDBlinky\LEDBlinky.exe audio.lwax sound.lwax
ExitApp

Stop Pinballx

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%
Run, C:\LEDBlinky\LEDBlinky.exe off
Sleep, 500
Run, C:\LEDBlinky\AppKiller.exe LEDBlinky.exe 0,,UseErrorLevel
ExitApp

Start Visual Pinball

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%
Run, C:\LEDBlinky\LEDBlinky.exe off
Sleep, 500
Run, C:\LEDBlinky\AppKiller.exe LEDBlinky.exe 0,,UseErrorLevel
ExitApp

Stop Visual Pinball

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%
; Run, C:\LEDBlinky\AppKiller.exe LEDBlinky.exe 0,,UseErrorLevel
Run, C:\LEDBlinky\LEDBlinky.exe audio.lwax sound.lwax
ExitApp

My pinballx settings


[Display]
Monitor=0
rotate=270
Windowed=False
WindowWidth=240
WindowHeight=360
WindowX=0
WindowY=65
PlayFieldBrightness=230
WheelTextColor=ffffffff
WheelTextOutlineColor=ff000000
InfoTextColor=ffffffff
InfoTextOutlineColor=ff000000
FilterTextColor=ffffffff
FilterTextOutlineColor=ff000000
MenuColor=ffffa500
FullScreenWindowed=False
[backGlass]
monitor=2
x=0
y=0
width=1920
height=1080
[DMD]
Enabled=True
monitor=1
x=0
y=70
width=1280
height=465
[FileSystem]
EnableFileMatching=True
[interface]
DesktopModeEnabled=False
EnableAdditionalDetail=True
ShowSystem=True
ShowRatings=True
EnableDefaultFilters=False
[Audio]
StreamVolume=90
SampleVolume=90
PlaySoundInVideos=True
[startup]
playsound=True
playvideo=True
StartWithWindows=Yes
[KeyCodes]
quit=69
left=160
right=161
select=49
rotate=82
pageleft=33
pageright=34
exitemulator=69
ingame=80
screenshot=83
screenshotbackglass=66
instructions=73
volumedown=77
volumeup=78
[JoyCodes]
quit=10
left=0
right=1
select=2
rotate=3
pageleft=4
pageright=5
exitemulator=6
ingame=13
instructions=14
[Text]
Line1=PINBALL
Line2=
[FuturePinball]
Enabled=False
WorkingPath=C:\Games\Future Pinball
TablePath=C:\Games\Future Pinball\Tables
Executable=Future Pinball.exe
Parameters=/open "[TABLEPATH]\[TABLEFILE]" /play /exit /arcaderender
LaunchBeforeEnabled=false
LaunchBeforeWorkingPath=
LaunchBeforeExecutable=notepad.exe
LaunchBeforeHideWindow=True
LaunchBeforeWaitForExit=False
LaunchAfterEnabled=False
LaunchAfterWorkingPath=
LaunchAfterExecutable=notepad.exe
LaunchAfterHideWindow=True
LaunchAfterWaitForExit=False
MouseClickFocus=True
[VisualPinball]
Enabled=True
WorkingPath=C:\Program Files (x86)\Visual Pinball
TablePath=C:\Program Files (x86)\Visual Pinball\Tables
Executable=VPinball.exe
Parameters=/play -"[TABLEPATH]\[TABLEFILE]"
LaunchBeforeEnabled=True
LaunchBeforeWorkingPath=C:\PinballX\Scripts
LaunchBeforeExecutable=Start Visual Pinball.exe
LaunchBeforeHideWindow=True
LaunchBeforeWaitForExit=False
LaunchAfterEnabled=True
LaunchAfterWorkingPath=C:\PinballX\Scripts
LaunchAfterExecutable=Stop Visual Pinball.exe
LaunchAfterHideWindow=True
LaunchAfterWaitForExit=True
[ExitScreen]
Enabled=True
EnableExit=True
EnableShutdown=True
[startupProgram]
Enabled=True
WorkingPath=C:\PinballX\Scripts
Executable=Start PinballX.exe
Paramaters=
HideWindow=true
WaitForExit=False
[ExitProgram]
Enabled=True
WorkingPath=C:\PinballX\Scripts
Executable=Stop PinballX.exe
Paramaters=
HideWindow=True
WaitForExit=True
[AttractMode]
Enabled=True
Timer=1
ShowFor=60
MuteAudio=False
[system_1]
Name=Pinball FX2
Enabled=False
WorkingPath=C:\Steam
TablePath=C:\Steam\Tables
Executable=PinballFX.exe
Parameters=
SystemType=0
[system_2]
Name=MAME
Enabled=False
WorkingPath=C:\- EMULATORS -\- MAME -
TablePath=C:\
Executable=mamep64.exe
Parameters=[TABLEFILE]
SystemType=0
[AutoExit]
Enabled=False
Minutes=30
[Login]
Enabled=True
[internal]
lastselected=Pinbot (Williams 1986)Pinbot (Williams) (1986) (Unclewilly, jimmyfingers) (1.02.1)VisualPinball
filter_year=
filter_company=
filter_custom=Top Tables
filtername=Top Tables Tables
[system_3]
Name=VP physmod5
Enabled=True
SystemType=1
WorkingPath=C:\Program Files (x86)\Visual Pinball
TablePath=C:\Program Files (x86)\Visual Pinball\Tables
Executable=VP_physmod5.exe
Parameters=/play -"[TABLEPATH]\[TABLEFILE]"
[setupWizard]
EmuPath1=C:\Emulators
AssetPath1=C:\Assets
RomPath1=C:\Roms
DefaultPathPrompt=True
DownloadDatabasePrompt=True
DownloadEmulatorPrompt=True
WizardMode=1
CustomArray=
SearchArray=
SavePosition=False
SectionIndex=7
SearchText=
EmulatorIndex=0
EmulatorGroupIndex=0
DaphneIndex=0
HTMLAppsIndex=0
ExternalAppsIndex=0
RadioStationsIndex=0
NewsFeedsIndex=0
MappedDrivesIndex=0
SystemIndex=2
ShowPanel=True
FontSize=1
WindowState=0
WindowSize=650,479
WindowLocation=315,120
[GameListManager]
onlinemode=true

pinballx log

20:15:59.8 9/24/2014: PinballX - Version 1.87
20:15:59.8 9/24/2014: Windows 8.1 Pro 64-bit (7.9GB)
20:15:59.8 9/24/2014: Loading Settings
20:15:59.8 9/24/2014: Launching Startup Program: Start PinballX.exe
20:15:59.8 9/24/2014: C:\PinballX\Scripts\Start PinballX.exe
20:15:59.9 9/24/2014: Initialize Component
20:15:59.9 9/24/2014: Initialize Display
20:16:00.0 9/24/2014: Loading PlugIns
20:16:00.2 9/24/2014: Created DirectX BackGlass Window
20:16:00.2 9/24/2014: Created DirectX DMD Window
20:16:00.3 9/24/2014: Hiding Cursor
20:16:00.3 9/24/2014: Hiding Taskbar
20:16:00.4 9/24/2014: CPU: Intel® Core i5-4570 CPU @ 3.20GHz
20:16:00.4 9/24/2014: GPU 1: NVIDIA GeForce GTX 750 Ti
20:16:00.4 9/24/2014: GPU 2: NVIDIA GeForce GT 630
20:16:00.4 9/24/2014: Displays: 3
20:16:00.4 9/24/2014: Load Game List
20:16:00.4 9/24/2014: Loading Database: Visual Pinball
20:16:00.4 9/24/2014: Loading Custom Database: Night
20:16:00.4 9/24/2014: Loading Custom Database: Physmod5
20:16:00.4 9/24/2014: Loading Custom Database: Top Tables
20:16:00.4 9/24/2014: Finding and matching artwork and videos
20:16:00.9 9/24/2014: Loading Game Statistics and Scores
20:16:01.4 9/24/2014: Loading Surfaces
20:16:01.8 9/24/2014: Finished Loading Surfaces
20:16:01.8 9/24/2014: Initialize Audio
20:16:01.8 9/24/2014: Set Keyboard Controls
20:16:01.8 9/24/2014: Initialize Joystick
20:16:04.1 9/24/2014: 1 Joystick Attached
20:16:04.1 9/24/2014: Load Startup Video: C:\PinballX\Media\Startup Videos\Loading.mp4
20:16:06.0 9/24/2014: Started
20:22:21.1 9/24/2014: Exiting
20:22:21.1 9/24/2014: Showing Taskbar
20:22:21.1 9/24/2014: Unhiding Mouse Cursor
20:22:21.1 9/24/2014: Launching Exit Program: Stop PinballX.exe
20:22:21.1 9/24/2014: C:\PinballX\Scripts\Stop PinballX.exe
20:22:21.9 9/24/2014: Disposing Plugins
20:22:21.9 9/24/2014: Saving Settings
20:22:21.9 9/24/2014: Bye

as soon as i figure out how to post a video i will show a couple of them

Posted

The scripts where from FTP I forgot who uploaded them I changed them to my system

Also the sound.lwax I loaded dissolveinout.lwax in ledblinky and changed to sound.lwax

Guest
This topic is now closed to further replies.
×
×
  • Create New...