Skip to content

jsm174/vpx-standalone-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vpx-standalone-scripts

Table patches for VPX Standalone

Visual Pinball Standalone is using the vbscript engine from Wine and there are some slight incompatibilities. Luckily only a few tables require modifications.

This repository contains the original script, patch, and fixed script for tables that do not run properly by default.

Installation of a patch

Just find the related file with .vbs extention in this repository. It should have the same file name as the vpx file you downloaded. Put the patch next to the vpx file and vpinball will automatically pick it up. These script files are sometimes referred to as a sidecar script.

Creating a patch

  1. Start by extracting the script
VPinballX_GL -extractvbs [tablename.vpx]
  1. Apply the patch, put it in this repository and run ./generate.sh
  2. Create a PR with the changes

You can also use vpxtool to extract, apply some automatic fixes and generate patch files.