Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The basic question I have here is where to find some base game scripts? For example, in Creation Kit you have some armor object, a forge, and a tempering table entities. But it seems they do not have any scripts attached to them in CK.
and I was not able to find a menu in CK where you could just observe all the scripts that exists in skyrim.
If you might know how does the magic of transforming ignots and leather into an armor object or magic of improving armor rating (be tempering) happens. I mean is it done by a script or it is hardcoded in the game? and if it is hardcoded in the game, can we actually alter it?
What I am actually would like to achieve is prohibit tempering an armor/weapon above Legendary level.
I suppose that it can be done either by adding a simple if-condition to the original tempering script or by adding a new script to the tempering table with the if-condition.
In first case I have no idea where to find that original script. In the second case, I have no idea how to get armor rating of the to-be-tempered object.
Thank you in advance for any advice you can give or maybe you know a guide/article that helps to understand these things.