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.
 

Stream

Latest Posts

Page: 9 of 9
Posted in: Script to fire a dialogue
 Stream
01-16-2008, 12:58 PM
#2
Attach this script to the OnEnter event and it will fire the dialog when you enter the trigger void main() { object oPC = GetFirstPC(); if (GetEnteringObject() == oPC) return; ActionStartConversation(GetFirstPC(),"Dialog_File"); } } O...  [Read More]
Posted in: [TSL] Telosian Military Base Question
 Stream
01-15-2008, 12:53 PM
#4
Like jonathan7 said, you want to download the whereami armband from here (http://www.starwarsknights.com/tools.php#ae), it will open any door in the game that can be opened, it's best to stand near the door in question though do you have to wait unti...  [Read More]
Posted in: how to make Dark side transition
 Stream
01-16-2008, 9:55 AM
#4
As far as I'm aware it's more or less the same thing, I'm no good with texturing or modelling but it's best to use an existing texture as a template/reference as you have to put the details in the same place, for example, if you don't put the hair of...  [Read More]
Posted in: how to make Dark side transition
 Stream
01-15-2008, 8:53 AM
#2
You have to extract the textures from KoTOR Tool, you'll find them in ERF> TexturePacks> sw_pc_tex_tpa/b/c.erf> P> then for male you need to look at PMH**** or for female it's PFH**** - you'll see that there's usually three textures per h...  [Read More]
Posted in: Script question
 Stream
01-13-2008, 4:56 AM
#4
I'm not exactly sure how it works I just know it does - I think it's to do with Boolean's which I know nothing about but I think it records the Tag or ResRef of the NPC. --Stream...  [Read More]
Posted in: Script question
 Stream
01-13-2008, 4:33 AM
#2
This is a very handy script I've used it on most NPC's in a mod I'm working on. When you first talk to an NPC you may want the them to tell you a load of information, like who they are and what they do etc, you'd have their dialog file with two node...  [Read More]
Posted in: What does this script do?
 Stream
01-11-2008, 5:07 PM
#2
Did you double click on a .ncs file in KoTOR Tool? if so extract the .ncs file and decompile it using DeNCS (http://www.starwarsknights.com/tools.php#sct) and then post it here and I'll try help. --Stream...  [Read More]
Posted in: Script and Variable question
 Stream
01-06-2008, 7:39 AM
#2
What does this script do: void main() { SignalEvent(OBJECT_SELF, EventUserDefined(10)); } It's pretty hard to tell without knowing where the script came from, did it come from a dialog and if so who's was it. What does the variable TAR_DUELINPROGRE...  [Read More]
Posted in: Placeables invisible
 Stream
12-26-2007, 5:58 PM
#6
I got Wherami armband, but when I equip it and go to Message Log-Feedback, there aren't any coordinates. What happened? When you download the Whereami armband there's another zip file inside called fb.zip, extract the contents. Once you've used the...  [Read More]
Page: 9 of 9