Skip to content

Hantei 6 GUI editor for Melty Blood. It allows you to view and edit .HA6 files.

Notifications You must be signed in to change notification settings

dante-chiesa/Hantei-chan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hantei-chan

HA6/Hantei6 GUI editor for Melty Blood. It has partial support for UNIB. It's not being actively worked, feel free to fork it. This program only for windows.

Stuff that needs to be done:

  • Play animations
  • Redo/Undo stack
  • Display .pat graphics
  • Actual support for Under Night In Birth.
  • A sprite browser
  • Hotkeys, such as Ctrl+S

screenshot

If you have a problem, open an issue.


Hotkeys and stuff

Left click and drag in the display to scroll the view. Drag right click to draw a box. You can switch frames/patterns with the arrow keys. You can switch the currently selected type of box with Z and X. Don't try to press these hotkeys while you're drawing a box. You'll just make a mess.

There's also a slight bug when you click a control when the window is unfocused.


How to build

Building is extremely simple, and it works with both MSVC and Mingw-w64. Clone the git, init the submodules and run cmake. Assuming you're using ninja:

git clone --recursive [insert repo link here] hanteichan
cd hanteichan
mkdir build
cmake -S. -Bbuild -GNinja -DCMAKE_BUILD_TYPE=Release
cmake --build build
build\hanteichan.exe

And that's it!

About

Hantei 6 GUI editor for Melty Blood. It allows you to view and edit .HA6 files.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages