Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/types/ExtractionOptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@
}
}
},
{
"displayType": "property",
"name": "usePackSubfolders",
"description": "Whether or not to use the pack id (e.g. BG, GP01, SP24) as the first subfolder for all files. False by default.",
"type": {
"name": "boolean"
}
},
{
"displayType": "property",
"name": "usePrimarySubfolders",
Expand All @@ -139,6 +147,14 @@
"name": "boolean"
}
},
{
"displayType": "property",
"name": "useRawPrimarySubfolderNames",
"description": "For usePrimarySubfolders, whether to format the tuning types as they appear in tunings, instead of the more friendly PascalCase. False by default.",
"type": {
"name": "boolean"
}
},
{
"displayType": "property",
"name": "useSecondarySubfolders",
Expand Down
4 changes: 2 additions & 2 deletions docs/types/NamingConvention.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
},
{
"title": "Previews",
"description": "These are what the resulting filenames will look like. T = type, G = group, I = instance, and the name comes from either tuning or SimData.",
"description": "These are what the resulting filenames will look like. T = type, G = group, I = instance, name comes from the \"n\" attribute (or the Instance's \"name\" for SimData), and TuningType is SimData or the type as it appears in TuningTypeResource, plus Tuning if it did not already end with that.",
"content": [
{
"displayType": "enum",
"values": [
{
"name": "s4s",
"value": "TTTTTTTT!GGGGGGGG!IIIIIIIIIIIIIIII.name.xml"
"value": "TTTTTTTT!GGGGGGGG!IIIIIIIIIIIIIIII.name.TuningType.xml"
},
{
"name": "s4pi",
Expand Down
Loading