-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathModuleInfo.json
More file actions
37 lines (37 loc) · 988 Bytes
/
ModuleInfo.json
File metadata and controls
37 lines (37 loc) · 988 Bytes
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
32
33
34
35
36
37
{
"Name": "Syati Extended Save Files",
"Author": "[Primary Module]",
"Description": "A module that allows the creation of new binary data chunks in GameData.bin.",
"APIId": "Syati_ExtGameData_API",
"CompilerFlags": [
"-DEXT_GAME_DATA"
],
"SupportedGames": [ "SB4" ],
"ModuleExtensionDefinition": [
{
"Name": "NewSaveChunk",
"CodeGenSource": "GEN_ExtGameData.h",
"CodeGenDestination": "codebuildexport/ModuleData_ExtGameData.h",
"Variables": [
"ChunkMemberType",
"ChunkMemberName",
"ChunkCreationFunc",
"Include"
],
"CodeGenData": [
{
"ReplaceTargetName": "NewChunkCreateList",
"ReplaceFormatData": "{2},"
},
{
"ReplaceTargetName": "NewChunkMemberList",
"ReplaceFormatData": "{0}* {1};"
},
{
"ReplaceTargetName": "IncludeList",
"ReplaceFormatData": "#include \"{3}\""
}
]
}
]
}