From 41d71f6046c4a239d7fe05aeb67f155a71d4ebe4 Mon Sep 17 00:00:00 2001 From: BlueRose <378100977@qq.com> Date: Wed, 29 May 2024 11:52:43 +0800 Subject: [PATCH] vault backup: 2024-05-29 11:52:42 --- 02-Note/DAWA/ASoul/{EOE相关.md => ASoul.md} | 2 +- 02-Note/DAWA/ASoul/导播台架构图.canvas | 6 +++--- 02-Note/DAWA/ASoul/流程笔记/调试启动流程.md | 12 ++++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) rename 02-Note/DAWA/ASoul/{EOE相关.md => ASoul.md} (99%) create mode 100644 02-Note/DAWA/ASoul/流程笔记/调试启动流程.md diff --git a/02-Note/DAWA/ASoul/EOE相关.md b/02-Note/DAWA/ASoul/ASoul.md similarity index 99% rename from 02-Note/DAWA/ASoul/EOE相关.md rename to 02-Note/DAWA/ASoul/ASoul.md index 7111793..bd19608 100644 --- a/02-Note/DAWA/ASoul/EOE相关.md +++ b/02-Note/DAWA/ASoul/ASoul.md @@ -9,7 +9,7 @@ destination: share: false obsidianUIMode: source --- -# EOE +# ASoul 前面几个阶段的软件都是打包过的UE客户端,里面带对应的几个功能。 ## 流程架构 ![[导播台架构图.canvas|Untitled]] diff --git a/02-Note/DAWA/ASoul/导播台架构图.canvas b/02-Note/DAWA/ASoul/导播台架构图.canvas index 39d057c..8200062 100644 --- a/02-Note/DAWA/ASoul/导播台架构图.canvas +++ b/02-Note/DAWA/ASoul/导播台架构图.canvas @@ -5,16 +5,16 @@ {"id":"2eec2fb1d3a37d06","type":"group","x":200,"y":-20,"width":360,"height":133,"label":"云服务"}, {"id":"63e99817023a9452","x":200,"y":360,"width":360,"height":120,"type":"group","label":"其他工具"}, {"id":"9c4c9310461193d8","type":"text","text":"舞台角色控制","x":-125,"y":113,"width":250,"height":60}, - {"id":"6aa20a6c6e56213d","type":"text","text":"[[EOE相关#各机位画面预览|各机位画面预览]]","x":-125,"y":206,"width":250,"height":60}, + {"id":"6aa20a6c6e56213d","type":"text","text":"[[ASoul#各机位画面预览|各机位画面预览]]","x":-125,"y":206,"width":250,"height":60}, {"id":"39bafcd9161d7e0a","type":"text","text":"导播台程序","x":-480,"y":20,"width":250,"height":60}, {"id":"5b68848d0ae9aef3","type":"text","text":"数据接收&动作数据重定向","x":-125,"y":20,"width":250,"height":60}, {"id":"ddccb7a9337eac2c","type":"text","text":"RTC服务","x":220,"y":0,"width":250,"height":60}, {"id":"64c78f2c7f900857","type":"text","text":"青瞳动捕输入","x":-460,"y":-360,"width":250,"height":60}, - {"id":"3100f1c53b772812","type":"text","text":"[[EOE相关#FaceMask|FaceMask]]","x":-460,"y":-240,"width":250,"height":60}, + {"id":"3100f1c53b772812","type":"text","text":"[[ASoul#FaceMask|FaceMask]]","x":-460,"y":-240,"width":250,"height":60}, {"id":"6024a903f9025bbf","type":"text","text":"动捕手套","x":-140,"y":-360,"width":250,"height":60}, {"id":"2573e7521a0b567d","x":-140,"y":-240,"width":250,"height":60,"type":"text","text":"虚拟摄像头"}, {"id":"d4895a6dd8e8f492","type":"text","text":"OBS 推流机器","x":-30,"y":600,"width":250,"height":60}, - {"id":"b6635d1e5df0f9c5","type":"text","text":"[[EOE相关#vMix Pro|vMix Pro]]","x":220,"y":400,"width":250,"height":60}, + {"id":"b6635d1e5df0f9c5","type":"text","text":"[[ASoul#vMix Pro|vMix Pro]]","x":220,"y":400,"width":250,"height":60}, {"id":"2f70c72b00fdbb6f","x":-125,"y":400,"width":250,"height":60,"type":"text","text":"监视器"}, {"id":"fd18d36587eee2af","type":"text","text":"渲染机","x":-125,"y":300,"width":250,"height":60} ], diff --git a/02-Note/DAWA/ASoul/流程笔记/调试启动流程.md b/02-Note/DAWA/ASoul/流程笔记/调试启动流程.md new file mode 100644 index 0000000..fbdaac7 --- /dev/null +++ b/02-Note/DAWA/ASoul/流程笔记/调试启动流程.md @@ -0,0 +1,12 @@ +# 原始流程 +1. StartListenServer_(异世界).bat +2. MotionServer.exe +3. StartClient_MotionProcessor.bat +4. Edior +5. MotionProcessor 设置IP 动作传输 +6. Editor Open IP +7. 4级添加地图 +8. 3级添加角色 +9. 在StartListenServer中运行run pvw + +# 改进流程 \ No newline at end of file