Skip to content

Commit

Permalink
deploy: 71a51d6
Browse files Browse the repository at this point in the history
  • Loading branch information
TDarkShadow committed Aug 12, 2024
1 parent 19db991 commit 2a3afc9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions user_documentation/Troubleshooting FAQ.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,25 @@ <h3 id="many-nexus-andor-other-files-failed-to-download"><a class="header" href=
<p>These will be slow and inefficient but may prompt proper downloads.</p>
<p>(Neither Wabbajack nor its developers or support staff are associated with, promote, or endorse any individual VPN solution.)</p>
</blockquote>
<h3 id="some-nexus-files-failed-to-download-but-are-unavailable-to-manually-download"><a class="header" href="#some-nexus-files-failed-to-download-but-are-unavailable-to-manually-download">Some Nexus files Failed to download but are unavailable to manually download</a></h3>
<blockquote>
<p>If you have an error as per following; </p>
<p><code>00:00:27.152 [FATAL] (Wabbajack.Installer.StandardInstaller) Unable to download 0.01k - Textures - 1.1-51939-1-1-1642454392.7z (NexusDownloader+State|SkyrimSpecialEdition|51939|257556)</code></p>
<p>The file is not available anymore due to either being archived, under moderation, or deleted.<br />
To check, you need to retrieve the following data,<br />
<code>(NexusDownloader+State|game|mod_id|file_id)</code>
and construct the download url from that, like so;
<code>https://www.nexusmods.com/&lt;game&gt;/mods/&lt;mod_id&gt;?tab=files&amp;file_id=&lt;file_id&gt;</code></p>
<p>For example, if you have a log entry like above,<br />
The game name is <code>SkyrimSpecialEdition</code>,<br />
the mod_id is <code>51939</code>,<br />
and the file_id is <code>257556</code>.<br />
then you'll get the following link, which you can use for a direct manual download;
<code>https://www.nexusmods.com/skyrimspecialedition/mods/51939?tab=files&amp;file_id=257556</code></p>
<p><img src="assets/manual-download-nexusmods.png" alt="WabbajackSettingsLoginsSectionNexusModsLogoutLoginScreenshot" /></p>
<p>If however you get an error &quot;file is not found&quot; or &quot;page not found&quot;, then this means the file or mod got removed from NexusMods and is unavailable.<br />
This also means the modlist is unavailable to install, until the modlist author recompiles the modlist without the unavailable mod.</p>
</blockquote>
<h2 id="using-wabbajack"><a class="header" href="#using-wabbajack">Using Wabbajack</a></h2>
<h3 id="can-i-use-wabbajack-with-gamepass--microsoft-store--xbox-games"><a class="header" href="#can-i-use-wabbajack-with-gamepass--microsoft-store--xbox-games">Can I use Wabbajack with Gamepass / Microsoft Store / Xbox Games?</a></h3>
<blockquote>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a3afc9

Please sign in to comment.