UnclePunch / Training-Mode

A modpack for Super Smash Bros, Melee for practicing tech.
307 stars 66 forks source link

Building custom events #21

Open kurtisdavid opened 3 years ago

kurtisdavid commented 3 years ago

Hello,

When building custom events, do we just have to run the provided build.bat? I wanted to try a modification to tmdata, but when running build.bat I get the following error:

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
   at MexTK.Commands.CmdFighterFunction.CompileInput(String[] inputs, String[] funcTable, LinkFile link, Boolean quiet, Boolean disableWarnings, Boolean clean, Int32 optimizationLevel)
   at MexTK.Commands.CmdFighterFunction.DoIt(String[] args)
   at MexTK.Program.Main(String[] args)

This happens without any changes to the source.

Any help is appreciated!