-
Notifications
You must be signed in to change notification settings - Fork 5
Sheet creation guidelines
Saborknight edited this page Dec 23, 2017
·
1 revision
If you want to contribute your custom sheet, your sheet should be similar to this formal structure:
/
data/
ui/
functions/
gui/
$PREFIX$
CfgFunctions.cpp
CfgPatches.cpp
CfgVehicles.cpp
config.cpp
README.md
Legend:
File / Folder | Description |
---|---|
data |
contains textures, model, e.g. |
functions |
contains any type of predefined functions |
gui |
contains all dialog defines and/or all dialogs itself |
$PREFIX$ |
is the prefix of the addon. Please make sure its in this format |
CfgFunctions.cpp |
is the outsourced config for predefined functions. More |
CfgPatches.cpp |
is the outsourced config for predefined functions. More |
CfgVehicles.cpp |
". More |
config.cpp |
contains all links to other configs |
README.md |
contains information about what this explicit addon does |