Energetics Posted March 17 Posted March 17 Dear guys..is there a way to setup Popper to launch a second VPX version with checked BAM headtracking properties? So far I found that in all VPX installations the saved setting in one carries over to the others. But I would like to be able in popper to select an altmode to play the table with my kinect. I found this post and followed it until I reached this very conundrum. Then I found a reference to a non popper installation talking about the bam check is set in an INI file and so one should use an alternative INI file....how to do that and which INI? and how to set that in popper? THX for your help
gginelli Posted March 19 Posted March 19 What a coincidence, I just uploaded some alt run wheels and scripts for pinup popper. Hopefully it's useful for you:
Energetics Posted March 30 Author Posted March 30 Dear gginelli your starting modes gave me an idea..to make a new EMU and call it VPX3D for mykinect...to start all tables with kinect without havving to go into ALTMODE (which works for me as a sub from regular VPX) now the new emu with general settings from vpx copied has number #8 (where do I need this?) but now I cannot get the launch script in popper right - BAM and the kinect is not starting could you have a look please...I tinkered it together without really understanding code or syntax: @echo off START "" "[STARTDIR]Launch\VPXSTARTER.exe" 30 10 60 "Visual Pinball Player" 3 cd /d "[DIREMU]" rem Change the following to EnableTrueFullScreen to default FullScreen Exclusive! SET FSMODE=DisableTrueFullScreen START /min "[DIREMU]\BAM\BAM-Tracker.exe" timeout 4 START /min "" VPinballXkinect.exe -ini "C:\Users\Thomas\AppData\Roaming\VPinballX\VPinballXkinect.ini" "[DIREMU]" -minimized -play "[GAMEFULLNAME]" if %FSMODE%==DisableTrueFullScreen (START "" "[STARTDIR]Launch\PopperKeepFocus.exe" "Visual Pinball Player" 10) closing: taskkill /F "[DIREMU]\BAM\BAM-Tracker.exe" "[STARTDIR]LAUNCH\PUPCLOSER.EXE" WINTIT "Visual Pinball" 4 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now