Skip to content

Installing

zcaliptium edited this page Jul 22, 2021 · 2 revisions

How to use?

  1. Create addons/ folder at your project root.
  2. Clone repository into that folder to have addons/gdinv/.
  • If your project uses Git too then you can add this project as submodule.
  1. Enable plugin at Project Setttings -> Plugins menu.
  2. You should specify at least one path with item JSONs.
    • Go to Project Settings -> General.
    • Find Plugin Settings -> Gdinv.
    • Add path. For example: res://assets/data/items/
  3. The GDInv_ItemDB singleton should automatically appear at Project Settings -> Autoload. It should be present to run the plugin!
  4. Congrats! You can use it. Feel free to integrate into your mechanics.

Also

See Item Definition File for example of JSON config.

Clone this wiki locally