Skip to content

Commit d5ba45e

Browse files
update modding tools and template
1 parent 7a8cb4f commit d5ba45e

File tree

12 files changed

+86
-10
lines changed

12 files changed

+86
-10
lines changed

mmw-content/contributing/templates/modding-tool-template.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ description:
1515
>
1616
> > [!caption|center wfull txt-s]
1717
> >
18-
> > %%![[insert image]]%%
18+
> > %%insert image%%
1919
> >
2020
>
2121
> ### Details
2222
>
2323
> | Type | Name |
2424
> | --- | --- |
2525
> | **Links** | |
26-
> | **Requirements** | Row |
26+
> | **Requirements** | |
2727
> | **Author** | |

mmw-content/guides/groundcover/lawnmower-tutorial.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ tags:
99
- Tutorials
1010
- Grass
1111
- Cleaning-Mods
12+
- Python
13+
- Tes3conv
1214
description: How to use `lawnmower.py` script to clean groundcover mods of excess grass
1315
parent: "[[the-lawnmower|Lawnmower]]"
1416
related articles:

mmw-content/modding-tools/conflict-detectors/modmapper.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ aliases:
55
tags:
66
- ModMapper
77
- Conflicts
8-
description:
8+
- Python
9+
- Tes3conv
10+
description: A conflict detection tool for generating heat-maps of exterior cells which indicate which cells are most affected by a given list of plugins.
911
---
1012

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

mmw-content/modding-tools/conflict-detectors/tes3editx.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,32 @@ title: Tes3EditX
33
aliases:
44
- Tes3EditX
55
- Conflict Viewer
6+
- TES3 Conflict viewer
67
tags:
78
- Tes3EditX
89
- Conflicts
9-
description:
10+
description: A GUI tool for comparing TES3 plugins and viewing conflicts.
1011
---
1112

1213
![[maintenance-expand-article#^6fc39d|clean]]
1314

1415
## About
1516

16-
> [!infobox]
17+
> [!infobox|n-th]
1718
>
18-
> ## Tes3EditX
19+
> ## TES3 Conflict viewer
1920
>
20-
> %%![[insert image]]%%
21+
> > [!caption|center wfull txt-s]
22+
> >
23+
> > ![[tes3editx-comparing-plugin-cell-records.webp|center]]
24+
> >
2125
>
22-
> ### Table Heading
26+
> ### Details
2327
>
2428
> | Type | Name |
2529
> | --- | --- |
26-
> | Row | Row |
27-
> | Row | Row |
30+
> | **Links** | [Nexus Mods](https://www.nexusmods.com/morrowind/mods/54108/)<br>[Github](https://github.com/rfuzzo/Tes3EditX) |
31+
> | **Requirements** | none |
32+
> | **Author** | [rfuzzo](https://next.nexusmods.com/profile/rfuzzo/mods) |
33+
34+
**Tes3EditX** is a <abbr title="graphical user interface">GUI</abbr> tool developed by rfuzzo for comparing TES3 plugins and viewing conflicts.

mmw-content/modding-tools/generating-groundcover/the-lawnmower.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ tags:
1010
- Lawnmower
1111
- Cleaning-Mods
1212
- Groundcover
13+
- Python
14+
- Tes3conv
1315
description: A tool for cleaning groundcover mods of excess grass using Python scripts and Tes3conv.
1416
parent: "[[modding-tools/generating-groundcover/index|Generating Groundcover]]"
1517
related articles:

mmw-content/modding-tools/low-level-editors/enchanted-editor.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ aliases:
55
- Morrowind Enchanted Editor
66
tags:
77
- Enchanted-Editor
8+
- Low-level-editor
89
description:
910
---
1011

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

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ aliases:
44
- MWEdit
55
tags:
66
- MWEdit
7+
- Low-level-editor
78
description:
89
---
910

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

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ aliases:
44
- TES Parser
55
tags:
66
- Cleaning-Mods
7+
- Low-level-editor
78
description:
89
---
910

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Tes3Edit
3+
aliases:
4+
- Tes3Edit
5+
tags:
6+
- Low-level-editor
7+
- Tes3Edit
8+
description:
9+
---
10+
11+
![[maintenance-expand-article#^6fc39d|clean]]
12+
13+
## About
14+
15+
> [!infobox|n-th]
16+
>
17+
> ## Tes3Edit
18+
>
19+
> > [!caption|center wfull txt-s]
20+
> >
21+
> > %%![[insert image]]%%
22+
> >
23+
>
24+
> ### Details
25+
>
26+
> | Type | Name |
27+
> | --- | --- |
28+
> | **Links** | |
29+
> | **Requirements** | Row |
30+
> | **Author** | rfuzzo |

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

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ aliases:
44
- TESAME
55
tags:
66
- TESAME
7+
- Low-level-editor
78
description:
89
---
910

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: TES3MAP
3+
aliases:
4+
- TES3MAP
5+
tags:
6+
- Maps
7+
description:
8+
---
9+
10+
![[maintenance-expand-article#^6fc39d|clean]]
11+
12+
## About
13+
14+
> [!infobox|n-th]
15+
>
16+
> ## Article Title
17+
>
18+
> > [!caption|center wfull txt-s]
19+
> >
20+
> > %%insert image%%
21+
> >
22+
>
23+
> ### Details
24+
>
25+
> | Type | Name |
26+
> | --- | --- |
27+
> | **Links** | [Nexus Mods](https://www.nexusmods.com/morrowind/mods/54791)<br>[Github](https://github.com/rfuzzo/tes3map) |
28+
> | **Requirements** | |
29+
> | **Author** | [rfuzzo](https://next.nexusmods.com/profile/rfuzzo/mods) |

0 commit comments

Comments
 (0)