generated from atampy25/smf-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
40 lines (40 loc) · 1.24 KB
/
manifest.json
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
38
39
40
{
"$schema": "https://raw.githubusercontent.com/atampy25/simple-mod-framework/main/Mod%20Manager/src/lib/manifest-schema.json",
"id": "Notex.CustomScenes",
"name": "Custom Scenes",
"description": "Experimentation with custom scenes",
"authors": ["Notex"],
"contentFolders": ["content"],
"blobsFolders": ["blobs"],
"localisation": {
"english": {
"UI_LOCATION_PARENT_NOTEX_COUNTRY": "Notex",
"UI_LOCATION_NOTEX_TEST_COUNTRY": "Notex",
"UI_LOCATION_PARENT_NOTEX_CITY": "Custom Scenes",
"UI_LOCATION_NOTEX_TEST_CITY": "Custom Scenes",
"UI_LOCATION_NOTEX_TEST_TITLE": "Test",
"UI_CONTRACT_NOTEX_TEST_TITLE": "Test",
"UI_CONTRACT_NOTEX_TEST_DESC": "Test",
"UI_ENTRANCE_TEST_DEFAULT_NAME": "Default",
"UI_ENTRANCE_TEST_DEFAULT_DESCRIPTION": "Default"
},
"french": {},
"italian": {},
"german": {},
"spanish": {},
"russian": {},
"chineseSimplified": {},
"chineseTraditional": {},
"japanese": {}
},
"packagedefinition": [
{
"type": "entity",
"partition": "season3",
"path": "[assembly:/_pro/scenes/_test/notex/test/scene_test.entity].entitytemplate"
}
],
"version": "0.2.0",
"frameworkVersion": "2.33.6",
"updateCheck": "https://github.com/Notexe/h3-custom-scenes/releases/latest/download/updates.json"
}