image_1780584250702_cbwts3
image_1780584251938_f1g447
image_1780584253382_j5p5ci
image_1780584251845_belf56
image_1780584250569_90kjlb
image_1780584263565_rna7ln
image_1780584253298_qshnmy
image_1780584270562_x3efki
image_1780584254185_s1uggw
image_1780584255629_q1n905
image_1780584257536_jwvwkr

原文描述
Fixes
– Activate Furniture (default: enabled) Activating furniture while mounted breaks the camera.
– Actor Value Percentage (default: enabled) Temporary actor value modifiers are not accounted for when calculating the percentage of an actor value. Spoiler: ShowThe GetActorValuePercent, GetHealthPercentage, and GetStaminaPercentage conditions and the GetActorValuePercentage Papyrus function account for permanent but not temporary actor value modifiers. This is also true of the enemy health bar displayed in the HUD. They will therefore be incorrect if the target has any temporary buffs or debuffs to the relevant actor value.
– Enchantment Cost (default: enabled) The value of player enchanted items and the amount of charge that player enchanted weapons drain is not saved (article). This is an alternative to the Enchantment Reload Fix. Spoiler: Show
– Harvested Flags (default: enabled) Flora and trees are saved when they are harvested, but not when they respawn. When you save and reload, any flora and trees in the loaded area that have respawned will once again be harvested. This is an alternative to the Flora Respawn Fix. Spoiler: Show The image above demonstrates what you can expect to happen when you save and reload. Flora and trees that were previously harvested and had since respawned will once again be harvested.
– Hit Effect Race Condition (default: enabled) A race condition prevents hit effects from being applied to an actor if their mesh loads after their magic effect are first updated. Spoiler: ShowThe most common example of this bug is magic effects with the Recover flag that apply hit effects. If the actors mesh is loaded before the magic effect is first updated then any hit effects will be applied. However, if the actors mesh is instead loaded after the magic effect is first updated then any hit effects will not be applied.
– Impact Effect Crash (default: enabled) Loading a save game in which an impact effect has been placed that uses a now uninstalled texture set will crash the game.
– IsCurrentSpell (default: enabled) The IsCurrentSpell condition and console command is incorrectly implemented and will almost always return false.
– Kill Camera (default: enabled) The kill camera simulates the trajectory of an arrow when it is fired and runs the Apply Combat Hit Spell perk entry point if it will hit a non-player character. Spoiler: ShowIf you have the Bullseye perk and the kill camera is enabled then targets will be paralyzed when the kill camera starts, otherwise if the kill camera is disabled then targets will be paralyzed when the kill camera would have started.
– Left Hand Power Attacks (default: enabled) The weapon in your right hand is used to calculate the stamina required to perform a left hand power attack.
– Magic Effect Flags (default: enabled) Flags are not respected when scaling the duration and magnitude of a magic effect with its effectiveness. Spoiler: ShowWith this fix the Power Affects Duration/Magnitude and the No Duration/Magnitude flags are respected. If Power Affects Duration is flagged then the duration of the magic effect will be scaled with its effectiveness, unless No Duration is also flagged. If Power Affects Magnitude is flagged then the magnitude of the magic effect will be scaled with its effectiveness, unless No Magnitude is also flagged.
– Modify Armor Weight Perk Entry Point (default: enabled) The weight of all armor in a stack is modified by the Modify Armor Weight perk entry point, instead of just the armor you are wearing (article). Spoiler: ShowIf you are familiar with the Conditioning and Unhindered perks or The Steed Stone then you will have encountered this bug before.
– Power Cooldowns (default: enabled) The last power on cooldown is saved as many times as you have powers on cooldown, instead of each power on cooldown being saved.
– Projectile Fade Duration (default: enabled) Projectiles are not destroyed if they have not been updated before they fade.
– Quick Shot (default: enabled) The Quick Shot perk is not accounted for when calculating the power of an arrow fired by the player. Spoiler: ShowThe bPerkQuickDraw animation variable allows the player to nock the arrow 2 times as fast. The base game however does not account for this and therefore incorrectly calculates the power of an arrow fired by the player if you have the Quick Shot perk. If you have a mod installed that changes the playback speed of the nocking animation when the bPerkQuickDraw animation variable is set, the same change will have to be made to the settings file.
– Terrain Decals (default: enabled) Decals cannot be applied to the terrain in cells that have been partially unloaded. Decals are used to create effects such as blood, footprints, and magic impacts. Spoiler: Show
– Training Menu (default: enabled) The cost of a lesson displayed in the training menu is affected by any buffs or debuffs to the relevant skill. Spoiler: Show
– Weapon Charge (default: enabled) The charge of equipped enchanted weapons can only be restored to their charge when they were last equipped or recharged. Spoiler: ShowWith this fix the charge of equipped enchanted weapons can always be fully restored. Patches
– Accumulating Magnitude (default: disabled) The maximum magnitude of an accumulating magnitude magic effect scales with its effectiveness, instead of the rate of accumulation. Spoiler: ShowThe base game scales the rate of accumulation of an accumulating magnitude magic effect with its effectiveness. Wards will for example charge 2.2 times as fast if they are dual casted. With this patch wards will instead have 2.2 times the maximum power if they are dual casted. The effectiveness of a magic effect is affected by dual casting, perk entry points, and resistances.
– Already Caught Pickpocketing (default: disabled) Pickpocket non-player characters even if they have already caught you. Spoiler: ShowYou can be caught pickpocketing for a variety of reasons and left unable to pickpocket a non-player character until they reload, even if you are undetected. With this patch you are always able to pickpocket non-player characters even if they have already caught you.
– Attach Hit Effect Art (default: disabled) Attach hit effect art to actors each time they load, instead of only when a magic effect is first applied. Spoiler: ShowThe base game will only attach hit effect art when an actor gains an ability from an alias, or when they are first hit by a spell. This limits the types of spells that can attach hit effect art, and the ways in which those spells can be applied. If an actor unloads and reloads or transforms into a werewolf then any hit effect art is not reattached. With this patch hit effect art is always reattached like hit shaders.
– Cloak Hit Effects (default: disabled) Each of a cloaking spells magic effects can apply hit effects, instead of only the costliest magic effect. Spoiler: ShowCloaking spells provide a compatible and performance friendly way to apply hit effects to actors. However, because only the costliest magic effect can apply hit effects, you must create a separate cloaking spell for each of the hit effects that you intend to apply. This means that if you intend to apply different hit effects under different conditions, you must create a separate cloaking spell for each set of conditions. With this patch you only require a single cloaking spell.
– Difficulty Multipliers: Commanded Actors (default: disabled) Reanimated corpses and summoned creatures use the same difficulty multipliers as the player. Spoiler: ShowReanimated corpses and summoned creatures already use the same difficulty multipliers when dealing damage, and with this patch they now use the same difficulty multipliers when taking damage.
– Difficulty Multipliers: Teammates (default: disabled) Followers use the same difficulty multipliers as the player. Spoiler: ShowFollowers already use the same difficulty multipliers when dealing damage, and with this patch they now use the same difficulty multipliers when taking damage.
– Equip Best Ammunition (default: disabled) Automatically equip your best arrows or bolts when you equip a bow or crossbow, instead of your worst arrows or bolts.
– Improve Multiple Enchantment Effects (default: enabled) Your skill in enchanting improves each of an enchantments effects, instead of only the costliest effect. This affects enchantments with multiple effects such as Chaos Damage and Fiery Soul Trap. Spoiler: Show The image above demonstrates that both of an enchantments effects are increased by your skill in enchanting, instead of only the costliest effect.
– Leveled Characters (default: disabled) Very hard leveled characters can be the same level as hard leveled characters, instead of having to be a higher level.
– Lockpicking Experience (default: enabled) Earn experience every time you pick a lock, instead of only the first time.
– Paused Game Hit Effects (default: enabled) Apply any number of hit effects to the player while the game is paused, instead of only one hit effect. Spoiler: ShowThe base game only makes it possible to apply one hit effect to the player while the game is paused. This is a problem if you want to apply a hit effect to the player while a menu is open. This includes the inventory menu, in which you might equip armor that applies hit effects.
– Perk Entry Points: Apply Multiple Spells (default: disabled) Apply any number of spells at once using perk entry points, instead of only one spell. Spoiler: ShowThe apply spell perk entry points are unique and powerful tools, however they must be used sparingly because only one spell can be applied under any given set of conditions. With this patch any number of spells can be applied under any given set of conditions. The following perk entry points are affected:Apply Bashing SpellApply Combat Hit SpellApply Reanimate SpellApply Sneaking SpellApply Weapon Swing Spell
– Perk Entry Points: Cast Spells (default: enabled) Spells applied by perk entry points are cast by the source on the target, instead of by the target on the target. Spoiler: ShowWith this patch the spell uses the sources perks, conditions are run on the source, and events are sent the source. Ability, addiction, and disease spells are still added to the target instead of cast by the source on the target. The following perk entry points are affected: Apply Bashing SpellApply Combat Hit SpellApply Reanimate SpellApply Weapon Swing Spell
– Poison Resistance (default: disabled) Poisons are not always resisted by the targets poison resistance. Spoiler: ShowWith this patch poisons are only resisted by the targets poison resistance if the magic effects Resist Value is set to the PoisonResist actor value.
– Power Attack Stamina (default: disabled) Both the player and non-player characters can only perform power attacks and bashes with the required stamina. Spoiler: ShowThe base game only requires that you have more than zero stamina to perform power attacks and bashes. With this patch you are required to have the full amount of stamina to perform power attacks and bashes. If power attacks are chained then stamina is only required for the first power attack. Power attacks can for example be chained when dual wielding.
– Reflect Damage (default: enabled) Reflect any amount of damage, instead of only up to 100% damage.
– Scroll Experience (default: disabled) Earn experience when using scrolls. This patch should only be enabled when paired with another mod that balances scroll experience, as it is not balanced in the base game.
– Soul Gems: Black (default: disabled) Trap only black souls in black soul gems.
– Soul Gems: Underfilled (default: disabled) Trap only souls of the appropriate size in soul gems. A miscellaneous file reflects this change in the notification displayed when you fail to capture a soul. Spoiler: Show
– Staff Experience (default: disabled) Earn experience when using staves. This patch should only be enabled when paired with another mod that balances staff experience, as it is not balanced in the base game.
– Staff Experience Ignore Enchantment Cost (default: disabled) Ignore the overridden cost of an enchantment when earning experience using staves.
– Steep Slopes (default: disabled) Both the player and non-player characters move slower on slopes than on flat surfaces. The steeper the slope, the slower you move. Requires the Movement Speed fix in Bug Fixes SSE. Optional Files Updates to Scrambled Bugs only support the latest version of the game on Steam. This support is extended to other versions of the game using the Address Library. However, there are many previous versions of the game that are not supported. Important fixes and patches may be released as optional files that also support previous versions of the game.
– Script Effect Archetype Crash Fix Prevents a crash that occurs when multiple magic effect projectiles with the script effect archetype simultaneously hit a single target. This is an alternative to MiscFix and Odin and Vokrii Ice Spike Crash Fix.
– Vendor Respawn Fix Prevents the inventories of merchants from respawning when saving and loading the game. Compatibility Patches
– Attach Hit Effect Art Some magic effects try to attach the wrong hit effect art, and without this patch they are unable to. The only example of this in the base game is the flame trail that is attached to Storm Atronachs. This is fixed by the following mods from the specified version onwards: Unofficial Skyrim Special Edition Patch (Version 4.2.6+)Unofficial Skyrim Modder's Patch (Version 2.1+)
– Cloak Hit Effects Cloaking spells may be designed with the limitation of only the costliest effect applying hit effects in mind. Only one membrane shader can generally be applied to an actor at once. With this patch a cloaking spell may instead apply multiple membrane shaders. The only example of this in the base game is the Frost Cloak spell when the caster has the Deep Freeze perk and the target is below 20% health. The target will transition between two membrane shaders when they are first hit under these conditions.
– Perk Entry Points: Apply Multiple Spells Perk overhauls may be designed with the limitation of only one spell being applied at once in mind. In the base game both the conditions and priority of a perk entry point will be used to determine which spell is applied. With this patch only the conditions of a perk entry point will be used to determine which spells are applied. Perk entry points may therefore apply spells that are not intended by the mod author. The following perk overhauls are compatible from the specified version onwards, or with the specified patch: Adamant (Version 5.1+)Ordinator (Patch)Path of Sorcery (All versions)Vokrii (Patch)Vokrii
– Scaling Rebalance (Patch) Settings The settings file allows you to individually enable or disable each of the fixes and patches. The settings file can be found in the following directory, and can be opened in any text editor:
– Data/SKSE/Plugins/ScrambledBugs.json Logs The log file will report which of the fixes and patches have been enabled and installed. It will also report any warnings and errors that have been silently handled, such as conflicts with other mods. The log file can be found in the following directory, and can be opened in any text editor:
– Data/SKSE/Plugins/ScrambledBugs.log Requirements
– SKSE64
– Address Library for SKSE Plugins
– Microsoft Visual C++ Redistributable for Visual Studio 2022 x64 Credits & Source
– GitHub Inspirations Fixes
– Modify Armor Weight Perk Entry Point Based on the Steed Stone fix available in Cobb Bug Fixes by DavidJCobb for Skyrim LE.
– Training Menu Based on the Trainer Cost UI fix available in Cobb Bug Fixes by DavidJCobb for Skyrim LE. Patches
– Equip Best Ammunition Based on Equip Best Ammo by underthesky for Skyrim LE. Honorable Mentions Fixes
– Actor Value Percentage Addresses the same bug as Enemy Health HUD by Parapets

版本更新内容

最新 21 2023-03-14 15:38
Version 21 - Removed the dependency on Windows 10 update 1903 and later that was accidentally added in version 20 - The shared SKSE trampoline is now used instead of creating a trampoline for Scrambled Bugs - Added the Script Effect Archetype Crash Fix to the optional files section that supports game versions 1.5.97.0 and earlier on Steam, game versions 1.6.318.0 and later on Steam, and game versions 1.6.659.0 and later on GOG - Added the Vendor Respawn Fix to the optional files section that supports game versions 1.5.97.0 and earlier on Steam, game versions 1.6.629.0 and later on Steam, and game versions 1.6.659.0 and later on GOG - Added the IsCurrentSpell fix - Added the Staff Experience Ignore Enchantment Cost patch - Fixed a rare bug with the Staff Experience patch that sometimes resulted in the player earning no experience when using staves - Settings are no longer optional - Many other miscellaneous changes Version 20 - Fixed the crash caused by the Improve Multiple Enchantment Effects patch when creating enchantments with effects that have conditions. - Renamed the Difficulty Multipliers: Followers patch to the Difficulty Multipliers: Teammates patch. - Local time is now logged instead of UTC time. - Various other miscellaneous changes. Version 19.0.1 - Disabled the Improve Multiple Enchantment Effects patch by default until it can be fixed. When using this patch your game will crash when attempting to enchant weapons with the Frost Damage enchantment. Version 19 - Now supports game version 1.6.629.0 and later on Steam and game version 1.6.659.0 and later on GOG. - Added the Projectile Fade Duration fix, credit to Fenix31415 for bringing the bug to my attention and helping to identify the fix. - Added the Difficulty Multipliers: Commanded Actors patch and the Difficulty Multipliers: Followers patch. - Renamed the Mod Armor Weight Perk Entry Point fix to the Modify Armor Weight Perk Entry Point fix. - Renamed the Equip Best Ammo patch to the Equip Best Ammunition patch. - Renamed the Black Soul Gems patch to the Soul Gems: Black patch. - Renamed the Underfilled Soul Gems patch to the Soul Gems: Underfilled patch. - Various other miscellaneous changes. Version 18 - Updated to the Anniversary Edition (game version 1.6.318.0 and later) - Added the power cooldowns fix - Removed the teammate difficulty patch - Errors are no longer logged when the enchantment cost fix is successfully deserialized Version 17 - Improved the catching and logging of exceptions potentially thrown when reading the JSON settings file - Added the Left Hand Power Attacks fix - Added mention that the Steep Slopes patch requires the Movement Speed fix in Bug Fixes SSE Version 16 - Downgraded from C++ Latest to C++ 20, which should hopefully fix a problem that allowed users to load CommonLibSSE plugins but not Scrambled Bugs. Credit to chucknorify17 for first reporting and then helping identify the problem. - Added the black soul gems patch. Version 15 - Scrambled Bugs has been rewritten in C++ as a SKSE64 plugin that requires the Address Library - Scrambled Eggchantments has been merged into Scrambled Bugs - Moved the Magic Effect Conditions fix from Scrambled Bugs to Bug Fixes SSE - Removed the Enchantment Value patch from Scrambled Eggchantments - Moved the Enchantment Cost fix from Scrambled Eggchantments to Scrambled Bugs - Moved the Multiple Enchantment Effects patch from Scrambled Eggchantments to Scrambled Bugs - Renamed the Multiple Enhcantment Effects patch to the Improve Multiple Enchantment Effects patch - Renamed the Apply Spell Perk Entry Points: Arrows fix to the Kill Camera fix - Renamed the Apply Spell Perk Entry Points: Cast Spells patch to the Perk Entry Points: Cast Spells patch - Renamed the Apply Spell Perk Entry Points: Multiple Spells patch to the Perk Entry Points: Apply Multiple Spells patch - Renamed the Multiple Hit Effects patch to the Cloak Hit Effects patch - Renamed the Training Menu Text fix to the Training Menu fix - Added the Activate Furniture fix - Added the Impact Effect Crash fix - Added the Leveled Characters patch - Added the Poison Resistance patch - Added the Scroll Experience patch - Added the Staff Experience patch - Added the Steep Slopes patch - Thanks to SimonMagus616 for collaborating on the leveled characters patch, the poison resistance patch, the scroll experience patch, and the staff experience patch. Version 14 - [Scrambled Bugs] - If a setting you have enabled conflicts with another mod you have installed it will be logged to DataDLLPluginsScrambledBugs.log and silently disabled. - Your settings are now logged both before and after initialization. - Removed .NET Script Framework as a requirement. - Added .NET 5.0 Runtime as a requirement. - Added SSE Engine Fixes SKSE64 Preloader or DLL Plugin Loader as a requirement. - Added Address Library for SKSE Plugins as a requirement. Version 13 - [Scrambled Bugs] - Added the actor value percentage fix. - Added the quick shot fix. - Added the accumulating magnitude patch. - Added the already caught pickpocketing patch. - Added the power attack stamina patch. - Added the teammate difficulty patch. - Your current settings are now logged to DataNetScriptFrameworkNetScriptFramework.log.txt when you launch the game. - Thanks to SimonMagus616 for collaborating on the actor value percentage fix, accumulating magnitude patch, and power attack stamina patch. - Honorable mention to Parapets for their work on Enemy Health HUD. Version 12 - [Scrambled Bugs] - The mod as a whole has largely been rewritten to improve performance and simplify implementation. - Renamed the active effect conditions fix to the magic effect conditions fix. - Separated the apply spell perk entry points arrows fix. - Added the magic effect flags fix. - Added the weapon charge fix. - Added the reflect damage patch. - The equip best ammo patch now implements a fix to prevent non-playable ammo from being automatically equipped. - Thanks to SimonMagus616 for collaborating on the magic effect flags fix, weapon charge fix, and reflect damage patch. Version 11 - [Scrambled Bugs] - The Mod Armor Weight Perk Entry Point fix now also addresses the inventory weight of actors being incorrectly calculated when you reload a save game. Inventory weight was not being calculated using the mod armor weight perk entry point until the inventory menu was opened, or an item was added, remove, or equipped. This does not prevent the "You are carrying too much to be able to run." notification from being displayed in such cases. - Added the Hit Effect Race Condition fix. Version 10 - [Scrambled Bugs] - Renamed the Apply Spell Perk Entry Points patch to the Apply Spell Perk Entry Points: Cast Spells patch. - Added the Apply Spell Perk Entry Points: Multiple Spells patch. Version 9 - [Scrambled Bugs] - Much has been rewritten, though it mostly remains the same functionally. - Added the paused game hit effects patch. - The apply spell perk entry points patch now fixes the bug that causes the Apply Combat Hit Spell perk entry point to fire when the player shoots a bow and arrow and the kill camera starts. - The attach hit effect art patch is now disabled by default because it exposes a bug in the base game that causes flame trails to be attached to storm atronachs. Version 8 - [Scrambled Bugs] - Removed the old apply spell perk entry points patch, both because it would have complicated the new patch under the same name, and because of concerns raised regarding compatibility. - Added a new apply spell perk entry points patch, please read the description to see what this patch now does. - Added the multiple hit effects patch, which is disabled by default. Version 7 - [Scrambled Bugs] - Added the attach hit effect art patch. - Moved the multiple enchantment effects patch to Scrambled Eggchantments. - [Scrambled Eggchantments] - Added the enchantment cost fix. - Added the enchantment value patch. - Added the multiple enchantment effects patch. Version 6 - [Multiple Enchantment Effects Patch] You can now only set the power of the costliest weapon enchantment effect using the charges slider. Version 5 - Added the multiple enchantment effects patch. Version 4 - Added the equip best ammo patch, which is disabled by default. Version 3 - Added the Training Menu text fix. Version 2 - Added the Mod Armor Weight perk entry point fix. Version 1.0.1 - The Apply Spell perk entry points patch is now disabled by default because some perk overhauls may rely on only a single spell being applied at once. This will be changed back once the larger perk overhauls have been updated to account for this patch. Version 1 - Initial release.
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。