https://github.com/0x0ade/giftogomez
Converts most GIFs into a FEZ character animation spritesheet to be used by FEZMod.
https://github.com/0x0ade/giftogomez
Last synced: 26 days ago
JSON representation
Converts most GIFs into a FEZ character animation spritesheet to be used by FEZMod.
- Host: GitHub
- URL: https://github.com/0x0ade/giftogomez
- Owner: 0x0ade
- License: mit
- Created: 2015-08-21T16:18:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T17:46:14.000Z (over 9 years ago)
- Last Synced: 2025-04-01T17:55:14.278Z (about 1 month ago)
- Language: C#
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GifToGomez
Converts most GIFs into a FEZ character animation spritesheet to be used by FEZMod.# Usage instructions
1. Put the GIF and GifToGomez.exe into one folder.
2. Open CMD (no GUI yet).
3. 'cd' into the folder.
4. Run the following command:```
GifToGomez.exe gifhere.gif animname
```Example:
```
GifToGomez.exe sanic.gif run
```To "install" the skin, copy the resulting animation XML and PNG into FEZ/Resources/character animations/<character here>/ (requires FEZMod to be run with -da once)