|
12 | 12 | description: An MWSE tool for selecting a group of objects in-game and exporting these to a single mesh |
13 | 13 | --- |
14 | 14 |
|
15 | | -![[maintenance-expand-article#^6fc39d|clean]] |
16 | | - |
17 | 15 | ## About |
18 | 16 |
|
19 | 17 | > [!infobox|n-th] |
@@ -54,16 +52,17 @@ The mesh will be exported to the directory `Data Files/meshes/g7`. |
54 | 52 |
|
55 | 53 | Using [[CSSE|CSSE's]] ability to test plugins from within the Construction Set, Export Sphere can also be ran. Extract `mwse/mods/exportSphere/main.lua` to your Morrowind modding install's `Data Files` folder, or alternatively install it using a mod manager. **Note** that since the tool requires MWSE, it will only work while running vanilla Morrowind through the <abbr title="Construction Set">CS</abbr>, not OpenMW. |
56 | 54 |
|
57 | | -## Exporting an Entire Cell |
58 | | - |
59 | | -![[maintenance-accuracy#^8285e2|clean]] |
| 55 | +## Exporting an Entire Cell's Landscape |
60 | 56 |
|
61 | | -By running a Lua command through the console, Export Sphere can be leveraged to export an entire cell. |
| 57 | +By running a Lua command through the console, Export Sphere can be leveraged to export the landscape of an entire cell. Note that this method will only export landscape, not meshes.[^1] |
62 | 58 |
|
63 | | -Doing so requires [UI Expansion](https://www.nexusmods.com/morrowind/mods/46071)by [NullCascade](https://next.nexusmods.com/profile/NullCascade/about-me) in order to enable Lua commands to be ran through the console. The following command can be ran while in an exterior cell: |
| 59 | +Doing so requires [UI Expansion](https://www.nexusmods.com/morrowind/mods/46071) by [NullCascade](https://next.nexusmods.com/profile/NullCascade/about-me) in order to enable Lua commands to be ran through the console. The following command can be ran while in an exterior cell[^2]: |
64 | 60 |
|
65 | 61 | ```lua |
66 | 62 | tes3.game.worldLandscapeRoot:saveBinary(“Data Files/Meshes/export.nif”) |
67 | 63 | ``` |
68 | 64 |
|
69 | | -[^1]: (https://www.nexusmods.com/morrowind/mods/52245?tab=files&file_id=1000034911) |
| 65 | + |
| 66 | + |
| 67 | +[^2]: [GrumblingVomit, "Morrowind Interiors Project Guide", Nexus Mods, January 31, 2023, 'MipInstructions.pdf'](https://www.nexusmods.com/morrowind/mods/52245?tab=files&file_id=1000034911) |
| 68 | +[^1]: [Greatness7, post to "mod-tools", Morrowind Modding Community Discord, October 20, 2024](https://discord.com/channels/210394599246659585/976440577044402217/1297347694049886273) |
0 commit comments