DS-ROM-Hacking / SBM5_SFC_EN

Super Bomberman 5 English Translation for Super Famicom
7 stars 1 forks source link

Build Instructions #5

Open zediiiii opened 5 years ago

zediiiii commented 5 years ago

Howdy, this looks like great work. I would like to build what you have so far, but I'm running into issues with the process. Any chance you could outline the process?

I'm familiar with dev tools and programming, but I'm not familiar with the work-process or tools used with mbuild.

The "BuildIt.cmd" file is:

.\Tools\MBuild\mbuild "./SBM5.MBXML"

Putting mbuild in the tools folder still doesn't point to a runnable program - can you help me fill in the gaps?

danielburgess commented 5 years ago

https://github.com/danielburgess/MBuild

Here’s the tool. I can send you the binary if needed.

You would need to create a folder named MBuild inside of the tools folder and place the executable in there.

zediiiii commented 5 years ago

Thanks! I previously followed the Github references and downloaded the tools referenced (including MBuild, LunarAddress,TM, and xDelta), and placed them in the tools directory indicated by your file structure in Github and the "BuildIt.cmd" file.

I was being silly and didn't catch that the mbuild "Program.cs" is written in C#. I don't currently have a C# environment set up (though I do have a python environment), so I would be most obliged if you would provide a binary or exe to run it! I have done this in the "releases" section of GitHub in the past - which tends to get my programs more traffic and use.