Pro Pinball Super-Ultra is a modification / patch for Pro Pinball Ultra by Barnstorm Games.
- Fix text-rendering bug on macOS
New features can be proposed in the issue tracker.
Pro Pinball Super-Ultra is currently compatible with base-game version:
Windows | macOS | Linux |
---|---|---|
(Unsupported) | = 1.2.3 | (Unsupported) |
You can find the base-game download links in the wiki.
Building:
mkdir build
cd build
cmake ..
make
For lldb:
make && lldb -o "env DYLD_INSERT_LIBRARIES=\"`pwd`/libhook.dylib\"" /Applications/Pro\ Pinball.app/Contents/MacOS/Pro\ Pinball q
For apitrace (expects apitrace build in $APITRACE
):
make && DYLD_INSERT_LIBRARIES="`pwd`/libhook.dylib" DYLD_FRAMEWORK_PATH="$APITRACE/wrappers" /Applications/Pro\ Pinball.app/Contents/MacOS/Pro\ Pinball
For playing:
DYLD_INSERT_LIBRARIES="`pwd`/libhook.dylib" /Applications/Pro\ Pinball.app/Contents/MacOS/Pro\ Pinball
(C) 2020 Jannik Vogel
Licensed under the MIT License. See LICENSE.md for more information.