Jump to content

Home

Modding questions


Osuirof

Recommended Posts

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 ?

Link to comment
Share on other sites

 

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 ?

Link to comment
Share on other sites

  • 11 months later...

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 1 year later...

Archived

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

×
×
  • Create New...