Category:Modding

From Project Tamriel Wiki
Jump to navigation Jump to search

This category aims to become a comprehensive repository of modding guides for Tamriel Rebuilt, Project Tamriel, and TES: III modding in general.

The pages are broken up into general topics and the four main branches of TES III (province) modding: assets, exteriors, interiors, and questing.

For Prospective Developers

If you wish to contribute to Project Tamriel or Tamriel Rebuilt – awesome, we would be very glad to have you on board! Below you will find all the information and tutorials that you need to get started.

The first thing is to read the Copyright and You page to understand what you are agreeing to in terms of the work you produce for the projects.

If you wish to contribute to level or quest design, you will need to work with the venerable TES Construction Set. These types of roles first require you to make a developer showcase in your respective field – exteriors, interiors, or quests. The showcase is not a test, but a learning process wherein you work with an experienced mod developer to develop the skills and learn the standards needed to effectively contribute. See the tutorials in the sections below on how to get started.

If you, instead, wish to work on assets – i.e. concept/2D art, 3D models, or audio – you do not need to pass a showcase, but can start contributing to the project immediately. However, you will still need to understand some technical details about Morrowind assets. For that see the respective category below.

General

Construction Set ID Guidelines

These guidelines are used to standardize the Construction Set IDs for the items, scripts, NPCs, etc, that all types of developers will need to create at some point.

Assets

Exteriors

  • Exterior Guidelines – main guide on how to build exterior world spaces.
    • Exterior Modding Tutorial – a tutorial on how to start making exteriors for beginners. New exterior level designers: start here!
  • Heightmaps – how to generate height map images from TES III terrain and vice versa.

Interiors

Writing, NPCs, and Quests

External Tools

  • 3ds Max – some, mostly outdated notes on the professional, proprietary 3D modeling program.
  • Blender - a free 3D modeling program.
  • Esp-QuickEditor – a tool for batch modifying TES III content files with an SQL-like language.
  • DeltaPlugin - a command-line tool for working with TES III content files and converting them to YAML.
  • Tes3cmd – a command-line tool for (batch) modifying TES III content files with common shell idioms.
  • tes3conv - a command-line tool for converting TES III content files to JSON.
  • TESAME – a graphical tool used mostly for cleaning TES III content files.
  • Nifskope – a nifty, if clunky tool that is useful for working with TES III assets.
  • Standards Validator - a command-line tool for detecting bugs and guideline violations.