VocationLife/VocationLife.uproject
pixachux eae24f1c34 Initial VocationLife commit: C++ gameplay module and project foundation.
Source, config, and docs only — UE template assets stay local to save storage.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 23:52:53 +02:00

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
}
]
}