Skip to content

An extension for Visual Studio Code that adds support for Daggerfall Unity quest scripting language.

License

Notifications You must be signed in to change notification settings

rossipaolo/vscode-dftemplate

Repository files navigation

Daggerfall Unity Quest Scripting for Visual Studio Code

A Visual Studio Code extension with support for the quest scripting language used by Daggerfall Unity.

QBN

Quick start

  1. Download the latest version from Releases. Open the command palette (View > Command Palette or Ctrl+Shift+P), type Extensions: Install from VSIX and select the downloaded file.

  2. Open the folder with your quests, then from File > Preferences > Settings > Workspace Settings search files.associations to associate the language to text files inside the folder.

    "files.associations": {
        "*.txt": "dftemplate"
    }

    Daggerfall Unity quest files use .txt extension, but is possible to use glob patterns to target only a subsection of files.

  3. When you open a quest file for the first time you will be asked to select the folder StreamingAssets/Tables. Alternatively, manually set dftemplate.tablesPath.

References

About

An extension for Visual Studio Code that adds support for Daggerfall Unity quest scripting language.

Topics

Resources

License

Stars

Watchers

Forks