Skip to content

JayFoxRox/Pro-Pinball-Super-Ultra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pro Pinball Super-Ultra

Pro Pinball Super-Ultra is a modification / patch for Pro Pinball Ultra by Barnstorm Games.

Features

  • Fix text-rendering bug on macOS

New features can be proposed in the issue tracker.

Compatibility

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.

Usage

macOS

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

License

(C) 2020 Jannik Vogel

Licensed under the MIT License. See LICENSE.md for more information.

About

Unofficial modification / patch for the Barnstorm Games game Pro Pinball Ultra (2016)

Topics

Resources

License

Stars

Watchers

Forks