Jump to content
  • SYSTEM SEARCH

    System Scanners Online:

    Username: Guest

    >> System Scan?
    >> The Universe >


    Incoming Message:
    Due to system limitations searching with words of 3 or less characters will not return results. For instance; Doctor Who.  This will not return results as the system is trying to search for both Doctor AND Who in which Who will not be found as it's a 3 character word.  To find Doctor Who; you'd search for either Doctor or "Doctor Who". 

    Search Tips:
    For specific searches; enclose your search with quotes. Example: "Doctor Who" or "Addams Family".
     

Search the Community

Showing results for tags 'vpmalias'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to the VPUniverse
    • VPU General Discussion
    • Holiday Image Search Discussion
    • Community Development & Site Problem Reporting
    • Site News & Announcements
    • VPU Polls
    • The Big Bang
    • VPU Classifieds - Buy / Sell / Trade
    • Pinball Festivals, Groups & Gatherings
  • New Releases
    • B2S New Releases
    • Visual Pinball New Releases
    • Future Pinball New Releases
    • Front End & Support Files New Releases
    • Pinup-Popper & PuP-Pack Releases
  • DMD Development Discussions
    • DMD Extensions
    • Pin2DMD Forums
    • Serum and ZeDMD Discussion
  • VPUniverse.com Online Virtual Pinball League
    • General Tournament & League Discussion
    • Tournament & League Rules Discussion
    • Tournament & League Game Discussion - Game Suggestions
  • Digital Pinball Cabinets
    • Cabinet Builds
    • Cabinet Discussion
    • PinCab/Pinball Hardware Development
    • Arcade 1UP & AtGames Legends Modding
  • Planet Visual Pinball Engine
    • Visual Pinball Engine General Discussion
  • Planet Visual Pinball
    • Visual Pinball Support
    • Visual Pinball General Discussion
    • Visual Pinball Development
    • Table Development / MODding
  • Planet Future Pinball
    • Future Pinball General Discussion
    • Table Development and Releases
    • Future Pinball Support
  • Planet Virtual Reality
    • VPVR - Virtual Pinball in Virtual Reality
    • Pinball FX in VIrtual Reality
    • General Virtual Reality
  • Scorbit Discussion Forum
    • Scorbit General Discussion
    • Scorbit User Exchange
    • Scorbit for Digital Pinball Development
  • Artwork
    • Backglass Artwork
    • Feature Requests
    • Playfield Artwork
  • Pinup Popper
    • Installation Support
    • Pinup Popper Support
    • Pinup Popper VR
    • Pup-Pack Support
  • Pinball Front-Ends
    • HyperPin Support
    • Pinball X Support
    • Pinball Y Support
  • PinMAME
    • PinMAME Support
    • PinMAME Development
  • Real Pinball & Arcade Gaming Discussion
    • Real Pinball Discussion
    • Arcade Gaming Discussion
  • Direct Output Framework
    • Direct Output Announcements
    • Direct Output General Discussion
    • Direct Output Support
  • B2S Development
    • B2S Development Support
  • Console & PC Virtual Pinball
    • Pinball Arcade
    • ProPinball
    • Console & PC Gaming Discussion
    • Other Virtual Pinball & Gaming Discussion
  • DMD Colorization's Topics
  • VPU Online Virtual Pinball Tournament & League's League Discussion

Categories

  • Audio Files
    • ALTSound
  • B2S (.directb2s) & Backglass Downloads
    • B2S Install & Support Files
    • Full DMD Backglasses
    • Video & Animated Backglasses
    • Backglass Resources
    • B2S - For Developers
  • Direct Output Framework
  • Future Pinball
    • Future Pinball Files
    • Future Pinball Tables
  • VPURemix - Patching System
  • Visual Pinball
    • Visual Pinball 10 - Install & Support Files
    • VPX - Pinball Tables
    • VPX - Game Resources
    • VPX - Physics Sets
    • Visual Pinball - 9.x.x
  • VR - Virtual Reality Pinball
    • VR Pinball Install Required Files
    • VR - Room Resources
  • Other Digital Pinball
  • ROM Colorizations
    • ROM Frame Dumps
    • Pin2DMD Colorizations - Virtual Pinball
    • Pin2DMD Colorizations - Real Pinball
    • Serum DMD colorizations
    • SAM - Color ROM Patches
  • PinMAME
    • PinMAME Source
    • PinMAME Roms
  • DMD Extensions
  • Pin2DMD Files
    • Pin2DMD Documentation
    • Pin2DMD Firmware
    • Table Support Files
    • Pin2DMD Tools
    • Pin2DMD Color Palettes
    • PCB Files
  • Cabinet Resources
    • Cabinet Plans
    • Wiring Schematics
    • Cabinet Artwork
    • Support Files
  • Pinup Popper Files
    • PuP Packs
    • Pinup Popper Themes
    • FullDMD Videos
    • PuP - Underlays
    • T-Arc Loading Videos
    • T-Bar Themes
    • T-Arc Themes
  • Pinball Frontend Downloads
    • HyperPin Support Files
    • Frontend Media Files
    • Plugins
    • Media Managers
  • Development Resources
    • Table Resources
    • Table Creation Resources
  • VPinWorkshop - Desktop - Blood Machines
  • VPU Online Virtual Pinball Tournament & League's Files

Calendars

  • In-Person Events
  • Live Streaming Events
  • Online Tournaments

Categories

  • News Articles
  • News From Planet Future Pinball
  • News From Planet Visual Pinball
  • Pinball News from around the galaxy

Categories

  • MJR's Pinscape v2 Build Guide Categories
    • Part One. Preliminaries
    • Part Two. Planning and Building the Cabinet
  • Audio & Sounds

Categories

  • Cabinet Building & Configurations
  • DMD Colorization Tutorials
  • VpinMAME
  • Game Specific Tips & Tricks
  • Future Pinball
  • B2S Tutorials
  • Visual Pinball - How Tos & Wikis

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Interests

Found 1 result

  1. Updated script slightly to make changes easier. First, edit the user settings block: 'Set this to the ROM name. If alias is in use, this is the original ROM name Dim ROMName:ROMName = "originalROMname" 'Set the following options you prefer Dim DMD_Sound:DMD_Sound = 0 '0 = ROM Sounds off 1 = ROM Sounds on 'Only turn on one of the following Dim DMD_ShowDMD:DMD_ShowDMD = 0 '0 = No standard DMD 1 = Standard DMD Dim DMD_ExternalDMD:DMD_ExternalDMD = 1 '0 = No external DMD 1 = External DMD 'End User Options Second, add a function call to table_init and table_exit <original post> Ever turned off sound on a table using an aliased ROM only to find that all tables using that parent ROM now have sound turned off? Want the DMD off one table and turned on in another table both using the same ROM? Aliased ROM tables do not seem to save their F1 settings separately and they overwrite each other. There may be other ways to achieve this, but this mod might help you out. It is certainly an option to hitting F1 every time you open one of the tables to change settings. This lets you make some settings changes via the table script that are only active during the session. Before changes are applied, the current settings are saved so they can be restored when the table exits. This is a starter framework that could be expanded to work with other settings for the DMD/ROM, such as AltSound, etc. Note: There are assumptions made for the use of this script mod. The script must have a Controller object declared. You will have to move parts of this script mod to other locations in the script. You will also have to know how to determine the original ROM name for the table you are modifying. You must be able to work with the table script. I am offering no support beyond the help in the text file. DMD Settings via Script Mod 1.2.txt
×
  • Create New...