Difference between revisions of "Arcane University:Software"
The Beyond Skyrim Wiki — Hosted by UESP
(convert 3d section to table) |
(→3D Software: fix errors) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
** [https://notepad-plus-plus.org/ Notepad++]: ([https://ck.uesp.net/wiki/Notepad%2B%2B_Setup How to set up for Papyrus]) | ** [https://notepad-plus-plus.org/ Notepad++]: ([https://ck.uesp.net/wiki/Notepad%2B%2B_Setup How to set up for Papyrus]) | ||
** [https://www.sublimetext.com/ Sublime Text]: ([https://ck.uesp.net/wiki/Sublime_Text_Setup How to set up for Papyrus]) | ** [https://www.sublimetext.com/ Sublime Text]: ([https://ck.uesp.net/wiki/Sublime_Text_Setup How to set up for Papyrus]) | ||
| − | * [https://discord.gg/5t8RnNQ xEdit]: Editing .esm and .esp files with more flexibility, | + | * [https://discord.gg/5t8RnNQ xEdit]: Editing .esm and .esp files with more flexibility, cleaning plugin |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== Writing == | == Writing == | ||
| Line 61: | Line 56: | ||
|- | |- | ||
|[[AU:Blender|Blender]] | |[[AU:Blender|Blender]] | ||
| − | |||
|{{yes}} | |{{yes}} | ||
|{{yes}} | |{{yes}} | ||
| Line 96: | Line 90: | ||
|{{no}} | |{{no}} | ||
|{{yes}} | |{{yes}} | ||
| − | |||
|{{no}} | |{{no}} | ||
|{{no}} | |{{no}} | ||
| Line 132: | Line 125: | ||
|Specialized software for creating normal, occlusion, displacement, and specular maps | |Specialized software for creating normal, occlusion, displacement, and specular maps | ||
|- | |- | ||
| − | |[[AU: | + | |[[AU:MindTex 2|MindTex 2]] |
|{{dunno}} | |{{dunno}} | ||
|{{dunno}} | |{{dunno}} | ||
| Line 142: | Line 135: | ||
| | | | ||
|} | |} | ||
| + | |||
| + | == 3D Implementation == | ||
| + | * [[AU:Nifskope for Skyrim|NifSkope]]: Opening, viewing, and editing [[AU:NIF Data Format|.nif]] files | ||
| + | * [[AU:Niftools/Chunkmerge for Skyrim|NifUtilsSuite]]: Contains ChunkMerge for transferring collision, and other useful tools | ||
| + | * [https://www.nexusmods.com/newvegas/mods/67829 Sniff]: Batch operations on .nif files | ||
== Music and Sound Effects == | == Music and Sound Effects == | ||
| Line 151: | Line 149: | ||
== Project Management == | == Project Management == | ||
| − | * [https://discord.gg/5t8RnNQ xEdit]: Editing .esm and .esp files with more flexibility, resolving plugin conflicts | + | * [https://discord.gg/5t8RnNQ xEdit]: Editing .esm and .esp files with more flexibility, resolving plugin conflicts, merging |
* [[AU:LOD Generation|LOD Generation]] | * [[AU:LOD Generation|LOD Generation]] | ||
** [https://dyndolod.info/Help/xLODGen xLODGen]: Generating terrain LOD | ** [https://dyndolod.info/Help/xLODGen xLODGen]: Generating terrain LOD | ||
** [https://dyndolod.info/ DynDOLOD]: Generating object and tree LOD | ** [https://dyndolod.info/ DynDOLOD]: Generating object and tree LOD | ||
| + | * [https://www.nexusmods.com/skyrimspecialedition/mods/28773 Octagon]: Batch operations on [[AU:DDS Data Format|.dds]] files | ||
Latest revision as of 02:18, 28 November 2025
This is the main page of the software tools being used for Beyond Skyrim.
Contents
Level Design & Quest Implementation[edit]
- Creation Kit
- TES V: Skyrim Creation Kit: cannot be linked to, but can still be downloaded via Steam
- Skyrim Special Edition Creation Kit
- Papyrus Compiler (included with Creation Kit)
- Scripting tools (text editors)
- xEdit: Editing .esm and .esp files with more flexibility, cleaning plugin
Writing[edit]
Free[edit]
Commercial[edit]
- Microsoft Word (as part of the office package) [4]
2D Concept Art[edit]
3D Software[edit]
In addition to the following 3D-specific programs, generic image editing software such as GIMP, Photoshop, and Paint.NET are also useful for 3D artists.
This table is incomplete. If you have the knowledge to fill in information where it is missing, please do!
| Software | Free | Modeling | Sculpting | Texturing | Rigging | Skinning | Animation | Notes |
|---|---|---|---|---|---|---|---|---|
| 3ds Max | No
|
Yes
|
No
|
No
|
Yes
|
Yes
|
Yes
|
|
| Blender | Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
|
| Maya | No
|
Yes
|
Yes
|
?
|
Yes
|
Yes
|
Yes
|
|
| Mudbox | No
|
No
|
Yes
|
No
|
No
|
No
|
No
|
|
| Substance Painter | Free with a student license
|
No
|
No
|
Yes
|
No
|
No
|
No
|
|
| xNormal | Yes
|
No
|
No
|
Normal maps only
|
No
|
No
|
No
|
Specialized software for creating normal maps |
| ZBrush | No
|
Yes
|
Yes
|
Yes
|
No
|
No
|
No
|
|
| CrazyBump | Yes
|
No
|
No
|
Yes
|
No
|
No
|
No
|
Specialized software for creating normal, occlusion, displacement, and specular maps |
| MindTex 2 | ?
|
?
|
?
|
?
|
?
|
?
|
?
|
3D Implementation[edit]
- NifSkope: Opening, viewing, and editing .nif files
- NifUtilsSuite: Contains ChunkMerge for transferring collision, and other useful tools
- Sniff: Batch operations on .nif files