Page 1 of 1

Help getting sprite sheets

Posted: Mon Mar 26, 2018 7:19 pm
by vennopnev
Hey I want to make some custom sprites for this game but I cant find out how to get the sprite sheets of the original sprites. (so I can figure out the ratio and the general style of the sprites)

Re: Help getting sprite sheets

Posted: Mon Mar 26, 2018 7:42 pm
by mr_easy_money
From the pinned thread entitled, "Modding ITB: R&D And Current Findings" @ viewtopic.php?f=26&t=32771
ITB uses the same .dat format as FTL (at least up to now during the beta, I doubt that'll change on launch). This means you can use tools like the good old FTL unpacker to unpack ITBs data and assets. Just tell it where ITBs .dat file is (look for it in ITBs steam folder) and it'll unpack it for you, no questions asked.

so use that linked unpacker (viewtopic.php?t=2788) to unpack the resource.dat found in the 'resources' folder in wherever Into the Breach is installed. the unpacked resource.dat should have all the images used by the game in there... it looks like the unit spritesheets are in img/units.

Re: Help getting sprite sheets

Posted: Mon Mar 26, 2018 8:23 pm
by stickthemantis
Into the Breach uses the same .dat format as FTL, so the FTL Unpacker still works: https://subsetgames.com/forum/viewtopic.php?t=2788

Re: Help getting sprite sheets

Posted: Mon Mar 26, 2018 10:46 pm
by vennopnev
stickthemantis wrote:Into the Breach uses the same .dat format as FTL, so the FTL Unpacker still works: https://subsetgames.com/forum/viewtopic.php?t=2788


thank you

Re: Help getting sprite sheets

Posted: Tue Mar 27, 2018 7:33 am
by inventex
If you want to make custom sprites i've got a lot of the current mechs disassembled to make kitbashes.
I mainly use them to get a general idea of my mech then change a few things to make it a little more custom.


viewtopic.php?f=26&t=32895

Re: Help getting sprite sheets

Posted: Tue Mar 27, 2018 9:19 am
by vennopnev
inventex wrote:If you want to make custom sprites i've got a lot of the current mechs disassembled to make kitbashes.
I mainly use them to get a general idea of my mech then change a few things to make it a little more custom.


viewtopic.php?f=26&t=32895



These are really helpful thank you