Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Changing the Module Link Name

Page: 1 of 1
 HK-42
01-07-2009, 5:27 PM
#1
Hey, just wondering how you change the blue sign that comes up as you are about to enter a module. Anyone know which file controls it? I looked in the git/are/ifo files and the UTDs.


This is K1 by the way.

Thanks.
 Seamhainn
01-08-2009, 5:22 AM
#2
That depends which method you use. Use the .git file and look up the appropiate door, and then TransitionDestin. The entry here referce to s string in dialog.tlk. If the entry exist, you can look it up in dialog.tlk (which is preferable, as that would make it International :-) ). If it does not exist, right click on TransitionDestin and type in the desired data. (-1 means, there is no connection to dialog.tlk.)

You might find my tutorial interesting: http://lucasforums.com/showthread.php?t=185991&highlight=anatomy)
 HK-42
01-08-2009, 7:28 PM
#3
That depends which method you use. Use the .git file and look up the appropiate door, and then TransitionDestin. The entry here referce to s string in dialog.tlk. If the entry exist, you can look it up in dialog.tlk (which is preferable, as that would make it International :-) ). If it does not exist, right click on TransitionDestin and type in the desired data. (-1 means, there is no connection to dialog.tlk.)

You might find my tutorial interesting: http://lucasforums.com/showthread.php?t=185991&highlight=anatomy)

Thanks! I've seen your tutorial before but at the time I wasn't looking for that. :D
 glovemaster
01-09-2009, 3:00 AM
#4
The other way is by adding the same lines to your trigger's struct; assuming that if your not using a door transition, your using a trigger. :)

Hope that helps.
Page: 1 of 1