mirror of
https://github.com/sebastian-heinz/Arrowgene.DragonsDogmaOnline
synced 2026-08-03 11:12:41 -04:00
Change the #load path to be the script root directory. This makes it easier to support vscode autocompletion for everyone with less setup. It also forces scripts to apprend the "lib/" prefix when loading libraries making it more clear where the file comes from. Added a new libs file to help with auto completions being easier to setup. Updated the README.md in the root script directory with directions. |
||
|---|---|---|
| .. | ||
| README.md | ||
| RookiesRing.csx | ||
Game Items
This module handles the implementation of items which requires the server to be involved.
- When creating a new
game_item, create acsxfile which matches the name of the item. - If an item has many settings or complex settings, create a new settings file for the item
under
settings/game_items, named the same as theItem.csx