Skip to content

Commit 9793097

Browse files
tools: update merging-plugins & low-level-editors
1 parent 76f7850 commit 9793097

File tree

14 files changed

+120
-36
lines changed

14 files changed

+120
-36
lines changed
Loading
Loading
Binary file not shown.
Loading
Binary file not shown.

mmw-content/modding-tools/command-line-tools/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Command-Line Tools
33
aliases:
44
- Command-Line Tools
5+
- Command-line-tool
56
tags:
67
- Tes3cmd
78
- Tes3conv
@@ -11,3 +12,5 @@ description: Powerful command-line tools for modifying plugins
1112
---
1213
## Powerful Command-Line Tools for Modifying Plugins
1314

15+
**Related Tools**:
16+
- [[deltaplugin|DeltaPlugin]]

mmw-content/modding-tools/low-level-editors/tes-parser.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aliases:
55
tags:
66
- Cleaning-Mods
77
- Low-level-editor
8-
description:
8+
description: A utility for cleaning and exporting the contents of ESS, ESM and ESP files for Morrowind, Oblivion, Skyrim, Fallout 3 and Fallout 4.
99
---
1010

1111
![[maintenance-expand-article#^6fc39d|clean]]
@@ -16,11 +16,21 @@ description:
1616
>
1717
> ## TES Parser
1818
>
19-
> %%![[insert image]]%%
19+
> > [!caption|center wfull txt-s]
20+
> >
21+
> > ![[screenshot-of-tes-parser-app-gui.webp|center]]
22+
> > **TES Parser**'s interface.
2023
>
2124
> ### Table Heading
2225
>
2326
> | Type | Name |
2427
> | --- | --- |
25-
> | **Links** | [NexusMods](https://www.nexusmods.com/morrowind/mods/52850) |
26-
> | Row | Row |
28+
> | **Links** | [NexusMods](https://www.nexusmods.com/morrowind/mods/52850)<br>[Github](https://github.com/Larkin-man/TES-parser) |
29+
> | **Requirements** | none |
30+
> | **Author** | Larkinman |
31+
32+
**TES Parser** is a utility for cleaning and exporting the contents of ESS, ESM and ESP files for _Morrowind_, _Oblivion_, _Skyrim_, _Fallout 3_ and _Fallout 4_.
33+
34+
## External Links
35+
36+
- **Fullrest**, [TES III: TES Construction Set, "Cleaning TES plugins"](https://www.fullrest.ru/forum/topic/41528-chistka-plaginov-tes/) - forum announcement thread for TES Parser (Russian)
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Tes3Edit
2+
title: Tes3edit-rs
33
aliases:
4-
- Tes3Edit
4+
- Tes3edit-rs
5+
- Tes3edit
56
tags:
67
- Low-level-editor
7-
- Tes3Edit
8-
description:
8+
- Tes3edit-rs
9+
description: A simple egui-rust low-level editor for Morrowind.
910
---
1011

1112
![[maintenance-expand-article#^6fc39d|clean]]
@@ -18,13 +19,15 @@ description:
1819
>
1920
> > [!caption|center wfull txt-s]
2021
> >
21-
> > %%![[insert image]]%%
22+
> > ![[screenshot-of-tes3edit-rs-gui.png|center]]
2223
> >
2324
>
2425
> ### Details
2526
>
2627
> | Type | Name |
2728
> | --- | --- |
28-
> | **Links** | |
29-
> | **Requirements** | Row |
30-
> | **Author** | rfuzzo |
29+
> | **Links** | [Github](https://github.com/rfuzzo/tes3edit) |
30+
> | **Requirements** | none |
31+
> | **Author** | [rfuzzo](https://github.com/rfuzzo) |
32+
33+
**Tes3edit-rs** is a simple [[modding-tools/low-level-editors/index|low-level editor]] for Morrowind, developed by rfuzzo with egui-rust.

mmw-content/modding-tools/low-level-editors/tesame.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,39 @@
22
title: TESAME
33
aliases:
44
- TESAME
5+
- TES Advanced Mod Editor
56
tags:
67
- TESAME
78
- Low-level-editor
8-
description:
9+
- Cleaning-Mods
10+
- Combining-plugins
11+
description: A low-level editor for manually cleaning edits from TES3 plugins, and additionally features limited plugin merging capabilities.
912
---
1013

1114
![[maintenance-expand-article#^6fc39d|clean]]
1215

1316
## About
1417

15-
> [!infobox]
18+
> [!infobox|n-th]
1619
>
17-
> ## TESAME
20+
> ## TES Advanced Mod Editor
1821
>
19-
> %%![[insert image]]%%
22+
> > [!caption|center wfull txt-s]
23+
> >
24+
> > ![[screenshot-of-tesame-gui.webp|center]]
25+
> > Screenshot of TESAME analysing Bethesda's official _Area Effect Arrows_ plugin.
26+
> > [source](https://staticdelivery.nexusmods.com/mods/100/images/50810/50810-1645632971-1207342170.jpeg)
2027
>
21-
> ### Table Heading
28+
> ### Details
2229
>
2330
> | Type | Name |
2431
> | --- | --- |
25-
> | Row | Row |
26-
> | Row | Row |
32+
> | **Links** | [Nexus Mods](https://www.nexusmods.com/morrowind/mods/50810)<br>[Project Tamriel Wiki](https://wiki.project-tamriel.com/wiki/TESAME) |
33+
> | **Requirements** | none |
34+
> | **Author** | Searabus (Erik Benerdal) |
35+
36+
**TESAME** is a [[modding-tools/low-level-editors/index|low-level editor]] for manually [[guides/cleaning-mods/index|cleaning]] edits from TES3 plugins, and additionally features limited plugin merging capabilities.
37+
38+
## External Links
39+
40+
- **UESP**, ["Morrowind Mod:TESAME"](https://en.m.uesp.net/wiki/Morrowind_Mod:TESAME)

mmw-content/modding-tools/merging-plugins/deltaplugin.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,35 @@ tags:
88
- Leveled-Items
99
- Leveled-Lists
1010
- Leveled-Creatures
11-
description:
11+
- OpenMW
12+
description: A multi-purpose command-Line tool tool, capable of merging objects and leveled lists, converting OpenMW and TES3 plugins to YAML, and creating plugin diffs.
1213
---
1314

15+
1416
![[maintenance-expand-article#^6fc39d|clean]]
1517

1618
## About
1719

18-
> [!infobox]
20+
> [!infobox|n-th]
1921
>
2022
> ## DeltaPlugin
2123
>
22-
> %%![[insert image]]%%
24+
> > [!caption|center wfull txt-s]
25+
> >
26+
> > ![[deltaplugin-greek-letter-logo.png|center]]
27+
> > DeltaPlugin's logo - the Greek letter 'delta'.
28+
> > [source](https://gitlab.com/uploads/-/system/project/avatar/18372672/Greek_lc_delta.png)
2329
>
24-
> ### Table Heading
30+
> ### Details
2531
>
2632
> | Type | Name |
2733
> | --- | --- |
28-
> | Row | Row |
29-
> | Row | Row |
34+
> | **Links** | [Gitlab](https://gitlab.com/bmwinger/delta-plugin) |
35+
> | **Requirements** | none |
36+
> | **Author** | [Benjamin Winger](https://gitlab.com/bmwinger) |
37+
38+
**DeltaPlugin** is a multi-purpose [[modding-tools/command-line-tools/index|command-Line tool]] tool, capable of [[modding-tools/merging-plugins/index|merging objects and leveled lists]], converting OpenMW and TES3 plugins to YAML, and creating plugin diffs.
39+
40+
## External Links
41+
42+
- **Modding-Openmw.com**, ["Delta Plugin](https://modding-openmw.com/mods/delta-plugin/)

0 commit comments

Comments
 (0)