Trying to make NPC. Running into weidu issues.
elminster
Member, Developer Posts: 16,317
Like the title says I'm trying to make an NPC but I'm running into issues with Weidu. I managed to solve one earlier but this one has me stumped.
The issue seems to be the "SAY NAME1 @101 ~Yeorg~" line. But when I delete that it just takes issue with the next filled in line (SAY MORALE in this case).
Attached is my tp2 file.
I was namely just using this guide to figure this all out
https://docs.google.com/document/d/1ZNVRttHGVV8GOQ-CYWyTMHh-3MErQ1T_KusJkCtYtk0/edit?pli=1#
The issue seems to be the "SAY NAME1 @101 ~Yeorg~" line. But when I delete that it just takes issue with the next filled in line (SAY MORALE in this case).
Attached is my tp2 file.
I was namely just using this guide to figure this all out
https://docs.google.com/document/d/1ZNVRttHGVV8GOQ-CYWyTMHh-3MErQ1T_KusJkCtYtk0/edit?pli=1#
0
Comments
SAY NAME1 @101
and then manually create a TRA file with
@101 = ~Yeorg~
in it. And the same for all the other strings.
Alternatively, you can have
SAY NAME1 ~Yeorg~
in the tp2 and then use the --traify option of WeidU (from command line or bat file) to automatically replace strings with @num and create the TRA file.
If someone could look through these dialogue files and point out any errors in coding I'd appreciate it.