I am doing a mod where I need to be able to change the name of the Jedi Classes. I know it’s possible because I’ve done it before but I can’t figure out how to do it again. How can I change the name of the classes.
Classes.2da. change the names in that.
I tried to change the numerical name values in the file but in the game it where you see you class name on the alignment menu, it say "bad stngref" Or something to that affect.
You need to add proper line to dialog.tlk ;)
How would I do that, I did it before and have never even opened the dialog.tlk file. Also this might play a more important role in it.
I want to change the following classes to:
Jedi Guardian > Jedi Master
Jedi Sentinel > Exile
Jedi Consular > Sith Lord.
In the classes.2da, there is a column named names, under which there is a list of numbers. Those are the references to entries in the dialog.tlk. For JediGuardian, for example, that would be 353. You would change to the dialog.tlk entry at 353 to whatever you want.
- Star Admiral
Thanks, I'll try it tonight.