You will need: JPEXS Free Flash Decompiler (FFDec).
- Create a copy of the version of quest_journal.swf you want to patch.
- Open the copy of quest_journal.swf using FFDec.
- Navigate to scripts > __Packages > <default package> > QuestsPage.
- Click Edit ActionScript at the bottom.
- Find the line which starts like the line below (around line 309):
var _loc2_ = ["Misc","Main","MagesGuild","ThievesGuild","DarkBrotherhood","Companion", ...
- Change the first "Misc" to "Favor" so you have:
var _loc2_ = ["Favor","Main","MagesGuild","ThievesGuild","DarkBrotherhood","Companion", ...
- Click Save at the bottom.
- Click Save at the top.
- Ensure your newly-edited copy of quest_journal.swf overwrites the original.
- Load up Skyrim and check your new knotwork!
If for whatever reason this doesn't work, you can disable your new version of quest_journal.swf and easily return to the previous version.
If you are using Knotwork specifically, you will need to change "Misc" to "24" instead:
var _loc2_ = ["24","Main","MagesGuild","ThievesGuild","DarkBrotherhood","Companion", ...
0 comments