Skyrim
0 of 0

File information

Last updated

Original upload

Created by

kuertee

Uploaded by

kuertee

Virus scan

Safe to use

About this mod

Weapon damages and spell magnitudes are increased by a factor dependent on the actor's Skill. At Skill 100, the factor
is x5. At Skill 1, the factor is 1. These multipliers can be configured for both players and all other actors.

Permissions and credits
Donations
[size=9]Skill based damage multipliers[/size]


Version: 0.802
Date: 31 March 2014
Author: kuertee
Source: http://skyrim.nexusmods.com/mods/21828
Requirements:


Compatibilities:
  • All actors will receive the damage multiplier, DamageResist bonus and the weaknesses to elemental magic.




Thanks to HoppingMadMedia for featuring my mod in his video.My mod is at 7m33s:



Note that a copy of this document exists in the SkyrimDataDocs folder.

[size=7]Short description[/size]


All actors' attack damages are increased based on their relevant Skill. For balance, all actors have a native weakness to Fire, Frost and Shock based on their Destruction Skill.

[size=7]Updates since last release (0.801)[/size]


    0.802, 31 March 2014:
  • Bug fix: Debugging line produces error at every iteration of the code when played with the default configuration. Note that this didn't affect gameplay.
  • Tweak: All actors that are not followers are removed from the list when moving between "load doors". This should prevent the mod from processing actors that will be removed from active memory when loading finishes. This should lessen the times when the mod stalls.


[size=7]Updating[/size]


  • Simply deactivate and uninstall the previous version then install and activate this version. Note that you do not need to stop the mod in-game. If you do, you will lose your accumulated mod-specific data. Let the new version back-up the data of its old version, clean-up the old data (i.e. zero-out) by stopping itself, restart itself and restore the data of the old version.
  • If you have Sky UI's MCM, you can check the settings in Sky UI's MCM wihtin the game.
  • Or check the settings in "DataInikuerteeSkillBasedDamageMultipliers.ini". If you change any of it, execute your changes by typing {bat "inikuerteeSkillBasedDamageMultipliers.ini"} (without the brackets) in the console.
  • After the update is finished, the message "kuSBDM v0.802" will appear.



[size=7]Gameplay changes[/size]


Skill-based damage multiplier

All actors' attack damages are increased based on their relevant Skill.

Damage from one-handed weapons are multiplied by a sliding factor based on the One-handed Skill. By default, at Skill 0, the multiplier is 1. I.e. damage is not multiplied. At Skill 100, the multiplier is 2. Damage from two-handed weapons are multiplied based on the Two-handed Skill. Damage from bows, on the Marksman Skill.

These added multipliers are applied after all other multipliers (e.g. form chosen Perks and from enchantments) are applied.

Because these multipliers are applied to the Actor Value, AttackDamageMult, the weapon damages in the Inventory Screen changes when you change your equipped weapons. Depending on the Skill of your newly equipped weapon, the Damage displayed for all weapons will increase or decrease. E.g. when your One-handed Skill is greater than your Marksman Skill, you'll notice the Damage for your bow decreases when you equip it after having a One-handed weapon equipped. This is because the AttackDamageMult is decreased due to your Marksman Skill being lower than your One-handed Skill.

You can configure this for NPCs and "normal" creatures by setting userMultiplier to either 2 (the default), 3, 4 or 5. All NPCs and creatures that do not get classed in the other multipliers below will use this multiplier.

Configure this for large creatures by setting userMultiplierForLargeCreatures. The default is 4. Large creatures are dragons, dwarven centurions, giants (including lurkers), mammoths and were creatures.

Set userMultiplierForDaedra for daedric creatures. The default is 3.

For dwarven creatures, set userMultiplierForDwarven. The default is 3.

For undead creatures (except for vampires - which are NPCs), set userMultiplierForUndead. The default is 3.

You can configure this for the player by setting userMultiplierForPlayer to either 2 (the default), 3, 4 or 5. Only the player will use this multiplier

This default setting sets large and "out-of-the-ordinary" creatures to be deadlier than normal.

Block skill-based DamageResist bonus

Block skill adds a bonus DamageResist. By default, this is only enabled on creatures. Enable it for NPCs and the player in the MCM or the INI file. Note, however, that NPCs and players can use shields already. And enabling this feature on them will simply give them a bonus DamageResist regardless of their use of a shield.The data in the Creation Kit suggests that the Block skill on creatures is used for their inherent toughness of hide/skin.

Skill-based weakness

For balance, all actors have a native sliding weakness to Fire, Frost and Shock based on their Destruction Skill.

By default, at Skill 0, the weakness is 25%. I.e. damage from an incoming Fire, Frost or Shock attack (elemental attack) is increased by 25%. At Skill 100, the weakness is 0%. I.e. there is no added damage from incoming elemental attacks.

When the multiplier (i.e. userMultiplier or userMultiplierForPlayer) is 2, the weakness at Skill 0 is 25%. When the multiplier is 3, the weakness at Skill 0 is 50%. When the multiplier is 4, 75%. And when the multiplier is 5, 100%.

Player-level scaling

Multipliers can now scale to the user's level allowing for a less dangerous start of a new game. By default, the multipliers reach their selected values when the player is at level 10. For an experience similar to previous versions, set userLevelNeededForMaxMultiplier in the MCM or the INI file to 1.
As a reminder, this does not directly affect the actual attack multiplier. Instead, this affects the value of your mod settings. E.g. When userLevelNeededForMaxMultiplier is 10 and the value for userMultiplierForLargeCreatures is 4:


Player level multiplier for dragons formula


The formula for the resulting multiplier is: 1 + Floor (level / userLevelNeededForMaxMultiplier * (userMultiplierForLargeCreatures - 1).

Increasing unarmed damage
Each successful hit multipliers your next unarmed damage hit. Get hit and the multipliers are reset.

[size=7]Details[/size]


The formula for the damage multiplier is: current Actor Value AttackDamageMult + ((skill / 100) * (userMultiplier - 1)). Note that the AttackDamageMult Actor Value is natively at 1.

The formula for the element weakness is: current Actor Value ResistFire - ((100 - skill) / 100 * (25 * (userMultiplier - 1))). Note that the ResistFire Actor Value is natively at 0. A positive number (e.g. from potions and enchanted armour) is a resistance. A negative number (e.g. from this mod) is a weakness.

Note that because these effects are applied with Magic Effects in Abilities, the sliding value of multipliers and weaknesses are "stepped" by 10 Skill points.

E.g. With the default multiplier of 2, the actual multiplier for Skills 1 to 10 is +0.1. For Skills 11 to 20, +0.2. For Skills 21 to 30, +0.3. Up to Skills 91 and above that results in a multiplier at +1. With the default multiplier of 2, the actual weakness for Skills 1 to 10 is -25%. For Skills 11 to 20, -22.5%. For skills 21 to 3, -20%. Down to Skills 100 and above that results in a weakness of -0% (i.e. no weakness).

Below is a table of the attack damage multipliers, DamageResist bonuses and element weaknesses.



You can configure this mod with SkyUI's MCM or in the Console by typing "SetPQV kuSBDMQ {mod data} {value}".Below are the various mod data that you can change, their default values and a short description of their effects.

userMultiplier 2
Set to either 2 (default), 3, 4 or 5. Actors' damage is multiplied by a sliding scale from 1 at Skill 0 to this value at Skill 100. Actors' elemental weakness is a sliding scale from 50% (with the default of 2) at Skill 0 to 0% at Skill 100.

userMultiplierForPlayer 2
Set to either 2 (default), 3, 4 or 5. The player's damage is multiplied by a sliding scale from 1 at Skill 0 to this value at Skill 100. The player's elemental weakness is a sliding scale from 50% (with the default of 2) at Skill 0 to 0% at Skill 100.

userMultiplierForLargeCreatures 4
This sets the sliding multiplier for attack damage and elemental weakness for large creatures (dragons, dwarven centurions, giants and mammoths).

userMultiplierForDaedra 3
This sets the sliding multiplier for attack damage and elemental weakness for daedric creatures.

userMultiplierForDwarven 3
This sets the sliding multiplier for attack damage and elemental weakness for dwarven creatures - except for centurions, which are classed as large creatures.

userMultiplierForUndead 3
This sets the sliding multiplier for attack damage and elemental weakness for undead creatures.

userBlockIncreasesPlayerDamageResist False
When true, the Block skill adds a Damage Resist bonus (dependent on the value of userMultiplierForPlayer) to the player - regardless of their use of a shield. Enable this for a more RPG-like combat that is dependent on skill rather than 'twitch' action.

userBlockIncreasesNPCDamageResist False
When true, the Block skill adds a Damage Resist bonus (dependent on the value of userMultiplier) to NPCs - regardless of their use of a shield. Enable this for a more RPG-like combat that is dependent on skill rather than 'twitch' action.

userBlockIncreasesCreatureDamageResist True
When true, the Block skill adds a Damage Resist bonus (dependent on the value of the appropriate multiplier) to Creatures - regardless of their use of a shield.

userLevelNeededForMaxMultiplier 10
This makes the multipliers below scale between 1 to the selected multiplier depending on the player's level. E.g. when set to 1, all multipliers are set to the selected values. When Set to 10, the multipliers scale from 1 at player's level 1 to the selected values at level 10 and more. This allows a less dangerous start of a new game.

A configuration file (datainikuerteeSkillBasedDamageMultipliers.ini) is provided with the relevant console commands. If you want to change any of the default values above, change them in the INI file then run the file by typing {bat "inikuerteeSkillBasedDamageMultipliers.ini"} (without the brackets) in the console. You only need to do this when you want to change the values of the property. Your changes will be saved in your game.

[size=7]Install[/size]


  • Use Wrye Bash (http://skyrim.nexusmods.com/downloads/file.php?id=1840) to install this mod. Just drag the package (which is a normal ZIP file) into Wrye Bash's Installers tab. However, the package is only a normal ZIP file, so if you know the game's mod file structure, install it manually.
  • Change your settings within the game in Sky UI's MCM or check the settings in "DataIni". If you change any of it, execute your changes by typing in the console {bat "inikuerteeSkillBasedDamageMultipliers.ini"} without the brackets.
  • Activate the mod.



[size=7]Uninstall[/size]


  • In the console, type "SetPQV kuSBDMQ uninstallNow True." Or with Sky UI's MCM, set the uninstallNow toggle to True then exit the menus.
  • Wait for a message confirming the uninstallation. Save the game.
  • Deactivate the mod with Wrye Bash. If you installed this manually, simply delete all the files you installed. (Wrye Bash keeps track of files used, so installing/uninstalling the mod with it is 100% simpler.)



[size=7]Troubleshooting[/size]


  • You can reset the mod by typing {SetPQV kuSBDMQ resetNow True} (without the brackets) in the console. Or with Sky UI's MCM, set the resetNow toggle to True then exit the menus.
  • When it resets it will ask you either reset all of its data or continue with the current data. Resetting all its data will remove all your configurations and set the mod as if you have first installed it.
  • You can check all the mod's data by typing {SQV kuSBDMQ} in the console. You can check if your configurations were set in the mod properly with this.
  • If you find that your changes (with the command SetPQV or from executing the INI) do not appear in the mod, check the command again for spelling errors. Then try again.
  • If you find that resetting (with resetNow) and uninstalling (with uninstallNow) don't seem to work, the mod may have been suspended. It is best to simply start-over (i.e. reinstall the mod) after a "clean" save.


Creating a clean save:

  • If you can, uninstall the mod from the console with {SetPQV kuSBDMQ uninstallNow True}.
  • Wait for the mod to confirm the uninstallation. It may take a minute. If no confirmation appears, then simply continue to the next step.
  • Save the game manually from the console by typing {save uninstalledMod}.
  • Uninstall all the mod's files (*.ESP, *.PSC, *.PEX) from the game folders. Make sure that none of the mod's Scripts are left. A mod manager like Wrye is best used for this.
  • Load the "uninstalledMod" save.
  • Save the game manually again from the console by typing {save cleanSave}. Because all of the mod's files were removed, all of its data will be "zeroed" in this game.
  • Play from this game.



Script logging

  • As a last resort, you can also enable script logging and investigate the "DocumentsMy GamesSkyrimLogsScriptPapyrus.0.log" file and/or send them to me. Contact me first either on TESNexus or the official Bethesda forums.
  • To enable script logging, set bEnableLogging, bEnableTrace and bLoadDebugInformation in the Skyrim.INI file. More information about this is in this thread in the official Bethesda Creation Kit Forum: http://forums.bethsoft.com/topic/1345130-having-papyrus-trouble-here-are-some-things-to-try/.
  • Then you can set the mod's specific log operations by setting debugMode to 1 in its MCM.
  • Play the game for 5 minutes or so - enough time for the game to capture enough events.
  • If your logs contain "Suspended stack count is over our warning threshold, dumping stacks:", then your game is suffering badly. I've written a guide on how to clean your game and recover from it in Bethesda's official forums: http://forums.bethsoft.com/topic/1481687-suspended-stack-count-is-over-our-warning-threshold/.
  • Then send the the "DocumentsMy GamesSkyrimLogsScriptPapyrus.0.log", "DocumentsMy GamesSkyrimLogsScriptUserkuSBDMQs.0.log" to [email protected].


[size=7]History[/size]


    0.801, 11 March 2014:
  • Tweak: When in Vampire Lord or Werewolf form, your attack damage is multiplied according to your One-Handed skill level. Note that the unarmed damage multipliers when you avoid getting hit still applies.
    0.8, 10 February 2014:
  • Bug fix: The increasing unarmed damage feature was getting applied to creatures.
  • Bug fix: Better detection of invalid actors (i.e. actors not in active memory). Previously, some invalid actors were not getting removed from aliases.
  • Bug fix: (Again:) In previous version, no new creatures were getting added to the multiplier aliases after sometime of playing.
    0.705, 28 December 2013:
  • New feature: Increasing unarmed damage. Each successful hit multiplies your next unarmed damage hit. Get hit and the multipliers are reset.
  • Bug fix: In previous version, no new creatures were getting added to the multiplier aliases after sometime of playing.
    0.703, 15 October 2013:
  • New feature: Mutlipliers for animals. Set userMultiplierForAnimals for this. The default is 3. After playing Far Cry 3, I find that animals in Skyrim could be a little bit more dangerous.
    0.702, 10 July 2013:
  • New feature: Different multipliers for these types: creatures and NPCs, large creatures (dragons, dwarven centurions, giants and lurkers, mammmoths and were creatures), daedra, dwarven automatons and undead. By default, large creatures are set at x4. Daedra, dwarven automatons and undead creatures are set at x3. All others at x2. And the player at x2. This default setting sets large and "out-of-the-ordinary" creatures to be deadlier than normal. Change these values in the MCM or the INI file.
  • New feature: Block skill adds a bonus DamageResist. By default, this is only enabled on creatures. Enable it for NPCs and the player in the MCM or the INI file. Note, however, that NPCs and players can use shields already. And enabling this feature on them will simply give them a bonus DamageResist regardless of their use of a shield. The data in the Creation Kit suggests that the Block skill on creatures is used for their inherent toughness of hide/skin.
  • New feature: Multipliers can now scale to the user's level allowing for a less dangerous start of a new game. By default, the multipliers reach their selected values when the player is at level 10. For an experience similar to previous versions, set userLevelNeededForMaxMultiplier in the MCM or the INI file to 1.
    As a reminder, this does not directly affect the actual attack multiplier. Instead, this affects the value of your mod settings. E.g. When userLevelNeededForMaxMultiplier is 10 and the value for userMultiplierForLargeCreatures is 4: Player level multiplier for dragons formula 1 x 11 + Floor (1 / 10 * (4 - 1)) = 1 + Floor (0.3) = 1 + 0 = 1 -5 x 21 + Floor (5 / 10 * (4 - 1)) = 1 + Floor (1.5) = 1 + 1 = 2 -8 x 31 + Floor (8 / 10 * (4 - 1)) = 1 + Floor (2.4) = 1 + 2 = 3 -10 and above x 41 + Floor (10 / 10 * (4 - 1)) = 1 + Floor (3) = 1 + 3 = 4 -
  • Tweak: You can now change user settings before the main quest is at stage 5 (e.g. before leaving Helgen).
  • Tweak: The main package and the MCM can now be merged manually (with TES5Edit). Removing the reliance on GetFormFromFile () from the MCM discovery code made this possible. In this new version, SendModEvent () is used by the main package and the MCM to "ping" each other.
    0.520, 10 April 2013:
  • Tweak: Recompiled with Skyrim's 1.9 patch and SkyUI's 3.4 patch.
  • Bug fix: Previously, the player wasn't getting the multipliers when the x3 multiplier is used.
    0.518, 21 February 2013:
  • New feature: reprogrammed the mod to use spells rather than perks (which only worked on the player). I mistakenly thought that it the perks worked on NPCs because of other factors built into the previous version. Thanks Duke (spookyfx.com) for insisting that Perks worked only on the player.
    0.5, 7 August 2012:
  • Initial release.


[size=7]Credits[/size]


kuertee in http://www.bethsoft.com/bgsforums/

[size=7]Tools Used[/size]


Creation kit - http://www.creationkit.com

[size=7]Licensing/Legal[/size]


You can do whatever you want with this mod but all I ask in return is that you give me credit. I would also like to be contacted when you include this mod in part or in full in a public release.