- View New Content
-
Getting Started
-
Tutorials
Tutorial Categories
Tutorials Main Page Installation and Setup Downloadable TutorialsROM Adjustments
Number of Balls Adjustments Volume Adjustments
-
Visual Pinball Tables
VP 8 Desktop Tables
All VPM Recreations VP Recreations VP/VPM MODs VP Originals ROMsVP 9 Desktop Tables
All VPM Recreations VP Recreations VP/VPM MODs VP Originals ROMsVP9 Cabinet Tables
All Full Screen Cabinet Full Screen B2S Cabinet Spanned Cabinet Tables Media Packs ROMsVPX Tables
All VPinMAME Recreations VPX- - /VPinMAME - MOD Tables VPX Recreations VPX Originals Media Packs ROMs VR
-
Frontend Media & Backglass
Media Packs
Complete Media Packs Wheel Logos VideosBackglasses
dB2S Animated Backglasses UVP Animated Backglasses Topper Images
- Future Pinball Tables
-
Design Resources
Main Resources
Table Templates Playfield Images Image Library Sound Library Key CodesVP Guides
VP8 Guide - English VP8 Guide - Deutsch VP9 Guide - English VP9.1.x Guide - English VP Object Guide VPM DocumentationFuture Pinball Resources
Playfield Images 3D Model LibraryFuture Pinball Guides
FP Script Guide Big Draco Script Guide FP Table Design Guide FP DMD Guide
- Other Features
- Bug Tracker
- Image Gallery
- Blogs
-
More
core vbs
Started By
chas
, Jun 24 2012 04:56 AM
47 replies to this topic
#43
Posted 05 July 2012 - 07:42 PM
QUOTE (sacredgaming @ Jul 5 2012, 01:08 PM) <{POST_SNAPBACK}>
I dont remember making any changes to the old core it just worked. I might try and check for differences later just thought it would mention this for the cab users.
Wow this thread got active after I logged off this morning! Cool, I love the discussion on this & I'm glad blur finally stopped by.
sacred, I don't know what might be going on here, but can you give a table this is happening on & what is affected, then I would be willing to test it desktop or FS. Blur is right though, there really isn't anything going on that should be messing with this. & if you grabbed my tweaked/updated version (updated with core 3.36), maybe the issue lies in that? Other than that there is no code changed or added that should be able to affect things like LED's. Are you talking about LED's on a table? Or LED's as in the score display on UVP or something?
Edited by rob046, 05 July 2012 - 07:43 PM.
#44
Posted 06 July 2012 - 02:12 AM
QUOTE (rob046 @ Jul 5 2012, 03:42 PM) <{POST_SNAPBACK}>
QUOTE (sacredgaming @ Jul 5 2012, 01:08 PM) <{POST_SNAPBACK}>
I dont remember making any changes to the old core it just worked. I might try and check for differences later just thought it would mention this for the cab users.
Wow this thread got active after I logged off this morning! Cool, I love the discussion on this & I'm glad blur finally stopped by.
sacred, I don't know what might be going on here, but can you give a table this is happening on & what is affected, then I would be willing to test it desktop or FS. Blur is right though, there really isn't anything going on that should be messing with this. & if you grabbed my tweaked/updated version (updated with core 3.36), maybe the issue lies in that? Other than that there is no code changed or added that should be able to affect things like LED's. Are you talking about LED's on a table? Or LED's as in the score display on UVP or something?
when i fire my cab up again ill test it. I switched out the core 3.33 for the one listed here 3.36 and all of the sudden all my ledwiz toys stopped working on all tables. The moment i swapped back it all works so it could be missing the line to call on the ledcontrol.ini file. Im sure its something simple just havnt had time to search through and find the culprit
#45
Posted 06 July 2012 - 02:22 AM
QUOTE (sacredgaming @ Jul 5 2012, 10:12 PM) <{POST_SNAPBACK}>
QUOTE (rob046 @ Jul 5 2012, 03:42 PM) <{POST_SNAPBACK}>
QUOTE (sacredgaming @ Jul 5 2012, 01:08 PM) <{POST_SNAPBACK}>
I dont remember making any changes to the old core it just worked. I might try and check for differences later just thought it would mention this for the cab users.
Wow this thread got active after I logged off this morning! Cool, I love the discussion on this & I'm glad blur finally stopped by.
sacred, I don't know what might be going on here, but can you give a table this is happening on & what is affected, then I would be willing to test it desktop or FS. Blur is right though, there really isn't anything going on that should be messing with this. & if you grabbed my tweaked/updated version (updated with core 3.36), maybe the issue lies in that? Other than that there is no code changed or added that should be able to affect things like LED's. Are you talking about LED's on a table? Or LED's as in the score display on UVP or something?
when i fire my cab up again ill test it. I switched out the core 3.33 for the one listed here 3.36 and all of the sudden all my ledwiz toys stopped working on all tables. The moment i swapped back it all works so it could be missing the line to call on the ledcontrol.ini file. Im sure its something simple just havnt had time to search through and find the culprit
But aside from the nudge section, I didn't mess around with any other parts of code. I searched the original core for "ledcontrol" & nothing is there. So this is really strange. What is going on with the nudge code that could affect this? 1 thing not related to nudging directly that this script might have is "startshake". This was added so that all tables have it whether it is in the code or not. Does this have adverse effects in FS? If so I'll remove it, but try to remove it & see what happens.
I don't even know what ledwiz is, so I guess its something I can't test, must be cab related.
#46
Posted 06 July 2012 - 05:06 AM
QUOTE (rob046 @ Jul 5 2012, 09:22 PM) <{POST_SNAPBACK}>
...
I searched the original core for "ledcontrol" & nothing is there. So this is really strange. What is going on with the nudge code that could affect this?
...
I don't even know what ledwiz is, so I guess its something I can't test, must be cab related.
I searched the original core for "ledcontrol" & nothing is there. So this is really strange. What is going on with the nudge code that could affect this?
...
I don't even know what ledwiz is, so I guess its something I can't test, must be cab related.
It isn't part of the standard core.vbs, it is an added feature, but only for those using an LEDWiz to control leds, solenoids, etc. in their cab... the only difference between a standard core.vbs and a modified one for LEDWiz use is what toxie said. It isn't included in the standard core.vbs file because it would cause an error if you don't have the ledcontrol.vbs or an LEDWiz hooked up.
QUOTE (toxie @ Jul 5 2012, 01:51 PM) <{POST_SNAPBACK}>
maybe you have to add the
ExecuteGlobal GetTextFile("ledcontrol.vbs")
at the end of the file?
ExecuteGlobal GetTextFile("ledcontrol.vbs")
at the end of the file?
Edited by koadic, 06 July 2012 - 05:09 AM.
#47
Posted 06 July 2012 - 12:18 PM
It is included even in my custom core.vbs at the end, only it is commented out:
'ExecuteGlobal GetTextFile("ledcontrol.vbs")
'ExecuteGlobal GetTextFile("ledcontrol.vbs")
My paper cab
core.vbs with better nudge
FPLaunch with exit menu, instructions, flyer - local vpf copy
VP with support for analog nudge and plunger with any gamepad
#48
Posted 06 July 2012 - 02:31 PM
QUOTE (blur @ Jul 6 2012, 08:18 AM) <{POST_SNAPBACK}>
It is included even in my custom core.vbs at the end, only it is commented out:
'ExecuteGlobal GetTextFile("ledcontrol.vbs")
'ExecuteGlobal GetTextFile("ledcontrol.vbs")
unless i am mistaken as it has been a little while since i configured my cab there isnt a ledcontrol.vbs file. The file is ledcontrol.ini. I will make it a point to fire up my cab today and look.



Top

Contributor









are all trademarks of VPFORUMS.