Skip to content

Commit 877cb38

Browse files
misc updates to modding tools
- added github link for merge to master - added description and updated `title`+`aliases` frontmatter for 3ds-max - added `habasi -O` command description to lawnmower-groundcover-tutorial
1 parent ec8f54b commit 877cb38

File tree

4 files changed

+22
-11
lines changed

4 files changed

+22
-11
lines changed
Loading

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

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ This can be repeated for any plugins you wish to compare the groundcover against
114114

115115
> [!tip|txt-s] Using Lawnmower with your Entire Mod-List
116116
> Some tools for [[modding-tools/merging-plugins/index|merging plugins]], such as [[habasi|Habasi]], can generate a single merged plugin of your entire mod list. This merged plugin can be used as the `input` plugin for Lawnmower, saving you the trouble of running the script on individual mods.
117+
>
118+
> To generate a merged plugin with **Habasi**, run the command `habasi -O` in a terminal.
117119
118120
## Utilizing Autoclean Plugins
119121

Original file line numberDiff line numberDiff line change
@@ -1,27 +1,34 @@
11
---
2-
title: 3DS-Max
2+
title: 3ds Max
33
aliases:
4-
- 3DS-Max
4+
- 3ds Max
5+
- Autodesk 3ds Max
56
tags:
67
- Animation
78
- Modeling
8-
- 3DS-Max
9-
description:
9+
- 3ds-Max
10+
description: A professional 3D computer graphics program whose early versions were used in the development of Morrowind.
1011
---
1112

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

1415
## About
1516

16-
> [!infobox]
17+
> [!infobox|n-th]
1718
>
1819
> ## 3DS-Max
1920
>
20-
> %%![[insert image]]%%
21+
> > [!caption|wfull txt-s]
22+
> > ![[3ds-max-logo-2022.jpg|150x150]]
23+
> > 3ds Max logo from 2022
2124
>
2225
> ### Table Heading
2326
>
2427
> | Type | Name |
2528
> | --- | --- |
26-
> | **Links** | [Wikipedia](https://en.m.wikipedia.org/wiki/Autodesk_3ds_Max)<br>[Website](https://www.autodesk.com) |
27-
> | Row | Row |
29+
> | **Links** | [Wikipedia](https://en.m.wikipedia.org/wiki/Autodesk_3ds_Max)<br>[Official Site](https://www.autodesk.com) |
30+
> | Row | Row |
31+
32+
Autodesk [3ds Max](https://www.autodesk.com/products/3ds-max/overview?term=1-YEAR&tab=subscription&plc=3DSMAX) is a professional 3D computer graphics program whose early versions were used in the development of Morrowind.[^1]
33+
34+
[^1]: SymphonyTeam, "3DS MAX 3", Notes for Modmakers 3.3, 2022, accessed 27 August 2024, https://morrowind-nif.github.io/Notes_EN/module_2_10_1_1.htm?ms=QgAAAAAAAAAAAAAAAAAAAAAAAAAAABAg&st=MA%3D%3D&sct=MA%3D%3D&mw=MzIw

mmw-content/modding-tools/merging-plugins/merge-to-master-tool.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aliases:
55
tags:
66
- Merge_to_Master
77
- Combining-plugins
8-
description:
8+
description: A simple command-line tool that lets you merge TES3 plugins into their masters.
99
---
1010

1111
![[maintenance-expand-article#^6fc39d|clean]]
@@ -22,5 +22,7 @@ description:
2222
>
2323
> | Type | Name |
2424
> | --- | --- |
25-
> | **Links** | (G7 won't share 😪) |
26-
> | **Requirements** | None |
25+
> | **Links** | [Github](https://github.com/Greatness7/merge_to_master) |
26+
> | **Requirements** | None |
27+
28+
A simple command-line tool that lets you merge TES3 plugins into their masters.

0 commit comments

Comments
 (0)