Category:Getting Started/ru

Категория: Первые шаги (русская версия)




Первые шаги
Серия: Basics, глава 1
К другим учебникам
LeftArrow.png Предыдущая статья Следующая статьяRightArrow.png

Вступление

Это первая глава в серии, описывающей основы работы с Creation Kit:

Ты узнаешь:

  • Как установить Creation Kit
  • Как создать и сохранить плагин (главный файл мода)
  • Как подключить плагин к игре

Установка Creation Kit

Местонахождение Creation Kit в инструментах Steam

Whether you have ambitious mod plans, a simple tweak idea, or just want to fool around, you'll need to install the Creation Kit first. You can download the Creation Kit directly from Steam, which requires a Steam Account with a copy of Skyrim.

  1. Launch Steam and log into your account.
  2. Ensure that your Steam client is up to date.
  3. Visit your Game Library
  4. Set the drop-down filter to "TOOLS"
  5. Locate the entry labeled: "Creation Kit".
  6. Right-click and choose "Install Game..."

After installation is complete, return here to launch the Creation Kit. When first launched, the Creation Kit is a blank slate. Let's talk about how to load some data.

Форматы данных Creation Engine

The Creation Engine uses the same data format as previous Bethesda Game Studios titles. Master Files, which use the ".esm" extension, are large collections of data. Skyrim.esm is the master file which contains all the data used by the base game.

Plugins, or ".esp" files, are smaller collections of data which can be loaded "on top" of master files. These plugins may modify or reference data contained within a master file, or they may introduce entirely new data. Multiple plugins may be loaded by the game or editor. When working in the Creation Kit, only one plugin may be considered the "active file", meaning any changes will be saved to that plugin when the user saves.

The important thing to remember is that a plugin will be the primary save file for your mod. We'll create one now.

InDepth.jpg Loading multiple plugins can introduce conflicts. For example, if you load two mods which customize EncTrollFrost, only one of those mods will be permitted to "win". Generally, this is the last-loaded plugin, making load order an important consideration for larger mod projects or playing with several mods active at once.

Создание первого плагина

Если вы запускаете редактор в первый раз, то в нем будут отсутствовать загруженные данные. Возможно вы захотите использовать мастер файл Skyrim.esm для вашего плагина. Для этого необходимо его загрузить. (Ваш плагин не будет перезаписывать мастер файл.) Для того что бы загрузить его, выберетеFiles>Data на панели инструментов. Вы увидите диалог, подобный рис. 1, который находиться ниже. Дважды кликните на Skyrim.esm, так, что бы появился "X" справа от него. Далее кликните на кнопку OK. Skyrim.esm потребуется некоторое время, для его загрузки. Будьте терпеливы, так как этот процесс может занять несколько минут, взаимозависимости от характеристик вашего компьютера.

Note that some warnings will appear when loading Skyrim.esm. These are normal and can be ignored. Just select Yes to All or press Escape to dismiss them.

Once loading is complete, the very first thing to do is create a "plugin", which is the mod file where your work will be saved. To do this, simply navigate to "File>Save" from the Main Toolbar. Since you have no active plugin (.esp) file specified, the Creation Kit will prompt you to create a new one. For this series of tutorials, save a file called testquest.esp.

Achtung.png If you are not prompted to create a new plugin when saving, you probably already have an active file set, which will be overwritten if you leave it open. Reopen File>Data to ensure you have no active file selected when loading Skyrim.esm. The Creation Kit has no "save as" feature, and all saves will re-write the active plugin.
InDepth.jpg If you wish to make a backup of your plugin file or install one from another source, you will find the plugins in the Data subfolder of wherever Skyrim is installed on your hard drive.

For Steam installations, this will be somewhere like: C:\Program Files\Steam\steamapps\common\skyrim\Data\
For DVD installs, this will be somewhere like: C:\Program Files\Bethesda\Skyrim\Data\

Подключение плагина к игре

Even though your plugin is currently empty, let's go over how to load it up in-game.

First, you'll need to tell Skyrim to load your plugin when the game starts. There are two ways to do this.

  1. From the main game launcher, select "Data" and double-click your plugin.
  2. Advanced users may prefer to open the SkyrimCustom.ini file and manually specify the plugin(s) to load.

For now, just use the launcher to select the plugin you just created.

Run the game as usual. Once skyrim has started up, use "~" to open the console. (You can close it again with the ~ key, too) This allows us access to many special debugging commands which are important for testing our plugins. The console is available from the main menu and at any point while running the game except during loading screens.

We don't have anything in our plugin yet, but we can still use a few Console Commands. Try entering the following lines, hitting Enter after each line.

TGM
TWF
COC RiverwoodSleepingGiantInn

We've just enabled invincibility (TGM: ToggleGodMode), turned on a wireframe view (TWF: ToggleWireframe), and teleported into the Inn at Riverwood (COC: CenterOnCell). There are a lot of other console commands, and these are just a few examples to give you an idea how it works; there are many more console commands available.

Protip.jpg Using mods and console commands, it is quite easy to "break" the game, and savegames (and autosaves!) made in that state may be unusable, so do ensure that any saves you care about are in a safe save slot before testing, and are not saved to during testing.

You can also open the console while at the main menu and use the COC command without even loading a savegame: this will start you as a basic starting character.

Что дальше?

Once you have the Creation Kit installed and running, you're ready to start modding. If you have experience with previous modding tools for Bethesda Game Studios games such as Morrowind, Oblivion or Fallout 3, you may want to spend some time simply exploring the tool to see what's new and what's familiar. You may also like to look over our What's New? page for an overview.

If you aren't an experienced modder, we recommend browsing the Tutorials Hub, which includes tutorial series designed to take a complete novice through the process of creating a new dungeon and simple quest. Those with modding experience or specific interests may wish to skim these tutorials for specific subject matter they're interested in as well. Example plugins are provided at every stage, so you can simply jump in where your interest lies if you don't wish to do the entire tutorial series.

If you've got a question that isn't answered on the wiki, or if you're just looking for someplace to discuss mod ideas with the community, be sure to check out official forums, or any of the other great Elder Scrolls and Fallout modding communities out there!

Bethesda Game Studios has long enjoyed a thriving and vibrant mod community, which we owe to the creativity and ingenuity of people just like you. It is our sincere hope that you find everything you need here and within the Creation Engine modding community to realize your creative visions. We can't wait to see what you come up with. Good luck!


LeftArrow.png Предыдущая статья К другим учебникам Следующая статья RightArrow.png


Language: English  • Deutsch • français • 日本語 • 한국어 • polski • русский

This category currently contains no pages or media.