-
Notifications
You must be signed in to change notification settings - Fork 84
Description
Catch all issue to dump bug reports from the forums that may or may not need separate issues.
On to Oblivion, then. I checked the bashed patch to see if it was reverting any vanilla values. The only one was from Knights. The heavy Boots of the Crusader have a flag, "calculate from all levels <= player's level." The Unofficial Knights Patch removes this flag, the bashed patch restores it. I'm guessing that removing it was the unofficial fix for the level glitch with this item.
Note that the bashed patch chooses to revert the value back to the same value as Oblivion.esm uses. Example: AdrienneBerene has a faction rank of 3 in Oblivion.esm, UOP then changes it to 7 and then bashed patch changes it back to 3 again.
Supierce on NVIDIA fog fix: http://forums.bethsoft.com/topic/1602198-wrye-bash-thread-109/page-6#entry25174562
Found a strange bug with inventories importing. Look at these screenshots:
In one case MTC's entry has overwritten FCOM's change, in second everything was imported perfectly, and in third Bashed Patch has just ignored MTC's changes. Is there any way to fix it without a manual patch?
P.S. Also, many village/quest mods need Actors.AIPackages, Invent and Factions tags. Here is one example from MTC: http://imgur.com/a/K9sqj
Cbash crashes when I import names from this plugin (Oblivion Content Restoration Project): http://www.nexusmods.com/oblivion/mods/45909/?tab=1&navtag=http%3A%2F%2Fwww.nexusmods.com%2Foblivion%2Fajax%2Fmoddescription%2F%3Fid%3D45909%26preview%3D&pUp=1
Traceback (most recent call last): File "bash\balt.pyo", line 416, in <lambda> File "bash\balt.pyo", line 1573, in _conversation_wrapper File "bash\basher\patcher_dialog.pyo", line 201, in PatchExecute File "bash\basher\patcher_dialog.pyo", line 302, in _save_cbash File "bash\cint.pyo", line 14259, in save WindowsError: exception: access violation reading 0x1280B40FIf WB is launched with administrator privileges, WB just CTDs.
Not a serious problem for me, but I couldn't find anything unusual in the esp, so it is strange.
CBash:
- Mod_CreateDummyMasters -> investigate why CBash blows - dropped in 964a0a9