Difference between revisions of "Arcane University:Software"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
(Concept Art)
m (Music Composition)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
This is the main page of the software tools being used for Beyond Skyrim.
 
This is the main page of the software tools being used for Beyond Skyrim.
  
== Tools ==
+
== Level Design & Implementation ==
  
=== Level Design & Implementation ===
+
* Creation Kit
 
+
** Legendary Edition/32 bit version (Steam)
* Creation Kit (link)
+
** Special Edition/64 bit version (Bethesda.net Launcher)
 
* Papyrus Compiler (link)
 
* Papyrus Compiler (link)
* Scripting tools (link: Notepad++, Sublime and more)
+
* Scripting tools
* x-Edit
+
** [https://notepad-plus-plus.org/ Notepad++]: text editor
* X-Lodgen
+
** [https://www.sublimetext.com/ Sublime]: text editor
* Dyndolod
+
* [https://tes5edit.github.io/ xEdit]: Editing .esm and .esp files with more flexibility, resolving plugin conflicts
...
+
* [https://github.com/TES5Edit/xLODGen xLODGen]
 +
* [https://www.nexusmods.com/skyrim/mods/59721/ DynDOLOD]
 +
* NifTools
 +
** [https://github.com/niftools/nifskope NifSkope]: Opening, viewing, and editing [[AU:NIF Data Format|.nif]] files
 +
** [https://github.com/skyfox69/NifUtilsSuite NifUtilsSuite]: Contains ChunkMerge for transferring collision, and other useful tools
 +
* [https://www.nexusmods.com/newvegas/mods/67829 Sniff]: Batch operations on .nif files
 +
* [https://www.nexusmods.com/skyrimspecialedition/mods/28773 Octagon]: Batch operations on [[AU:DDS Data Format|.dds]] files
  
=== Concept Art ===
+
== Writing ==
 +
===free===
 +
* [https://docs.google.com/document/u/0/] Google Docs (used by Beyond Skyrim teams by default)
 +
* [https://www.openoffice.de/] Open Office
 +
* [https://de.libreoffice.org/] Libre Office
  
 +
===commercial===
 +
* Microsoft Word (as part of the office package) [https://www.microsoft.com/de-de/microsoft-365/p/word/cfq7ttc0k7c7?=&ef_id=Cj0KCQjwsqmEBhDiARIsANV8H3aLJm12IvB-WVRWXOzEUgrqGh8_SHMny7B80iSt9SToqcLN0HEdyFAaAjxAEALw_wcB%3aG%3as&OCID=AID2100139_SEM_Cj0KCQjwsqmEBhDiARIsANV8H3aLJm12IvB-WVRWXOzEUgrqGh8_SHMny7B80iSt9SToqcLN0HEdyFAaAjxAEALw_wcB%3aG%3as&lnkd=Google_O365SMB_App&gclid=Cj0KCQjwsqmEBhDiARIsANV8H3aLJm12IvB-WVRWXOzEUgrqGh8_SHMny7B80iSt9SToqcLN0HEdyFAaAjxAEALw_wcB&activetab=pivot%3aoverviewtab]
 +
 +
== 2D Concept Art ==
 
*Graphics tablet with pen pressure.  
 
*Graphics tablet with pen pressure.  
 
*Drawing program, f.ex Gimp, Krita, Photoshop, Clip Studio.
 
*Drawing program, f.ex Gimp, Krita, Photoshop, Clip Studio.
  
=== Writing ===
+
== 3D ==
*Google Docs
+
*[https://www.autodesk.com/products/3ds-max/overview 3ds Max]: Modeling, animation
*Google Drawings (on occasion - for outlines)
+
*[https://www.blender.org/ Blender] (free): Modeling, sculpting, texturing, rigging, animation
 +
*[https://www.autodesk.com/products/maya/overview Maya]: Modeling, animation
 +
*[https://www.autodesk.com/products/mudbox/overview Mudbox]: Sculpting
 +
*[https://quixel.com/mixer Quixel Mixer] (free, in beta): Texturing
 +
*[https://www.substance3d.com/products/substance-painter/ Substance Painter] (free with a student license): Texturing and baking
 +
*[https://xnormal.net/ xNormal] (free): Baking
 +
*[https://pixologic.com/get-zbrush/ ZBrush]: Modeling, texturing, sculpting
 +
 
 +
== 2D Texturing ==
 +
* [[Arcane_University:CrazyBump_for_Skyrim]]
 +
* [[Arcane_University:Gimp_for_Skyrim]]
 +
* [[Arcane_University:Material_Editor_for_Skyrim]]
 +
* [[Arcane_University:MindTex_2_for_Skyrim]]
 +
* [[Arcane_University:Paint.Net_for_Skyrim]]
 +
* [[Arcane_University:Photoshop_for_Skyrim]]
 +
 
 +
== Music Composition ==
  
=== 3D ===
+
* [https://www.ableton.com/de/live/ Abelton Live 10]
 +
* [https://www.audacity.de/ audacity (free and basic)]
  
=== Music Composition ===
+
== Sound Effects ==
  
=== Sound Effects ===
+
* [https://www.ableton.com/de/live/] Abelton Live 10
 +
* [https://www.audacity.de/] audacity (free and basic)
  
=== Voice Acting ===
+
== Voice Acting ==
  
=== Project Management ===
+
== Project Management ==
  
  
[[Category:Arcane_University]]
+
[[Category:Arcane University-Tool| ]]

Latest revision as of 20:15, 13 May 2021

This is the main page of the software tools being used for Beyond Skyrim.

Level Design & Implementation[edit]

  • Creation Kit
    • Legendary Edition/32 bit version (Steam)
    • Special Edition/64 bit version (Bethesda.net Launcher)
  • Papyrus Compiler (link)
  • Scripting tools
  • xEdit: Editing .esm and .esp files with more flexibility, resolving plugin conflicts
  • xLODGen
  • DynDOLOD
  • NifTools
    • NifSkope: Opening, viewing, and editing .nif files
    • NifUtilsSuite: Contains ChunkMerge for transferring collision, and other useful tools
  • Sniff: Batch operations on .nif files
  • Octagon: Batch operations on .dds files

Writing[edit]

free[edit]

  • [1] Google Docs (used by Beyond Skyrim teams by default)
  • [2] Open Office
  • [3] Libre Office

commercial[edit]

  • Microsoft Word (as part of the office package) [4]

2D Concept Art[edit]

  • Graphics tablet with pen pressure.
  • Drawing program, f.ex Gimp, Krita, Photoshop, Clip Studio.

3D[edit]

2D Texturing[edit]

Music Composition[edit]

Sound Effects[edit]

  • [5] Abelton Live 10
  • [6] audacity (free and basic)

Voice Acting[edit]

Project Management[edit]