Skip to content

takp2/quests-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAKP2

Quests for TAKP2 fork

Setup

Open the cloned repo in vscode, you'll get recommended the following extensions

Clone takp2-definitions into a directory, e.g. c:\src\lua-definitions\eqemtakp2u-definitions

Create a .vscode/settings.json file, and add:

{
    "Lua.runtime.version": "LuaJIT",
    "Lua.workspace.library": [
        "c:\\src\\lua-definitions\\takp2-definitions"
    ],
    "Lua.diagnostics.disable": [
        "lowercase-global"
    ],
    "files.trimTrailingWhitespace": true
}

Change c:/src/lua-definitions/takp2-definitions to the path on your machine for takp2-definitions if you changed from my suggestion above

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%