Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Formbefore April 2! You can also message Cat with any questions.
This has been updated to support optionally adding or removing the suffix on save, and now uses flags instead of chained arguments. This allows for working on night tilesets (which previously did not work) and generally a better method of saving.
Examples
Bash:
rmxp16to32 --mode sub --suffix _wip
This will look for files with the suffix _wip and save them without. e.g: interior1n_wip.png -> interior1n.png
This will save a copy of every normal file with the suffix @3x, at a 3x bilinear smoothed scale-up.
Compatibility
This has been made to retain backwards compatibility so the default mode is still 'add' with '_x' suffix. No surprises for anyone using the tool for a while!