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.
http://www.lucasforums.com/showpost.php?p=1825192&postcount=3 Thats probably the most helpful. Before you post its always helpful to look around the tutorials section first as you may find what you're looking for.... [Read More]
I think that from now on any mods that have a WIP thread and are being made for KOTOR 2 should be made to state whether they are compatible. Most mods that aren't won't be too popular either. Sounds good though. Very interesting.... [Read More]
Script Condidionals Hello There, When I was making my Tatooine Job Office (http://www.lucasforums.com/showthread.php?t=206577) I wanted to find how to only make certain conversation options available after certain conditions had been met. Now I co... [Read More]
Hello there, Ive been using some waypoints and everything has gone well so far. I have on question though. Is there a way to make an NPC pause at a waypoint before continuing to the next waypoint? Also if I pause one will I then have to pause them a... [Read More]
For the first question. U could find the tag of the party member and use GetIsObjectValid. I would post an example but on my phone. No idea abput the second questioon... [Read More]
Hi. This thread was here before but i didnt get a chance to read bead,vs second post. It was an answer i kind of needed. I think i remember the 010exit001,but if someone could ppost what the vo id and resref would be. Thanks.... [Read More]
Its not necessary in a void command hence the void part of it :P http://www.lucasforums.com/showthread.php?t=206600 that explains it all.... [Read More]
First of all you dont need s conditional script. They areusually used for diaalogue. It just needs to bew a void main sacript Second u dont have enough coordinates set. I would post an example but im on my phone. It should work after that. If u wan... [Read More]
Script Condidionals Hello There, When I was making my Tatooine Job Office (http://www.lucasforums.com/showthread.php?t=206577) I wanted to find how to only make certain conversation options available after certain conditions had been met. Now I co... [Read More]
Don't put the .ncs extension in the script to run box. in your script you may want to use void main() { if (!GetLocalBoolean(OBJECT_SELF, 40) && (GetEnteringObject() == GetFirstPC())) { SetLocalBoolean(OBJECT_SELF, 40, TRUE); CreateO... [Read More]
You could use a program like audacity to maklee them sound female My problem is the opposiite. I use too many aliens because i can't be bothered to make VOs... [Read More]
Yes but thats something we have to put up with for now. We could combine scripts providing taht everything else is compatible. But to make it compatible with every mod would take forever. If a program was created that combined certain parts of scrip... [Read More]