Aller au contenu

Photo

Where is the DogName string token set?


  • Veuillez vous connecter pour répondre
2 réponses à ce sujet

#1
Mengtzu

Mengtzu
  • Members
  • 258 messages
Somewhere, the game is looking for an object with the tag "gen00fl_dog" and passes the name of that object when you use the <DogName/> token in dialogue.

I would like it to return the name of another object in my stand-alone mod, does anyone know whether there's a spot in script or 2DA that I can modify the tag it looks for? 

#2
Sunjammer

Sunjammer
  • Members
  • 925 messages
I'm not sure how much help it will be but the <DogName/> token is defined in the dialog_tokens 2da in dialog_tags.xls which is in the toolset sub folder in [program files]\\Dragon Age\\tools\\Source\\2DA\\. Unfortunately the tokens appeared to be defined by tokens without any hint to how they are resolved.

If your doing a stand alone module a possible work around would be to have an inactive dog hidden in your Party Picker area and sync it's name with the object that you really want to reference.

#3
Mengtzu

Mengtzu
  • Members
  • 258 messages

If your doing a stand alone module a possible work around would be to have an inactive dog hidden in your Party Picker area and sync it's name with the object that you really want to reference.


Yeah, doing something like that was how I convinced myself it was looking for that specific tag :)