You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Creation Kit Platform Extended for Skyrim](https://www.nexusmods.com/skyrimspecialedition/mods/71371): good example of advanced, creative Nexus Mods description formatting
21
+
- use of BBCode in the Files tab
22
+
- use of [shields.io](https://shields.io/) - dynamically updated images displaying Github repository stats. In the mod description, these are a series of images wrapped in a single `[center]` BBCode tag.
**3D Model Icon Generator** is a [[modding-tools/command-line-tools/index|command-line-tool]] developed by JE323 for generating icon or thumbnail images from a 3D model in [[blender|Blender]].
**Create Character NIF** is a Python script which takes [body part](https://tes3cs.pages.dev/objects/object-types/body-part) meshes and any equipment as its inputs, and outputs these into a single combined `NIF`.
35
+
36
+
Originally designed to work with [[blender|Blender]], this functionality was broken from Blender version 4.2.[^1] However, the `character.py` script can still be used independently of Blender through the [es3 library](https://github.com/Greatness7/io_scene_mw/tree/master/lib). As this library is part of the **io_scene_mw** Github repository, the `es3` folder must be extracted and placed within the same directory as `character.py`; furthermore, it requires installing NumPy (`pip install numpy`).[^2]
37
+
38
+
39
+
40
+
[^1]: [Greatness7, post to "mod-tools", Morrowind Modding Community Discord, September 20, 2024](https://discord.com/channels/210394599246659585/976440577044402217/1286468003873030298)
41
+
[^2]: [Greatness7, post to "mod-tools", Morrowind Modding Community Discord, July 26, 2023](https://discord.com/channels/210394599246659585/976440577044402217/1133477371597557872)
Copy file name to clipboardExpand all lines: mmw-content/modding-tools/misc-tools/tes-bookmaker.md
+20-15
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ aliases:
5
5
tags:
6
6
- Books
7
7
- Language/Russian
8
-
description:
8
+
- TES-Bookmaker
9
+
description: A simple text editor for creating Morrowind books, capable of converting plain text into Morrowind's bespoke HTML format and featuring a GUI with buttons for text-formatting.
**TES Bookmaker** is a simple text editor for creating Morrowind books, capable of converting plain text into Morrowind's bespoke HTML format and featuring a <abbrtitle="graphical user interface">GUI</abbr> with buttons for text-formatting.
34
35
35
-
## Translation
36
+
The original tool developed by Дарин (Darin) is in Russian, but an English language version by MassiveJuice is available.
36
37
37
-
Although the UI is in Russian, it is fully capable of rendering English and other languages, and its simple UI does not require knowledge of the language.
38
+
## Usage
38
39
39
-
Below are English translations of the four UI elements which are in Russian:
40
+
The editor works by applying Morrowind-specific HTML markup to plain text.
40
41
41
-
1.**Название** = "Name"
42
-
2.**Моя книга** = "My Book"
43
-
3.**Автор** = "Author"
44
-
4.**Джон Доу** = "John Doe"
42
+
Plain text can be entered in the left-hand panel and, by pressing the green arrow, gets formatted with HTML in the right-hand panel. Further editing can be done in the right-hand panel by manually typing, or by using the UI buttons. These include:
45
43
46
-
The remaining UI buttons are symbols which do not require translation.
44
+
-**New Line**: adds HTML `<BR>{:html}` tag to indicate a new line
45
+
-**Center Text**: adds HTML `<DIV ALIGN="CENTER">{:html}`.
46
+
-**Left-Align Text**: adds HTML `<DIV ALIGN="CENTER">{:html}`
47
+
-**Insert Image**: Pop-up to specify an image's source, width and height.
48
+
-**A**: Pop-up to specify font name, size and color.
47
49
48
-
## Usage
50
+
Once finished, the marked-up text is ready to be entered into a [book object](https://tes3cs.pages.dev/objects/object-types/book) in the Construction Set.
**TES3MAP** is a tool developed by rfuzzo for generating and viewing a world map of all loaded plugins, featuring multiple visual overlays and image exporting.
-**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
0 commit comments