![]() |
Tool for extracting sprite from Mugen Fighting Game Engine - 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: Tool for extracting sprite from Mugen Fighting Game Engine (/thread-43599.html) |
Tool for extracting sprite from Mugen Fighting Game Engine - leonkasovan - 05-12-2025 I made tool for extracting sprite from Mugen Fighting Game Engine. Mugen use file SFF format to store the sprites. Mugen engine put the characters in chars directory. This tool can view the sprites and export it as individual PNG image or a big Atlas (Sprite Sheet) that include the data (sprite coordinate, sprite width height) in CSV. Feature:
Download: Mugen Sprite Viewer (for Windows) Usage: 1. Download the tool 2. Run once. 3. Select (double click SFF file from windows explorer) Mugen Resource: Note: If it is permissible, then it's best that you obtain the MUGEN asset author's permission to post any sheets before you decide to do so After extracting sprite (Export as Sprite Atlas), it will generate 3 file:
Then you can load that sprite sheet and animate it using Love2D Lua Engine by calling in command prompt: Code: love . RE: Tool for extracting sprite from Mugen Fighting Game Engine - Random Talking Bush - 05-12-2025 (05-12-2025, 07:38 PM)leonkasovan Wrote: Note:Just so you know, M.U.G.E.N. rips are not allowed to be submitted to the site under any circumstances. |