Work on Intro, Fixed Issues with FreezingChamber, Fixed Collisions, UpdateVRE, Cleanup

This commit is contained in:
Simeon "Waldo" Wallrath 2026-01-23 17:21:16 +01:00
parent e944b0aeab
commit ff482f8bbe
116 changed files with 363 additions and 213 deletions

View file

@ -15,22 +15,22 @@
"IsBetaVersion": false,
"Installed": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android",
"Mac",
"IOS"
],
"Win64",
"Linux",
"Android",
"Mac",
"IOS"
],
"Modules": [
{
"Name": "VRExpansionPlugin",
"Type": "RunTime",
"LoadingPhase": "Default"
},
{
{
"Name": "VRExpansionEditor",
"Type": "UnCookedOnly",
"LoadingPhase": "PostEngineInit"
"LoadingPhase": "PostEngineInit"
}
],
"Plugins": [
@ -45,10 +45,6 @@
{
"Name": "Mover",
"Enabled": true
},
{
"Name": "SPUD",
"Enabled": true
}
]
}
}