Skip to content

Commit 2ba4bff

Browse files
Update publishing-mods
- Add stub articles on various tools for creating FOMOD Installers. - misk formatting tweaks elsewhere in modding-tools
1 parent 017ec15 commit 2ba4bff

23 files changed

+335
-35
lines changed
68.8 KB
Loading
27.3 KB
Loading
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: FOMOD Installers
3+
aliases:
4+
- FOMOD Installers
5+
- FOMOD
6+
tags:
7+
- FOMOD
8+
- Publishing-Mods
9+
- Mod-managers
10+
description:
11+
---
12+
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 %%

mmw-content/guides/publishing-mods/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Publishing Mods
33
aliases:
44
- Publishing Mods
55
tags:
6-
- Nexus
6+
- Nexus-Mods
77
- Permissions
88
- Credits
99
- Ethics

mmw-content/modding-tools/3d-modeling-tools/blender.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ description: A free 3D modeling program commonly used for Morrowind modding
1515
>
1616
> ## Blender
1717
>
18-
> ![[blender-logo.png]]
18+
> > [!caption|center wfull txt-s]
19+
> >
20+
> > ![[blender-logo.png]]
21+
> > Official logo of the Blender Foundation.
22+
> > [source](https://download.blender.org/branding/blender_logo_socket.png)
1923
>
2024
> ### Details
2125
>

mmw-content/modding-tools/misc-tools/abots-deleveler.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags:
66
- Leveled-Lists
77
- Leveled-Creatures
88
- Leveled-Items
9-
description:
9+
description: A utility for converting all Leveled Lists in a plugin to potentially spawn at level 1 through the use of Tes3cmd BAT and Perl scripts.
1010
---
1111

1212
![[maintenance-expand-article#^6fc39d|clean]]
@@ -28,4 +28,23 @@ description:
2828
> | --- | --- |
2929
> | **Links** | [Nexus Mods](https://www.nexusmods.com/morrowind/mods/45625) |
3030
> | **Requirements** | [[tes3cmd\|Tes3cmd]] |
31-
> | **Author** | [OffworldDevil](https://next.nexusmods.com/profile/OffworldDevil/about-me), [abot](https://next.nexusmods.com/profile/abot/about-me) |
31+
> | **Author** | [OffworldDevil](https://next.nexusmods.com/profile/OffworldDevil/about-me), [abot](https://next.nexusmods.com/profile/abot/about-me) |
32+
33+
**Abot's Deleveler** is a utility for converting all [[guides/leveled-lists/index|Leveled Lists]] in a plugin to potentially spawn at level 1 - so called 'deleveling' - through the use of [[tes3cmd|Tes3cmd]] BAT and Perl scripts.
34+
35+
36+
37+
## Usage
38+
39+
1. Double-click the `tes3cmd_multipatch.bat` file to generate a `multipatch.esp`, which merges the leveled lists of your active mods.
40+
2. Double-click the `delev.bat` file to create a `delev.esp` from your active mod list. This should be loaded after the `multipatch.esp`.
41+
42+
## History
43+
44+
The utility was developed by Abot in 2018 as a personal request by OffWorldDevil (previously known as 'SpaceDevo'). OffWorldDevil later uploaded the utility to Nexus Mods.[^1]
45+
46+
## External Links
47+
48+
- **OperatorJack**, Nexus Mods, ["OperatorJack's Deleveler"](https://www.nexusmods.com/morrowind/mods/47897) - an MWSE implementation of a delveler.
49+
50+
[^1]: [Abot (@.abot), "Yes. IIRC I made it as a personal request I don't remember if on discord ot old forums, it was about 2018. Then it has been uploaded on Nexus", Discord: Morrowind Modding Community, "mod-tools", September 5, 2024, accessed September 8, 2024](https://discord.com/channels/210394599246659585/976440577044402217/1281183682295627788)

0 commit comments

Comments
 (0)