Jump to content

Home

Increasing damage for grande/utility devices.


AlBundy

Recommended Posts

I've been searching through most of the .2da files and whatnot and checked for some tutorials on the subject, but I'm still lost.

 

Is there a way to increase the damage for certain grenades or droid utility devices? I.E. increasing Molten Cannon damage from 60-90? Or increasing Thermal Detonater damage from 60-120? How would I do this with KT?

Link to comment
Share on other sites

I've been searching through most of the .2da files and whatnot and checked for some tutorials on the subject, but I'm still lost.

 

Is there a way to increase the damage for certain grenades or droid utility devices? I.E. increasing Molten Cannon damage from 60-90? Or increasing Thermal Detonater damage from 60-120? How would I do this with KT?

 

That's handled by scripts. You'll have to modify and recompile k_sup_droid.nss to change the droid weapons, and k_sup_grenade.nss for the grenades. You can find both original scripts inside scripts.bif with KotorTool, though if you're using a mod that already modifies those scripts you should use the script source from those mods as a base instead to avoid breaking things.

 

Check the code comments and you should be able to find the parts for the different grenades without trouble. Look for where the nDamage variable gets assigned its value to change the damage for that type of grenade/beam.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...