I followed your instructions, downloaded the T8 compiler branch for CW, opened your menu project source code with VSCode to compile it, and it showed :
Unhandled exception: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at DebugCompiler.Root.cmd_Compile(String[] args, String[] opts) in N:\bo4hash\t7-compiler\DebugCompiler\Root.cs:line 616
at DebugCompiler.Root.Main(String[] args) in N:\bo4hash\t7-compiler\DebugCompiler\Root.cs:line 78
But when compiling your BO4 menu, there are no issues at all. Can you provide a solution?
I followed your instructions, downloaded the T8 compiler branch for CW, opened your menu project source code with VSCode to compile it, and it showed :
Unhandled exception: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at DebugCompiler.Root.cmd_Compile(String[] args, String[] opts) in N:\bo4hash\t7-compiler\DebugCompiler\Root.cs:line 616
at DebugCompiler.Root.Main(String[] args) in N:\bo4hash\t7-compiler\DebugCompiler\Root.cs:line 78
But when compiling your BO4 menu, there are no issues at all. Can you provide a solution?