R2D2SR388 Posted April 28, 2004 Share Posted April 28, 2004 I have read the sticky at the top of the page and I read the tutorial by T7 but I still don't get what exactly makes the lightsaber have more damage..can someone help me please? Link to comment Share on other sites More sharing options...
shosey Posted April 28, 2004 Share Posted April 28, 2004 In the saber's uti file you can add fields to the "Propertieslist". These proberties can add all kinds of different attributes to the saber. Including damage. I know you said you read t7's guide, but if you look in the sticky "do you want to mod kotor" there are several guids on this exact topic. The item of interest to you in these guids is the "Propertieslist" sections. Experiment with these and see what you can come up with. I hope this helps Link to comment Share on other sites More sharing options...
R2D2SR388 Posted April 28, 2004 Author Share Posted April 28, 2004 thanks I'll try that...but I'm still wondering what the Param1 and all the other stuff are for...when I look at other people's mods....I have no idea what they are for.. Link to comment Share on other sites More sharing options...
catineau Posted April 30, 2004 Share Posted April 30, 2004 ChanceAppear = percentage of the chance the property will appear on the item. Set this to 100 to make the property always appear. PropertName = the row index of the property in itempropdef.2da Subtype = the row index of the itm in the 2da file referenced in the subtyperesref field of the property in itempropdef.2da. If none the subtype should be 0 Param1 - Row index of iprp_paramtable.2da. If none, enter 255. Param1Value = row index of the 2da referenced in the tableresref field of the iprp_paramtable.2da. If none, enter 0. CostTable = The row index of iprp_costtable.2da. If none enter 0. CostValue - Row index of the 2da referenced in the name field of the cost table. If none enter 0. For example, to add 1-8 ion damage against droids to your lightsaber, you would specify the following: ChanceAppear - 100 PropertyName - 13 Subtype - 5 Param1 - 0 Param1Value - 11 CostTable - 4 CostValue - 8 I hope this helps... Link to comment Share on other sites More sharing options...
R2D2SR388 Posted April 30, 2004 Author Share Posted April 30, 2004 Thanks!...that helped a lot....I finally understand what each one stands for now.... Thanks a lot Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.