-
Notifications
You must be signed in to change notification settings - Fork 9
/
convert-settings.html
21 lines (16 loc) · 1.04 KB
/
convert-settings.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: page
title: LOOT Settings File Converter
permalink: /convert-settings/
---
<p>Convert your <code>settings.yaml</code> (used by LOOT v0.11.0 and earlier) to a <code>settings.toml</code> (used by LOOT v0.12.0 and later). Your <code>settings.yaml</code> can be found in <code>%LOCALAPPDATA%\LOOT\</code>, which LOOT's "Open Debug Log Location" menu option opens, and the <code>settings.toml</code> goes in the same directory.</p>
<section>
<h3>YAML</h3>
<textarea id="input">Drag 'n' drop (or paste the contents of) your settings.yaml here.</textarea>
</section>
<section>
<h3>TOML <a id="download" download="settings.toml"></a></h3>
<textarea id="output" readonly></textarea>
</section>
<p>Note that the download link that appears above after converting YAML does not work in Internet Explorer or Edge. Users of those browsers will need to copy the content of the TOML text box into a <code>settings.toml</code> file they create themselves, or use a different browser</code>.</p>
<script src="/js/convert.js" type="module"></script>