Jump to content

Home

Roleplay Padawan Mod


Recommended Posts

This mod, a great mod based off of Talchia's original Padawan Mod, allows for a more in-depth and better explained veiw of why you run around Taris with a saber but never say that you have Force abilities already when you go to Dantooine.

 

However, I noticed that

when Trask dies, you sitll have his lightsaber and robes!

 

 

Is this supposed to happen? It is far stronger than your original weapon and probly shouldnt b on Taris. Juts wondring if this was intentionial or not

Link to comment
Share on other sites

I run into that even without that mod. It seems that the game automaticly places any items Trask has equiped into your invetory. I think the devs did this so you wouldn't lose any items you picked up along the way.

 

If you don't want the items you could sell them or alter Trask's .utc file and equip different items on him.

Link to comment
Share on other sites

You could use a script to remove the items from inventory.

The script can be fired during the dialog where he talks about his lightsaber being damaged.

I did this when I used that mod. Unfortunately I'm in the process of moving so I don't have access to my computer with all my game files, so I'm unable to give you exact instructions.

 

The script was something like this:

void main()

{

object oRobe=GetObjectByTag("g_a_kghtrobe01");

object oSaber=GetObjectByTag("g1_w_lghtsbr02");

DestroyObject(oRobe);

DestroyObject(oSaber);

}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...