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.
Yeah but there is a bug fix for nar shadaa and a 1.7 patch http://knightsoftheoldrepublic.filefront.com/file/TSLRCMv16_Nar_Shaddaa_Fix;115443 Thats the bugfix. I think its fixed in 1.7 but don't hold me to that. It says you must use a save from bef... [Read More]
Discussion Thread - http://www.lucasforums.com/showthread.php?t=207029 Populate Function 2.81 - STABLE AND WORKING Available from same download link This Populate function allows you to get four co-ordinates and randomly spawn any number of NPCs.... [Read More]
There are a couple of things wrong with your script. One isn't your fault. #include "populate" void main() { Tag = "n_com1" ; //YOU FORGOT THE SECOND QUOTATION HERE Populate(10, 33, 54, -39, 23,Tag , TRUE); } For the random... [Read More]
Populate Function 2.81 - STABLE AND WORKING Available from same download link This Populate function allows you to get four co-ordinates and randomly spawn any number of NPCs. It was designed to ease the process of creating modules. All informatio... [Read More]
How much had you actually done? A lot of what you have done (No Offence) seems to be ideas. Im working on SOTE for HarIII and we back up everything and collaberate using DropBox. It means if one person loses everything its still there.... [Read More]
I quote LucasArts “While we have not announced a specific date, we can confirm that we are targeting a spring 2011 release for Star Wars: The Old Republic.... [Read More]
You could always break an area down into smaller squares although it doesn't have to be a square I guess. Breaking it down would be more efficient but covering the whole area in one big square shape thing would mean less work. Either way its still... [Read More]
Wow it must have been late when I wrote this. Bead-v yes I have included it properly but you don't need the .nss extension. When I first wrote it a load of compiling errors came up through the main script referenced to populate.nss. The reason I ha... [Read More]
Ok, after lots of attempts and one hell of a lot of school work I finally managed to come up with this #include "k_inc_generic" #include "k_inc_utility" int RandomInt(int iMax=1, int iMin=0) //Created by bead-v. Thank You { in... [Read More]
Should the xMax etc. be declared in the function itself and how would you find out what to set them as. Sorry about this. I get everything else. Just not how to get the values.... [Read More]
Hmm not sure about the moustache. I like the full beard though. Will this be released seperately as a selectable head because that would be plain awesome.... [Read More]
Right here is a question for you modders. I would like to create some new scripting functions that would aid modders in creating stuff. Like my populate function and the idea behind that. So i wanna know what do you guys wanna see in the way of new... [Read More]
Updated first post with information about my Populate Script Function which populates areas with as many NPCs as you want from one script function.... [Read More]