Skip to content

Commit 5971cff

Browse files
Tools: Live-Book-Editing + misc
- added Live Book Editing - added Kezyma's Map Builder - other misc placeholder articles on tools to be expanded later - added more external references - formatting fixes
1 parent ed2fd81 commit 5971cff

File tree

18 files changed

+193
-24
lines changed

18 files changed

+193
-24
lines changed

mmw-content/modding-tools/3d-modeling-tools/liztails-animation-kit.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@ description: A tool for manipulating .kf animation files for Morrowind.
3333
3434
**Morrowind Animation Kit**, more commonly known as **Liztail's Animation Kit**[^2] or **AnimKit**[^1], is a tool for manipulating `.kf` [[guides/animation/index|animation]] files for Morrowind.
3535

36+
## External Links
37+
38+
- **Notes for Modmakers**, ["Animation Kit"](https://morrowind-nif.github.io/Notes_RU/animation_kit.htm?ms=CyAAAAAAEAAAAAAAABAAAAAAAAAAAEABEAgYCA%3D%3D&st=MA%3D%3D&sct=MA%3D%3D&mw=MzIw) #Language/Russian
39+
3640
[^1]: ["Morrowind Animation Kit v2.1", Morrowind Modding History, Januray 30, 2014](https://web.archive.org/web/20161103122856/http://mw.modhistory.com/download-95-6027) (web archive)
3741
[^2]: [Knowledgable, "Liztail's Animation Kit", Nexus Mods, May 6, 2015](https://www.nexusmods.com/morrowind/mods/43606)

mmw-content/modding-tools/command-line-tools/tes3cmd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ description: A command-line tool for analysing, modifying and cleaning TES3 plug
3535
## External Links
3636

3737
- **Danae's Journal**, ["Good Modding Practice: Checking Mods"](https://danaeplays.thenet.sk/good-modding-practice/)
38+
- **Notes for Modmakers**, ["Tes3cmd"](https://morrowind-nif.github.io/Notes_RU/tes3cmd.htm?ms=CyAAAAAAEAAAAAAAABAAAAAAAAAAAEABEAgYQA%3D%3D&st=MA%3D%3D&sct=MA%3D%3D&mw=MzIw) #Language/Russian

mmw-content/modding-tools/merging-plugins/smartmerger.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ description: A multi-purpose command-line-tool with a GUI overlay primarily used
3737
- ["Upcoming mod tool", October 14, 2010](https://web.archive.org/web/20200219162900/https://forums.bethsoft.com/topic/1120974-upcoming-mod-tool/)
3838
- ["SmartMerger", November 13, 2010](https://web.archive.org/web/20200219162857/https://forums.bethsoft.com/topic/1140559-smartmerger/)
3939
- ["SmartMerger number 2", December 5, 2010](https://web.archive.org/web/20200219162909/https://forums.bethsoft.com/topic/1146795-smartmerger-2/)
40-
- ["SmartMerger number 3", April 15, 2012](https://web.archive.org/web/20200219143636/https://forums.bethsoft.com/topic/1367045-smartmerger-3/)
40+
- ["SmartMerger number 3", April 15, 2012](https://web.archive.org/web/20200219143636/https://forums.bethsoft.com/topic/1367045-smartmerger-3/)
41+
- **Notes for Modmakers**, ["Short notes about some utilities"](https://morrowind-nif.github.io/Notes_RU/short_notes_about_some_utilities.htm?ms=CyAAAAAAEAAAAAAAAAAAAAAAAAAAAEABEAgY&st=MA%3D%3D&sct=MA%3D%3D&mw=MzIw) #Language/Russian

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ description: A utility for converting all Leveled Lists in a plugin to potential
3232
3333
**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.
3434

35-
The deleveling functionality has been adopted at least one other tool, [[habasi|Habasi]], and as an MWSE mod with Operator Jack's Deleveler.[^2] The utility's usefulness is primarily to players who wish to increase the difficulty of Morrowind gameplay. However, one could use it as an auxiliary tool in the process of creating [[guides/patches/index|patches]] or reworks of existing mods.
35+
The deleveling functionality has been adopted by at least one other tool, [[habasi|Habasi]], and as an MWSE mod with Operator Jack's Deleveler.[^2] The utility's usefulness is primarily to players who wish to increase the difficulty of Morrowind gameplay. However, one could use it as an auxiliary tool in the process of creating [[guides/patches/index|patches]] or reworks of existing mods.
3636

3737
## Usage
3838

mmw-content/modding-tools/misc-tools/esparser.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ description: A tool for proofreading Morrowind dialogue for spelling, conversati
3434

3535
## External Links
3636

37-
**Morrowind is Home**, ["Morrowind modding tools"](https://abitoftaste.altervista.org/morrowind/index.php?option=weblinks&catid=53&Itemid=2&-Morrowind-modding-tools)
37+
- **Morrowind is Home**, ["Morrowind modding tools"](https://abitoftaste.altervista.org/morrowind/index.php?option=weblinks&catid=53&Itemid=2&-Morrowind-modding-tools)
38+
- **Notes for Modmakers**, ["Short notes about some utilities"](https://morrowind-nif.github.io/Notes_RU/short_notes_about_some_utilities.htm?ms=CyAAAAAAEAAAAAAAAAAAAAAAAAAAAEABEAgY&st=MA%3D%3D&sct=MA%3D%3D&mw=MzIw) #Language/Russian

mmw-content/modding-tools/misc-tools/font-reader.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ aliases:
44
- FontReader
55
tags:
66
- Books
7-
description:
7+
description: A tool for viewing, editing and saving Morrowind font files.
88
---
99

10+
1011
![[maintenance-expand-article#^6fc39d|clean]]
1112

1213
## About
@@ -15,11 +16,22 @@ description:
1516
>
1617
> ## FontReader
1718
>
18-
> %% insert image %%
19+
> > [!caption|center wfull txt-s]
20+
> >
21+
> > ![[screenshot-of-morrowind-fontreader-gui.webp|center]]
22+
> > **FontReader** viewing Morrowind's Daedric font.
23+
> > [image source](https://staticdelivery.nexusmods.com/mods/100/images/52999/52999-1685595726-273697787.png)
1924
>
20-
> ### Table Heading
25+
> ### Details
2126
>
2227
> | Type | Name |
2328
> | --- | --- |
2429
> | **Links** | [NexusMods](https://www.nexusmods.com/morrowind/mods/52999) |
25-
> | Row | Row |
30+
> | **Requirements** | none |
31+
> | **Author** | ManaUser |
32+
33+
**FontReader** is a tool for viewing, editing and saving Morrowind font files.
34+
35+
## External Links
36+
37+
- **Kamafi**, FullRest, ["Lesson: How to easily make your own font (for a game and for a computer in general)"](https://www.fullrest.ru/blogs/font_tutorial) - Comprehensive tutorial on how to create fonts for _Morrowind_ and _Oblivion_, including usage of FontReader #Language/Russian
Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Kezyma's Map Builder for Morrowind
33
aliases:
4+
- Kezyma's Map Builder for Morrowind
45
- Kezyma's Map Builder
5-
- Map Builder
6-
tags:
7-
description:
6+
tags:
7+
- Maps
8+
description: A tool for generating interactive Leaflet.js maps for Morrowind based on a user's modlist, or exporting as a png.
89
---
910

1011
![[maintenance-expand-article#^6fc39d|clean]]
@@ -15,11 +16,22 @@ description:
1516
>
1617
> ## Kezyma's Map Builder
1718
>
18-
> %% insert image %%
19+
> > [!caption|center wfull txt-s]
20+
> >
21+
> > ![[kezymas-map-builder-app-logo.webp|center]]
22+
> > **Kezyma's Map Builder** logo from Nexus Mods.
23+
> > [image source](https://staticdelivery.nexusmods.com/mods/100/images/53963/53963-1704828097-2065763542.png)
1924
>
20-
> ### Table Heading
25+
> ### Details
2126
>
2227
> | Type | Name |
2328
> | --- | --- |
24-
> | **Links** | [NexusMods](https://www.nexusmods.com/morrowind/mods/53963) |
25-
> | Row | Row |
29+
> | **Links** | [Nexus Mods](https://www.nexusmods.com/morrowind/mods/53963)<br>[Github](https://github.com/Kezyma/Morrowind-MapBuilder) |
30+
> | **Requirements** | [.Net 8.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) (recommended) |
31+
> | **Author** | [Kezyma](https://next.nexusmods.com/profile/Kezyma/about-me) |
32+
33+
**Kezyma's Map Builder** is a tool for generating interactive Leaflet.js maps for Morrowind based on a user's modlist, or exporting maps as a `png` image.
34+
35+
## External Links
36+
37+
- [Leaflet.js](https://leafletjs.com/)

mmw-content/modding-tools/misc-tools/live-book-editing.md

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,42 @@ aliases:
55
tags:
66
- MWSE
77
- Books
8-
description:
8+
description: An MWSE mod which enables edits made to books or scrolls in a text editor to be previewed live in-game.
99
---
1010

11-
![[maintenance-expand-article#^6fc39d|clean]]
11+
![[maintenance-lacking-images#^12855b|clean]]
1212

1313
## About
1414

15-
> [!infobox]
15+
> [!infobox|n-th]
1616
>
1717
> ## Live Book Editing
1818
>
19-
> %% insert image %%
19+
> > [!caption|center wfull txt-s]
20+
> >
21+
> > ![[morrowind-live-book-editing-demo.webp|center]]
22+
> > Animated demo of **Live Book Editing** from its Nexus Mods page.
23+
> > [image source](https://staticdelivery.nexusmods.com/mods/100/images/53403/53403-1692731282-1508705601.gif)
2024
>
21-
> ### Table Heading
25+
> ### Details
2226
>
2327
> | Type | Name |
2428
> | --- | --- |
25-
> | **Links** | [NexusMods](https://www.nexusmods.com/morrowind/mods/53403) |
26-
> | Row | Row |
29+
> | **Links** | [NexusMods](https://www.nexusmods.com/morrowind/mods/53403)<br>[Github](https://github.com/C3pa/Morrowind-Live-Book-Editing) |
30+
> | **Requirements** | [MWSE](https://www.nexusmods.com/morrowind/mods/45468) |
31+
> | **Author** | [C3pa](https://next.nexusmods.com/profile/C3pa/about-me) |
32+
33+
**Live Book Editing** is an MWSE mod by C3pa which enables edits made to books or scrolls in a text editor to be previewed live in-game.
34+
35+
## Usage
36+
37+
Books and scrolls to be edited are loaded from `Data files\booktext.txt` and `Data files\scrolltext.txt` respectively, and are opened with the following hotkeys:
38+
39+
| Action | Hotkey |
40+
| :---------: | :---------------------------: |
41+
| Open book | <kbd>Alt</kbd> + <kbd>O</kbd> |
42+
| Open scroll | <kbd>Alt</kbd> + <kbd>P</kbd> |
43+
44+
After saving edits made to either text file while Morrowind is running in the background,<sup>\[_[[inline-citation-needed|Citation needed]]_\]</sup> changes will be displayed after switching window to display Morrowind and pressing the relevant book or scroll hotkey.
45+
46+
This behavior can be altered through the mod's <abbr title="mod configuration menu">MCM</abbr> to instead place a persistent book or scroll in your inventory with which to preview book edits. The mod detects if the player does not have either item in their inventory and will automatically add it. Alternatively, this can be bound to a hotkey through the MCM.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Make MW Fonts
3+
aliases:
4+
- Make MW Fonts
5+
tags:
6+
- Font
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** | [MMH web archive](https://web.archive.org/web/20161103134248/http://mw.modhistory.com/download-95-14591) |
28+
> | **Requirements** | |
29+
> | **Author** | DigitalMonk |
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: TES Bookmaker
3+
aliases:
4+
- TES Bookmaker
5+
tags:
6+
- Books
7+
description:
8+
---
9+
10+
![[maintenance-expand-article#^6fc39d|clean]]
11+
12+
## About
13+
14+
> [!infobox|n-th]
15+
>
16+
> ## TES Bookmaker
17+
>
18+
> > [!caption|center wfull txt-s]
19+
> >
20+
> > %%insert image%%
21+
> >
22+
>
23+
> ### Details
24+
>
25+
> | Type | Name |
26+
> | --- | --- |
27+
> | **Links** | |
28+
> | **Requirements** | |
29+
> | **Author** | |
30+
31+
## External Links
32+
33+
- **Notes for Modmakers**, ["TES Bookmaker"](https://morrowind-nif.github.io/Notes_RU/tes_bookmaker.htm?ms=CyAAAAAAEAAAAAAAABAAAAAAAAAAAEABEAgYCA%3D%3D&st=MA%3D%3D&sct=MA%3D%3D&mw=MzIw) #Language/Russian
34+
- http://www.fullrest.ru/files/bookmaker/files

mmw-content/modding-tools/misc-tools/testool.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ description:
3030

3131
## External Links
3232

33-
- **Danae's Journal**, ["Good Modding Practice: Checking Mods"](https://danaeplays.thenet.sk/good-modding-practice/)
33+
- **Danae's Journal**, ["Good Modding Practice: Checking Mods"](https://danaeplays.thenet.sk/good-modding-practice/)
34+
- **Notes for Modmakers**, ["TESTool"](https://morrowind-nif.github.io/Notes_RU/testool.htm?ms=CyAAAAAAEAAAAAAAABAAAAAAAAAAAEABEAgYIA%3D%3D&st=MA%3D%3D&sct=MA%3D%3D&mw=MzIw) #Language/Russian
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Kezyma's Root Builder for Mod Organizer
3+
aliases:
4+
- Kezyma's Root Builder for Mod Organizer
5+
- MO2 Root Builder
6+
tags:
7+
- MO2
8+
description:
9+
---
10+
11+
![[maintenance-expand-article#^6fc39d|clean]]
12+
13+
## About
14+
15+
> [!infobox|n-th]
16+
>
17+
> ## Article Title
18+
>
19+
> > [!caption|center wfull txt-s]
20+
> >
21+
> > %%insert image%%
22+
> >
23+
>
24+
> ### Details
25+
>
26+
> | Type | Name |
27+
> | --- | --- |
28+
> | **Links** | [Nexus Mods](https://www.nexusmods.com/skyrimspecialedition/mods/31720) |
29+
> | **Requirements** | |
30+
> | **Author** | [Kezyma](https://next.nexusmods.com/profile/Kezyma/about-me) |

mmw-content/modding-tools/texture-making-software/ordenador.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ description:
2222
> | Type | Name |
2323
> | --- | --- |
2424
> | Row | Row |
25-
> | Row | Row |
25+
> | Row | Row |
26+
27+
## External Links
28+
29+
- **Notes for Modmakers**, ["Short notes about some utilities"](https://morrowind-nif.github.io/Notes_RU/short_notes_about_some_utilities.htm?ms=CyAAAAAAEAAAAAAAAAAAAAAAAAAAAEABEAgY&st=MA%3D%3D&sct=MA%3D%3D&mw=MzIw) #Language/Russian

mmw-content/programmers-reference/fomod-installer-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ description: FOMOD is a game-agnostic file format for installing mods, commonly
3939

4040
- https://docs.fileformat.com/game/fomod/
4141
- https://github.com/GandaG/fomod-docs
42-
- https://wiki.nexusmods.com/index.php/How_to_create_mod_installers#What_do_I_need_to_know_to_make_a_mod_installer_for_my_mod?
42+
- https://wiki.nexusmods.com/index.php/How_to_create_mod_installers#What_do_I_need_to_know_to_make_a_mod_installer_for_my_mod
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Font File Format
3+
aliases:
4+
- Font File Format
5+
tags:
6+
- Font
7+
description: A technical overview of the file format used for Morrowind fonts.
8+
---
9+
10+
![[maintenance-expand-article#^6fc39d|clean]]
11+
12+
## About
13+
14+
A technical overview of the file format used for _Morrowind_ fonts.
15+
16+
## External Links
17+
18+
- **Kamafi**, FullRest, ["Lesson: How to easily make your own font (for a game and for a computer in general)"](https://www.fullrest.ru/blogs/font_tutorial) - Describes how to create fonts for _Morrowind_ and _Oblivion_, with discussion on the relevant file formats. #Language/Russian
19+
- **OpenMW**, readthedocs, ["Fonts"](https://openmw.readthedocs.io/en/stable/reference/modding/font.html) - technical overview of Morrowind fonts and OpenMW support for Truetype fonts.
20+
- **UESP**, ["General:Fonts"](https://en.uesp.net/wiki/General:Fonts) - Documents the fonts used in all _Elder Scrolls_ games, with brief technical documentation.

0 commit comments

Comments
 (0)