-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefinition.yml
31 lines (31 loc) · 1.3 KB
/
definition.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# The name of your module
name: menuHandler
# The version of your module
version: 0.0.1
# The date of this version
date: 2023
# The author
author: TheRedDaemon
# Tags to categorize a module in a list
tags: [feature, utility]
# Or maybe better, a category (Code-modification, Resources/map, Resources/gfx, ...)
category: [Code/utility]
# The url
url: https://github.com/TheRedDaemon/ucp_menuHandler
# What version this module is written in (if we change stuff in the future, versioning is handy)
module-format: 1.0.0
# Maybe the provided dlls do not work on something else than windows
platform: [windows]
# Maybe the functions don't work on another version of SHC
game: [SHC==1.41, SHCE==1.41]
# A description of what the module does
description: Provides a module to support custom menu structures.
# What module this module provides (usually the same as name I guess, but maybe one module contains multiple features)
provides: [menuHandler]
# What modules this module is incompatible with
conflicts: []
# What configurations from other modules this is incompatible with
conflicts-config: []
# A module (for example a map pack (Christmas calendar)) could require certain AIC or features from other modules to be configured in a certain way
## will require the graphic module later
depends-config: []