Skip to content

Hantei 6 GUI editor for french bread games: MBAACC, MBTL, DFCI and UNiB. It allows you to view and edit .HA6 files. Can also create .jonbin files, the collision files for bbscript games such as BBTAG, BBCF, P4AU, GGST, and more.

Notifications You must be signed in to change notification settings

DamienIsPoggers/Hantei-chan

 
 

Repository files navigation

Hantei-chan

Hantei-chan, a word play on hantei-kun (French Bread's own internal tool), is a .HA6 visual editor for French Bread games. MBAACC is only compatible with version 1. This program only for windows.

screenshot


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. You can view the all the shortcuts by going into Help->Shortcuts


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 french bread games: MBAACC, MBTL, DFCI and UNiB. It allows you to view and edit .HA6 files. Can also create .jonbin files, the collision files for bbscript games such as BBTAG, BBCF, P4AU, GGST, and more.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 62.3%
  • C 37.2%
  • Other 0.5%