Skip to content

A collection of LuaCAT typings for Project Zomboid's API

Notifications You must be signed in to change notification settings

asledgehammer/Umbrella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Umbrella

Umbrella is a collection of LuaCATS typings for Project Zomboid's API. This includes:

Advantages

  • Types are exposed to IntelliSense through LuaCATS, showing what goes where and what's returned.
  • No time spent decompiling the game and running tools to get typings. (They are provided already)
  • Built using PZ-Rosetta, using Project Zomboid's JavaDocs to make the typings friendlier. (Parameter names, Documentation notes, etc.)

Caveats

  • Different Lua environments can behave differently. (vscode plugin, IntelliJ IDEA, etc.) This could cause issues.

Setup

VSCode (Recommended)

VSCode is recommended as it is the best supported Lua IDE, and its addon manager will automatically update Umbrella.

  1. Install VSCode.
  2. Open and use the extension manager to install the Lua extension.
  3. Install Git. You may need to restart your computer after installation.
  4. Open your project or folder.
  5. Press Ctrl-Shift-P and search for Lua: Open Addon Manager in the context menu that opens.
  6. Search for Umbrella, and click enable. You will need to enable it for any future projects as well.

IntelliJ IDEA

  1. Install the SumnekoLUA plugin.
  2. Download Umbrella from Releases (or clone it).
  3. Open/create your project.
  4. Create a file named .luarc.json at the root directory of your project with the contents:
{
  "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
  "workspace.library": ["path/to/umbrella"],
  "runtime.version": "Lua 5.1",
  "runtime.path": [
    "shared/?.lua",
    "client/?.lua",
    "server/?.lua"
  ],
  "completion.requireSeparator": "/",
  "workspace.preloadFileSize": 800,
  "runtime.builtin": {
    "debug": "disable",
    "io": "disable",
    "package": "disable"
  }
}
  1. Change the "workspace.library": ["path/to/umbrella"] line to the absolute path to where you downloaded Umbrella.
  2. You may need to restart your IDE to apply the changes.

Manual Installation (Any)

  1. Create new project.
  2. Download the correct version of Umbrella (PZ versions used) from Releases page, or clone it.
  3. Copy the downloaded folder into your project somewhere, or link it as a dependency if your IDE supports it.

Installing Umbrella Globally

If you want to install Umbrella globally, Add a path to Umbrella via this extension setting: global_setup.png

Support

Discord Server

https://discord.gg/u3vWvcPX8f

If you like what I do and helped your community a lot, feel free to buy me a coffee! https://ko-fi.com/jabdoesthings

https://www.paypal.com/paypalme/JabJabJab