-
Notifications
You must be signed in to change notification settings - Fork 18
Game
Scrivener07 edited this page Jun 25, 2019
·
7 revisions
The game is what executes and renders data produced by the Creation Kit. For example Skyrim, Skyrim Legendary Edition, Skyrim Special Edition, and Fallout 4. These games are powered by the Creation Engine.
These documents will not cover the games such as Skyrim or Fallout 4 in depth.
All application settings for the games.
The game's installation directory contains it's initialization file templates. These are used by the launcher to provide preset settings and defaults. These files are automatically installed or generated by the game and its launcher and typically should remain unedited by users.
...\
+<Installation>\*.ini
Installation | Skyrim | Skyrim SE | Fallout 4 |
---|---|---|---|
low.ini |
Yes | Yes | Yes |
medium.ini |
Yes | Yes | Yes |
high.ini |
Yes | Yes | Yes |
VeryHigh.ini |
Yes | No | No |
ultra.ini |
No | Yes | Yes |
Skyrim_Default.ini |
Yes | Yes | No |
Fallout4_Default.ini |
No | No | Yes |
- TODO: Enable Debug Mode (profiling, logging, and tracing)
- TODO: initialization files and directories
- TODO: Developer Console, common commands
- TODO: Developer Console, papyrus commands
Extension
Features
- Language Definition
- IntelliSense
- Code Navigation
- Refactoring
- Compilation
-
Debugging
- Debug View
- [Debug Console](Debug Console)
- [Assembly View](Assembly View)
Creation Engine
Language
Help