I've tried exporting my game to DAAD and I'm getting a few errors.
First this:
Compiling [Front End]...
DAAD Reborn Compiler Frontend 0.18 (C) Uto 2018-2020
Reading TEST.DSF
Checking Syntax...
#EXTERN' "MLV_NEXT.BIN" processed.
1754:10:TEST.DSF: Noun not found in vocabulary: "1".
"Something went wrong, please check errors"
Press any key to continue . . .
Terminate batch job (Y/N)?
...so I defined integers below 10 in the vocab. And then this:
Compiling [Front End]...
DAAD Reborn Compiler Frontend 0.18 (C) Uto 2018-2020
Reading TEST.DSF
Checking Syntax...
#EXTERN' "MLV_NEXT.BIN" processed.
Generating TEST.json [Classic mode OFF]
TEST.json generated.
---------------------------------------------------------
Compiling [Back End]...
DAAD Reborn Compiler Backend 0.18 (C) Uto 2018-2020
Error: Invalid json file: - Syntax error, malformed JSON.
"Something went wrong, please check errors"
Is there anything immediately obvious that you can think of that might be causing these?