Jump to content

Multiple Enchantments


chadanomez

Recommended Posts

I've read many posts on other forums of people wanting multiple effects on their armour. I also want to be able to do this. I used the search function here to check the topics but found nothing.

 

What I need to know is in what file the game determines what items will be allowed for enchanting and which wont. If I can change this file so you can re-enchant enchanted items you can make multiple enchants on armour. You'll be able to infinitly enchant items but it'll cost you a fortune so I think it's fair.

 

Could this be possible and does anybody know which file(s) I need? I just can't find em. The ideal thing would be a file/script that determines the amount of effects that can be added but I doubt I'll ever find it :dry:

 

Thx in advance :happy:

 

Greetz

Zenom

Link to comment
Share on other sites

I'm quite sure that you can't add enchantments to already enchanted items.

 

You could set up a system that allows VANILLA enchanted items to be replaced by unenchanted versions, but I'm not sure whether custom enchanted items keep track of their base object.

 

Globally increasing enchantment capacity should be possible. You should be able to increase it using the GMSTs starting with fEnchant.

 

More on the math may be found here.

Link to comment
Share on other sites

You can only add more than one effect to armor within the CS. Within the game it's hard coded to only allow one. There is no way to change this. You'll just have to learn how to make your own custom stuff in the CS, and make some way of obtaining it in game.
Link to comment
Share on other sites

Well I know how to use the CS and made a lot of stuff but it's just not the same like just going to the arcane uni and create it there.

 

Abramul, what you said about using the GMSTs starting with fEnchant. What do you mean, I can't really follow :huh:

Link to comment
Share on other sites

In the CS, under Gameplay->Settings..., scroll down until you find these entries:

 

fEnchantPettyLimit

fEnchantLesserLimit

fEnchantCommonLimit

fEnchantGreaterLimit

fEnchantGrandLimit

I think these set the max enchantment value for each class of soul.

 

fEnchantmentEffectPointsMult

fEnchantmentGoldMult

fEnchantmentPointsMult

Not entirely sure about these. Try experimenting with one at a time.

 

And, as I said, there a re equations on the linked page.

Link to comment
Share on other sites

  Abramul said:
In the CS, under Gameplay->Settings..., scroll down until you find these entries:

 

fEnchantPettyLimit

fEnchantLesserLimit

fEnchantCommonLimit

fEnchantGreaterLimit

fEnchantGrandLimit

I think these set the max enchantment value for each class of soul.

 

fEnchantmentEffectPointsMult

fEnchantmentGoldMult

fEnchantmentPointsMult

Not entirely sure about these. Try experimenting with one at a time.

 

And, as I said, there a re equations on the linked page.

That doesn't allow you to put more than one enchantment on a piece of equipment. As I had said, the only way to have more than 1 effect on armor or clothing is to do it within the CS. If you're concerned about the whole "doesn't feel like enchanting" aspect, you could always create a very complicated script to add the item to your inventory in exchange for a soulgem and the base item. This is hard coded, and cannot be changed via scripts, or settings.

Link to comment
Share on other sites

Well if I'd do it with a script, is there a command like addspell or something that adds an effect to an item? It would be very helpful to know the commands the enchantment script itself uses but since it's hard coded it'll be difficult to find, right?

 

Well would you look at this. I just found a mod that allows multiple enchantments on apparel. It uses OBSE.

 

Here's the link http://www.tessource.net/files/file.php?id=8862

 

EDIT: Merged your posts. Please edit rather than double posting, thanks.

 

- Switch

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...