Ruben Alvarez Reyes
Email: rubenar1996@gmail.com
Twitter: thisisnotruben_
Instagram: thisisnotruben
Facebook: Ruben Alvarez Reyes
- Makes the the death effect animation for Tides of War.
- Tides of War
- GIMP tested on version 2.8.22
Once downloaded, copy plug-ins to GIMP plug-in directory.
Copy only the scripts
cp *.py $HOME/.gimp-2.8/plug-ins/
The following syntax after -b is in scheme
-
SRC and DEST = string value; absolute file paths to png.
-
NUM_OF_FRAMES = int value; total number of frames in sprite-sheet.
-
STARTING_FRAME = int value; index frame number of where death animation begins.
gimp -idf -b '(python-fu-death-anim-batch RUN-NONINTERACTIVE "SRC" "DEST" NUM_OF_FRAMES STARTING_FRAME)' -b '(gimp-quit 0)'