Difference between revisions of "A beginner's guide, lesson 1 - The Construction Set Primer"

m
→‎File Types: Added internal links
imported>RedFault
m (→‎Key Controls Summary: Minor rewording)
imported>RedFault
m (→‎File Types: Added internal links)
Line 96: Line 96:


For a mod to work the game needs to know 3 things. The file you plan to change. This is called  
For a mod to work the game needs to know 3 things. The file you plan to change. This is called  
the Elder Scrolls ''master'' file, or '''.esm'''. For all these early files this is going to be the Oblivion master file (''oblivion.esm'' – located in the game's '''Data''' folder). The CS knows where it is.  The vast majority of user-created mods can be written using the ''oblivion.esm'' master file.
the Elder Scrolls ''master'' file, or [[ESM file|.esm]]. For all these early files this is going to be the Oblivion master file (''oblivion.esm'' – located in the game's '''Data''' folder). The CS knows where it is.  The vast majority of user-created mods can be written using the ''oblivion.esm'' master file.




It also needs the name of the Elder Scrolls PLUG-IN that you are writing (this is your mod file). These are designated as '''.esp''' files. The first time you set out to create a mod, you will not provide the CS with the name of an '''.esp''' file. If you don’t give it a name it will write a new one, prompting you to choose a name for the file the first time you save it.  Any future changes you wish to make to the same mod would require you to choose this '''.esp''', making it your [[Active File|active file]].  Making a file your [[Active File|active file]] simply means that when you choose to '''Save''' your work, the CS will automatically overwrite that file with any changes you have made.
It also needs the name of the Elder Scrolls PLUG-IN that you are writing (this is your mod file). These are designated as [[ESP file|.esp]] files. The first time you set out to create a mod, you will not provide the CS with the name of an '''.esp''' file. If you don’t give it a name it will write a new one, prompting you to choose a name for the file the first time you save it.  Any future changes you wish to make to the same mod would require you to choose this '''.esp''', making it your [[Active File|active file]].  Making a file your [[Active File|active file]] simply means that when you choose to '''Save''' your work, the CS will automatically overwrite that file with any changes you have made.




Anonymous user