andrey-moura / HM-Studio

This is a program to edit HM games.
19 stars 1 forks source link
c-plus-plus gameboy-advance harvest-moon nintendo-ds reverse-engineering romhacking wxwidgets

HM-Studio

This is a program to edit HM games. HM Studio is a tool to edit Harvest Moon Games. Currently, it supports:

Overview

Script Editor

Script Editor

Building

Linux

git clone --recurse-submodules https://github.com/Moonslate/HM-Studio.git
cmake CMakeLists.txt
make

Windows

You need an envoirment variable pointing to wxWidgets and (optionally) Hunspell root folder

git clone --recurse-submodules https://github.com/Moonslate/HM-Studio.git
Open folder with Visual Studio or VS Code
Select a configuration either Release or Debug
Hit Build