Skip to content

Commit 56b0947

Browse files
tools, tools and more tools (and templates)
- Updated infobox template - added new navbox template - added navboxes for 'Groundcover' and 'FOMOD Installers'; embedded in relevant pages - added articles on FOMOD tools - added preliminary guide to 'FOMOD Installers' in Guides, and 'FOMOD Installer Format' in Programmers Reference - lots of formatting corrections - added Groundcoverify and ModPackager articles - added missing index.md files for `/modding-tools/mod-managers` and `/./publishing-mods`
1 parent 2ba4bff commit 56b0947

File tree

71 files changed

+270
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+270
-82
lines changed
69.8 KB
Loading
109 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

mmw-content/contributing/templates/infobox-template.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
> [!infobox]
1+
> [!infobox|n-th]
22
>
3-
> ## Article Title
3+
> ## %% Article Title %%
44
>
5-
> %%![[insert image]]%%
5+
> > [!caption|center wfull txt-s]
6+
> >
7+
> > %% insert image %%
8+
> > %% caption text %%
9+
> > %% image source (if applicable) %%
610
>
7-
> ### Table Heading
11+
> ### Details
812
>
913
> | Type | Name |
1014
> | --- | --- |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
> [!infobox]
2+
>
3+
> ## %% link to main article %%
4+
>
5+
> > [!caption|center wfull txt-s]
6+
> >
7+
> > %% insert image %%
8+
> > %% caption text %%
9+
> > %% image source (if applicable) %%
10+
>
11+
> ### This article is part of a series on %% title %%
12+
>
13+
> - % list articles %

mmw-content/guides/groundcover/index.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,32 @@ tags:
1010
- Grass
1111
description: Creating and managing animated grass for MGE-XE and OpenMW
1212
---
13-
## Creating and managing animated grass for MGE-XE and OpenMW
1413

1514
![[maintenance-underpopulated-category#^185a87|clean]]
1615

16+
## Creating and managing animated grass for MGE-XE and OpenMW
17+
18+
> [!infobox]
19+
>
20+
> ## [[guides/groundcover/index|Groundcover]]
21+
>
22+
> > [!caption|center wfull txt-s]
23+
> >
24+
> > ![[screenshot-of-vurts-groundcover-gl.webp|center]]
25+
> > _[Vurt's Groundcover](https://www.nexusmods.com/morrowind/mods/31051)_, the most downloaded and endorsed Morrowind groundcover mod on _Nexus Mods_.
26+
> > [image source](https://staticdelivery.nexusmods.com/mods/100/images/31051-2-1320366552.jpg)
27+
>
28+
> ### This article is part of a series on Groundcover
29+
>
30+
> - [[modding-tools/generating-groundcover/index|Generating Groundcover]]
31+
> - [[the-lawnmower|The Lawnmower]]
32+
> - [[mesh-gen|MeshGen]]
33+
> - [[habasi|Habasi]]
34+
> - [[groundcoverify|Groundcoverify]]
35+
> - [[lawnmower-tutorial|Lawnmower Groundcover Tutorial]]
36+
37+
^groundcover-navbox
38+
1739
Both [[MGE-XE]] and [[OpenMW]] support animated, instanced grass called **groundcover**.
1840

1941
Groundcover allows the rendering of hundreds of grass meshes per cell at low performance cost. In addition, these meshes are animated to simulate blowing in the wind ('grass-swaying') and will deform as if pushed aside when colliding with the player ('grass-stomping'). To achieve this, mods adding groundcover must be handled differently from regular plugins.
@@ -22,17 +44,7 @@ Whilst each game engine differs in their exact handling of groundcover, the same
2244

2345
## To Do
2446

25-
> [!maintenance]
26-
>
27-
> ![[picture-of-divayth-fyr.png|left wtiny]]
28-
>
29-
> > [!maintenance|clean nbrd]
30-
> >
31-
> > **"Say. That's an interesting Dwemer piece you have there. What can you tell me about it?**
32-
> >
33-
> > It is requested that this article, or a section of this article, be expanded.
34-
35-
^6fc39d
47+
![[maintenance-expand-article|clean]]
3648

3749
- Contrary to popular belief, groundcover plugins can ESM files in both MGE-XE[^1] and OpenMW[^2], and other groundcover plugins can depend on and modify these masters just like regular plugins and master files.
3850
- Best documentation on how MGE-XE groundcover works ironically comes from OpenMW devs.[^3]

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ related articles:
2222
>
2323
> ## Lawnmower Groundcover Tutorial
2424
>
25-
> ![[lawnmower-for-morrowind-logo.webp|center]]
25+
> > [!caption|center wfull txt-s]
26+
> >
27+
> > ![[lawnmower-for-morrowind-logo.webp|center]]
28+
> >
29+
> > [image source](https://staticdelivery.nexusmods.com/mods/100/images/headers/53034_1686132090.jpg)
2630
>
2731
> ### Tutorial Info
2832
>
@@ -31,6 +35,8 @@ related articles:
3135
> | **Requirements** | - [[the-lawnmower\|The Lawnmower]]<br>- [[tes3conv\|Tes3conv]]<br>- [Python 3.5+](https://www.python.org/)<br>- [[tes3cmd\|Tes3cmd]] (optional)<br>- [[testool\|TESTool]] (optional) |
3236
> | **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) |
3337
38+
![[guides/groundcover/index#^groundcover-navbox|clean right]]
39+
3440
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.
3541

3642
![[the-lawnmower#^2eccab|clean]]

mmw-content/guides/publishing-mods/fomod-installers.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,22 @@ tags:
1010
description:
1111
---
1212

13-
%% Populate the tags in Properties %%
14-
%% Description property adds a description to this article when it appears in another index's listings. Description should be concise and catchy %%
13+
> [!infobox]
14+
>
15+
> ## [[fomod-installers|FOMOD Installers]]
16+
>
17+
> > [!caption|center wfull txt-s]
18+
> >
19+
> > %% insert image %%
20+
> >
21+
> >
22+
>
23+
> ### This article is part of a series on FOMOD Installers
24+
>
25+
> - [[fomod-installer-format|FOMOD File Format]]
26+
> - [[fomod-builder|FOMOD Builder]]
27+
> - [[fomod-creation-tool|FOMOD Creation Tool]]
28+
> - [[fomod-designer|FOMOD Designer]]
29+
> - [[fomod-validator|FOMOD Validator]]
30+
31+
^fomod-installers-navbox

0 commit comments

Comments
 (0)