Increase Melee Damage
Saw some people in other comment sections that they were unhappy with melee damage. This can solve their issue with a little investigation on bat files and how to launch them when the game starts.
Thanks to a kind poster, HylianZ, they informed me that you can use the debug menu and use
player.modav meleedamage 2
This will make it stick through logout.
If you already have a mod that executes a bat file at launch, you can add this
player.setav meleedamage 2
the ‘2’ is a multiplier, if you increase that number, damage dramatically increases.
This same text can be set in the cheat/debug menu normally opened via the [`/~] key
This setting only applies for as long as you are playing, when you relaunch the game
you will have to enter the debug menu again retype the setting. Having the text in a
bat file that launches when the game does, saves you that hassle.