dialogue file modding DLTCEP
metalmunki
Member Posts: 67
Two issues:
Firstly, trying to add an additional dialogue node to an existing NPC, but having problems. The game doesn't seem to be recognising the text and reporting 'missing string' in the NPC's dialogue box. Curiously, if I check the dialogue file in Near Infinity, it shows up as 'no index' and wont let me edit it (although this may just be a write issue because of no admin rights for NI, where as DLTCEP does). I've tried adding the most weight to the node, and having it the top level, but it makes no difference. The text displays fine and reports to issue from within DLTCEP, but doesn't show in-game.
Basically, it looks like it's not accepting text.
The second issue is trying to get the NPC to initiate the dialogue. He just stands there waiting to be spoken to. Script for NPC looks like this:
IF
AreaCheck("AR5404")
THEN
RESPONSE #100
Dialog([PC])
END
But it doesn't seem to work. (I've tried 'Interact' as well) And yes he's in AR5404!
Cheers for any insight.
Firstly, trying to add an additional dialogue node to an existing NPC, but having problems. The game doesn't seem to be recognising the text and reporting 'missing string' in the NPC's dialogue box. Curiously, if I check the dialogue file in Near Infinity, it shows up as 'no index' and wont let me edit it (although this may just be a write issue because of no admin rights for NI, where as DLTCEP does). I've tried adding the most weight to the node, and having it the top level, but it makes no difference. The text displays fine and reports to issue from within DLTCEP, but doesn't show in-game.
Basically, it looks like it's not accepting text.
The second issue is trying to get the NPC to initiate the dialogue. He just stands there waiting to be spoken to. Script for NPC looks like this:
IF
AreaCheck("AR5404")
THEN
RESPONSE #100
Dialog([PC])
END
But it doesn't seem to work. (I've tried 'Interact' as well) And yes he's in AR5404!
Cheers for any insight.
0
Comments
It would probably be helpful if you uploaded your mod, or at least posted every relevant file (tp2, script, dialog)
Edit: I'm assuming you're using WeiDU. Right?
I've been avoiding it, but I guess I'll have to try using WeiDU in its raw form. It's a shame as everything you SHOULD need is accessible from DLTCEP, but doesn't seem to work without any indication why.
With the missing text, if i look at the dialogue file in near infinity it says 'no index' where the text string should be. I'm not sure why it isn't writing it. I've got the hard link in for the tlk file and everything.