Daggerfall Unity

File information

Last updated

Original upload

Created by

TheLacus

Uploaded by

Lacus97

Virus scan

Safe to use

About this mod

An extension for VS Code that adds support for the quest scripting language used by Daggerfall Unity.

Requirements
Permissions and credits
Mirrors
Donations
PREREQUISITES



INSTALLATION

  • Download vscode-dftemplate from files and extract it. The result is a file with .vsix extension.
  • Open VSCode, then View > Command Palette or Ctrl+Shift+P, type Extensions: Install from VSIX and select the downloaded file.


HOW TO USE

Open Daggerfall Unity project folder with VS Code. Classic quests are located inside StreamingAssets/Quests while custom quests can be placed inside StreamingAssets/QuestPacks or Assets/Game/Mods/{modname}/Quests.

Read Jay_H's quest writing tutorial to learn how to write new quests.