Content Provider bent98 Posted March 4, 2016 Content Provider Posted March 4, 2016 When I try to use this script to load my palette files it conflicts my b2s and prohibits it from loading. Any workarounds? Const PIN2DMDDIR = "c:\Visual Pinball\PIN2DMD"'************ BEGIN PIN2DMD PALETTE LOADING **************'************* thanks to Rascal and gtxjoe ***************Dim oShellDim WScriptSet oShell = CreateObject("WScript.Shell")oShell.CurrentDirectory = PIN2DMDDIRoShell.run "pin2dmd.exe /b potc.dat",,TRUESet oShell = NothingDim DelayTime, StartTimeDelayTime = 0StartTime = TimerDo While DelayTime < 4 DelayTime = Timer - StartTimeLoop'************* END PIN2DMD PALETTE LOADING ***************
Content Provider bent98 Posted March 4, 2016 Author Content Provider Posted March 4, 2016 Sorry, I forgot to provide the error. There is no B2S screen resolutions file 'screenres.txt' in the current folder 'c:visual pinball\pin2dmd' Please create this file with the tool 'b2s_screenreseditor.exe' If i place a copy of the screenres.txt file in the p2dmd folder i get this error: an Error occured while parsing EntityName Line 2054, position 23
Content Provider bent98 Posted March 4, 2016 Author Content Provider Posted March 4, 2016 I was using an older script. Never mind its fixed.
Content Provider comicalman Posted April 17, 2016 Content Provider Posted April 17, 2016 I was using an older script. Never mind its fixed. I'm looking for an updated script to the above. Can you show what script worked for you? Tanks!
Content Provider bent98 Posted April 18, 2016 Author Content Provider Posted April 18, 2016 look at this thread http://vpuniverse.com/forums/topic/2270-pin2dmd-table-support/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.