eriqjaffe / OOTP-Uniform-Maker

6 stars 2 forks source link

OOTP Uniform Maker

An Electron-based dekstop app allowing users to make custom uniforms for Out of the Park Baseball 23 and newer. If you don't have OOTP, then this will be of little use to you. Owners of older versions of OOTP should check out my stand-alone Jersey Maker and Cap Maker applications, although they will probably not see much further development.

Pre-requisites

For versions prior to 0.10.0, image processing (for uploaded logos and some of the jersey text effects) requires a working installation of ImageMagick, version 7 is recommended as it's what I was developing against. Please note that the app will still run without ImageMagick installed, but some options will not be available if ImageMagick is not detected - specifically, the "magick" binary must be in your system path.

Installation notes

The simplest thing to do is just grab a pre-compiled binary from the "releases" section. Binaries are available for Windows, macOS and Linux.

Because I'm not a registered developer with Apple, macOS may block the app for security reasons (not a bad thing for it to do, ultimately). If this happens, just CTRL-click on the app and choose "Open" from the menu - that will bring up a slightly different version of the security message with an option to open the app. You should only have to do that once and macOS should store an exception for the app going forward.

Similarly, Windows might pop up a "Windows protected your PC" message when you try to run the installer. If that happens, just click "More info" and "Run anyway".

If you wish to run this from source, you will need to install node.js and yarn, and then...

git clone https://github.com/eriqjaffe/OOTP-Uniform-Maker && cd OOTP-Uniform-Maker
yarn
yarn start