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.
 

Gorgod

Latest Posts

Page: 2 of 2
Posted in: Train Your Party
 Gorgod
06-16-2011, 3:40 PM
#3
By the way, do any of you guys know what's wrong with this script? It doesn't seem to be working- it shows an error message saying: "Type mismatch in parameter 1 in call to "GetClassByPosition". int StartingConditional() { int iResu...  [Read More]
Posted in: Train Your Party
 Gorgod
06-16-2011, 3:00 PM
#1
Hey guys. I've been working on this mod since November, more or less, taking 3-4 month breaks between new scripts and dialogue. Now, since it's the summer, I'm hoping to finally finish this sucker. So this is somewhat basic, really, considering it's...  [Read More]
Posted in: Svosh's Good and Evil Robes for the Female PC
 Gorgod
02-14-2011, 9:30 PM
#1
Well, I recently downloaded Svosh's old Good and Evil robes. I can say I'm not disappointed. They're absolutely amazing clothing. Although they're stunning on Bastila and all, but is there some way I could make it wearable by the female PC? When I tr...  [Read More]
Posted in: Create Jedi scripts...
 Gorgod
02-19-2011, 9:28 AM
#9
I sent you a PM but in case it didn't go through a script along this lines may work for your purpose. void main() { object oCarth = GetObjectByTag("Carth", 0); int int1 = GetLevelByClass(CLASS_TYPE_SOLDIER, oCarth); if ((int1 == 0)) { AddMu...  [Read More]
Posted in: Create Jedi scripts...
 Gorgod
02-16-2011, 9:53 PM
#7
I only need one script- one where it checks what class the character is at that point. Any help with this would be appreciated....  [Read More]
Posted in: Create Jedi scripts...
 Gorgod
02-13-2011, 9:40 AM
#5
If you are still wondering about conditiomals, my tutorial should help. Its the top one in the sxripts section. I think I understand conditionals, it's just that one thing with leveling that's holding me back. I'm sure it's a basic script (hopefully...  [Read More]
Posted in: Create Jedi scripts...
 Gorgod
02-13-2011, 12:00 AM
#3
I abandoned this mod a while ago, but I'm starting it back up again. I've got most of it down, but is there a script that levels the party member up? Thanks for the info Stream. It really helped me out- even though you probably won't acknowledge thi...  [Read More]
Posted in: Create Jedi scripts...
 Gorgod
11-26-2010, 3:12 PM
#1
I'm currently developing a modification that will allow you to train your party members as Jedi/Dark Jedi, just like in KOTOR II. I'm not a very experienced scripter, so I was wondering if you guys could help me out. I tried consulting RedHawke's &qu...  [Read More]
Posted in: Everyone hostile script...
 Gorgod
11-23-2010, 9:59 PM
#3
There are a couple of ways to do this, if everyone in the room has individual "tags" this would be the way to do it void main() { object oMan1= GetObjectByTag("NPC1", 0); object oMan2 = GetObjectByTag("NPC2", 0); object...  [Read More]
Posted in: Everyone hostile script...
 Gorgod
11-23-2010, 9:06 PM
#1
I'm looking to create a modification that can make everyone hostile. However, I have no clue how to do this. I've found a "make hostile" script, but for me, it didn't work. I've created basic mods in the past, such as turning NPCs into merc...  [Read More]
Page: 2 of 2