The VG Resource

Full Version: Tool for extracting sprite from Mugen Fighting Game Engine
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[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 .
(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.