1st tool
if you go here
https://falkooxc.pythonanywhere.com/sprites2pngand select a
zipfile that contains a set of sprites like armors or units(can be >200 files per armor) [
files have to be directly in the zipfile not in a subfolder]
then you select how many columns you want
and on the click on getpng you will get a png for download that contains all sprites in an ordered list
so instead of
- type: MYNEWUNIT.PCK
width: 32
height: 40
files:
0: Resources/mymod/MYNEWUNIT/
you do
- type: MYNEWUNIT.PCK
subX: 32
subY: 40
width: 512 #needs the real image width 512 is example
height: 720 #needs the real image height 720 is example
files:
0: Resources/mymod/MYNEWUNIT.png
that way you make your mod easier to manage (pirates mod has >10000 files !) and reduce filesize by >80% (if the sprites are very similar)
2nd tool
here
https://falkooxc.pythonanywhere.com/palconvert you can upload a image and convert its colors
at the moment you can only convert images that have "tftd - battlescape"-colors into ufo-battlescape colors
i attached a file where one can compare the difference this tool makes
to enable conversion of tftd-geoscape or ufopedia images one needs to change the conversion-image that i also attached here
tool 3 :
https://falkooxc.pythonanywhere.com/makegifgives you the option to make new 4-tile aliens/tanks with a lot less pain than normal
take a look at the docusprites picture for "how it works" (alternative there is another descriptive image
herei take the a big tftd 4tile unit
for all ufo/tftd 4-tile units i have templates where one can edit the single frames of each animation as a complete unit
the splitting in a spritesheet png image is done via web
with the second tool
https://falkooxc.pythonanywhere.com/palconvert you can fix tftd palettes (in most cases its better if you fix the colors of the template before editing/splitting)
in this docu image i wanted to show how to easy switch colors here "yellowish to green" because big ass muton soldiers need a green bigass terror unit not "walking stones"
or you can change existing spritesheets here i made a non-brown/orange version of ethereal (took like 30 seconds )
if you run into errors post the images and choices you uploaded in this thread