Page 1 of 1

Mini combat system with animations and magic

Posted: Wed Mar 15, 2023 10:11 am
by Andredron


Download the finished version

Github - https://github.com/Lezalith/displayable-chain

the following tools have been deployed:

1) gifToRenPy - https://github.com/Lezalith/gifToRenPy
GifToRenPy is a Python 2 script that takes a .gif file and splits it into individual .png frames, so that an animation can be created from them in Ren'Py. The script also optionally creates a .rpy file with an image statement, defining the animation for you straight away.

The script should work in Python 3 just fine, but easygui and Pillow modules would need to be re-installed, as versions included are for Python 2 only.



2) SheetToRenPy - https://github.com/Lezalith/sheetToRenPy
SheetToRenPy is a Python 2 script that takes a sheet file (also called animation sheets, sprite sheets or film strips), and splits it into individual .png frames, so that an animation can be created from them in Ren'Py. The script also optionally creates a .rpy file with an image statement, defining the animation for you straight away.

The script should work in Python 3 just fine, but easygui and Pillow modules would need to be re-installed, as versions included are for Python 2 only.