Skip to content

Commit 3123511

Browse files
MOAR MODDING TOOLS + misc edits
- populated more modding tool articles: - 'Liztail's Animation Kit', - 'Python File Format Interface', - 'SNIFF', - 'OMWLLF', - 'SmartMerger', - 'Tes3Merge' - added more external links - added more internal links in existing guides - general formatting edits
1 parent 96628bc commit 3123511

37 files changed

+382
-78
lines changed
9.46 KB
Loading
2.22 KB
Loading
2.22 KB
Loading
99.4 KB
Loading
45.9 KB
Loading
57.6 KB
Loading
12.3 KB
Loading

mmw-content/guides/animation/simple-texture-animation-in-blender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases:
99
- Simple Texture Animation in Blender
1010
---
1111
## Prerequisites:
12-
1. [Blender](https://www.blender.org/download/)
12+
1. [[blender|Blender]]
1313
2. [io_scene_mw](https://github.com/Greatness7/io_scene_mw)
1414

1515

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ related articles:
2828
>
2929
> | Type | Name |
3030
> | --- | --- |
31-
> | **Requirements** | - [The Lawnmower](https://www.nexusmods.com/morrowind/mods/53034)<br>- [Tes3conv](https://github.com/Greatness7/tes3conv)<br>- [Python 3.5 or later](https://www.python.org/)<br>- [Tes3cmd](https://modding-openmw.com/mods/tes3cmd/) (optional)<br>- [TESTool](https://www.nexusmods.com/morrowind/mods/47473) (optional) |
31+
> | **Requirements** | - [[the-lawnmower\|The Lawnmower]]<br>- [[tes3conv\|Tes3conv]]<br>- [Python 3.5+](https://www.python.org/)<br>- [[tes3cmd\|Tes3cmd]] (optional)<br>- [[testool\|TESTool]] (optional) |
3232
> | **Tutorial Files** | Any groundcover plugin you like that has not already had Lawnmower ran on it (the mod description will likely state whether this is the case) |
3333
3434
This tutorial covers how to use [[the-lawnmower|The Lawnmower]] tool to clean [[guides/groundcover/index|groundcover]] mods of excess grass - specifically, grass which clips through or is hidden under other objects.
@@ -53,7 +53,7 @@ By the end of this tutorial, you should be able to:
5353
>
5454
> See Python [BeginnersGuide / Download](https://wiki.python.org/moin/BeginnersGuide/Download) for help.
5555
56-
In addition to downloading The Lawnmower (tools only), the tool also requires that you have [Tes3conv](https://github.com/Greatness7/tes3conv) and [Python](https://www.python.org/) installed.
56+
In addition to downloading The Lawnmower (tools only), the tool also requires that you have [[tes3conv|Tes3conv]] and [Python](https://www.python.org/) installed.
5757

5858
Copy `tes3conv.exe` to your Morrowind `Data Files` folder, or install it using a mod manager.
5959

0 commit comments

Comments
 (0)