Leaderboard


Popular Content

Showing content with the highest reputation on 05/22/2021 in Posts

  1. 4 points
    Since TOR released a set of the Star Forge robes not too long back, I figured it might be a useful basis for a hybrid version with the vanilla cape and loincloth (the TOR version is only painted on) married to SS's flowing robes animations. At this point I've done the initial import, scale, and pose, and am now ready for the transfer to the KOTOR rig. Thanks to the Blender I/O script, I was also able to bake out the tinted textures, which is much easier than trying to approximate it manually as I have had to do in the past. Here's where it's at currently: I still need to fiddle with a few bits and pieces, and there will no doubt be plenty of tweaking to do once the rig transfer is done and I can test out animations. I also have some folded down hoods taken from other sets that I will try to marry to this torso for a hoodless/maskless version. But that will require a fair bit of massaging to get them to fit, so I'm saving that for later. Still not sure about the cape. I think having it white as well would be a bit too overpowering, but I'm not entirely sold on the brown. And I haven't done anything for the DS black version as yet. Since there's no TOR version of that colour scheme for this set, I'll have to cobble something together myself.
  2. 1 point
    Hey all So I wanted to place an invisible placeable on an enemy with his OnDeath script. So that I may have you loot him normally, but have another script fire after you've looted him and gotten the part to the quest. here's what I could think of... void main() { if ((GetJournalEntry("ache_saber") == 20)) { CreateObject(64, "ache_lens_cont", GetLocation(GetObjectByTag("infernal_sith", 0)), 0); } ExecuteScript("k_def_death01", OBJECT_SELF); } So the placeable is invisible and holds the part. Then dings the quest entry. Would this work or what am I forgetting/not doing right? I appreciate any help. EDIT: Hey nevermind. What I was doing worked. I just forgot to include the script that jumps the quest entry up. So then i moved the other items he drops to the invisible placeable so there's only one "Remains". Then looting that puts the quest up a notch. Woot. i did it!
  3. 1 point
    Never used it before. Tried it now, and it couldn't open existing .dlg files because of some error. Funny thing is, this just happened to me too. I never noticed this problem before, because I always use DLGEditor to work with dialogs (I needed to open TSL dialogs and internal dlg editor of Kotor Tool doesn''t work correctly with TSL dialogs). So, once again, I suggest you download DLGEditor, set up TLK path in File/Set TLK File Path; set up Mod: KOTOR. Then: 1. Extract some .dlg file with KotOR Tool, but don't open it with KotOR Tool after extracting. 2. Launch DLGEditor and open extracted .dlg file, edit and save it.