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.
While the icon is missing in that screenshot for some reason, this is my "force choke anyone" power. There is a version that uses stoffe's tsl patcher at LucasFiles.com: http://www.lucasfiles.com/?s=&action=file&id=1185 (note: thi... [Read More]
Hehe I seem to recognize this script... Where did you attached the script? It's either that or a problem with your .uti fileas the script seems ok (I've used it without problems). Edit: duh! It looks like the problem was with the resref of your obje... [Read More]
The following should work: void main() { object oClothing = GetObjectByTag("my_object_tag"); object oNPC= GetObjectByTag(my_npc_tag"); //insert the tag of the npc giving the object AssignCommand(oNPC,ActionGiveItem(oClothing , GetPCSp... [Read More]
hum...actually Redhawke was right (and Pavlos too). The new script functions added to TSL will not work with KotOR 1. Per example, you can grant a feat to an npc with a script in TSL with the function GrantFeat () but this is not possible in KotOR 1... [Read More]
(edit: oops looks like stoffe already took care of this part as I was typing). It seems that you are missing void main() at the beginning. You need to declare this function in all your scripts except the scripts that determine which reply will come n... [Read More]
Check the third post in this thread: http://www.lucasforums.com/showthread.php?s=&threadid=143536 Editing the entire module is overkill just to add a few items/containers.... [Read More]
Nice work Inyri! About the stripe others mentioned, I can't say it really bothers me. Maybe if it would be a bit thinner but it's really no big deal (and who am I to comment on this? My modeliing skills are terrible) . It looks pretty good as it is!... [Read More]
When you say you made a module, did you packed your .ifo, .are, .git and other module speicifc files in a .mod file? Note that dropping the mod file in the override folder will result in a crash. You have to put it in the modules folder. Unless yo... [Read More]
Well if KT opens fine ms framework is definitely not the problem. An error report may help. Btw, which item are you trying to edit? What are you trying to do?... [Read More]
To avoid this, I edited the forum rules by adding this paragraph (ChAiNz.2da's idea ): ^^^ based off of RedHawke's post ;) ~ CZ Finally, in order to avoid unwanted situations where a moderator would move your [FIN] thread while you are still puttin... [Read More]
If you are talking about how to add a journal entry with KGFF, I've edited the tutorial by adding a post by tk102 at the end: http://www.lucasforums.com/showthread.php?p=1741889#post1741889 I remember this issue being brought up a few times but I al... [Read More]
If some parts of the tutorial are unclear, I can add more details but as RH said, we have to know what you don't understand exactly. I don't know how you are working but I suggest reading the tutorial with your global.jrl file and a .dlg file opened... [Read More]
As you can see we have a brand new forum reserved for finished fanfics: The Jedi Archives. Hopefully this will make reading and finding fanfics somewhat easier than it was until now. Mach will probably also find it useful to make his reviews! I gu... [Read More]
Just add the number of lines you need to the above code. Example: if (!GetIsObjectValid(GetObjectByTag("jorranbox"))) { CreateObject(OBJECT_TYPE_PLACEABLE, "jorranbox", Location(Vector(0.00,0.00,0.00), 0.0)); } if (!GetIsObjec... [Read More]
Stoffe already took care of that for you with this: location lLoc = GetLocation(GetObjectByTag("npc_jorran")); vector vPos = GetPositionFromLocation(lLoc); vPos.x += 1.5; vPos.y += 1.5; It will place the container near Jorran (1.5 m fr... [Read More]
Did you tried Kotor tool to compile your scripts? 1. Go to the tools menu 2. Select the text editor. 3. Then in the text editor window, go to the script menu, select your game (kotor 1 or kotor 2) 4. make your script, save with a .nss extension.... [Read More]
What stoffe said. You have to modify the blue parts in d3_saber_force.nss to match your new spells.2da lines: int FORCE_POWER_D3_SABER1 = 282; int FORCE_POWER_D3_SABER2 = 283; int FORCE_POWER_D3_SABER3 = 284; #include "k_inc_debug" #in... [Read More]
This discussion about pcgm's hiccups is becoming pointless. Just be patient. In the meantime, you can use this thread if you're looking for a specific mod: http://www.lucasforums.com/showthread.php?t=167699 :lock:... [Read More]
I will likely not buy a next gen console. I have an xbox and it does very little apart collecting dust. I prefer the flexibility of a PC which also allow me to easily tweak my games to my liking. However, to answer the poll, I'd say the Wii. It's the... [Read More]