This commit is contained in:
2025-07-17 19:06:29 +08:00
parent 28e8a533d6
commit 7b0405d12d
34 changed files with 66 additions and 63 deletions

View File

@ -125,7 +125,7 @@ r.ReflectionMethod=1
r.Shadow.Virtual.Enable=1 r.Shadow.Virtual.Enable=1
r.Mobile.SupportGPUScene=True r.Mobile.SupportGPUScene=True
r.VT.AnisotropicFiltering=True r.VT.AnisotropicFiltering=False
[/Script/HardwareTargeting.HardwareTargetingSettings] [/Script/HardwareTargeting.HardwareTargetingSettings]
TargetedHardwareClass=Mobile TargetedHardwareClass=Mobile
@ -143,7 +143,7 @@ ThreePlayerSplitscreenLayout=FavorTop
FourPlayerSplitscreenLayout=Grid FourPlayerSplitscreenLayout=Grid
bOffsetPlayerGamepadIds=False bOffsetPlayerGamepadIds=False
GameInstanceClass=/Game/Blueprint/VRInstance.VRInstance_C GameInstanceClass=/Game/Blueprint/VRInstance.VRInstance_C
GameDefaultMap=/Game/TerracottaWarriors/Map/280/Start280.Start280 GameDefaultMap=/Game/TerracottaWarriors/Map/280/D280.D280
ServerDefaultMap=/Engine/Maps/Entry.Entry ServerDefaultMap=/Engine/Maps/Entry.Entry
GlobalDefaultGameMode=/Game/VRTemplate/Blueprints/VRGameMode.VRGameMode_C GlobalDefaultGameMode=/Game/VRTemplate/Blueprints/VRGameMode.VRGameMode_C
GlobalDefaultServerGameMode=None GlobalDefaultServerGameMode=None
@ -184,7 +184,7 @@ SoundCueCookQualityIndex=-1
[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings] [/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
PackageName=com.vortexing.[PROJECT] PackageName=com.vortexing.[PROJECT]
StoreVersion=13 StoreVersion=14
StoreVersionOffsetArmV7=0 StoreVersionOffsetArmV7=0
StoreVersionOffsetArm64=0 StoreVersionOffsetArm64=0
StoreVersionOffsetX8664=0 StoreVersionOffsetX8664=0

View File

@ -107,5 +107,5 @@ bSkipMovies=False
+MapsToCook=(FilePath="/Game/TerracottaWarriors/Map/280/E280") +MapsToCook=(FilePath="/Game/TerracottaWarriors/Map/280/E280")
[/Script/OpenXRHMD.OpenXRHMDSettings] [/Script/OpenXRHMD.OpenXRHMDSettings]
bIsFBFoveationEnabled=True bIsFBFoveationEnabled=False

BIN
Content/Blueprint/VRInstance.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/DaDian/Level/dadainjinjing280.umap (Stored with Git LFS)

Binary file not shown.

BIN
Content/Effect/chuansuo/NS_Chongdong_mishi1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/QSH_Bingyong/BingyongNear280.umap (Stored with Git LFS)

Binary file not shown.

BIN
Content/QSH_ChangLang/L_ChangLang280.umap (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/QSH_JiGuang/jiguangzhen280.umap (Stored with Git LFS)

Binary file not shown.

BIN
Content/QSH_KaiChang/280/1kaichang280.umap (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/QSH_QiJu/Blueprint/fire.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/QSH_QiJu/QiJuNear280.umap (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/QSH_jixielong/jixielong280.umap (Stored with Git LFS)

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.

BIN
Content/Torches/Materials/M_Base.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/Torches/Meshes/SM_Torch_25.uasset (Stored with Git LFS)

Binary file not shown.

View File

@ -71,7 +71,7 @@ void UUDPInstanceSubsystem::InitNetwork()
.WithBroadcast(); .WithBroadcast();
// 设置远程端点 (192.168.1.28:1234) // 设置远程端点 (192.168.1.28:1234)
FIPv4Address::Parse(TEXT("192.168.30.254"), RemoteEndpoint.Address); FIPv4Address::Parse(TEXT("192.168.110.254"), RemoteEndpoint.Address);
RemoteEndpoint.Port = 1234; RemoteEndpoint.Port = 1234;
// 初始化接收socket // 初始化接收socket