Source, config, and docs only — UE template assets stay local to save storage. Co-authored-by: Cursor <cursoragent@cursor.com>
51 lines
823 B
Plaintext
51 lines
823 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"EngineAssociation": "5.8",
|
|
"Category": "",
|
|
"Description": "Fantasy Life inspired life-sim remake with dual camera, co-op multiplayer, and optional ray tracing.",
|
|
"Modules": [
|
|
{
|
|
"Name": "VocationLife",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "ModelingToolsEditorMode",
|
|
"Enabled": true,
|
|
"TargetAllowList": [
|
|
"Editor"
|
|
]
|
|
},
|
|
{
|
|
"Name": "Landmass",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "InEditorDocumentation",
|
|
"Enabled": true,
|
|
"TargetAllowList": [
|
|
"Editor"
|
|
],
|
|
"PlatformAllowList": [
|
|
"Win64",
|
|
"Mac",
|
|
"Linux"
|
|
]
|
|
},
|
|
{
|
|
"Name": "AIAssistant",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "OnlineSubsystemSteam",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "OnlineSubsystemEOS",
|
|
"Enabled": false
|
|
}
|
|
]
|
|
}
|