(07-05-2012, 02:24 PM)Stepper321 Wrote: Damnit, I'll look further in it tough, it is able to change image of the note right ?
You posted before my edit, but i'm looking into it now too. Unfortunately, Windows is not entirely suitable for searching through hundreds of files, so i'm going to boot into Linux and try to grep out the location of these background images.
Figured it out. You don't need a full conversion.
ImageFile, under Item::Note in User Defined Variables, is the image used as the background for the note (obviously). Simply providing a file name is not enough, as the game assumes the following syntax for the file that'll be used for the background image: ImageFile+"_large". In other words, if you provide "test_note_bg" to ImageFile, it'll result in "test_note_bg_large". I am uncertain whether or not the image format has to be in TGA, but i doubt it.