Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francisdb/vpinball-example-table-extracted
Extracted version of the vpinball example table
https://github.com/francisdb/vpinball-example-table-extracted
visual-pinball
Last synced: 8 days ago
JSON representation
Extracted version of the vpinball example table
- Host: GitHub
- URL: https://github.com/francisdb/vpinball-example-table-extracted
- Owner: francisdb
- License: mit
- Created: 2024-04-20T06:48:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T07:45:04.000Z (8 months ago)
- Last Synced: 2025-01-10T01:52:20.788Z (15 days ago)
- Topics: visual-pinball
- Language: VBScript
- Homepage:
- Size: 12.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vpinball-example-table-extracted
Extracted version of the vpinball example table## Vpinbal example table
The table file can be downloaded from: https://github.com/vpinball/vpinball/blob/master/src/assets/exampleTable.vpx
## How to extract
You need to install [vpxtool](https://github.com/francisdb/vpxtool) first.
```
vpxtool extract exampleTable.vpx
```This gives you a directory named `exampleTable` next tot he table.
It's possible to modify the extracted files and re-assemble a vpx file:
```
vpxtool assemble exampleTable
```