Misced Fixes in some Models, reworked CaptchaDoor, Added Portal

This commit is contained in:
Simeon "Waldo" Wallrath 2025-09-16 15:38:44 +02:00
parent d29dbbbe45
commit 47088bf2d4
87 changed files with 177 additions and 118 deletions

2
.gitattributes vendored
View file

@ -70,7 +70,7 @@ text=auto
# Always recommended to use, supports all platforms: # Always recommended to use, supports all platforms:
# For the best compatibility and performance, it is recommended to use H.264 encoded MP4 (.mp4) container files. # For the best compatibility and performance, it is recommended to use H.264 encoded MP4 (.mp4) container files.
*.[mM][pP]4 filter=lfs diff=lfs merge=lfs -text *.[mM][pP]4 filter=lfs diff=lfs merge=lfs -text
Can also be used, only some platforms are supported: # Can also be used, only some platforms are supported:
*.3[gG]2 filter=lfs diff=lfs merge=lfs -text *.3[gG]2 filter=lfs diff=lfs merge=lfs -text
*.3[gG][pP] filter=lfs diff=lfs merge=lfs -text *.3[gG][pP] filter=lfs diff=lfs merge=lfs -text
*.3[gG][pP]2 filter=lfs diff=lfs merge=lfs -text *.3[gG][pP]2 filter=lfs diff=lfs merge=lfs -text

View file

View file

@ -320,7 +320,7 @@ bEnableEnhancedDeterminism=False
AnimPhysicsMinDeltaTime=0.000000 AnimPhysicsMinDeltaTime=0.000000
bSimulateAnimPhysicsAfterReset=False bSimulateAnimPhysicsAfterReset=False
MaxPhysicsDeltaTime=0.033333 MaxPhysicsDeltaTime=0.033333
bSubstepping=True bSubstepping=False
bSubsteppingAsync=False bSubsteppingAsync=False
MaxSubstepDeltaTime=0.016667 MaxSubstepDeltaTime=0.016667
MaxSubsteps=6 MaxSubsteps=6

Binary file not shown.

Binary file not shown.

BIN
VIRTUOS_ExpansionPluginTests/Content/Core/M_Lamp.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -17,6 +17,7 @@
"SupportedTargetPlatforms": [ "SupportedTargetPlatforms": [
"Win64", "Win64",
"Linux", "Linux",
"LinuxArm64",
"Android" "Android"
] ]
}, },
@ -61,6 +62,7 @@
"SupportedTargetPlatforms": [ "SupportedTargetPlatforms": [
"Win64", "Win64",
"Linux", "Linux",
"LinuxArm64",
"Android" "Android"
] ]
}, },