-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path14-Scripting-Resources.html
70 lines (70 loc) · 4.7 KB
/
14-Scripting-Resources.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
---
layout: default
title: xEdit Scripting Resources
---
<h1 class="grhead1">Main Table Of Contents</h1>
<div id="tableOfContents" class="grid-toc">
<div class="toc1">
<h2 class="grhead2"><a href="index.html">1. Introduction</a></h2>
<h2 class="grhead2"><a href="2-overview.html">2. Overview</a></h2>
<h2 class="grhead2"><a href="3-basicuse.html">3. xEdit Basic Use</a></h2>
<h2 class="grhead2"><a href="4-modgroups.html">4. ModGroups</a></h2>
<h2 class="grhead2"><a href="5-conflict-detection-and-resolution.html">5. Conflict Detection and Resolution</a></h2>
<h2 class="grhead2"><a href="6-themethod.html">6. The Method</a></h2>
<h2 class="grhead2"><a href="7-mod-cleaning-and-error-checking.html">7. Mod Cleaning and Error Checking</a></h2>
<h2 class="grhead2"><a href="8-managing-mod-files.html">8. Managing Mod Files</a></h2>
<h2 class="grhead2"><a href="9-mod-utilities.html">9. Mod Utilities</a></h2>
</div>
<div class="toc2">
<h2 class="grhead2"><a href="10-fo3edit-faq.html">10. FO3Edit FAQ</a></h2>
<h2 class="grhead2"><a href="11-appendix.html">11. Appendix</a></h2>
<h2 class="grhead2"><a href="12-cheat-sheets-and-quick-reference-charts.html">12. Cheat Sheets and Quick Reference Charts</a></h2>
<h2 class="grhead2"><a href="13-Scripting-Functions.html">13. Scripting Functions</a></h2>
<h2 class="grhead2"><a href="14-Scripting-Resources.html">14. Scripting Resources</a></h2>
<h2 class="grhead2"><a href="15-tutorials.html">15. Tutorials</a></h2>
<h2 class="grhead2"><a href="16-xLODGen.html">16. xLODGen</a></h2>
<h2 class="grhead2"><a href="17-DynDoLod.html">17. DynDoLod</a></h2>
<h2 class="grhead2"><a href="18-whatsnew.html">18. xEdit What's New and Version Info</a></h2>
</div>
</div>
<h1>{{ page.title }}</h1>
<h2 id="Contents">Contents...</h2>
<p class="list-1">• <a href="#Overview">14.1 Overview</a></p>
<p class="list-1">• <a href="#MatorsScripts">14.2 Mator's Scripts</a></p>
<p class="list-1">• <a href="#VIitSScripts">14.3 VIitS' Scripts</a></p>
<h2 class="header2" id="Overview">14.1 - Overview</h2>
<p class="empty"> </p>
<p>This page is dedicated to Scripting Resources. The scripts can help make modding easier. However, they can also automate too many things. Please use scripts wisely and know what you are doing. These scripts are not supported by the xEdit team. If you ask, you will be directed to the script author.</p>
<p class="empty"> </p>
<h2 class="header2" id="MatorsScripts">14.2 - Mator's Scripts</h2>
<p><font class="orange">NOTE:</font> The spoiler tag contains links to Mator's Merge Plugins Script and this Standalone EXE. Both are depreciated. The Merge Plugins Script only supports <code>TES5Edit/TES4Edit/FNVEdit</code>. The Standalone EXE includes support for Fallout 4 and Skyrim SE.</p>
<p><font class="green">NOTE:</font> Older xEdit scripts like Real Shelter require files from Automation tools. Minor updates for Automation Tools are provided at the link in the spoiler tag.</p>
<p class="empty"> </p>
<p>You should be using <font class="green">zMerge</font> if you are going to merge plugins.</p>
<p class="empty"> </p>
<p class="list-1">• <a href="https://github.com/z-edit/zedit/releases">zMerge Download</a></p>
<p class="empty"> </p>
<input type="checkbox" id="spoiler1" />
<label for="spoiler1">Other Unsupported Resources</label>
<div class="main-content">
<p><font class="orange">NOTE:</font> These are no longer being updated by Mator. You can use them but they will receive no updates. <font class="orange">Remember:</font> Automation tools does not include support for Skyrim SE or Fallout 4.</p>
<p class="list-1">• <a href="https://github.com/matortheeternal/TES5EditScripts">Mator's TES5EditScripts</a> This includes minor updates for xEdit 4.0.x</p>
<p class="list-1">• <a href="https://www.nexusmods.com/skyrim/mods/49373">Automation Tools for TES5Edit</a></p>
<p class="list-1">• <a href="https://www.nexusmods.com/skyrim/mods/69905">Merge Plugins Standalone</a></p>
</div>
<p class="empty"> </p>
<div>
<a href="#121Overview" class="drkbtn">Previous Section</a>
</div>
<h2 class="header2" id="VIitSScripts">14.3 - VIitS' Scripts</h2>
<p class="empty"> </p>
<p class="list-1">• <a href="https://www.nexusmods.com/fallout4/mods/13565">Automated Formlist generation</a></p>
<p class="empty"> </p>
<div>
<a href="#122MatorsScripts" class="drkbtn">Previous Section</a>
</div>
<hr>
<div>
<a href="13-Scripting-Functions.html" class="drkbtn">« Previous Page</a>
<a href="15-tutorials.html" class="drkbtn">Next Page »</a>
</div>