Files
FLESH/FLESH.uplugin
2025-04-17 23:59:17 +08:00

60 lines
999 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "FLESH",
"Description": "Fully Locational Evisceration System for Humanoids",
"Category": "Gameplay",
"CreatedBy": "Virtuos Games",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "FLESH",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "FLESHEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
],
"Plugins": [
{
"Name": "Niagara",
"Enabled": true
},
{
"Name": "GeometryProcessing",
"Enabled": true
},
{
"Name": "GeometryScripting",
"Enabled": true
},
{
"Name": "ChaosCloth",
"Enabled": true
},
{
"Name": "ChaosClothEditor",
"Enabled": true
},
{
"Name": "ChaosNiagara",
"Enabled": true
},
{
"Name": "PhysicsControl",
"Enabled": true
}
]
}