* upstream/master: Add parameter defaults and better error messages for dump and dump_to_file (#37)
18 lines
345 B
INI
18 lines
345 B
INI
id = "DMF"
|
|
name = "Darktide Mod Framework"
|
|
summary = "An open-source, community-run framework that provides enhanced Darktide modding support."
|
|
version = "2023-05-10"
|
|
author = "Aussiemon"
|
|
image = "assets/dmf_logo_black.png"
|
|
|
|
categories = [
|
|
Tools
|
|
]
|
|
|
|
resources = {
|
|
init = "scripts/mods/dmf/dmf_loader"
|
|
}
|
|
|
|
packages = [
|
|
"packages/dmf"
|
|
]
|