This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
bugfix.html
615 lines (579 loc) · 26.2 KB
/
bugfix.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="preload" href="./css/style.css" as="style" />
<link rel="stylesheet" href="./css/style.css">
<link rel="icon" href="img/logo.webp">
<link rel="canonical" href="https://dragonbornsfate.moddinglinked.com">
<script src="https://kit.fontawesome.com/baff4f2fd4.js" crossorigin="anonymous"></script>
<script src="javascript.js"></script>
<title>Bug Fixes | A Dragonborn's Fate</title>
<meta name="keywords" content="Fallout New Vegas, FNV, Fallout NV, Fallout, New Vegas, The Elder Scrolls, FO4, SSE, SkyrimSE, Skyrim Special Edition, Guide, Mod, Mods, Modding Guide, Bethesda, Stable, Performance, Fix, Help, DXVK, Fast, Easy, Tutorial, Mod Organizer, Nexus, Fallout 4, Skyrim, Tale of Two Wastelands, Wabbajack">
<meta name="description" content="Essential mods that fix bugs, improve performance and add quality of life features.">
<meta http-equiv='content-language' content='en-us'>
<meta name="twitter:card" value="summary_large_image">
<meta property="og:site_name" content="ModdingLinked">
<meta property="og:title" content="A Dragonborn's Fate">
<meta property="og:type" content="article">
<meta property="og:url" content="https://dragonbornsfate.moddinglinked.com">
<meta property="og:image" content="https://dragonbornsfate.moddinglinked.com/img/card.webp">
<meta property="og:description" content="Essential mods that fix bugs, improve performance and add quality of life features.">
</head>
<body>
<!-- Titlebar -->
<div class="titlecontainer">
<div id="sideButton" onclick="toggleNav()">
<i class="fa-solid fa-bars"></i>
</div>
<img src="./img/logo.webp" alt="Logo">
<a href="./index.html">A Dragonborn's Fate</a>
<div class="guideLinks">
<a href="https://vivanewvegas.moddinglinked.com" target="_blank" rel="nofollow">Fallout New Vegas</a>
<a href="https://thebestoftimes.moddinglinked.com" target="_blank" rel="nofollow">Tale of Two Wastelands</a>
<a href="https://themidnightride.moddinglinked.com" target="_blank" rel="nofollow">Fallout 4</a>
</div>
</div>
<!-- Left Sidebar -->
<div id="sidenavLeft">
<div>
<ul>
<li>
<a href="./index.html">Home</a>
</li>
<li>
<a href="./intro.html">Introduction</a>
</li>
<li>
<a href="./setup.html">Setup</a>
</li>
<li>
<a href="./mo2.html">MO2</a>
</li>
<li>
<a href="./utilities.html">Utilities</a>
</li>
<li>
<a href="./bugfix.html" class="active">Bug Fixes</a>
</li>
<li>
<a href="./basefinish.html">Base Finish</a>
</li>
</ul>
<hr>
</div>
<div class="extended-background">
<ul>
<h3 id="extended-separator">DBF Extended</h3>
<li>
<a href="./tweaks.html">Tweaks</a>
</li>
<li>
<a href="./hud.html">User Interface</a>
</li>
<li>
<a href="./gameplay.html">Gameplay</a>
</li>
<li>
<a href="./content.html">Content</a>
</li>
<li>
<a href="./visuals.html">Visuals</a>
</li>
<li>
<a href="./finish.html">DBFE Finish</a>
</li>
</ul>
</div>
<div>
<hr>
<ul>
<li>
<a href="./changelog.html">Changelog</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">FAQ</a>
</li>
<li>
<a href="./avoid-tools.html">Tools to Avoid</a>
</li>
<li>
<a href="./avoid-mods.html">Mods to Avoid</a>
</li>
<!-- <li>
<a href="./wabbajack.html">Wabbajack</a>
</li> -->
</ul>
</div>
<!-- Guide Links -->
<div class="guideLinks">
<hr>
<ul>
<li>
<a href="https://vivanewvegas.moddinglinked.com" target="_blank" rel="nofollow">Fallout New Vegas</a>
</li>
<li>
<a href="https://thebestoftimes.moddinglinked.com" target="_blank" rel="nofollow">Tale of Two Wastelands</a>
</li>
<li>
<a href="https://themidnightride.moddinglinked.com" target="_blank" rel="nofollow">Fallout 4</a>
</li>
</ul>
</div>
<!-- Footer -->
<div id="footer">
<ul>
<li class="discord">
<a href="https://discord.gg/S99Ary5eba" target="_blank">
<i class="fab fa-discord"></i>
Discord
</a>
</li>
<li class="kofi">
<a href="https://ko-fi.com/wall_sogb" target="_blank">
<i class="fa fa-coffee"></i>
Support us
</a>
</li>
<li class="github">
<a href="https://github.com/ModdingLinked/Dragonborns-Fate" target="_blank">
<i class="fab fa-github"></i>
GitHub
</a>
</li>
</ul>
</div>
</div>
<div class="deprecationBanner">
<p>
Due to constant game updates and the community split regarding which game versions to support, the guide has been discontinued and will be longer being updated.
<br>
The website will remain available for archival purposes.
</p>
</div>
<!-- Content -->
<div class="content">
<div class="section">
<h1>Bug Fixes</h1>
<h2>Creating a Separator in MO2.</h2>
<ol>
<li>Right-click the empty space in the left pane of MO2 and select <strong>Create separator</strong>.</li>
<li>Name the separator <strong>Bug Fixes</strong>.</li>
</ol>
<!-- USSEP -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/266" target="_blank">
<h2 id="ussep">Unofficial Skyrim Special Edition Patch - USSEP</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Unofficial Skyrim Special Edition Patch</b></li>
</ul>
Fixes thousands of bugs with both the base game and DLCs.
<!-- Engine Fixes -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/17230" target="_blank">
<h2 id="engineFixes">SSE Engine Fixes (skse64 plugin)</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ol>
<li>Download and install the <b>Main Files - (Part 1) SSE Engine Fixes for 1.6.629 and newer</b></li>
<li>Right-click on the mod in the left pane of MO2 and select <strong>Open in Explorer</strong></li>
<li>Navigate to <code>SKSE\Plugins</code> and open <strong>EngineFixes.toml</strong> in a text editor (such as notepad)</li>
<ol>
<li>Set <strong>CleanSKSECosaves</strong> to <strong>true</strong> (line 5)</li>
<li>Set <strong>MaxStdio</strong> to <strong>8192</strong> (line 11)</li>
<li>Set <strong>SleepWaitTime</strong> to <strong>true</strong> (line 18)</li>
<li>Set <strong>SaveGameMaxSize</strong> to <strong>true</strong> (line 66)</li>
</ol>
<li>Download the <b>Main Files - (Part 2) Engine Fixes - skse64 Preloader and TBB Lib 2020.3</b> file using the <strong>Manual Download</strong> button</li>
<li>From the downloaded archive, extract <strong>everything</strong> to the game's <strong>Root</strong> folder</li>
</ol>
Fixes numerous bugs within the game's engine.
<!-- Sound Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/71567" target="_blank">
<h2 id="soundFix">Sound Fix for Large Sector Drives</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Sound Fix for Large Sector Drives</b></li>
</ul>
Fixes a bug that causes audio to not play most of the time when the game is installed to a drive with a sector size other than 512.
<!-- Bug Fixes -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/33261" target="_blank">
<h2 id="bugFixes">Bug Fixes SSE</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Bug Fixes SSE - Anniversary Edition (1.6.629.0 and later)</b></li>
</ul>
A collection of engine bug fixes.
<!-- Scrambled Bugs -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/43532" target="_blank">
<h2 id="scrambled">Scrambled Bugs</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ol>
<li><b>Main Files - Scrambled Bugs - Anniversary Edition (1.6.629.0 and later)</b></li>
<li><b>Optional Files - Script Effect Archetype Crash Fix</b></li>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Install</li>
</ol>
</li>
<li><b>Optional Files - Vendor Respawn Fix</b></li>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Install</li>
</ol>
</li>
<li><b>Miscellaneous Files - Underfilled Soul Gems - Soul Gem Too Small</b></li>
<li><a href="https://www.nexusmods.com/skyrimspecialedition/mods/81286" target="_blank">Scrambled Bugs DBF Configuration</a></li>
</ol>
Fixes many common bugs at an engine level, fully configurable.
<!-- PO3 Tweaks -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/51073" target="_blank">
<h2 id="po3Tweaks">powerofthree's Tweaks</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - powerofthree's Tweaks</b></li>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Install</li>
</ol>
</li>
<li><a href="https://www.nexusmods.com/skyrimspecialedition/mods/81286" target="_blank">PO3 Tweaks DBF Configuration</a></li>
</ul>
A collection of engine-level fixes and tweaks similar to the previous two mods.
<!-- Sky Overhaul -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/73336" target="_blank">
<h2 id="skyOverhaul">Moons and Stars - Sky Overhaul SKSE</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Moons And Stars - Sky Overhaul SKSE</b></li>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Install</li>
</ol>
</li>
</ul>
Fixes the movement and phases of stars and moons.
<!-- Barter Limit Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/77173" target="_blank">
<h2 id="barterFix">Barter Limit Fix</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Barter Limit Fix</b></li>
</ul>
Fixes trading with merchants with more than 32,767 gold.
<!-- Dual Casting Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/92454" target="_blank">
<h2 id="dualCastingFix">Dual Casting Fix</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Dual Casting Fix</b></li>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Install</li>
</ol>
</li>
</ul>
Fixes a vanilla bug which causes the game to treat dual cast spells as if they were single cast.
<!-- Enchantment Equip Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/42839" target="_blank">
<h2 id="equipFix">Enchantment Equip Fix</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Equip Enchantment Fix for 1.6.629 and newer</b></li>
</ul>
Fixes enchantments not properly applying when weapons/armors are equipped automatically.
<!-- Process Position Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/69326" target="_blank">
<h2 id="aiFix">NPC AI Process Position Fix - NG</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - NPC AI Process Position Fix - NG</b></li>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Install</li>
</ol>
</li>
</ul>
Fixes NPC AI not updating while the player sleeps/waits.
<!-- Static Reload Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/69331" target="_blank">
<h2 id="staticReloadFix">Animated Static Reload Fix - NG</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Animated Static Reload Fix - NG</b></li>
</ul>
Fixes static object loop animations not re-activated after loading a save.
<!-- Aurora Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/77834" target="_blank">
<h2 id="auroraFix">Aurora Fix</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Aurora Fix</b></li>
</ul>
SKSE plugin which fixes auroras getting stuck when transitioning between worldspaces.
<!-- RemoveAllItems Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/90734" target="_blank">
<h2 id="removeAllFix">RemoveAllItems Freeze Fix</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - RemoveAllItems Freeze Fix</b></li>
</ul>
Fixes an issue with corrupted game state which results in random freezes. Important for jail, the quests Diplomatic Immunity and Mind of Madness and more.
<!-- Media Keys Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/92948" target="_blank">
<h2 id="mediaKeysFix">Media Keys Fix SKSE</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Media Keys Fix</b></li>
</ul>
Fixes media keys (volume, play/next/mute, windows key, alt+f4, etc...) by removing game's exclusive access to the keyboard.
<!-- Combat Music Fix NG -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/84588" target="_blank">
<h2 id="musicFix">Combat Music Fix NG</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Combat Music Fix NG</b></li>
</ul>
Simple SKSE plugin to fix the never-ending combat music bug.
<!-- Journal Limit Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/56130" target="_blank">
<h2 id="journalFix">Quest Journal Limit Bug Fixer - Recover Disappeared Quests</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Quest Journal Limit Bug Fixer</b></li>
</ul>
An utility to bring back quests that disappeared due to quest journal limit bug.
<blockquote>This mod does not automatically fix the bug! It requires clicking the MCM option manually in case that does happen.</blockquote>
<!-- Encounter Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/91403" target="_blank">
<h2 id="encounterFix">World Encounter Hostility Fix</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - World Encounter Hostility Fix -Scrolls Version</b></li>
</ul>
Prevent vanilla world encounter NPCs from turning hostile when you cast non-hostile spells.
<!-- 0 Bounty Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/95989" target="_blank">
<h2 id="bountyFix">Zero Bounty Hostility Fix</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Zero Bounty Hostility Fix</b></li>
</ul>
Clears hostility that remains even after you pay bounty or kill witnesses.
<!-- Stuck Door Prompt -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/96531" target="_blank">
<h2 id="stuckPrompt">Stuck on Screen Load Door Prompt Fix</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Stuck on Screen Load Door Prompt Fix</b></li>
</ul>
Fixes auto load door prompt getting stuck.
<!-- Tavern AI Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/23107" target="_blank">
<h2 id="tavernFix">Tavern AI fix</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - TavernAIFix</b></li>
</ul>
Fixes couple of things in the behavior of tavern workers.
<!-- Sprint Sneak Movement Speed Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/86631" target="_blank">
<h2 id="speedFix">Sprint Sneak Movement Speed Fix</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Sprint Sneak Movement Speed Fix</b></li>
</ul>
Fixes the game applying wrong movement speed if the character draws, sheathes or shouts while sprinting or sneaking.
<!-- Attack Speed Patch -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/89042" target="_blank">
<h2 id="attackSpeed">Comprehensive Attack Speed Patch - SKSE</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - CASP Main File</b></li>
</ul>
Fixes the weapon speed bug when multiple effects are stacked.
<!-- Bash Bug Fix -->
<p>
<a class="link" href="https://www.nexusmods.com/skyrimspecialedition/mods/83581" target="_blank">
<h2 id="bashFix">Bash Bug Fix</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - Bash Bug Fix</b></li>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Install</li>
</ol>
</li>
</ul>
Fixes bash attacks causing your current weapon's damage.
<!-- Perf guide -->
<p>
<a class="link" href="https://performance.moddinglinked.com/skyrimse.html" target="_blank">
<h2 id="flip">Performance and Stability Guide</h2>
</a>
</p>
In-depth guide about how to fix the game's lackluster performance, display issues and <strong>slow alt-tabbing</strong>. Covers topics such as framerate limiting, display modes and lag.
</div>
<!-- Arrows -->
<div>
<hr>
<a href="./utilities.html" id="previous" rel="prev" class="navigationArrow"><img class="left mirror" src="./img/arrow.webp" alt="Back Arrow"><span class="arrowText left">Utilities</span></a>
<a href="./basefinish.html" id="next" rel="next" class="navigationArrow"><img class="right" src="./img/arrow.webp" alt="Forward Arrow"><span class="arrowText right">Base Finish</span></a>
</div>
</div>
<!-- Right Sidebar -->
<div id="sidenavRight">
<ul>
<li>
<a href="#ussep">USSEP</a>
</li>
<li>
<a href="#engineFixes">Engine Fixes</a>
</li>
<li>
<a href="#soundFix">Sound Fix</a>
</li>
<li>
<a href="#bugFixes">Bug Fixes</a>
</li>
<li>
<a href="#scrambled">Scrambled Bugs</a>
</li>
<li>
<a href="#po3Tweaks">PO3 Tweaks</a>
</li>
<li>
<a href="#skyOverhaul">Sky Overhaul</a>
</li>
<li>
<a href="#barterFix">Barter Limit Fix</a>
</li>
<li>
<a href="#dualCastingFix">Dual Casting Fix</a>
</li>
<li>
<a href="#equipFix">Enchantment Equip Fix</a>
</li>
<li>
<a href="#aiFix">Process Position Fix</a>
</li>
<li>
<a href="#staticReloadFix">Static Reload Fix</a>
</li>
<li>
<a href="#auroraFix">Aurora Fix</a>
</li>
<li>
<a href="#removeAllFix">RemoveAllItems Fix</a>
</li>
<li>
<a href="#mediaKeysFix">Media Keys Fix</a>
</li>
<li>
<a href="#musicFix">Combat Music Fix</a>
</li>
<li>
<a href="#journalFix">Journal Limit Fix</a>
</li>
<li>
<a href="#encounterFix">Encounter Fix</a>
</li>
<li>
<a href="#bountyFix">0 Bounty Fix</a>
</li>
<li>
<a href="#stuckPrompt">Stuck Door Prompt</a>
</li>
<li>
<a href="#tavernFix">Tavern AI Fix</a>
</li>
<li>
<a href="#speedFix">Movement Speed Fix</a>
</li>
<li>
<a href="#attackSpeed">Attack Speed Patch</a>
</li>
<li>
<a href="#bashFix">Bash Bug Fix</a>
</li>
<li>
<a href="#flip">Performance Guide</a>
</li>
</ul>
</div>
</body>
</html>