mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix example for cleaning data metadata
This commit is contained in:
@@ -444,11 +444,17 @@ name: 'Unofficial Skyrim Patch on Steam Workshop'
|
||||
<p>Two cleaning data structures are equal if the values of their <code>crc</code> keys are identical.
|
||||
|
||||
<h4>Examples</h4>
|
||||
<p>A dirty plugin:</p>
|
||||
<pre><code>crc: 0x3DF62ABC
|
||||
util: '[TES5Edit](http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit)'
|
||||
utility: '[TES5Edit](http://www.nexusmods.com/skyrim/mods/25859) v3.1.1'
|
||||
info: 'A cleaning guide is available [here](http://www.creationkit.com/index.php?title=TES5Edit_Cleaning_Guide_-_TES5Edit).'
|
||||
itm: 4
|
||||
udr: 160
|
||||
</code></pre>
|
||||
<p>A clean plugin:</p>
|
||||
<pre><code>crc: 0x2ABC3DF6
|
||||
utility: '[TES5Edit](http://www.nexusmods.com/skyrim/mods/25859) v3.1.1'
|
||||
</code></pre>
|
||||
|
||||
|
||||
<h3 id="structs-plugin">Plugin Data Structure</h3>
|
||||
|
||||
Reference in New Issue
Block a user