Jump to content

Home

Modding questions


Osuirof

Recommended Posts

Posted

tk102

Thank you.

 

New questions:

How to make:

1. A script that changes the mark up\down values of shops ?

2. One item use two or more "Activate Item" thing ?

3. New shield protecting from disruptor fire ?

Posted

 

2. Equipping an item cannot block another item slot, that I know of, but you might want to browse baseitems.2da just in case. At least that's where I would look first. ;)

 

 

I may be a little out of context on this.

However if equiping an item cannot block another item slot then how do double bladed swords work ?

  • 11 months later...
Posted

Liveee!.

1. Is there a way to change the values for DC of saving throw, damage reduction, etc. ?

2. Could someone list the utc file of party members (utc that you start with when they join) ?

 

Previous questions still are waiting :D

Posted
2. Could someone list the utc file of party members (utc that you start with when they join) ?

 

All the party members' UTC files start with a "p_" followed by their name (e.g. p_atton). Templates.bif ---> Blueprint, Character.

Posted

1. Is there a way to change the values for DC of saving throw, damage reduction, etc. ?

 

Depends on what you want to change the save DC for. If it's for force powers, rockets or grenades you have to modify the impact scripts for the powers in question and manipulate the base value from the GetSpellSaveDC() function with whatever changes you want done.

 

If it's for OnHit item properties you can change those (or add new values) in the iprp_onhitdc.2da file. The value column contains the save DC value, while the name column contains a dialog.tlk StrRef to an entry containing the value shown in-game in item descriptions and such. If you add new save DC values you'll need to add the corresponding entries to dialog.tlk so they are shown properly in the game.

  • 1 year later...
Posted

1. Is there a way to make "upgrade required to activate" work in TSL ?

I want to use standard upgrade items, but it dosen`t work.

2.How to change the values for damage reduction, resistance etc. ?

Archived

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

×
×
  • Create New...