A plugin for additional Proxyshop templates.
- Borderless Showcase
Please note that this template has a lower than normal bottom area reserved for the collector info fields. - Borderless Enhanced
- Vectorized Borderless Planeswalker
- A version of Proxyshop that matches it's main-branch and has all of my pull requests merged to it (not all of them are vital, but this is the setup I test my plugin with). I provide an unofficial development build of Proxyshop that fulfills this criteria.
- Photoshop 23.5 or newer
- Download the latest release and extract the archive to your plugins folder (
/path/to/your/Proxyshop/plugins/). You should end up with the following file structure:Proxyshop ├── plugins │ └── proxy_stuff │ ├── manifest.yml │ └── ... ├── Proxyshop.exe └── ... - Download the templates via Proxyshop's updater or manually from here.
Ensure that you have the latest Proxyshop build (see Requirements) and that your installation follows the aforementioned file structure (see Installation).
If you get a confirmation dialog that says "This opeartion will turn a live shape into a regular path. Continue?", tick the "Don't show again" checkbox and press "Yes". Then try rendering the card again.
If you get an error similar to FileNotFoundError: [Errno 2] No such file or directory: 'path\to\proxy_stuff\dist\<some_name>.js', you should use a prebuilt release or transpile the TypeScript scripts yourself as described in the Development environment section.
You could open an issue. Make sure to attach the error log, if one exists, from Proxyshop to your issue.
Node.js is required in addition to the basic requirements.
Install dependencies
npm install
Transpile scripts
npm run build
Thanks to all to those that have helped in various ways with the development of this plugin:
- Kapa the Bard, creator of Polymath Proxy
- Alex Taxiera
This plugin uses assets from existing Proxyshop templates, so look at Proxyshop's credits too see whose work those are.
MIT