Files
TG_ARPG/Plugins/marketplace/QuestEditor/QuestEditor.uplugin
2023-10-07 03:53:32 +08:00

34 lines
936 B
Plaintext

{
"FileVersion": 3,
"Version": 45,
"VersionName": "10.7",
"FriendlyName": "QuestEditor",
"Description": "A plugin to manage and create quests and dialogs for NPCs, with very dynamic and customizable features.",
"Category": "Quests",
"CreatedBy": "Alf",
"CreatedByURL": "https://www.youtube.com/channel/UCkQVJmcV-szXTIySHz4CILw?",
"DocsURL": "https://drive.google.com/file/d/1ygAWGMWdSXsBy9MCcTRnbxIitC1NEgge/view",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/b60ac0a5d2224b0c8ecebc14d4a1b178",
"SupportURL": "https://discord.gg/WmQ3pDR",
"EngineVersion": "5.3.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "QuestEditor",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "QuestEditorDev",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64"
]
}
]
}