The VG Resource
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

[Image: c18874a6-958b-4b16-b428-137ba73b2591]
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.

[Image: 4a0ea79c-30b2-4c5f-9835-e1668e7c0954]

Feature:
  1. Auto animation
  2. Browse and zoom with mouse scroll
  3. Load additional palette (*.act)
  4. Export sprites as PNG images
  5. Export sprites as Sprite Sheet
  6. Export sprites data as CSV text
  7. View Sprite Statistic
  8. Register SFF handler (for Windows OS)
  9. Auto resize image preview
  10. Atlas loader in Love2D

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:
  1. main.lua
  2. sprite_atlas_charname.csv
  3. sprite_atlas_charname.png

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:
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
Just so you know, M.U.G.E.N. rips are not allowed to be submitted to the site under any circumstances.