Files
vgstation13/scripts
Peter Wedder 003b3e8dac Adds inhands to plushies (and an inhand generator Python script) (#35431)
* Add inhands to plushies.

Adds auto-generated inhands to plushies. They're a little crude, but acceptable
and much better than nothing.

Script parameters used:

./generate_inhands.py -o fumos_out -xs 5 -ys 9 -xn 14 -yn 9 -xe 10 -ye 9 -xw 5 -yw 9 --mode=translate exported/fumo/*.png

./generate_inhands.py -o regular_out -xs 5 -ys 9 -xn 14 -yn 9 -xe 10 -ye 9 -xw 5 -yw 9 --mode=mirror --mirror-behind exported/regular/*.png

./generate_inhands.py -o regular_out -xs 5 -ys 9 -xn 14 -yn 9 -xe 10 -ye 9 -xw 5 -yw 9 --mode=mirror --mirror-behind --mirror exported/regular/bumbler.png exported/regular/bunny.png exported/regular/chicken.png exported/regular/fancypenguin.png exported/regular/goat.png exported/regular/kitten* exported/regular/ladybug.png exported/regular/possum.png exported/regular/roach.png

Some had further quick touch-ups in DreamMaker to fix minor issues.

* Add an inhands generator script

Adds a simple Python script that uses Pillow to automatically generate
inhands from existing sprites. Inhands generated with this script are
rudimentary -- just rescaled versions of the sprite with an alpha mask applied --
but usually much better than nothing.

* Fix a couple of sketchy masks.

* Fix sketchy mask files in inhands generator script.

* Fix more sketchy mask issues

* Fix masks getting mirrored incorrectly

* We don't actually need this.

* Nor this.
2023-11-26 00:37:08 -06:00
..