Jump to content

Seemless unarmed advancement,


Badmagic

Recommended Posts

I've seen a few different mods that try to tackle making unarmed viable in different ways, from batch files which ruins immersion to adding them to existing perks which is reportedly buggy.

 

My idea is simple enough, for each brawl you take action in and 'win' from basic bar brawls to the few optional quest paths instead of receiving cash alone you would also get incremental 'unarmeddamage' modifiers to suggest your literally getting better at it by doing it.

 

So, for example #1. (spoilers below)

 

Hofgrir Horse-Crusher at the Riften stables lets you 'borrow' his horses if you challenge him and win, I would simply add the equivalent of the command 'player.modav unarmeddamage X' to the existing reward condition.

 

For example #2.

 

Uthgerd the Unbroken in the Bannered Mare gives you 100g and will follow you as reward so somewhere the game has these rewards listed, I would again simply add a flat modifier to the players unarmed damage.

 

For example #3.

 

You can choose to deal with the bard Mikael (again in the Bannered Mare) in regards to his unsavoury boasting about Carlotta Valentia through various options one of which is by brawling, if you go that way normally he accepts defeat once taken down and you can inform Carlotta Valentia he wont be bothering them, again simple adding the hidden +unarmed damage modifier in this quest stage should be simple enough.

 

Now, one issue is I don't know how many brawls you can be in through the game so getting the amount to adjust correct is a concern, a simpler solution would be to have varying strengths of esp for those that want a mild incline to those that want fists as tough as Daedric boots and everyone else in between.

 

Biggest problem I'm having at the moment is finding where these current things are handled, I set myself the simple task of finding where when defeated Uthgerd pays you 100g and commences to be available as a follower but I cant even find that properly.

 

Anyone familiar with this new 'tool' know where to look and more importantly what to look for?

 

Postscript: I Checked NPC full names though google to save time, they should be correct but if not, oh well.

Link to comment
Share on other sites

OK, I;ve found the place when Uthgerd gives you the money and offers her services:

Go to the Uthgerd Actor then:

 

Dialogue >> DGIntimidateVictory >> DGIntimidateVictoryYes >> (you're no liar...)

 

This runs a script at that point:

 

; end combat and intimidate

Favor017.SetStage(20)

Game.GetPlayer().additem(Gold001, 200)

GetOwningQuest().SetStage(100)

 

 

 

Hope this is useful

Link to comment
Share on other sites

  • Recently Browsing   0 members

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