Jump to content

Knights of The Old Republic

Sub Category  

1 file

  1. Bastila HD Head

    HD head for Bastila. (Recommended to use it with the Party Model fixes and HD Bastila mod by redrob41.)

    44 downloads

       (1 review)

    3 comments

    Updated


  • File Comments

    • @Lily Thanks for pointing this out. I'll upload a new version.
    • That's what I assumed, but had to ask! Thanks.
    • The regeneration on the Ebon Hawk option means that green zeroes pop up every time it attempts to heal you even if you are full health.  It's pretty annoying, but thankfully it's a pretty easy script change to get it to stop.   // m_htb_ebohealer // offthegridmorty void main () { //Heal all the party members and PC object oTarget = GetFirstObjectInArea(OBJECT_INVALID,OBJECT_TYPE_CREATURE); while (GetIsObjectValid(oTarget)) { string sTag = GetTag(oTarget); if ((sTag == "
    • Add what option? I explained in the comment you quoted that if you install my mod, after you complete the quest to have Bao-Dur build a lightsaber, when you use the workbench to create a new lightsaber, the workbench will allow you to choose any lightsaber crystal color you want. What option are you asking me to add exactly?
    • I encountered a bug when training Bao-Dur to become a Jedi before obtaining a lightsaber.  The placeholder that you spawn for him in the training scene is never removed and remains on the Ebon Hawk.   Looks to be a pretty simple script fix. a_noremotefix.nss just needs an extra line void main() { DestroyObject(GetObjectByTag("naked_fakpc", 0), 0.0, 0, 0.0, 0); + DestroyObject(GetObjectByTag("nak_fakbao", 0), 0.0, 0, 0.0, 0); AssignCommand(GetObjectByTag("BaoDur", 0), Actio
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.