don't click here

HiveMap

Discussion in 'Engineering & Reverse Engineering' started by Hivebrain, Jul 13, 2024.

  1. Hivebrain

    Hivebrain

    Administrator
    3,072
    209
    43
    53.4N, 1.5W
    Github
    I wrote a program for creating sprite mappings. Unlike existing tools, it doesn't edit mappings directly. Instead it opens a PNG spritesheet with the actual mappings data stored in an INI file. A separate command line tool then exports the mappings, graphics and palettes in whatever format you like, which can be integrated into your hack's build process. It should be able to output any assembly-based mappings format you can think of.

    HiveMap.png

    Editor: https://github.com/cvghivebrain/HiveMap
    Exporter: https://github.com/cvghivebrain/HiveMapExport

    TODO: Add an importer. Until then there is this: https://github.com/cvghivebrain/HiveSprite
     
    Last edited: Jul 14, 2024
  2. Hivebrain

    Hivebrain

    Administrator
    3,072
    209
    43
    53.4N, 1.5W
    Github