Skip to content

Commit c538d4a

Browse files
committed
Fixes
1 parent e973931 commit c538d4a

23 files changed

+117
-64
lines changed

avoid-mods.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Wabbajack, WJ, Installer,
1818
Mod Manager, Mod Organizer, MO2,
1919
Fallout, The Elder Scrolls, Bethesda, Bethesda Game Studios, BGS,
20-
Fallout New Vegas, Fallout NV, New Vegas, FNV,
20+
Fallout New Vegas, Fallout NV, New Vegas, FNV,
2121
Fallout 4, FO4,
2222
Tale of Two Wastelands, TTW,
2323
Skyrim Special Edition, Skyrim SE, SSE">

avoid-tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Wabbajack, WJ, Installer,
1818
Mod Manager, Mod Organizer, MO2,
1919
Fallout, The Elder Scrolls, Bethesda, Bethesda Game Studios, BGS,
20-
Fallout New Vegas, Fallout NV, New Vegas, FNV,
20+
Fallout New Vegas, Fallout NV, New Vegas, FNV,
2121
Fallout 4, FO4,
2222
Tale of Two Wastelands, TTW,
2323
Skyrim Special Edition, Skyrim SE, SSE">

basefinish.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Wabbajack, WJ, Installer,
1818
Mod Manager, Mod Organizer, MO2,
1919
Fallout, The Elder Scrolls, Bethesda, Bethesda Game Studios, BGS,
20-
Fallout New Vegas, Fallout NV, New Vegas, FNV,
20+
Fallout New Vegas, Fallout NV, New Vegas, FNV,
2121
Fallout 4, FO4,
2222
Tale of Two Wastelands, TTW,
2323
Skyrim Special Edition, Skyrim SE, SSE">

bugfix.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Wabbajack, WJ, Installer,
1818
Mod Manager, Mod Organizer, MO2,
1919
Fallout, The Elder Scrolls, Bethesda, Bethesda Game Studios, BGS,
20-
Fallout New Vegas, Fallout NV, New Vegas, FNV,
20+
Fallout New Vegas, Fallout NV, New Vegas, FNV,
2121
Fallout 4, FO4,
2222
Tale of Two Wastelands, TTW,
2323
Skyrim Special Edition, Skyrim SE, SSE">
@@ -272,6 +272,22 @@ <h3 class="install">Installation instructions</h3>
272272
</ul>
273273
</li>
274274
</ul>
275+
276+
<div class="card-red">
277+
<p>
278+
<b>IMPORTANT:</b>
279+
<br>
280+
Mac and Linux users will need to do the following to prevent crashing:
281+
<ol>
282+
<li>Once the <b>Buffout 4 NG - TMR Config</b> has been installed, double-click it in the left pane of MO2.</li>
283+
<li>In the <strong>Text Files</strong> tab, select <span class="card-basic">F4SE\Plugins\Buffout4.toml</span></li>
284+
<li>Change <b>InteriorNavCut</b> (line 12) to <strong>false</strong>.</li>
285+
<li>Save your changes.</li>
286+
<li>Install <a href="https://www.nexusmods.com/fallout4/mods/72904?tab=files&file_id=292234&nmm=1" target="_blank">Interior NavCut Fix (No Multithreading)</a>.</li>
287+
</ol>
288+
</p>
289+
</div>
290+
275291
</p>
276292
</div>
277293

changelog.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Wabbajack, WJ, Installer,
1818
Mod Manager, Mod Organizer, MO2,
1919
Fallout, The Elder Scrolls, Bethesda, Bethesda Game Studios, BGS,
20-
Fallout New Vegas, Fallout NV, New Vegas, FNV,
20+
Fallout New Vegas, Fallout NV, New Vegas, FNV,
2121
Fallout 4, FO4,
2222
Tale of Two Wastelands, TTW,
2323
Skyrim Special Edition, Skyrim SE, SSE">
@@ -353,7 +353,7 @@ <h2><strong>Bug Fixes</strong></h2>
353353
</ul>
354354
<h2><strong>Gameplay</strong></h2>
355355
<ul>
356-
<li>Removed the Community Fixes Merged Patch for Integrated Adddons, it's no longer needed with CFM >=4.1.5.</li>
356+
<li>Removed the Community Fixes Merged Patch for Integrated Addons, it's no longer needed with CFM >=4.1.5.</li>
357357
</ul>
358358
<h2><strong>Visuals</strong></h2>
359359
<ul>

content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Wabbajack, WJ, Installer,
1818
Mod Manager, Mod Organizer, MO2,
1919
Fallout, The Elder Scrolls, Bethesda, Bethesda Game Studios, BGS,
20-
Fallout New Vegas, Fallout NV, New Vegas, FNV,
20+
Fallout New Vegas, Fallout NV, New Vegas, FNV,
2121
Fallout 4, FO4,
2222
Tale of Two Wastelands, TTW,
2323
Skyrim Special Edition, Skyrim SE, SSE">

css/cards.css

Lines changed: 49 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ span.card-basic {
100100
background-color: rgba(255, 255, 255, 0.0512);
101101
}
102102

103-
.expander-top.active {
103+
.expander-top[aria-expanded="true"] {
104104
background-color: rgba(255, 255, 255, 0.0612);
105105
}
106106

@@ -117,18 +117,59 @@ span.card-basic {
117117
background-color: rgba(255, 255, 255, 0.03);
118118
}
119119

120+
.expander-top.important {
121+
position: relative;
122+
}
123+
124+
.expander-top.important::before {
125+
padding: 0 1em;
126+
border-radius: 8px 0 0 8px;
127+
border: 1px solid transparent;
128+
outline: 1px solid rgba(0, 0, 0, 0.1);
129+
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
130+
131+
content: "IMPORTANT";
132+
position: absolute;
133+
left: -1px;
134+
top: -1px;
135+
bottom: -1px;
136+
background: rgb(68, 39, 38);
137+
color: white;
138+
font-size: 1em;
139+
font-weight: bold;
140+
display: flex;
141+
align-items: center;
142+
min-width: 70px;
143+
justify-content: center;
144+
}
145+
146+
.expander-top.important h3 {
147+
margin-left: 110px;
148+
}
149+
150+
.expander-top.important.clickable:hover {
151+
background-color: rgba(68, 39, 38, 0.4);
152+
}
153+
120154
.expander-bottom {
121155
background-color: rgba(255, 255, 255, 0.0512);
122-
display: none;
123-
animation: slide-up 0.4s;
124-
z-index: 0;
125-
position: relative;
126-
overflow-y: hidden;
127156
margin-top: 0 !important;
157+
max-height: 0;
158+
opacity: 0;
159+
overflow-y: hidden;
160+
transition: max-height 300ms ease, opacity 300ms ease;
161+
}
162+
163+
.expander-top[aria-expanded="true"]~.expander-bottom {
164+
opacity: 1;
165+
}
166+
167+
.expander-top[aria-expanded="true"] .chevron {
168+
transform: rotate(180deg) !important;
128169
}
129170

130-
.expander-opened {
131-
animation: slide-down 2s;
171+
.chevron {
172+
transition: transform 300ms ease;
132173
}
133174

134175
/* Chevron icon */

esl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Wabbajack, WJ, Installer,
1818
Mod Manager, Mod Organizer, MO2,
1919
Fallout, The Elder Scrolls, Bethesda, Bethesda Game Studios, BGS,
20-
Fallout New Vegas, Fallout NV, New Vegas, FNV,
20+
Fallout New Vegas, Fallout NV, New Vegas, FNV,
2121
Fallout 4, FO4,
2222
Tale of Two Wastelands, TTW,
2323
Skyrim Special Edition, Skyrim SE, SSE,

faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Wabbajack, WJ, Installer,
1818
Mod Manager, Mod Organizer, MO2,
1919
Fallout, The Elder Scrolls, Bethesda, Bethesda Game Studios, BGS,
20-
Fallout New Vegas, Fallout NV, New Vegas, FNV,
20+
Fallout New Vegas, Fallout NV, New Vegas, FNV,
2121
Fallout 4, FO4,
2222
Tale of Two Wastelands, TTW,
2323
Skyrim Special Edition, Skyrim SE, SSE">

finish.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Wabbajack, WJ, Installer,
1818
Mod Manager, Mod Organizer, MO2,
1919
Fallout, The Elder Scrolls, Bethesda, Bethesda Game Studios, BGS,
20-
Fallout New Vegas, Fallout NV, New Vegas, FNV,
20+
Fallout New Vegas, Fallout NV, New Vegas, FNV,
2121
Fallout 4, FO4,
2222
Tale of Two Wastelands, TTW,
2323
Skyrim Special Edition, Skyrim SE, SSE">

0 commit comments

Comments
 (0)