.plist .bobj & .png files - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: The Resources (https://www.vg-resource.com/forum-109.html) +--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html) +---- Forum: Ripping Help (https://www.vg-resource.com/forum-114.html) +---- Thread: .plist .bobj & .png files (/thread-34555.html) |
.plist .bobj & .png files - kusanagiruiz - 10-29-2018 Hello again, How I can open this files with .bobj, .plist & .png extension? I get some resources. I hope you can help me, I attach an example. yandiimage.zip (Size: 321.87 KB / Downloads: 193) RE: .plist .bobj & .png files - Raccoon Sam - 10-30-2018 PNG is a ..... PNG. You can open it with any image viewer. The parts are clipped off from this master image. PLIST is a Property List file, typically used in macOS and iOS applications. It's basically just XML (plain text) file. The first key is: Code: <key>a_dabi3_yandiimage.png</key> animxml.bobj appears to contain animation (and sound playback) data. RE: .plist .bobj & .png files - kusanagiruiz - 10-31-2018 (10-30-2018, 02:08 AM)Raccoon Sam Wrote: PNG is a ..... PNG. You can open it with any image viewer. The parts are clipped off from this master image. Ok I separate the .png file with te .plist, but the .bobj file I can't found a program that can open this file, when I open it in the notepad it is appreciated to see some texts, but if I want to find some application that can open these files. RE: .plist .bobj & .png files - kusanagiruiz - 12-05-2018 Any solution? |