Commit Graph

10 Commits

Author SHA1 Message Date
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
ShiftyRail
cc584aacda Preference helper script (#24873)
* Add a preference helper script and some readme

* Derp

* Final tweak

* Thanks PJB

* Meme option
2019-11-11 10:34:26 -06:00
Rob Nelson
0e4674cfaf Copy only logs that need to be copied. 2014-12-01 12:59:42 -08:00
Rob Nelson
6ef210aeac Remove debugging, more log copying fixes. 2014-02-27 13:15:51 -08:00
Rob Nelson
5d913ca22f Fix log copier. 2014-02-27 13:07:20 -08:00
Rob Nelson
7344a0c09c Add world-start log copying. 2014-02-16 11:46:25 -08:00
Rob Nelson
ada3be6e58 Better bot error-handling, buffer overflow prevention in nudge client. 2014-01-12 22:34:39 -08:00
Rob Nelson
c86f61199d Remove cPickle, doesn't work well with python3 and we don't need something that speedy for a goddamn chatbot. 2013-12-30 20:26:48 -08:00
Rob Nelson
9843fcdef9 Added a rewrite of the IRC bot, standardized communication with nudge. 2013-12-13 03:50:47 -08:00
Rob Nelson
876e0e40b8 Cleanup blob mode notices.
Also add a missing script and clean up unused FEA shit
2013-09-10 17:51:12 -07:00