Compare commits

...

38 Commits

Author SHA1 Message Date
TNT
341c6db348 feat: 添加溶解效果 2026-04-27 00:29:59 +08:00
TNT
1a0df8ef99 fixed: 更改文件 2026-04-26 23:06:50 +08:00
meishibiezb
c785a5770c feat: 更新插件 2026-04-22 21:06:32 +08:00
meishibiezb
042e306e50 Merge branch 'master' into feat-dialog 2026-04-22 01:10:35 +08:00
meishibiezb
6d89fdd936 feat: 修改测试地图 2026-04-22 01:09:01 +08:00
TNT
99a81e7676 关卡序列动画 2026-04-21 21:49:19 +08:00
meishibiezb
fbe72eb3b5 feat: 更新插件 2026-04-21 20:08:11 +08:00
meishibiezb
87f54113ac feat: 更新插件 2026-04-21 18:52:48 +08:00
meishibiezb
2897b48997 feat: 更新插件 2026-04-21 03:59:52 +08:00
meishibiezb
fc6e248e1c feat: 插件更新 2026-04-20 20:08:40 +08:00
meishibiezb
a06ae82f47 feat: 修改测试用UI 2026-04-18 19:21:13 +08:00
meishibiezb
fc3c2edc6b feat: 插件更新 2026-04-18 18:11:55 +08:00
meishibiezb
a2a9742320 feat: 插件更新 2026-04-17 11:40:37 +08:00
meishibiezb
e8c3cef7e4 feat: 更新插件 2026-04-15 21:01:25 +08:00
meishibiezb
2358ec9f3b feat: 更新测试用UI 2026-04-15 02:08:41 +08:00
meishibiezb
7b83fbe5a6 feat: 更新插件 2026-04-15 01:26:23 +08:00
meishibiezb
647863bd96 feat: 更改关卡蓝图 2026-04-15 00:41:54 +08:00
meishibiezb
9ee4dbd182 feat: 更新插件 2026-04-14 21:17:54 +08:00
meishibiezb
5e3022ca68 feat: 更新插件 2026-04-14 20:27:05 +08:00
meishibiezb
0e2df78c65 feat: 更新插件 2026-04-14 02:07:54 +08:00
meishibiezb
8d0aa55e17 feat: 更新Dialog插件 2026-04-14 00:52:35 +08:00
meishibiezb
1886f02908 feat: 更新插件和地图 2026-04-12 19:23:09 +08:00
meishibiezb
62ef2231b1 feat: 添加Dialog子模块 2026-04-12 17:58:37 +08:00
TNT
2a891b1ba5 feat: 更新 2026-04-02 21:31:15 +08:00
TNT
2f07569fe8 fixed: 删除文件 2026-03-17 23:48:30 +08:00
TNT
4729209714 refactor: 更改资源 2026-03-17 23:31:35 +08:00
TNT
4d566d59ea Merge branch 'master' of https://gitea.msbzb.xyz/TNT/lonese 2026-03-17 20:56:06 +08:00
meishibiezb
e57ac424ff fixed: 重置摄像头旋转的时候也重置控制器 2026-03-17 11:54:41 +08:00
meishibiezb
0592cb2c04 feat: 旋转镜头同时旋转控制器 2026-03-17 11:48:12 +08:00
meishibiezb
3b3873e889 feat: 加入了动画插值 2026-03-17 11:40:22 +08:00
meishibiezb
b8e1b5814f feat: 更新角色移动时旋转的功能 2026-03-17 11:33:45 +08:00
meishibiezb
bdf3a1a8da feat: 更改动画蓝图和混合空间 2026-03-16 23:39:12 +08:00
meishibiezb
563de492f3 feat: 动画蓝图更新 2026-03-16 23:02:20 +08:00
TNT
8436c6bae0 修复警告问题 2026-03-16 21:43:22 +08:00
meishibiezb
af31b84ba7 feat: 修改角色蓝图的骨骼网格体 2026-03-16 01:16:33 +08:00
meishibiezb
04d489f5ab Merge branch 'master' of https://gitea.msbzb.xyz/TNT/lonese 2026-03-16 00:55:06 +08:00
meishibiezb
766a193885 2026-03-16 00:55:01 +08:00
meishibiezb
07afc8a00b feat: 加入摄像头移动限制 2026-03-15 23:37:49 +08:00
749 changed files with 1852 additions and 453 deletions

2
.gitattributes vendored
View File

@@ -48,3 +48,5 @@
#*.RTF diff=astextplain
*.uasset filter=lfs diff=lfs merge=lfs -text
*.umap filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.ico filter=lfs diff=lfs merge=lfs -text

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "Plugins/Dialog"]
path = Plugins/Dialog
url = https://gitea.msbzb.xyz/meishibiezb/Dialog.git

BIN
Assets/favicon.ico LFS Normal file

Binary file not shown.

BIN
Assets/异世界美少女.png LFS Normal file

Binary file not shown.

View File

@@ -53,3 +53,35 @@ ManualIPAddress=
[/Script/UnrealBuildTool.UnrealBuildTool]
bAllowGitCommandlineIntegration=False
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_Default
-D3D12TargetedShaderFormats=PCD3D_SM5
+D3D12TargetedShaderFormats=PCD3D_SM5
+D3D12TargetedShaderFormats=PCD3D_SM6
-D3D11TargetedShaderFormats=PCD3D_SM5
+D3D11TargetedShaderFormats=PCD3D_SM5
bGenerateNaniteFallbackMeshes=True
Compiler=Default
AudioSampleRate=48000
AudioCallbackBufferFrameSize=1024
AudioNumBuffersToEnqueue=1
AudioMaxChannels=0
AudioNumSourceWorkers=4
SpatializationPlugin=
SourceDataOverridePlugin=
ReverbPlugin=
OcclusionPlugin=
CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0)
CacheSizeKB=65536
MaxChunkSizeOverrideKB=0
bResampleForDevice=False
MaxSampleRate=48000.000000
HighSampleRate=32000.000000
MedSampleRate=24000.000000
LowSampleRate=12000.000000
MinSampleRate=8000.000000
CompressionQualityModifier=1.000000
AutoStreamingThreshold=0.000000
SoundCueCookQualityIndex=-1

BIN
Content/Arts/mx/001.uasset 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.

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.

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.

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.

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.

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.

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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More