Billiam / pinbally-scripts

Scripts for the Pinball-Y Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PinballY Scripts

script description requires vpsid support? VPX Version
3d-launch.js Adds a "Play - 3d" launch option No 10.8+
vps-link.js Add "Open spreadsheet" game setup menu item yes 10.7+
vpc-weekly.js Add a filter and spreadsheet link list for Virtual Pinball Chat weekly competition tables yes 10.7+

3d-launch.js

Game launch menu with both "Play" and "Play - 3D" options

Adds a "Play - 3D" option to the game launch menu. When used, Visual Pinball will be launched with the -Ini commandline argument, pointing to %appdata%\VPinballX\VpinballX.3d.ini by default.

This script doesn't do anything 3d-related, and assumes that your VPinballX.ini will be configured to enable your desired 3d settings.

You can use a different filename by adding 3dLaunchIni=myCustomConfig.ini in PinballY's settings.txt, or use by using a full path to the ini file, ex: 3dLaunchIni=C:\Users\Me\Games\myCustomConfig.ini.

Requires Visual Pinball X 10.8 beta or later, as earlier versions do not support the -Ini commandline argument.

vps-link.js

Shows an Open spreadsheet menu item in the game setup menu that opens the correct spreadsheet page (if the game has a vpsid saved).

game setup menu with the "Open Spreadsheet" currently selected

vpc-weekly.js

Add a filter to show a sorted list of the Virtual Pinball Chat weekly competition tables, and add menu with links to the spreadsheet.

Filter list:

Filter list with "Find VPC Weekly Tables" and "VPC Weekly Competition" menu items

Spreadsheet list:

Menu with the current and previous weekly competition tables, showing the start date and table name

About

Scripts for the Pinball-Y Frontend


Languages

Language:JavaScript 100.0%