|
1 | 1 | ---
|
2 |
| -title: Morrowind Modding Wiki Home |
| 2 | +title: The Morrowind Modding Wiki |
3 | 3 | aliases:
|
4 | 4 | - Home
|
5 | 5 | description: Welcome to the Morrowind Modding Wiki, the community repository of Morrowind modding knowledge
|
6 | 6 | ---
|
7 |
| -## Welcome |
| 7 | +# Welcome to the Morrowind Modding Wiki |
8 | 8 |
|
9 |
| -This is the home page of the ***Morrowind Modding Wiki***. |
| 9 | +**MMW** is a community wiki aiming to bring together over twenty years of Morrowind modding knowledge. |
10 | 10 |
|
11 |
| ---- |
12 |
| - |
13 |
| -## [[guides/index|Guides]] |
14 |
| - |
15 |
| -Guides and tutorials covering every aspect of modmaking for Morrowind, organised by category. |
16 |
| - |
17 |
| ->[!abstract]- Mod making and workflows |
18 |
| -> |
19 |
| ->* [[guides/publishing-mods/index|Publishing Mods]] -- Understanding Permissions, Credits and How to Publish Mods |
20 |
| ->* [[guides/cleaning-mods/index|Cleaning Mods]] -- Understanding 'Dirty Edits' and How to Clean Mods |
21 |
| ->* [[guides/collaborative-modding/index|Collaborative Modding]] -- Tools and Methodologies on Collaborating with Other Mod Authors |
22 |
| ->* [[guides/patches/index|Patches]] -- Creating Compatibility - Mod Conflicts and Patches |
23 |
| -
|
24 |
| ->[!abstract]- Level Design |
25 |
| -> |
26 |
| ->* [[guides/level-design/index|Level Design]] -- Principles of Video Game Environment and Level Design |
27 |
| ->* [[guides/exteriors/index|Exteriors]] -- Designing Exterior Cells and Landscaping |
28 |
| ->* [[guides/interiors/index|Interiors]] -- Dungeons and Dwellings - Designing Interior Cells |
29 |
| -
|
30 |
| ->[!abstract]- Guides by topic |
31 |
| -> |
32 |
| ->* [[guides/3d-modeling/index|3D Modeling]] -- Guides and Tutorials on 3D Modeling |
33 |
| ->* [[guides/animation/index|Animation]] -- Guides and Tutorials on Creating Animations |
34 |
| ->* [[guides/leveled-lists/index|Leveled Lists]] -- Leveled Creatures and Items - Working with Leveled Lists |
35 |
| ->* [[guides/quest-design/index|Quest Design]] -- Selling a Story - Dialogue, Quest Design and Journal Entries |
36 |
| ->* [[guides/scripting/index|Scripting]] -- Morrowind Scripting - MWScript, MWSE-Lua and OpenMW-Lua |
37 |
| ->* [[guides/textures/index|Textures]] -- Creating Textures for Morrowind |
38 |
| -
|
39 |
| ---- |
40 |
| - |
41 |
| -## [[modding-tools/index|Modding Tools]] |
42 |
| - |
43 |
| -An outline of the various tools used for Morrowind modding, organized by categories of common usage. |
44 |
| - |
45 |
| ->[!abstract]- Contents |
46 |
| -> |
47 |
| ->* [[modding-tools/3d-modeling-tools/index|3D Modeling Software & Tools]] -- Tools for creating and modifying meshes and animations for Morrowind |
48 |
| ->* [[modding-tools/combining-plugins/index|Combining Plugins]] -- Tools for merging plugins and managing master files |
49 |
| ->* [[modding-tools/command-line-tools/index|Command-Line Tools]] -- Powerful command-line tools for modifying plugins |
50 |
| ->* [[modding-tools/conflict-detectors/index|Conflict Detectors]] -- Tools for comparing plugins and identifying conflicts |
51 |
| ->* [[modding-tools/generating-groundcover/index|Generating Groundcover]] -- Generating and culling groundcover and other meshes |
52 |
| ->* [[modding-tools/landmass-utilities/index|Landmass Utilities]] -- Auxiliary tools for moving landmasses, generating heightmaps and fixing landscape conflicts |
53 |
| ->* [[modding-tools/low-level-editors/index|Low-Level Editors]] -- Low-level editors for examining, modifying and cleaning plugins |
54 |
| ->* [[modding-tools/sorting-plugin-load-order/index|Sorting Plugin Load Order]] -- Tools for sorting and managing plugin load order |
55 |
| ->* [[modding-tools/texture-making-software/index|Texture-Making Software]] -- Software for creating or modifying textures |
56 |
| ->* [[modding-tools/version-control-software/index|Version Control and Online Repositories]] -- Repositories for storing and managing modding tool and mod development using Git |
57 |
| -
|
58 |
| ---- |
59 |
| - |
60 |
| -## [TES3 Construction Set Help Docs](https://tes3cs-manual.vercel.app/) |
61 |
| - |
62 |
| ---- |
63 |
| - |
64 |
| -## [[programmers-reference/index|Programmers Reference]] |
65 |
| - |
66 |
| ---- |
67 |
| - |
68 |
| -## [[projects/index|Projects]] |
69 |
| - |
70 |
| ---- |
| 11 | +Contributions are always welcome and appreciated. Read [[how-to-contribute|How to Contribute]] to get started using [Obsidian.md](https://obsidian.md/) and publish content to the wiki. For content and writing guidelines, review the [[contributing/manual-of-style/index|Manual of Style]]. |
| 12 | +As development so far has been focused mainly on designing the website, the wiki itself currently lacks content. Whether you're an experienced modmaker or are just starting out, we'd love to see your contributions. If you'd like to discuss the wiki or ask for help, drop by the [Discord Server](https://discord.gg/7uBsMyw8yU) or use the comments section at the bottom of each page. |
71 | 13 |
|
72 |
| -## [[contributing/index|Contributing]] |
| 14 | +Completed articles so far include: |
| 15 | +- [[branching-dialogue-tutorial|Branching Dialogue Tutorial]] |
| 16 | +- [[esp-replacer-patch-beginner-tutorial|ESP-Replacer Patch Beginner Tutorial]] |
| 17 | +- [[morrowind-interiors-project|Morrowind Interiors Project]] |
| 18 | +- [[simple-texture-animation-in-blender|Simple Texture Animation in Blender]] |
73 | 19 |
|
74 |
| -* [[how-to-contribute|How to Contribute]] |
| 20 | +Work-in-progress articles: |
| 21 | +- [[creating-a-patch-for-an-esp|Creating a Patch for an ESP]] |
| 22 | +- [[contributing-to-mlox-rules|Contributing to Mlox Rules]] |
| 23 | +- [[tutorial-how-to-add-rules-to-the-mlox-rules-repository|Tutorial - How to Add Rules to the mlox-rules Repository]] |
0 commit comments