From be23a512c13d0183de4b155221125a4848f2bf74 Mon Sep 17 00:00:00 2001 From: bottlefish <781230111@qq.com> Date: Thu, 23 Jan 2025 00:09:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=A9=E4=BD=A9day3=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prototype/佩佩/Scripts/MemoryProcess.cs | 8 +- Assets/Resources/Materials/MemoryForFade.mat | 2 +- .../Materials/MemorySearchScreen.mat | 2 +- Assets/Resources/SceneSO/PeipeiDay3.asset | 2 +- Assets/Resources/Yarn/FP_Peipei2/UF检查.yarn | 116 ++- .../Resources/Yarn/FP_Peipei2/停止想象.yarn | 100 ++- Assets/Resources/Yarn/FP_Peipei2/分析.yarn | 6 + Assets/Resources/Yarn/FP_Peipei2/手术.yarn | 1 - Assets/Resources/Yarn/FP_Peipei3.meta | 2 +- .../Resources/Yarn/FP_Peipei3/BE结束谈话.yarn | 22 + ...peiday3.yarn.meta => BE结束谈话.yarn.meta} | 2 +- .../Resources/Yarn/FP_Peipei3/EventNode.yarn | 100 +++ .../Yarn/FP_Peipei3/EventNode.yarn.meta | 10 + ...y3.yarnproject => FP_Peiepei3.yarnproject} | 0 ...ject.meta => FP_Peiepei3.yarnproject.meta} | 2 +- .../Resources/Yarn/FP_Peipei3/HE结束谈话.yarn | 22 + .../Yarn/FP_Peipei3/HE结束谈话.yarn.meta | 10 + .../Yarn/FP_Peipei3/LTS_Peipeiday3.yarn | 687 ------------------ Assets/Resources/Yarn/FP_Peipei3/Start.yarn | 117 +++ .../Resources/Yarn/FP_Peipei3/Start.yarn.meta | 10 + .../Yarn/FP_Peipei3/佩佩开场对话.yarn | 34 + .../Yarn/FP_Peipei3/佩佩开场对话.yarn.meta | 10 + .../Resources/Yarn/FP_Peipei3/全身检查.yarn | 250 +++++++ .../Yarn/FP_Peipei3/全身检查.yarn.meta | 10 + Assets/Resources/Yarn/FP_Peipei3/安装UF.yarn | 65 ++ .../Yarn/FP_Peipei3/安装UF.yarn.meta | 10 + Assets/Resources/Yarn/FP_Peipei3/看画.yarn | 48 ++ .../Resources/Yarn/FP_Peipei3/看画.yarn.meta | 10 + .../Resources/Yarn/FP_Peipei3/结束对话.yarn | 19 + .../Yarn/FP_Peipei3/结束对话.yarn.meta | 10 + .../Yarn/FP_Peipei3/给佩佩自己的色觉晶圆.yarn | 58 ++ .../FP_Peipei3/给佩佩自己的色觉晶圆.yarn.meta | 10 + .../Yarn/FP_Peipei3/继续清除记忆色彩.yarn | 34 + .../FP_Peipei3/继续清除记忆色彩.yarn.meta | 10 + .../Resources/Yarn/FP_Peipei3/色觉校准.yarn | 92 +++ .../Yarn/FP_Peipei3/色觉校准.yarn.meta | 10 + .../Yarn/FP_Peipei3/记忆色彩清除.yarn | 129 ++++ .../Yarn/FP_Peipei3/记忆色彩清除.yarn.meta | 10 + Assets/Scenes/PeipeiFixScene.unity | 6 +- Assets/Scenes/Persistence.unity | 4 +- .../BodyModule/BodyModuleYarnCommand.cs | 13 + .../BodyModule/Modules/UFModule.cs | 25 + .../Scripts/FixSystemNew/FixStateMachine.cs | 18 +- .../TestSaveFiles/PeipeiDay3_BE结束谈话.json | 77 ++ .../PeipeiDay3_BE结束谈话.json.meta | 7 + .../TestSaveFiles/PeipeiDay3_HE结束谈话.json | 77 ++ .../PeipeiDay3_HE结束谈话.json.meta | 7 + .../TestSaveFiles/PeipeiDay3_全身检查.json | 76 ++ .../PeipeiDay3_全身检查.json.meta | 7 + .../TestSaveFiles/PeipeiDay3_安装UF.json | 76 ++ .../TestSaveFiles/PeipeiDay3_安装UF.json.meta | 7 + .../TestSaveFiles/PeipeiDay3_开场对话.json | 76 ++ .../PeipeiDay3_开场对话.json.meta | 7 + .../TestSaveFiles/PeipeiDay3_流程结束.json | 77 ++ .../PeipeiDay3_流程结束.json.meta | 7 + .../PeipeiDay3_清除记忆色彩.json | 77 ++ .../PeipeiDay3_清除记忆色彩.json.meta | 7 + .../TestSaveFiles/PeipeiDay3_看画.json | 77 ++ .../TestSaveFiles/PeipeiDay3_看画.json.meta | 7 + .../PeipeiDay3_给佩佩自己的色觉晶圆.json | 77 ++ .../PeipeiDay3_给佩佩自己的色觉晶圆.json.meta | 7 + .../PeipeiDay3_继续清除记忆色彩.json | 77 ++ .../PeipeiDay3_继续清除记忆色彩.json.meta | 7 + .../TestSaveFiles/PeipeiDay3_色觉校准.json | 77 ++ .../PeipeiDay3_色觉校准.json.meta | 7 + 65 files changed, 2301 insertions(+), 726 deletions(-) create mode 100644 Assets/Resources/Yarn/FP_Peipei3/BE结束谈话.yarn rename Assets/Resources/Yarn/FP_Peipei3/{LTS_Peipeiday3.yarn.meta => BE结束谈话.yarn.meta} (86%) create mode 100644 Assets/Resources/Yarn/FP_Peipei3/EventNode.yarn create mode 100644 Assets/Resources/Yarn/FP_Peipei3/EventNode.yarn.meta rename Assets/Resources/Yarn/FP_Peipei3/{LTS_Peipeiday3.yarnproject => FP_Peiepei3.yarnproject} (100%) rename Assets/Resources/Yarn/FP_Peipei3/{LTS_Peipeiday3.yarnproject.meta => FP_Peiepei3.yarnproject.meta} (90%) create mode 100644 Assets/Resources/Yarn/FP_Peipei3/HE结束谈话.yarn create mode 100644 Assets/Resources/Yarn/FP_Peipei3/HE结束谈话.yarn.meta delete mode 100644 Assets/Resources/Yarn/FP_Peipei3/LTS_Peipeiday3.yarn create mode 100644 Assets/Resources/Yarn/FP_Peipei3/Start.yarn create mode 100644 Assets/Resources/Yarn/FP_Peipei3/Start.yarn.meta create mode 100644 Assets/Resources/Yarn/FP_Peipei3/佩佩开场对话.yarn create mode 100644 Assets/Resources/Yarn/FP_Peipei3/佩佩开场对话.yarn.meta create mode 100644 Assets/Resources/Yarn/FP_Peipei3/全身检查.yarn create mode 100644 Assets/Resources/Yarn/FP_Peipei3/全身检查.yarn.meta create mode 100644 Assets/Resources/Yarn/FP_Peipei3/安装UF.yarn create mode 100644 Assets/Resources/Yarn/FP_Peipei3/安装UF.yarn.meta create mode 100644 Assets/Resources/Yarn/FP_Peipei3/看画.yarn create mode 100644 Assets/Resources/Yarn/FP_Peipei3/看画.yarn.meta create mode 100644 Assets/Resources/Yarn/FP_Peipei3/结束对话.yarn create mode 100644 Assets/Resources/Yarn/FP_Peipei3/结束对话.yarn.meta create mode 100644 Assets/Resources/Yarn/FP_Peipei3/给佩佩自己的色觉晶圆.yarn create mode 100644 Assets/Resources/Yarn/FP_Peipei3/给佩佩自己的色觉晶圆.yarn.meta create mode 100644 Assets/Resources/Yarn/FP_Peipei3/继续清除记忆色彩.yarn create mode 100644 Assets/Resources/Yarn/FP_Peipei3/继续清除记忆色彩.yarn.meta create mode 100644 Assets/Resources/Yarn/FP_Peipei3/色觉校准.yarn create mode 100644 Assets/Resources/Yarn/FP_Peipei3/色觉校准.yarn.meta create mode 100644 Assets/Resources/Yarn/FP_Peipei3/记忆色彩清除.yarn create mode 100644 Assets/Resources/Yarn/FP_Peipei3/记忆色彩清除.yarn.meta create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_BE结束谈话.json create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_BE结束谈话.json.meta create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_HE结束谈话.json create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_HE结束谈话.json.meta create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_全身检查.json create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_全身检查.json.meta create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_安装UF.json create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_安装UF.json.meta create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_开场对话.json create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_开场对话.json.meta create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_流程结束.json create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_流程结束.json.meta create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_清除记忆色彩.json create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_清除记忆色彩.json.meta create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_看画.json create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_看画.json.meta create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_给佩佩自己的色觉晶圆.json create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_给佩佩自己的色觉晶圆.json.meta create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_继续清除记忆色彩.json create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_继续清除记忆色彩.json.meta create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_色觉校准.json create mode 100644 Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_色觉校准.json.meta diff --git a/Assets/Prototype/佩佩/Scripts/MemoryProcess.cs b/Assets/Prototype/佩佩/Scripts/MemoryProcess.cs index 0dce64c3e..d206ce401 100644 --- a/Assets/Prototype/佩佩/Scripts/MemoryProcess.cs +++ b/Assets/Prototype/佩佩/Scripts/MemoryProcess.cs @@ -60,11 +60,11 @@ public class MemoryProcess : MonoBehaviour yield return zoomInSequence.WaitForCompletion(); } - public IEnumerator PullMemoryProjector() + public void PullMemoryProjector() { - Sequence zoomInSequence = DOTween.Sequence(); - zoomInSequence.Append(projector.transform.DOLocalMoveY(0, 2f).SetEase(Ease.OutElastic, 0.5f)); - yield return zoomInSequence.WaitForCompletion(); + Sequence zoomOutSequence = DOTween.Sequence(); + zoomOutSequence.Append(projector.transform.DOLocalMoveY(0, 2f).SetEase(Ease.OutElastic, 0.5f)); + //yield return zoomOutSequence.WaitForCompletion(); } public void CloseMemoryView() diff --git a/Assets/Resources/Materials/MemoryForFade.mat b/Assets/Resources/Materials/MemoryForFade.mat index 0fd2bb830..879504853 100644 --- a/Assets/Resources/Materials/MemoryForFade.mat +++ b/Assets/Resources/Materials/MemoryForFade.mat @@ -166,7 +166,7 @@ Material: - _DirectionalAlphaFadeNoiseFactor: 0.2 - _DirectionalAlphaFadeRotation: 0 - _DirectionalAlphaFadeWidth: 0.2 - - _DirectionalDistortionFade: -3 + - _DirectionalDistortionFade: -15 - _DirectionalDistortionInvert: 1 - _DirectionalDistortionNoiseFactor: 0.2 - _DirectionalDistortionRandomDirection: 0.1 diff --git a/Assets/Resources/Materials/MemorySearchScreen.mat b/Assets/Resources/Materials/MemorySearchScreen.mat index e544546b2..77a778d20 100644 --- a/Assets/Resources/Materials/MemorySearchScreen.mat +++ b/Assets/Resources/Materials/MemorySearchScreen.mat @@ -267,7 +267,7 @@ Material: - _FrozenHighlightDensity: 1 - _FrozenSnowContrast: 1 - _FrozenSnowDensity: 0.25 - - _FullAlphaDissolveFade: 1 + - _FullAlphaDissolveFade: 0 - _FullAlphaDissolveWidth: 0.5 - _FullDistortionFade: 1 - _FullGlowDissolveFade: 0.5 diff --git a/Assets/Resources/SceneSO/PeipeiDay3.asset b/Assets/Resources/SceneSO/PeipeiDay3.asset index 111b6845c..57cc358dd 100644 --- a/Assets/Resources/SceneSO/PeipeiDay3.asset +++ b/Assets/Resources/SceneSO/PeipeiDay3.asset @@ -13,6 +13,6 @@ MonoBehaviour: m_Name: PeipeiDay3 m_EditorClassIdentifier: nextScene: {fileID: 0} - yarnProject: {fileID: 7545569452688597077, guid: 7323b53bbb973e2478a09b73bf000bed, type: 3} + yarnProject: {fileID: 7545569452688597077, guid: 05ccf66391562af43835d718ca36f508, type: 3} firstSceneName: PeipeiFixScene isEndOfDay: 1 diff --git a/Assets/Resources/Yarn/FP_Peipei2/UF检查.yarn b/Assets/Resources/Yarn/FP_Peipei2/UF检查.yarn index 293c84a30..4016d322a 100644 --- a/Assets/Resources/Yarn/FP_Peipei2/UF检查.yarn +++ b/Assets/Resources/Yarn/FP_Peipei2/UF检查.yarn @@ -2,8 +2,10 @@ tags: position: 43,-97 --- +<> 现在可以插线来深入UF了 === + title: 结束UF检查 position: 275,-222 --- @@ -14,10 +16,112 @@ position: 275,-222 title: 第一次进入UF检查 position: 275,-222 --- -// <> -【功能制作中】 -【这里看到UF控制下的视觉】 -【你可以操控UF,发现佩佩在给UF理解的世界注入色彩想象】 -【这个过程变得越来越不受控制,最后你失去了控制,视点在疯狂移动】 -<> +<> +// 【功能制作中】 +// 【这里看到UF控制下的视觉】 +// 【你可以操控UF,发现佩佩在给UF理解的世界注入色彩想象】 +// 【这个过程变得越来越不受控制,最后你失去了控制,视点在疯狂移动】 +// <> +=== +title: UFCheck +tags: +colorID: 3 +group:视觉检查 +position: -2052,-2351 +--- +me: 【占位】这就是UF看到的世界么 +me: 【占位】形状,数据... +peiepi:【占位】不是这个样子...不是这个样子的... +<> +<> + <> + <> + me:【占位】发生了什么?数据错乱了? + <> + peiepi:【占位】我还记得,我还记得那些颜色... + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> +<> + <> + <> + me:【占位】发生了什么?数据错乱了? + <> + peiepi:【占位】我还记得,我还记得那些颜色... + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> +<> + <> + <> + me:【占位】发生了什么?数据错乱了? + <> + peiepi:【占位】我还记得,我还记得那些颜色... + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> +<> + <> + <> + me:【占位】发生了什么?数据错乱了? + <> + peiepi:【占位】我还记得,我还记得那些颜色... + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> +<> +<> +me: 这就是UF发热的原因么...佩佩在修改UF的数据 +me: 我们先出去吧 + <> + <> +=== +title: UFCheckEnd +tags: +colorID: 3 +group:视觉检查 +position: -2052,-2351 +--- +<> +=== +title: 退出UF +tags: +colorID: 3 +group:视觉检查 +position: -2052,-2351 +--- +<> +<> === \ No newline at end of file diff --git a/Assets/Resources/Yarn/FP_Peipei2/停止想象.yarn b/Assets/Resources/Yarn/FP_Peipei2/停止想象.yarn index 95b75589e..c5dee8fc8 100644 --- a/Assets/Resources/Yarn/FP_Peipei2/停止想象.yarn +++ b/Assets/Resources/Yarn/FP_Peipei2/停止想象.yarn @@ -2,7 +2,9 @@ title: 进入停止想象 tags: position: 428,-88 --- +<> <> +<> 【占位】:我们去UF模块来引导佩佩吧 === title: 结束停止想象 @@ -12,11 +14,92 @@ position: 259,432 <> === -title: 进入UF检查引导停止想象 +title: 停止想象Check position: 71,-93 --- -// <> -【这里佩佩试图停止想象,但是失败了,并且引起了发热】 +<> + <> + me: 颜色没有出现?似乎…… + <> + me: 好的…我想我们的猜想是正确的。 + //<> + peipei: 太好了,医生! + peipei: 我们总算找到原因了!对吧? + me: 别激动…佩佩。 + //TODO-感觉这里可以先让佩佩把眼睛闭上? + peipei: 我感觉很好,太好了! + peipei: 是不是只要我能停止想象,问题就解决了? + me: 只要你能控制住,我想是的。 + peipei: 那就让我试试吧。 + peipei: 我们已经走到了这里…我不能放弃。 + peipei: 让我试试……抑制想象力。 + peipei: 呼… + peipei: 我们来吧。 + <> +<> + //颜色不出现,一会又出现了 + <> + me: 似乎成功了,很好…… + <> + peipei: 啊…痛! + <> + peipei: 不…不是这个颜色… + peipei: 不,根本不应该有颜色。停止。停止。停止想象,停止想象。 + //<<画面波动了一下,颜色消失>> + <> + peipei: 停止想象…… + //<<颜色慢慢重新出现>> + peipei: 好痛,呼…… + <> + <> + <> + peipei: 停止想象,停止想象,停止想象,停止! + <> + me: 冷静,佩佩。 + me: 佩佩… + peipei: 啧,现在它变得这么顽固了…… + peipei: 不,医生,我想再试试。 + <> +<> + <> + peipei: 不!停止,停止! + <> + me: 好了,快停下。 + me: 不能再这样下去了。 + peipei: 别用那种态度……你可是要治好我! + me: 啊?抱歉,我…… #auto_next + peipei: 你以为我是怎么走到今天的? + me: 不!我只是感觉…… + peipei: 我很可怜? + me: 不… #auto_next + peipei: 医生,不要可怜我…… + peipei: 它没有用。 + peipei: 我必须要完成工作,证明我自己…… + peipei: 学美术,做美术相关的工作…… + peipei: 我还要继续画下去,我要画一辈子画! + <> + peipei: 这是我选择的生活!你绝对不能让我回头,知道吗! + <> + peipei: 来,继续。 + me: …… + me: 佩佩,你真的已经太痛苦了,不要再虐待自己了……我不想看到…… + peipei: 别再用那种高高在上的语气说话了,来啊! + <> + <> +<> + //颜色出现 + <> + peipei: 不!停止! + <> + peipei: 停止想象!停止想象!停止想象! + <> + peipei: 都是因为你,都是因为你!我…我才…… + <> + me: 佩佩,快停下。 + <> + peipei: 停止想象!停止想象…停止…… + <> + me: 佩佩! me: 我不该允许她这么做的…… me: 感觉她全身都好烫,赶紧降温!!! me: 妈的,事到如今……什么规定都管不了了。 @@ -26,6 +109,17 @@ position: 71,-93 <> <> <> +<> +<> +=== + +title: UF停止想象CheckEnd +tags: +colorID: 3 +group:视觉检查 +position: -2052,-2351 +--- +<> === title: 降温失败的对话 position: 255,114 diff --git a/Assets/Resources/Yarn/FP_Peipei2/分析.yarn b/Assets/Resources/Yarn/FP_Peipei2/分析.yarn index 17590ced8..8943962a4 100644 --- a/Assets/Resources/Yarn/FP_Peipei2/分析.yarn +++ b/Assets/Resources/Yarn/FP_Peipei2/分析.yarn @@ -8,6 +8,12 @@ position: 43,-97 【占位】:治疗方式1:看机体能不能抑制原型的想象bug 【占位】:这个bug利用的漏洞似乎是记忆中的色彩,能借助色彩操纵记忆的流动 【占位】:治疗方式2:只要清除记忆色彩,似乎也就没问题了 +me: 初始化掉所有的记忆,就像新生一样…… +me: 如果佩佩从没见过颜色……她也就没办法想象颜色了。 +me: 对她来说,世界本来就是黑白的,夕阳、绿叶……本来就是灰色的。一切本应如此。 +me: 如果这样的话,那些记忆也就不会干扰UF,也不会干扰视觉了... +me: 根本……没有什么色彩可以用来想象了。 +me: 这确实是……可行的。真的只能如此了吗…… <> === title: 结束分析 diff --git a/Assets/Resources/Yarn/FP_Peipei2/手术.yarn b/Assets/Resources/Yarn/FP_Peipei2/手术.yarn index a43e1b408..ec66868ed 100644 --- a/Assets/Resources/Yarn/FP_Peipei2/手术.yarn +++ b/Assets/Resources/Yarn/FP_Peipei2/手术.yarn @@ -36,7 +36,6 @@ tags: colorID: 1 position: 33,-552 --- -me: 有三个记忆…… <> me: 已经完成了…… <> diff --git a/Assets/Resources/Yarn/FP_Peipei3.meta b/Assets/Resources/Yarn/FP_Peipei3.meta index 8330ce928..d576a6a55 100644 --- a/Assets/Resources/Yarn/FP_Peipei3.meta +++ b/Assets/Resources/Yarn/FP_Peipei3.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 67930dbf0bc0d5a47ba0a0cce4da02c2 +guid: 739454421dad244418f04e613970a7bf folderAsset: yes DefaultImporter: externalObjects: {} diff --git a/Assets/Resources/Yarn/FP_Peipei3/BE结束谈话.yarn b/Assets/Resources/Yarn/FP_Peipei3/BE结束谈话.yarn new file mode 100644 index 000000000..4529e9274 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/BE结束谈话.yarn @@ -0,0 +1,22 @@ +title: 进入BE结束谈话 +tags: +colorID: 3 +position: 251,-1150 +--- +<> +<> +<> +<> +<> +【占位】:佩佩感谢你给她机会去带着色彩看一看世界,接受了现状 +【占位】:她再也不记得任何颜色了 +<> +=== + + +title: 结束BE结束谈话 +position: 275,-222 +--- +<> +<> +=== \ No newline at end of file diff --git a/Assets/Resources/Yarn/FP_Peipei3/LTS_Peipeiday3.yarn.meta b/Assets/Resources/Yarn/FP_Peipei3/BE结束谈话.yarn.meta similarity index 86% rename from Assets/Resources/Yarn/FP_Peipei3/LTS_Peipeiday3.yarn.meta rename to Assets/Resources/Yarn/FP_Peipei3/BE结束谈话.yarn.meta index 55f803790..39dcdeb9e 100644 --- a/Assets/Resources/Yarn/FP_Peipei3/LTS_Peipeiday3.yarn.meta +++ b/Assets/Resources/Yarn/FP_Peipei3/BE结束谈话.yarn.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: ea13d186a2e49344b99f9be1ebe97896 +guid: d62ba26762a635c40b3c5610b49e12fb ScriptedImporter: internalIDToNameTable: [] externalObjects: {} diff --git a/Assets/Resources/Yarn/FP_Peipei3/EventNode.yarn b/Assets/Resources/Yarn/FP_Peipei3/EventNode.yarn new file mode 100644 index 000000000..8cfb9ed0e --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/EventNode.yarn @@ -0,0 +1,100 @@ + +title: EmoPlugIn +tags: 待编辑 +colorID: 8 +position: -2,-3039 +--- +<> +=== +title: SpeakPlugIn +tags: 待编辑 +colorID: 8 +position: 240,-2640 +--- +<> + +=== +title: LogicPlugIn +tags: 待编辑 +colorID: 8 +position: 480,-3040 +--- +<> +=== +title: ColorPlugIn +tags: 待编辑 +colorID: 8 +position: 240,-2840 +--- +<> +=== +title: MemoryPlugIn +tags: 待编辑 +colorID: 8 +position: 240,-3040 +--- +<> +<> +<> +<> +<> +<> +<> +=== + +title: UFPlugIn +tags: 待编辑 +colorID: 8 +position: 0,-2840 +--- +<> +<> +<> +<> +<> +=== + + +title: EyePlugIn +tags: 待编辑 +colorID: 8 +position: 480,-2840 +--- +<> +<> +<> +<> +<> +=== +title: IntoEyeView +tags: +group:视觉检查 +colorID: 6 +position: 244,271 +--- +无 +=== + +title: MemoryDeepIn +tags: +--- + +<> +<> +=== +title: UFDeepIn +tags: +--- +<> +=== +title: EyeDeepIn +tags: +position: -9,21 +--- +<> +<> +<> +<> +<> +=== + diff --git a/Assets/Resources/Yarn/FP_Peipei3/EventNode.yarn.meta b/Assets/Resources/Yarn/FP_Peipei3/EventNode.yarn.meta new file mode 100644 index 000000000..4cf19b103 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/EventNode.yarn.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: fcf7cb115cf4eaa42b97b1806a9057c0 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 94073015eacc34c1d8fc6786e43d60ca, type: 3} diff --git a/Assets/Resources/Yarn/FP_Peipei3/LTS_Peipeiday3.yarnproject b/Assets/Resources/Yarn/FP_Peipei3/FP_Peiepei3.yarnproject similarity index 100% rename from Assets/Resources/Yarn/FP_Peipei3/LTS_Peipeiday3.yarnproject rename to Assets/Resources/Yarn/FP_Peipei3/FP_Peiepei3.yarnproject diff --git a/Assets/Resources/Yarn/FP_Peipei3/LTS_Peipeiday3.yarnproject.meta b/Assets/Resources/Yarn/FP_Peipei3/FP_Peiepei3.yarnproject.meta similarity index 90% rename from Assets/Resources/Yarn/FP_Peipei3/LTS_Peipeiday3.yarnproject.meta rename to Assets/Resources/Yarn/FP_Peipei3/FP_Peiepei3.yarnproject.meta index 50010bb47..ccf5b1884 100644 --- a/Assets/Resources/Yarn/FP_Peipei3/LTS_Peipeiday3.yarnproject.meta +++ b/Assets/Resources/Yarn/FP_Peipei3/FP_Peiepei3.yarnproject.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 96c3786aeead37d4ba928a523100efe4 +guid: 05ccf66391562af43835d718ca36f508 ScriptedImporter: internalIDToNameTable: [] externalObjects: {} diff --git a/Assets/Resources/Yarn/FP_Peipei3/HE结束谈话.yarn b/Assets/Resources/Yarn/FP_Peipei3/HE结束谈话.yarn new file mode 100644 index 000000000..47e55e017 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/HE结束谈话.yarn @@ -0,0 +1,22 @@ +title: 进入HE结束谈话 +tags: +colorID: 3 +position: 251,-1150 +--- +<> +<> +<> +<> +<> +【占位】:你告诉佩佩你修复了bug,让她可以看到颜色,也可以用UF完成工作了 +【占位】:你送佩佩离开 +<> +=== + + +title: 结束HE结束谈话 +position: 275,-222 +--- +<> +<> +=== \ No newline at end of file diff --git a/Assets/Resources/Yarn/FP_Peipei3/HE结束谈话.yarn.meta b/Assets/Resources/Yarn/FP_Peipei3/HE结束谈话.yarn.meta new file mode 100644 index 000000000..d07c73ec2 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/HE结束谈话.yarn.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 6bfde74924827314db6eba897b8c7b99 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 94073015eacc34c1d8fc6786e43d60ca, type: 3} diff --git a/Assets/Resources/Yarn/FP_Peipei3/LTS_Peipeiday3.yarn b/Assets/Resources/Yarn/FP_Peipei3/LTS_Peipeiday3.yarn deleted file mode 100644 index 738df25ec..000000000 --- a/Assets/Resources/Yarn/FP_Peipei3/LTS_Peipeiday3.yarn +++ /dev/null @@ -1,687 +0,0 @@ -title: Start -tags: -colorID: 8 -position: 240,-2040 ---- -【你把佩佩从外面弄回来】 -<> -<> -=== -title: VarsInit -tags: -colorID: 4 -position: 240,-1840 ---- -///在这里决定这次诊疗的目标是什么,以及目标判断相关的数值 - -///【流程逻辑】 -//如果线索板都答对了,就自动触发这个为true,这是主目标 -<> - -//////↓可能gameStage=某个数完全意味着某个参数=True,但我需要这样一个唯一的参数来为一些节点导向唯一的分支 -//目标阶段:1-安装UF;2-全身检查;3-分析;4-手术;5-完成手术 -//TODO-讨论一下,是否需要2 -<> -//记录是否已经完成了UF的检查 -<> - -//记录是否已经完成了视觉的检查 -<> - -//统计进入视觉后触发目标的次数,主要是用来触发第一次点击任意目标触发首次对话,以及判断是否收集够打孔带,这是完成主目标的必要目标 -<> -//方便的触发针对eyetarget的对话,如果不喜欢这种写法可以商量,然后分开写 -<> - - -//当前步骤的填入clueName -<> -//当前要分析的是第几个slot -<> -//当前要分析的slot填入的clue分类 -<> -//当前要分析的slot填入的cluematchCode -<> -//上一步骤的matchCode -<> - - -///【谈论对象初始化】 -<> -<> -<> -<> -<> -<> -<> - - - -///【剧情信息】 -//是否已经做了UF安装 -<> -//是否已经移除了晶圆 -<> - -//是否已知存在一个新记忆 -<> -//是否已经看过这个新记忆 -<> - -//是否已经移除了自己的晶圆 -<> -//是否已经安装上了晶圆 -<> - -//是否产生想GE的念头 -<> - -//是否已得出GE方案 -<> -//是否已经执行了GE方案 -<> -//是否已经执行了BE方案 -<> -//BE的执行进度:0-未执行;1-按了最开始的按键;5-全部做完了(会将gameStage设为5) -<> - - <> -=== -title: 引入对话 -tags: -colorID: 3 -position: 240,-1640 ---- -【你被要求恢复佩佩】 -【当符合条件时佩佩将恢复唤醒】 -<> -=== -title: 诊断初始化 -tags: -colorID: 3 -position: 240,-1440 ---- -<> -<> -<> -<> -<> -<> - - <> - me: 先将UF装上去吧 - - <> -=== -title: AddAllClueToFavorites -tags: -colorID: 6 -position: -560,-1440 ---- -<> -<> -<> -<> -<> -<> -<> -=== -title: 主维修界面 -tags: -colorID: 3 -position: 240,-440 ---- -<> - -<> - <> -<> - -// <> -// <> -// <> - -// 检查主目标是否完成并提供反馈 -<> -//当前目标:安装UF -<> -//当前目标:进行全身检查 - me: 现在又回到昨天的情况了… - me: 重新做一次分析吧。 - <> -<> -//当前目标:分析处理方案 -<> -//当前目标:进行手术 - <> - me: 失去颜色的感慨 - ->安装chip - <> - <> - me: 还差最后一步。 - me: 这毕竟是外源的硬件… - me: 还需要去视觉做晶圆初始化。 - < 0>> - me: 果然还是下不去手 - < 0>> - me: 这个初始化在完全完成之前都是可逆的… - <> - me: 要不再想想别的办法? - ->再想想别的办法 - <> - ->就还是这样 - <> -<> -//当前目标:退出 - UF开始运转,佩佩正在醒来 - <> - me: 完全失去颜色感言 - <> - me: 色彩抹除残酷感言 - <> - peipei: 苏醒 - <> -<> -=== -title: ClueBoard -tags: -colorID: 3 -position: -360,-1240 ---- -<> - 【一通分析,最后得到还是之前的两种方案】 -<> - me: 要不然,执行记忆色彩初始化,上次没能做的手术 - me: 除非…我能想想有没有办法再弄一个晶圆来。 - ->执行记忆色彩初始 - <> - me: 那去记忆做这个事情吧。 - <> - ->再找找办法<> - 【可以通过检索发现可以用自己的晶圆】 - <> - ->捐出自己的晶圆<> - me: 这意味着…我要失去自己的色觉。 - me: 虽然说对医生来说,这个似乎没有那么有关系 - me: 但是我真的想好了吗? - ->摘除自己的色觉晶圆 - <> - ->再想想 - <> -=== -title: 结论 -tags: -colorID: 8 -position: 40,-1040 ---- -//现在关于切换场景的数据保存还没有完成,建议先不切场景 -<> -<> -经过分析,由于UF的专业性和权限要求很高,你的机体学指示没用,只能按照它给出的指示进行处理 -它给出的指示是:执行视觉-记忆桥截断术 -佩佩对于这个手术感到很焦虑;医生安慰 -<> -=== -title: 流程结束 -tags: -colorID: 8 -position: 240,-40 ---- -总结性对话 -//TODO-差一件事情没做:如果玩家进行初始化到一半了再做的晶圆安装,应该再让他取消初始化 -//TODO-另外讨论:初始化按下应该在外面做还是应该在里面做? -=== -title: IntoEyeView -tags: -colorID: 6 -position: 840,-1640 ---- -<> -<> -<> -<> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> -<> - -<> - <> - <> - <> - <> - <> - <> - <> - <> - <> -<> -=== -title: Eye_sky -tags: -colorID: 8 -position: 840,-1240 ---- -//TODO-记忆表现:stage1不给进,stage2-4:能看到怪颜色,一出现就停止(被系统中止);stage5给了chip: 等待初始化的表现,没给chip:完全没色 -<> -<> - <> -=== -title: Eye_computer -tags: -colorID: 8 -position: 1440,-1240 ---- -me:这个没有生成颜色,奇怪... - <> -=== -title: Eye_poster -tags: -colorID: 8 -position: 1240,-1240 ---- -<> -<> -日志:未知进程,正在从记忆非法写入,打印记忆卡... -<> - <> -<> -<> - <> -=== -title: Eye_plant -tags: -colorID: 8 -position: 1040,-1240 ---- -<> -<> -日志:未知进程,正在从记忆非法写入,打印记忆卡... -<> -<> -<> -<> -<> -=== -title: EyeCheckEnd -tags: -colorID: 3 -position: 640,-840 ---- -<> -me:这里似乎没什么新的线索了 -<> -<> -<> - <> - me:这个没问题 - <> - me:这个也没问题,看来是好了,我们离开这里吧 - <> - <> - <> - -<> -me:似乎有足够的信息了,我们离开这里吧 -<> -<> -<> -<> -<> -=== -title: End_memoryPaly -tags: -colorID: 3 -position: 1840,-840 ---- -< 4>> - me: 都结束了…… - <> - <> -<> -=== -title: 天空 -tags: -colorID: 8 -position: 1840,-1240 ---- -<> -peipei_child: 医生!看,大象! -docter: 哪里有?…啊,那朵云呀。确实很像大象喔。 -docter: 但是佩佩为什么会见过大象呢? -peipei_child: 我在博物馆见过!好大好大的大象标本,有个哥哥跟我说,大象可以比房子还大! -docter: 佩佩是个很有想象力的小朋友噢。 -peipei_child: 想象力…是什么? -docter: 我们的大脑里面有一个区域专门控制视觉,但是这个区域也控制想象力。 -<> -docter: 佩佩以后会成为一个艺术家的。 -peipei_child: 艺术家又是什么? -<> -peipei_child: 医生快看,它现在更像一个飞机啦! -<> -<> - ->初始化 - 【画面褪色】 - <> - me: …… - ->退出 - me: 不…还是不行 - <> - <> -<> -=== -title: 海报 -tags: -colorID: 8 -position: 2040,-1240 ---- -<> -unknown: 好美啊。 -peipei: 嘘,别说话。 -<> -unknown: 我们要是能一直坐在这儿就好了。 -peipei: 都让你别说话。 -<> -unknown: 我爱你。 -<> -<> - ->初始化 - 【画面褪色】 - <> - me: …… - ->退出 - me: 不…还是不行 - <> - <> -<> -<> -=== -title: 植物 -tags: -colorID: 8 -position: 2240,-1240 ---- -<> -peipei: 要是工作也能画画…要是能永远画画就好了。 -同学: 哈哈,可能等我们进入公司就不这么觉得了。听说进公司之后做什么都不会再快乐了。 -peipei: 不会的。至少画画这件事情让我感觉到很纯粹的快乐…… -peipei: 那种朝九晚五,一眼看到头的生活,我想我反而会受不了的。 -同学: 哈哈…… -同学: 但愿你是对的。 -peipei: 我肯定是对的。 -<> -peipei: 如果公司这么讨厌的话,我就不在那里干就好了啊! -<> - ->初始化 - 【画面褪色】 - <> - me: …… - ->退出 - me: 不…还是不行 - <> - <> -<> -<> -=== -title: OnUFViewDeepIn -tags: -colorID: 3 -position: -960,-1040 ---- -<> - ->安装UF - 【占位-安装UF的操作】 - //这个似乎应该分3步做-安装UF、移除chip和给它安装chip - <> - <> - <> - ->等会 -<> -<> -=== -title: EmoViewDialogue -tags: -colorID: 8 -position: 0,-2960 ---- -//第一次做检查会有对话 -=== -title: SpeakViewDialogue -tags: -colorID: 8 -position: 240,-2560 ---- -//第一次做检查会有对话 -=== -title: LogicViewDialogue -tags: -colorID: 8 -position: 480,-2960 ---- -//第一次做检查会有对话 -=== -title: ChipViewDialogue -tags: -colorID: 8 -position: 240,-2760 ---- -//第一次做检查会有对话 -=== -title: MemViewDialogue -tags: -colorID: 8 -position: 240,-2960 ---- -//第一次做检查会有对话 -=== -title: UfViewDialogue -tags: -colorID: 8 -position: 0,-2760 ---- -///第一次做检查会有对话 -///安装好之后会有对话 -///关键:对UF的讽刺性思考 -=== -title: EyeViewDialogue -tags: -colorID: 8 -position: 480,-2760 ---- -//第一次做检查会有对话 -//关键:对想象力的想法 -=== -title: EGCViewDialogue -tags: -colorID: 8 -position: 1120,-2960 ---- -//检视心率仪时的对话 -=== -title: ScreenViewDialogue -tags: -colorID: 8 -position: 1120,-2760 ---- -//检视右侧屏幕时的对话 -=== -title: MessageViewDialogue -tags: -colorID: 8 -position: 880,-2760 ---- -//检视报错信息时的对话 -=== -title: IndicatorViewDialogue -tags: -colorID: 8 -position: 880,-2960 ---- -//检视报警灯时的对话 -=== -title: 留言 -tags: -colorID: 8 -position: 2440,-1240 ---- -peipei: 嗨!医生。又见面啦。 -peipei: 你会看到这段记忆吧?我知道……我从来就没有机会逃离这一切。 -peipei: 这里和我记忆里的有些不一样了。不知道是不是因为树叶有些凋落了。 -peipei: 可是它们明年还会长出来,然后会再凋落,再照常长出来……永远在这座山上。 -(摇树的声音,沙沙落叶) -peipei: 我们就像这些叶子,不是吗? -peipei: 无论如何,真的很感谢你,医生。你是这个地方最在乎我的人。 -peipei: 太阳马上就要落下了……这里一直都这么冷吗? -peipei: 好美啊。 -peipei: …… -peipei: 要是能一直坐在这儿就好了。 -<> -me: …… -<> - me: 这是…给我的。 - <> -<> -<> - ->初始化 - 【画面褪色】 - <> - me: …… - ->退出 - me: 不…还是不行 - <> - <> -<> -<> -=== -title: Mem_PopupDialogue -tags: -colorID: 8 -position: 1840,-1440 ---- -<> - <> - <> - me: 好像有一个新记忆 - me: 不应该,除非是很用力记住 - <> - me: 这里有一个记忆… - <> - <> - me: 但是在佩佩唤醒前看不了…… - me: 先把UF装上吧 - <> - me: 现在可以看了。 - me: 让我们来看看吧…… - <> - <> -<> - ->执行初始化<> - 【执行了,但是有关键的需要手动处理】 - <> - <> - ->手动处理<0>> - ->退出 - <> - <> -<> -=== -title: 移除自己的晶圆 -tags: -colorID: 8 -position: 40,-840 ---- -【移除自己的晶圆】 -//TODO-画面变成黑白 -【色觉还剩一点残留】 -<> -<> -=== -title: Eye_PopupDialogue -tags: -colorID: 8 -position: 840,-1440 ---- -<> - - -//////DAY2应该是直接拿到三个记忆,不需要检索 -//////<> -me: 我需要让机器检索到关于颜色的记忆……我需要让佩佩的记忆转动起来。 -me: 我需要你。佩佩,醒醒! -peipei: 医生…… -//->以某种方式尝试呼唤佩佩,此处略 -//佩佩说坚持住好像有点怪,是笔误么,我先注释了 -// peipei: 坚持住……医生……我要…… -// peipei: 坚持住。 -me: 佩佩!你能听到我说话么... -peipei: ...... -me: 不行,她还是太虚弱了,但是现在我真的需要她 -me: 我想想,有什么能帮助唤醒她呢? -//////感觉这里玩家自己想到会更有趣,可以做个选项 -me: 对了!让我们来聊聊关于颜色的回忆…… -//////帮我加下逻辑:玩家应该要可以按自由顺序问,问完全部3个继续 -->谈论关于红色 -me: 红色……你还记得你看到的夕阳吗?有人和你说他想一直坐在那儿…… -peipei: 夕阳……我该让你多说些话的…… -peipei: 我好想……医生…… -//////<> -//////记忆里的对白需要以不同于台词的形式弹出 -me: 好的……红色,我来了。 -//////需要夕阳真的是红色?和美术确认——我感觉是OK的?可能是看起来很特别的夕阳 -->渲染红色通道 -<> -<> -<> -me: 呃啊,我的眼睛…… -<> -<> -me: 感觉我视野里的饱和度正在降低…… -me: 这就是色觉再消失吗?这感觉太奇怪了。 -me: 我得抓紧时间了,接下来是…… -->谈论关于绿色 -me: 绿色……记得你那次写生吗?佩佩,你说你想要一辈子都画画。 -peipei: 我记得,医生……好凉爽的风…… -//////<> -me: 像海一样的草原,多美啊。草原上的风是什么气味的呢? -me: 等着一切都结束了…等我们休假了,我也要去那里看看。 -->渲染绿色通道 -<> -<> -<> -me: 又是这种感觉。其实…还挺柔和的。 -me: 呼…大概这下就不用开什么护眼模式了。 -<> -<> -->谈论关于蓝色 -me: 佩佩,想想你小时候的那个病房。你一定看了很久的云吧?你不可能忘了那扇窗户的。 -peipei: 医生……我会听话的,别让我…… -//////<> -me: 就快结束了,佩佩。 -->渲染蓝色通道 -<> -<> -<> -me: 来吧,都来吧!我们就要成功了…… -<> -<> -<> -<> -<> -<> -<> -<> - - -<> -=== diff --git a/Assets/Resources/Yarn/FP_Peipei3/Start.yarn b/Assets/Resources/Yarn/FP_Peipei3/Start.yarn new file mode 100644 index 000000000..50104e40b --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/Start.yarn @@ -0,0 +1,117 @@ +title: Start +tags: +colorID: 8 +position: 253,-2041 +--- + +<> +=== + +title: 数据初始化 +tags: +colorID: 4 +position: 248,-1739 +--- +<> + +///【流程逻辑】 + +//统计查看记忆数目,用来判断是否收集够,这是完成主目标的必要目标 +<> +//记录是否已经完成了UF的检查 +<> +//记录是否已经完成了视觉的检查 +<> + +<> + +<> + +// //是否归还了工具 +// <> +<> +<> + +///【谈论对象初始化】 +<> +<> +<> +<> +<> +<> +<> + +//佩佩记忆手动初始化进度 +<> +<> +<> + + +///【剧情信息】 +//一开始选择的UF图像 +<> +//是否已经见过UF +<> +//是否已知:为什么要使用UF +<> +<> +//是否已知:色觉芯片是缺失的 +<> +//是否已知:佩佩的眼睛不舒服 +<> +//是否已知:佩佩视觉是黑白的 +<> +//是否已知:佩佩会想象出颜色 +<> +//是否插入过视觉产生的打孔带 +<> +<> + +///一些状态初始化 + +//没有色彩晶圆 +<> +=== + +title: Center +description: 脚本跳转中心,GameStage在此处处理,理论上不在其他地方读取GameStage +position: 205,446 +colorID: 1 +--- +// 每次进入维修界面就自动保存 +<> +<> + <> +<> +//也可以先查别的,但是查UF才能到下一步 +<> + <> +<> +<> + <> +<> +<> + <> +<> +<> + <> +<> +<> + <> +<> +<> + <> +<> +<> + <> +<> +<> + <> +<> +<> + <> +<> +<> + <> +<> +=== \ No newline at end of file diff --git a/Assets/Resources/Yarn/FP_Peipei3/Start.yarn.meta b/Assets/Resources/Yarn/FP_Peipei3/Start.yarn.meta new file mode 100644 index 000000000..30eec13a2 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/Start.yarn.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ceda9aeb19de4e64387b60a2a7f5d1ca +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 94073015eacc34c1d8fc6786e43d60ca, type: 3} diff --git a/Assets/Resources/Yarn/FP_Peipei3/佩佩开场对话.yarn b/Assets/Resources/Yarn/FP_Peipei3/佩佩开场对话.yarn new file mode 100644 index 000000000..d95a38ae0 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/佩佩开场对话.yarn @@ -0,0 +1,34 @@ +title: 进入佩佩开场对话 +tags: +colorID: 8 +position: 272,-1156 +--- +<> +<> +<> +佩佩离开后的很长一段时间,我都没有再看到她。 +就在我快要忘记她时,一位不速之客拜访了我的诊所。 +他递给了我一封冷冰冰的PIP 警告书。 +佩佩已经被强制关机了以防止逃脱,我被要求找回佩佩并将她恢复工作状态,并完成工作… +否则我们两人都会进入PIP 。 +于是,我根据线索找到佩佩记忆中的山上找到了佩佩,并将她带回了诊所…… +我已经把昏迷的佩佩放入维修室 +<> +me: 我就知道没那么简单……这下可闯大祸了 +me: PIP……如果我真进去,就完蛋了。我没有见过一个人从PIP出来过…… +me: ……可我又能做什么呢?我的病人生命垂危…那难道不是紧急状况吗? +me: …… +me: 我们还剩…三个小时。我们开始吧。 +me: 坚持住,佩佩。 +<> +=== + + + +title: 结束佩佩开场对话 +position: 275,-222 +--- +<> +<> +=== + diff --git a/Assets/Resources/Yarn/FP_Peipei3/佩佩开场对话.yarn.meta b/Assets/Resources/Yarn/FP_Peipei3/佩佩开场对话.yarn.meta new file mode 100644 index 000000000..af79acfca --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/佩佩开场对话.yarn.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 6243dc64a7293fe4d937084b1d210574 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 94073015eacc34c1d8fc6786e43d60ca, type: 3} diff --git a/Assets/Resources/Yarn/FP_Peipei3/全身检查.yarn b/Assets/Resources/Yarn/FP_Peipei3/全身检查.yarn new file mode 100644 index 000000000..1d6721fc5 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/全身检查.yarn @@ -0,0 +1,250 @@ +title: 进入全身检查 +tags: +colorID: 8 +position: -449,-3574 +--- +<> +<> +=== + +title: 全身检查状态 +position: -436,-2338 +--- +<> + <> +<> +=== +title: 结束全身检查 +position: -432,-1732 +--- +检查完了,没有别的问题,但是要要让佩佩正常运行,还是得色彩清除 +<> +<> +=== +title: PlugFinished +position: 151,-2688 +--- +<> + <> + <> +<> +=== +title: 高亮模块 +tags: +position: 43,-97 +--- +<> + <> +<> +<> + <> +<> +<> + <> +<> +<> + <> +<> +<> + <> +<> +<> + <> +<> +<> + <> +<> +<> +=== +title: 检查情绪 +tags: 待编辑 +colorID: 8 +group:插线检查 +position: -47,-3242 +--- +<> +<> +<> +<> +->检查 + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> +=== +title: 检查语言 +tags: 待编辑 +colorID: 8 +group:插线检查 +position: 194,-2880 +--- +<> +<> +<> +<> +->检查 + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> +=== +title: 检查逻辑 +tags: 待编辑 +colorID: 8 +group:插线检查 +position: 428,-3246 +--- +<> +<> +<> +<> +->检查 + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> +//待编辑 +=== +title: 检查色觉 +tags: 待编辑 +colorID: 8 +group:插线检查 +position: 195,-3043 +--- +<> +<> +<> +<> +<> +<> +<> +<> + <> + <> + <> +<> + +//佩佩很焦虑,不知道该怎么办了 +=== +title: 检查记忆 +tags: 待编辑 +colorID: 8 +group:插线检查 +position: 195,-3243 +--- +<> +<> +<> +<> +<> +->检查 + <> + <> + <> + <> + <> + <> + <> + <> + <> +<> + <> + <> + <> +<> + +//总体表现:对工作的焦虑、虚弱的身体状态 +=== +title: 检查UF +tags: 待编辑 +colorID: 8 +group:插线检查 +position: -45,-3043 +--- +<> +<> +<> +<> +->检查 + <> + <> + <> + <> + <> + <> + <> +<> + <> + 【占位】:还是老问题,只能等一会儿记忆色彩清除了... + <> + <> +<> +=== +title: 检查视觉 +tags: 待编辑 +colorID: 8 +group:插线检查 +position: 435,-3043 +--- +<> +<> +<> +<> +->检查 + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> +=== + + + + + diff --git a/Assets/Resources/Yarn/FP_Peipei3/全身检查.yarn.meta b/Assets/Resources/Yarn/FP_Peipei3/全身检查.yarn.meta new file mode 100644 index 000000000..9cc3e780e --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/全身检查.yarn.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 4d77720c60f15c143b2eefc19ff78e2e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 94073015eacc34c1d8fc6786e43d60ca, type: 3} diff --git a/Assets/Resources/Yarn/FP_Peipei3/安装UF.yarn b/Assets/Resources/Yarn/FP_Peipei3/安装UF.yarn new file mode 100644 index 000000000..2a89e75e9 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/安装UF.yarn @@ -0,0 +1,65 @@ +title: 进入安装UF +tags: +colorID: 8 +position: -449,-3574 +--- +<> +<> +<> +<> +<> +<> +<> +<> +(占位)佩佩的身体元件正在怠速运行,旁边的工具台上摆着一个新的UF +<> +me: 我得先唤醒佩佩,才能对她做身体检查 +->唤醒佩佩 + (占位)佩佩身体原件的运转速度恢复正常…… + (占位)但很快又回到怠速 + me: 他们是怎么远程给她的身体发这种底层指令的? + me: 这么说,公司岂不是可以让任何一个人休眠? + me: …看来是不可能不装上UF就唤醒佩佩了。 + ->安装UF模块 + <> + <> + <> + <> + me: 好像没有反应…… + me: 噢,色觉晶圆还在佩佩这里 + me: 难道说一定要把色觉芯片装给UF吗? + ->(占位)取下佩佩的色觉芯片 + <> + <> + <> + ->(占位)安装给UF + <> + <> + <> + ->安装UF盖子 + <> + <> + <> +me: 佩佩,醒来吧。 +peipei: 好美…… +me: 佩佩? +peipei: 医生…… +peipei: 我……替你……夕阳…… +me: 佩佩?你能看到我吗? +peipei: 我在…… +me: 佩佩,你#auto_next +peipei: 好美……医生…… +(占位)佩佩昏过去了 +me: 啊……是待机模式 +me:是啊,如果现在直接唤醒,那不是又回到昨天的状况了吗 +me: 这个状态已经足够我做一个身体检查了 +me: 我会把你修好的,佩佩,你先休息一会儿吧 + +<> +=== +title: 结束安装UF +position: -432,-1732 +--- +<> +<> +=== diff --git a/Assets/Resources/Yarn/FP_Peipei3/安装UF.yarn.meta b/Assets/Resources/Yarn/FP_Peipei3/安装UF.yarn.meta new file mode 100644 index 000000000..981a08fef --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/安装UF.yarn.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 1809fe1193b549a4db5b7dbcfe08c02a +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 94073015eacc34c1d8fc6786e43d60ca, type: 3} diff --git a/Assets/Resources/Yarn/FP_Peipei3/看画.yarn b/Assets/Resources/Yarn/FP_Peipei3/看画.yarn new file mode 100644 index 000000000..02b3f0f06 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/看画.yarn @@ -0,0 +1,48 @@ +title: 进入看画 +tags: +position: 43,-97 +--- +///可以先用思考专用黑幕,把showobj之外的部分都盖住,做一个思考阶段,把线索回顾一下 +<> +<> +<> +<> +【占位】:播放CG +<> +【占位】:从口袋里翻找画 +【占位】:看画,画上画的是医生的眼睛 +【占位】:peipei留字,看到颜色的那一刻,你的眼睛好美 +<> +【占位】:佩佩的脸和主角的画重合,医生的眼睛突然睁大一下 +me: 我是能看到颜色的。 +me: 我也有…色觉芯片。 +me: 如果我把我自己的色觉……取下来给她,是不是就……? +me: 如果她能看到颜色,那么可以自己画图,想象力也就稳定了...(我在胡说什么) +me: 可以…这是可行的! +me: ……冷静,好好想想。 +me: 我可以继续进行色彩初始化,彻底结束佩佩的色彩想象…… +me: 但佩佩也就不会再有彩色的记忆,也不会看到色彩了。 +me: 我也可以将我自己的色彩模块给她,佩佩能看到颜色,就不再需要进行记忆调用了…… +me: 但我的世界将成为黑白。 +me: 我能承受么? +me: …… +me: 到了要做决定的时候了。 +<> +->继续色彩初始化 + <> + <> +->把自己的色觉芯片给佩佩 + <> + <> +=== +title: 结束看画 +position: 275,-222 +--- +<> +<> +<> +<> +<> +<> +<> +=== \ No newline at end of file diff --git a/Assets/Resources/Yarn/FP_Peipei3/看画.yarn.meta b/Assets/Resources/Yarn/FP_Peipei3/看画.yarn.meta new file mode 100644 index 000000000..8072f52be --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/看画.yarn.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: edd8dbea042a13b4b9f6d8c22a6fc64e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 94073015eacc34c1d8fc6786e43d60ca, type: 3} diff --git a/Assets/Resources/Yarn/FP_Peipei3/结束对话.yarn b/Assets/Resources/Yarn/FP_Peipei3/结束对话.yarn new file mode 100644 index 000000000..5a61138c5 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/结束对话.yarn @@ -0,0 +1,19 @@ +title: 进入结束对话 +tags: +colorID: 3 +position: 251,-1150 +--- +<> +<> +【占位】:再次测试绘图,发现ok了 +【占位】:佩佩离开 +<> +=== + + +title: 结束结束对话 +position: 275,-222 +--- +<> +<> +=== \ No newline at end of file diff --git a/Assets/Resources/Yarn/FP_Peipei3/结束对话.yarn.meta b/Assets/Resources/Yarn/FP_Peipei3/结束对话.yarn.meta new file mode 100644 index 000000000..49f4b30f0 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/结束对话.yarn.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: e88d90dbbf5eba6408d64041f17b03ca +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 94073015eacc34c1d8fc6786e43d60ca, type: 3} diff --git a/Assets/Resources/Yarn/FP_Peipei3/给佩佩自己的色觉晶圆.yarn b/Assets/Resources/Yarn/FP_Peipei3/给佩佩自己的色觉晶圆.yarn new file mode 100644 index 000000000..cdc2fbfa9 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/给佩佩自己的色觉晶圆.yarn @@ -0,0 +1,58 @@ +title: 进入给佩佩自己的色觉晶圆 +tags: +colorID: 8 +position: 272,-1156 +--- +<> +<> +me:先把记忆色彩清除撤销了 +<> + + +=== +title: 恢复记忆色彩插线 +position: 275,-222 +--- +<> +<> +<> +<> +<> +->恢复记忆色彩 + <> + <> + <> + <> + <> + <> + <> + <> + me: 然后…… + me: 也就意味着……我要为自己动手术了。 + me: 呼…… + me: 来吧。 + <> + <> + <> + me: 啊!啊!!啊!!! + <> + <> + <> + me: 呼……呼…… + me: 自己给自己动手术,没办法关闭痛觉呢…… + me: 我的色觉还没有完全消失……它还残留在视觉的缓存上。 + me: 现在,该给佩佩装上我的色觉芯片了。 + ->安装色觉芯片 + <> + <> + <> + <> +=== + +title: 结束给佩佩自己的色觉晶圆 +position: 275,-222 +--- +<> +<> +=== + diff --git a/Assets/Resources/Yarn/FP_Peipei3/给佩佩自己的色觉晶圆.yarn.meta b/Assets/Resources/Yarn/FP_Peipei3/给佩佩自己的色觉晶圆.yarn.meta new file mode 100644 index 000000000..d1e286d89 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/给佩佩自己的色觉晶圆.yarn.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: f3dfbffa9472f8c45b5a21d29bfab2bf +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 94073015eacc34c1d8fc6786e43d60ca, type: 3} diff --git a/Assets/Resources/Yarn/FP_Peipei3/继续清除记忆色彩.yarn b/Assets/Resources/Yarn/FP_Peipei3/继续清除记忆色彩.yarn new file mode 100644 index 000000000..33def89cf --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/继续清除记忆色彩.yarn @@ -0,0 +1,34 @@ +title: 进入继续清除记忆色彩 +tags: +colorID: 3 +position: 246,-866 +--- +<> +<> +<> +<> +<> +=== + +title: 结束继续清除记忆色彩 +position: 275,-222 +--- +<> +<> +=== +title: 第二次记忆清除色彩 +tags: +colorID: 1 +position: 33,-552 +--- +<> +<> +->手动进行色彩初始化 +<> +me: 抱歉…… +me: 一切应该都结束了……都结束了。 +<> +->重新唤醒佩佩 +<> +=== + diff --git a/Assets/Resources/Yarn/FP_Peipei3/继续清除记忆色彩.yarn.meta b/Assets/Resources/Yarn/FP_Peipei3/继续清除记忆色彩.yarn.meta new file mode 100644 index 000000000..2537cfa06 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/继续清除记忆色彩.yarn.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b353a3b21cbacdd45901cf612f0caa25 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 94073015eacc34c1d8fc6786e43d60ca, type: 3} diff --git a/Assets/Resources/Yarn/FP_Peipei3/色觉校准.yarn b/Assets/Resources/Yarn/FP_Peipei3/色觉校准.yarn new file mode 100644 index 000000000..d29b43f92 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/色觉校准.yarn @@ -0,0 +1,92 @@ +title: 进入色觉校准 +tags: +colorID: 8 +position: -449,-3574 +--- +<> +<> +me: 还有最后一件事情……色觉校准。 +me: 去视觉模块校准对应的颜色吧。时间不多了……色觉正在减弱。 +<> +=== + +title: 色觉校准插线 +position: 275,-222 +--- +<> +<> +<> +<> +->色觉校准 + <> + <> +=== +title: 色觉校准开始 +position: 275,-222 +--- +<> +me: 我需要让机器检索到关于颜色的记忆……我需要让佩佩的记忆转动起来。 +me: 我需要你。佩佩,醒醒! +peipei: 医生…… +me: 佩佩!你能听到我说话么... +peipei: ...... +me: 不行,她还是太虚弱了,但是现在我真的需要她 +me: 我想想,有什么能帮助唤醒她呢? +me: 对了!让我们来聊聊关于颜色的回忆…… +->谈论关于红色 +me: 红色……你还记得你看到的夕阳吗?有人和你说他想一直坐在那儿…… +peipei: 夕阳……我该让你多说些话的…… +<> +<> +me: 呃啊,我的眼睛…… +<> +<> +me: 感觉我视野里的饱和度正在降低…… +me: 这就是色觉再消失吗?这感觉太奇怪了。 +me: 我得抓紧时间了,接下来是…… +->谈论关于绿色 +me: 绿色……记得你那次写生吗?佩佩,你说你想要一辈子都画画。 +peipei: 我记得,医生……好凉爽的风…… +me: 像海一样的草原,多美啊。草原上的风是什么气味的呢? +me: 等着一切都结束了…等我们休假了,我也要去那里看看。 +<> +<> +<> +me: 又是这种感觉。其实…还挺柔和的。 +me: 呼…大概这下就不用开什么护眼模式了。 +<> +<> +->谈论关于蓝色 +me: 佩佩,想想你小时候的那个病房。你一定看了很久的云吧?你不可能忘了那扇窗户的。 +peipei: 医生……我会听话的,别让我…… +me: 就快结束了,佩佩。 +<> +<> +<> +me: 来吧,都来吧!我们就要成功了…… +<> +<> +<> +<> +<> +<> +<> +<> +me: 这是完成了吗?我已经……完全看不到颜色了。 +me: ……话说…… +->尝试想象颜色 +me: …… +me: 很好,这才是我熟悉的健康状态,看来我没有什么怪病。哈哈…… +me: 我想我会怀念它的。但是…对不起,我想要治好我的病人。 +<> +->唤醒佩佩 +<> +=== + + +title: 结束色觉校准 +position: 275,-222 +--- +<> +<> +=== \ No newline at end of file diff --git a/Assets/Resources/Yarn/FP_Peipei3/色觉校准.yarn.meta b/Assets/Resources/Yarn/FP_Peipei3/色觉校准.yarn.meta new file mode 100644 index 000000000..ecac3b55d --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/色觉校准.yarn.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 45c1a4a37edd96a47931b87b0509f8ba +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 94073015eacc34c1d8fc6786e43d60ca, type: 3} diff --git a/Assets/Resources/Yarn/FP_Peipei3/记忆色彩清除.yarn b/Assets/Resources/Yarn/FP_Peipei3/记忆色彩清除.yarn new file mode 100644 index 000000000..91ba14e2c --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/记忆色彩清除.yarn @@ -0,0 +1,129 @@ +title: 进入记忆色彩清除 +tags: +colorID: 3 +position: 246,-866 +--- +<> +<> +<> +me: 去记忆模块执行色彩初始化吧 +<> +=== + +title: 结束记忆色彩清除 +position: 275,-222 +--- +<> +<> +=== +title: 记忆初始化深度 +tags: +colorID: 1 +position: 33,-552 +--- +<> + me: 已经完成了…… + <> + me: 好了……都结束了。 + me: …… + me: 不,好像还有一个。是最新的记忆…… + ->播放记忆 + <> + <> + peipei: 嗨!医生。又见面啦。 + peipei: 你会看到这段记忆吧?我知道……我从来就没有机会逃离这一切。 + peipei: 这里和我记忆里的有些不一样了。不知道是不是因为树叶有些凋落了。 + peipei: 可是它们明年还会长出来,然后会再凋落,再照常长出来……永远在这座山上。 + (摇树的声音,沙沙落叶) + peipei: 我们就像这些叶子,不是吗? + peipei: 无论如何,真的很感谢你,医生。你是这个地方最在乎我的人。 + peipei: 太阳马上就要落下了……这里一直都这么冷吗? + peipei: 好美啊。 + peipei: …… + peipei: 要是能一直坐在这儿就好了。 + 占位: 佩佩给你画了一幅画 + <> + me: ……佩佩 + me: 至少,先看看佩佩的画吧 + <> +<> +<> + ->播放写生记忆 + <> + //<> + me: 和朋友的写生,你的决心就像旷野里的绿色那样不会褪去。 + me: 人生是旷野,不是轨道……么? + ->手动进行色彩初始化 + <> + me: 抱歉……如果不让绿色褪去,我就无法挽救你。 + <> + <> +<> +<> + ->播放夕阳记忆 + //<> + <> + me: 啊…粉红的火烧云,夏夜晚风虫鸣和他。 + ->手动进行色彩初始化 + <> + me: 对不起,冬天要来了。 + <> + <> +<> +<> + ->播放蓝天记忆 + <> + //<> + me: 你是因为生了什么病而被困在那个病房里呢? + me: 我可能永远也不会知道了…… + ->手动进行色彩初始化 + <> + me: 现在这个病房将不再困扰你了……你自由了。 + <> + <> +<> +<> +=== +title: 进行色彩回复后插入视觉 +tags: 待编辑 +colorID: 8 +group:插线检查 +position: 395,-3195 +--- +<> +<> +<> +<> +->检查 +<> +<> +<> +=== +title: 选择记忆清除后插记忆模块的对话 +tags: 待编辑 +colorID: 8 +group:插线检查 +position: 395,-3195 +--- +<> +<> +<> +<> + ->执行记忆初始化 + <> + <> + <> + <> + me: 对不起,佩佩… + <> + <> + <> + <> + //屏幕: 正在执行记忆色彩初始化……请稍候 + //屏幕: 警告:只读的记忆,请进入记忆模块手动处理。 + me: 只读记忆? + me: ……我明白了。 + me: 一定是那些让佩佩对色彩留下印象深刻的记忆。像钉子一样被钉在了那里,不希望被忘记…… + me: 佩佩,该放手了。不然你就永远也无法醒来了。 + <> +=== diff --git a/Assets/Resources/Yarn/FP_Peipei3/记忆色彩清除.yarn.meta b/Assets/Resources/Yarn/FP_Peipei3/记忆色彩清除.yarn.meta new file mode 100644 index 000000000..cdc331e07 --- /dev/null +++ b/Assets/Resources/Yarn/FP_Peipei3/记忆色彩清除.yarn.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 33da16aa742e32048977cd0c2308af0e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 94073015eacc34c1d8fc6786e43d60ca, type: 3} diff --git a/Assets/Scenes/PeipeiFixScene.unity b/Assets/Scenes/PeipeiFixScene.unity index b73297ff1..d75b96988 100644 --- a/Assets/Scenes/PeipeiFixScene.unity +++ b/Assets/Scenes/PeipeiFixScene.unity @@ -20886,7 +20886,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &1434391375 Transform: m_ObjectHideFlags: 0 @@ -21825,7 +21825,7 @@ GameObject: - component: {fileID: 1465407177} - component: {fileID: 1465407178} m_Layer: 0 - m_Name: ColorModule Pic + m_Name: Color m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -21886,7 +21886,7 @@ SpriteRenderer: m_LightmapParameters: {fileID: 0} m_SortingLayerID: 1134468525 m_SortingLayer: 10 - m_SortingOrder: 5 + m_SortingOrder: 6 m_Sprite: {fileID: -1068380989386468451, guid: fd04c28739017964789d58d573f9fabb, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 diff --git a/Assets/Scenes/Persistence.unity b/Assets/Scenes/Persistence.unity index 57ca19fc2..8b8f71cee 100644 --- a/Assets/Scenes/Persistence.unity +++ b/Assets/Scenes/Persistence.unity @@ -8111,8 +8111,8 @@ MonoBehaviour: - {fileID: 11400000, guid: afc5b01ef301cc74db7cae741acad427, type: 2} runMode: 2 firstTalkSo: {fileID: 11400000, guid: ac5ca9a66ff22ab4b9cd5adbdade6b8c, type: 2} - testTalkSo: {fileID: 11400000, guid: 10601ce26230723479d875a630f15732, type: 2} - saveFileName: "PeipeiDay2_\u7B2C\u4E00\u6B21\u53D1\u70ED" + testTalkSo: {fileID: 11400000, guid: 9e3b2c77ad4a9454188d458da2cf0ddd, type: 2} + saveFileName: "PeipeiDay3_\u770B\u753B" --- !u!4 &719228339 Transform: m_ObjectHideFlags: 0 diff --git a/Assets/Scripts/FixSystemNew/BodyModule/BodyModuleYarnCommand.cs b/Assets/Scripts/FixSystemNew/BodyModule/BodyModuleYarnCommand.cs index 225406960..473e6414d 100644 --- a/Assets/Scripts/FixSystemNew/BodyModule/BodyModuleYarnCommand.cs +++ b/Assets/Scripts/FixSystemNew/BodyModule/BodyModuleYarnCommand.cs @@ -76,6 +76,19 @@ namespace AibisDream var _chipModule = BodyModuleSystem.FindBodyModuleByName("Color").transform.GetComponent(); _chipModule.RemoveChipModule(); } + [YarnCommand("Temp_InstallUFColor")] + public static void Temp_InstallUFChip() + { + var _chipModule = BodyModuleSystem.FindBodyModuleByName("UF").transform.GetComponent(); + _chipModule.InstallUFColor(); + } + + [YarnCommand("Temp_RemoveUFColor")] + public static void Temp_RemoveUFChip() + { + var _chipModule = BodyModuleSystem.FindBodyModuleByName("UF").transform.GetComponent(); + _chipModule.RemoveUFColor(); + } [YarnCommand("SetSocketAvailable")] public static void SetSocketAvailable(string moduleName, bool isAvailable) diff --git a/Assets/Scripts/FixSystemNew/BodyModule/Modules/UFModule.cs b/Assets/Scripts/FixSystemNew/BodyModule/Modules/UFModule.cs index 8944f6105..2cb05b8c1 100644 --- a/Assets/Scripts/FixSystemNew/BodyModule/Modules/UFModule.cs +++ b/Assets/Scripts/FixSystemNew/BodyModule/Modules/UFModule.cs @@ -7,6 +7,8 @@ public class UFModule : MonoBehaviour { private GameObject _ufCover; private GameObject _ufModule; + + private GameObject _ufColor; private UFData _ufData=new (); private void Awake() @@ -17,6 +19,7 @@ public class UFModule : MonoBehaviour _ufData.LoadEvent += LoadData; _ufModule = transform.Find("Module Pic").gameObject; _ufCover = _ufModule.transform.Find("Cover").gameObject; + _ufColor=_ufModule.transform.Find("Color").gameObject; } // Start is called before the first frame update @@ -59,11 +62,31 @@ public class UFModule : MonoBehaviour _ufData.isUFRemoved = false; } + public void InstallUFColor() + { + if (!_ufColor.activeInHierarchy) + { + _ufColor.SetActive(true); + } + + _ufData.isColorRemoved = false; + } + public void RemoveUFColor() + { + if (_ufColor.activeInHierarchy) + { + _ufColor.SetActive(false); + } + + _ufData.isColorRemoved = true; + } + public void UFinit() { _ufModule.SetActive(!_ufData.isUFRemoved); _ufCover.SetActive(!_ufData.isUFCoverRemoved); + _ufColor.SetActive(!_ufData.isColorRemoved); } @@ -83,6 +106,8 @@ public class UFData : IData public bool isUFCoverRemoved = false; public bool isUFRemoved = false; + public bool isColorRemoved = false; + public event Action LoadEvent; public void Load() diff --git a/Assets/Scripts/FixSystemNew/FixStateMachine.cs b/Assets/Scripts/FixSystemNew/FixStateMachine.cs index 75456e4f3..1eaf67b11 100644 --- a/Assets/Scripts/FixSystemNew/FixStateMachine.cs +++ b/Assets/Scripts/FixSystemNew/FixStateMachine.cs @@ -244,26 +244,20 @@ namespace AibisDream.FixSystem public IEnumerator Enter() { - float duration = 0.5f; var bodyModuleSystem = FixSystemCenter.SystemDic.Get(); var UFSystem = FixSystemCenter.SystemDic.Get(); var EyeSystem = FixSystemCenter.SystemDic.Get(); // 先切BodyModule if (!CameraKit.Instance.EqualToCameraState(CameraEnum.BodyModule)) { - yield return MainUIController.Instance?.FadeInSync(0.5f); yield return CameraKit.Instance.SwitchCamera(CameraEnum.BodyModule); - yield return MainUIController.Instance?.FadeOutSync(0.5f); } - // 插头回到初始插孔 bodyModuleSystem.ResetPlug(); // 切换相机 yield return CameraKit.Instance.SwitchCamera(CameraEnum.UF); - yield return MainUIController.Instance.FadeInSync(duration); UFSystem.OpenUFView(); EyeSystem.OnEnter(); - yield return MainUIController.Instance.FadeOutSync(duration); } public IEnumerator Exit() @@ -293,9 +287,7 @@ namespace AibisDream.FixSystem // 先切BodyModule if (!CameraKit.Instance.EqualToCameraState(CameraEnum.BodyModule)) { - yield return MainUIController.Instance?.FadeInSync(0.5f); yield return CameraKit.Instance.SwitchCamera(CameraEnum.BodyModule); - yield return MainUIController.Instance?.FadeOutSync(0.5f); } //打开盖子 @@ -305,9 +297,9 @@ namespace AibisDream.FixSystem bodyModuleSystem.ResetPlug(); // 切换相机 yield return CameraKit.Instance.SwitchCamera(CameraEnum.Eye); - yield return MainUIController.Instance.FadeInSync(duration); + yield return MainUIController.Instance?.FadeInSync(0.5f); eyeSystem.OnEnter(); - yield return MainUIController.Instance.FadeOutSync(duration); + yield return MainUIController.Instance?.FadeOutSync(0.5f); } public IEnumerator Exit() @@ -341,9 +333,7 @@ namespace AibisDream.FixSystem // 先切BodyModule if (!CameraKit.Instance.EqualToCameraState(CameraEnum.BodyModule)) { - yield return MainUIController.Instance?.FadeInSync(0.5f); yield return CameraKit.Instance.SwitchCamera(CameraEnum.BodyModule); - yield return MainUIController.Instance?.FadeOutSync(0.5f); } yield return memorySystem.DropMemoryProjector(); @@ -351,7 +341,7 @@ namespace AibisDream.FixSystem bodyModuleSystem.ResetPlug(); // 相机聚焦到目标位 yield return CameraKit.Instance.SwitchCamera(CameraEnum.Memory); - yield return MainUIController.Instance.FadeInSync(duration); + yield return MainUIController.Instance?.FadeInSync(0.5f); memorySystem.OnEnter(); yield return MainUIController.Instance.FadeOutSync(duration); } @@ -364,7 +354,7 @@ namespace AibisDream.FixSystem memorySystem.OnExit(); memorySystem.CloseMemoryView(); yield return MainUIController.Instance.FadeOutSync(duration); - yield return memorySystem.PullMemoryProjector(); + memorySystem.PullMemoryProjector(); } } } \ No newline at end of file diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_BE结束谈话.json b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_BE结束谈话.json new file mode 100644 index 000000000..01a9ebbb6 --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_BE结束谈话.json @@ -0,0 +1,77 @@ +{ + "fixDataContainer": { + "ClueData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "punchTapeFavorites": [] + }, + "AibisDream.ClinicData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "characterName": null, + "faceName": null, + "poseName": null, + "hasDevice": false, + "isShow": false + }, + "EyeData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "currentState": 1 + }, + "ChipData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isChipRemoved": true + }, + "UFData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isUFCoverRemoved": false, + "isUFRemoved": false, + "isColorRemoved": false + } + }, + "floatDict": { + "$memoryCount": 0.0, + "$PlugCount": 7.0, + "$chipDiscussCount": 0.0, + "$ufDiscussCount": 0.0, + "$eyeDiscussCount": 0.0, + "$memDiscussCount": 0.0, + "$emoDiscussCount": 0.0, + "$logicDiscussCount": 0.0, + "$speakerDiscussCount": 0.0, + "$UFPhotoID_PeipeiTalk": 1.0, + "$Yarn.Internal.Visiting.检查视觉": 1.0, + "$Yarn.Internal.Visiting.检查情绪": 1.0, + "$Yarn.Internal.Visiting.检查逻辑": 1.0, + "$Yarn.Internal.Visiting.检查语言": 1.0, + "$Yarn.Internal.Visiting.检查色觉": 1.0, + "$Yarn.Internal.Visiting.检查UF": 1.0, + "$Yarn.Internal.Visiting.记忆": 0.0, + "$Yarn.Internal.Visiting.EmoPlugIn": 0.0, + "$Yarn.Internal.Visiting.SpeakPlugIn": 0.0, + "$Yarn.Internal.Visiting.LogicPlugIn": 0.0, + "$Yarn.Internal.Visiting.ColorPlugIn": 0.0, + "$Yarn.Internal.Visiting.MemoryPlugIn": 0.0, + "$Yarn.Internal.Visiting.UFPlugIn": 0.0, + "$Yarn.Internal.Visiting.EyePlugIn": 0.0, + "$Yarn.Internal.Visiting.检查记忆": 1.0 + }, + "stringDict": { + "$gameStage": "BE结束谈话" + }, + "boolDict": { + "$isFinishedUFCheck": false, + "$isFinishedEyeCheck": false, + "$hasUncheckedMemory": false, + "$isPeipeiBE": true, + "$PlugAll": true, + "$Memory1Fade_Peipei": true, + "$Memory2Fade_Peipei": true, + "$Memory3Fade_Peipei": true, + "$ufSeen": false, + "$ufKnown": false, + "$ufpurposeKnown": false, + "$chipmissingKnown": false, + "$eyeproblemKnown": false, + "$eyenocolorKnown": false, + "$eyecolorKnown": false, + "$isCheckedPunchTapeFormEye": false + }, + "curSceneKey": "PeipeiFixScene", + "curTalkSceneSo": "PeipeiDay3", + "fixState": 3, + "fixStateArgs": "" +} \ No newline at end of file diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_BE结束谈话.json.meta b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_BE结束谈话.json.meta new file mode 100644 index 000000000..d6edd7d0d --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_BE结束谈话.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b64fc58f6f520314ebb154b5aeece144 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_HE结束谈话.json b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_HE结束谈话.json new file mode 100644 index 000000000..f5a0a6acf --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_HE结束谈话.json @@ -0,0 +1,77 @@ +{ + "fixDataContainer": { + "ClueData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "punchTapeFavorites": [] + }, + "AibisDream.ClinicData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "characterName": null, + "faceName": null, + "poseName": null, + "hasDevice": false, + "isShow": false + }, + "EyeData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "currentState": 0 + }, + "ChipData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isChipRemoved": false + }, + "UFData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isUFCoverRemoved": false, + "isUFRemoved": false, + "isColorRemoved": false + } + }, + "floatDict": { + "$memoryCount": 0.0, + "$PlugCount": 7.0, + "$chipDiscussCount": 0.0, + "$ufDiscussCount": 0.0, + "$eyeDiscussCount": 0.0, + "$memDiscussCount": 0.0, + "$emoDiscussCount": 0.0, + "$logicDiscussCount": 0.0, + "$speakerDiscussCount": 0.0, + "$UFPhotoID_PeipeiTalk": 1.0, + "$Yarn.Internal.Visiting.检查视觉": 1.0, + "$Yarn.Internal.Visiting.检查情绪": 1.0, + "$Yarn.Internal.Visiting.检查逻辑": 1.0, + "$Yarn.Internal.Visiting.检查语言": 1.0, + "$Yarn.Internal.Visiting.检查色觉": 1.0, + "$Yarn.Internal.Visiting.检查UF": 1.0, + "$Yarn.Internal.Visiting.记忆": 0.0, + "$Yarn.Internal.Visiting.EmoPlugIn": 0.0, + "$Yarn.Internal.Visiting.SpeakPlugIn": 0.0, + "$Yarn.Internal.Visiting.LogicPlugIn": 0.0, + "$Yarn.Internal.Visiting.ColorPlugIn": 0.0, + "$Yarn.Internal.Visiting.MemoryPlugIn": 0.0, + "$Yarn.Internal.Visiting.UFPlugIn": 0.0, + "$Yarn.Internal.Visiting.EyePlugIn": 0.0, + "$Yarn.Internal.Visiting.检查记忆": 1.0 + }, + "stringDict": { + "$gameStage": "HE结束谈话" + }, + "boolDict": { + "$isFinishedUFCheck": false, + "$isFinishedEyeCheck": false, + "$hasUncheckedMemory": false, + "$isPeipeiBE": false, + "$PlugAll": true, + "$Memory1Fade_Peipei": true, + "$Memory2Fade_Peipei": true, + "$Memory3Fade_Peipei": true, + "$ufSeen": false, + "$ufKnown": false, + "$ufpurposeKnown": false, + "$chipmissingKnown": false, + "$eyeproblemKnown": false, + "$eyenocolorKnown": false, + "$eyecolorKnown": false, + "$isCheckedPunchTapeFormEye": false + }, + "curSceneKey": "PeipeiFixScene", + "curTalkSceneSo": "PeipeiDay3", + "fixState": 3, + "fixStateArgs": "" +} \ No newline at end of file diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_HE结束谈话.json.meta b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_HE结束谈话.json.meta new file mode 100644 index 000000000..a487dda87 --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_HE结束谈话.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 20f29845164333c469f6bb7763305e99 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_全身检查.json b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_全身检查.json new file mode 100644 index 000000000..f93e99c84 --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_全身检查.json @@ -0,0 +1,76 @@ +{ + "fixDataContainer": { + "ClueData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "punchTapeFavorites": [] + }, + "AibisDream.ClinicData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "characterName": null, + "faceName": null, + "poseName": null, + "hasDevice": false, + "isShow": false + }, + "EyeData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "currentState": 1 + }, + "ChipData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isChipRemoved": true + }, + "UFData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isUFCoverRemoved": false, + "isUFRemoved": false, + "isColorRemoved": false + } + }, + "floatDict": { + "$memoryCount": 0.0, + "$PlugCount": 0.0, + "$chipDiscussCount": 0.0, + "$ufDiscussCount": 0.0, + "$eyeDiscussCount": 0.0, + "$memDiscussCount": 0.0, + "$emoDiscussCount": 0.0, + "$logicDiscussCount": 0.0, + "$speakerDiscussCount": 0.0, + "$UFPhotoID_PeipeiTalk": 1.0, + "$Yarn.Internal.Visiting.检查视觉": 0.0, + "$Yarn.Internal.Visiting.检查情绪": 0.0, + "$Yarn.Internal.Visiting.检查逻辑": 0.0, + "$Yarn.Internal.Visiting.检查语言": 0.0, + "$Yarn.Internal.Visiting.检查色觉": 0.0, + "$Yarn.Internal.Visiting.检查UF": 0.0, + "$Yarn.Internal.Visiting.记忆": 0.0, + "$Yarn.Internal.Visiting.EmoPlugIn": 0.0, + "$Yarn.Internal.Visiting.SpeakPlugIn": 0.0, + "$Yarn.Internal.Visiting.LogicPlugIn": 0.0, + "$Yarn.Internal.Visiting.ColorPlugIn": 0.0, + "$Yarn.Internal.Visiting.MemoryPlugIn": 0.0, + "$Yarn.Internal.Visiting.UFPlugIn": 0.0, + "$Yarn.Internal.Visiting.EyePlugIn": 0.0 + }, + "stringDict": { + "$gameStage": "全身检查" + }, + "boolDict": { + "$isFinishedUFCheck": false, + "$isFinishedEyeCheck": false, + "$hasUncheckedMemory": false, + "$isPeipeiBE": false, + "$PlugAll": false, + "$Memory1Fade_Peipei": false, + "$Memory2Fade_Peipei": false, + "$Memory3Fade_Peipei": false, + "$ufSeen": false, + "$ufKnown": false, + "$ufpurposeKnown": false, + "$chipmissingKnown": false, + "$eyeproblemKnown": false, + "$eyenocolorKnown": false, + "$eyecolorKnown": false, + "$isCheckedPunchTapeFormEye": false + }, + "curSceneKey": "PeipeiFixScene", + "curTalkSceneSo": "PeipeiDay3", + "fixState": 3, + "fixStateArgs": "" +} \ No newline at end of file diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_全身检查.json.meta b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_全身检查.json.meta new file mode 100644 index 000000000..eb5b519e5 --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_全身检查.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3c20714ee2ce8464ba06fd96d2cbe420 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_安装UF.json b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_安装UF.json new file mode 100644 index 000000000..614331744 --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_安装UF.json @@ -0,0 +1,76 @@ +{ + "fixDataContainer": { + "ClueData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "punchTapeFavorites": [] + }, + "AibisDream.ClinicData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "characterName": null, + "faceName": null, + "poseName": null, + "hasDevice": false, + "isShow": false + }, + "EyeData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "currentState": 1 + }, + "ChipData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isChipRemoved": false + }, + "UFData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isUFCoverRemoved": false, + "isUFRemoved": false, + "isColorRemoved": false + } + }, + "floatDict": { + "$memoryCount": 0.0, + "$PlugCount": 0.0, + "$chipDiscussCount": 0.0, + "$ufDiscussCount": 0.0, + "$eyeDiscussCount": 0.0, + "$memDiscussCount": 0.0, + "$emoDiscussCount": 0.0, + "$logicDiscussCount": 0.0, + "$speakerDiscussCount": 0.0, + "$UFPhotoID_PeipeiTalk": 1.0, + "$Yarn.Internal.Visiting.检查视觉": 0.0, + "$Yarn.Internal.Visiting.检查情绪": 0.0, + "$Yarn.Internal.Visiting.检查逻辑": 0.0, + "$Yarn.Internal.Visiting.检查语言": 0.0, + "$Yarn.Internal.Visiting.检查色觉": 0.0, + "$Yarn.Internal.Visiting.检查UF": 0.0, + "$Yarn.Internal.Visiting.记忆": 0.0, + "$Yarn.Internal.Visiting.EmoPlugIn": 0.0, + "$Yarn.Internal.Visiting.SpeakPlugIn": 0.0, + "$Yarn.Internal.Visiting.LogicPlugIn": 0.0, + "$Yarn.Internal.Visiting.ColorPlugIn": 0.0, + "$Yarn.Internal.Visiting.MemoryPlugIn": 0.0, + "$Yarn.Internal.Visiting.UFPlugIn": 0.0, + "$Yarn.Internal.Visiting.EyePlugIn": 0.0 + }, + "stringDict": { + "$gameStage": "安装UF" + }, + "boolDict": { + "$isFinishedUFCheck": false, + "$isFinishedEyeCheck": false, + "$hasUncheckedMemory": false, + "$isPeipeiBE": false, + "$PlugAll": false, + "$Memory1Fade_Peipei": false, + "$Memory2Fade_Peipei": false, + "$Memory3Fade_Peipei": false, + "$ufSeen": false, + "$ufKnown": false, + "$ufpurposeKnown": false, + "$chipmissingKnown": false, + "$eyeproblemKnown": false, + "$eyenocolorKnown": false, + "$eyecolorKnown": false, + "$isCheckedPunchTapeFormEye": false + }, + "curSceneKey": "PeipeiFixScene", + "curTalkSceneSo": "PeipeiDay3", + "fixState": 1, + "fixStateArgs": "" +} \ No newline at end of file diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_安装UF.json.meta b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_安装UF.json.meta new file mode 100644 index 000000000..56b8beffc --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_安装UF.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e4e96caf5e50db045882be613963709d +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_开场对话.json b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_开场对话.json new file mode 100644 index 000000000..949cc5c4d --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_开场对话.json @@ -0,0 +1,76 @@ +{ + "fixDataContainer": { + "ClueData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "punchTapeFavorites": [] + }, + "AibisDream.ClinicData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "characterName": null, + "faceName": null, + "poseName": null, + "hasDevice": false, + "isShow": false + }, + "EyeData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "currentState": 1 + }, + "ChipData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isChipRemoved": false + }, + "UFData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isUFCoverRemoved": false, + "isUFRemoved": false, + "isColorRemoved": false + } + }, + "floatDict": { + "$memoryCount": 0.0, + "$PlugCount": 0.0, + "$chipDiscussCount": 0.0, + "$ufDiscussCount": 0.0, + "$eyeDiscussCount": 0.0, + "$memDiscussCount": 0.0, + "$emoDiscussCount": 0.0, + "$logicDiscussCount": 0.0, + "$speakerDiscussCount": 0.0, + "$UFPhotoID_PeipeiTalk": 1.0, + "$Yarn.Internal.Visiting.检查视觉": 0.0, + "$Yarn.Internal.Visiting.检查情绪": 0.0, + "$Yarn.Internal.Visiting.检查逻辑": 0.0, + "$Yarn.Internal.Visiting.检查语言": 0.0, + "$Yarn.Internal.Visiting.检查色觉": 0.0, + "$Yarn.Internal.Visiting.检查UF": 0.0, + "$Yarn.Internal.Visiting.记忆": 0.0, + "$Yarn.Internal.Visiting.EmoPlugIn": 0.0, + "$Yarn.Internal.Visiting.SpeakPlugIn": 0.0, + "$Yarn.Internal.Visiting.LogicPlugIn": 0.0, + "$Yarn.Internal.Visiting.ColorPlugIn": 0.0, + "$Yarn.Internal.Visiting.MemoryPlugIn": 0.0, + "$Yarn.Internal.Visiting.UFPlugIn": 0.0, + "$Yarn.Internal.Visiting.EyePlugIn": 0.0 + }, + "stringDict": { + "$gameStage": "开场对话" + }, + "boolDict": { + "$isFinishedUFCheck": false, + "$isFinishedEyeCheck": false, + "$hasUncheckedMemory": false, + "$isPeipeiBE": false, + "$PlugAll": false, + "$Memory1Fade_Peipei": false, + "$Memory2Fade_Peipei": false, + "$Memory3Fade_Peipei": false, + "$ufSeen": false, + "$ufKnown": false, + "$ufpurposeKnown": false, + "$chipmissingKnown": false, + "$eyeproblemKnown": false, + "$eyenocolorKnown": false, + "$eyecolorKnown": false, + "$isCheckedPunchTapeFormEye": false + }, + "curSceneKey": "PeipeiFixScene", + "curTalkSceneSo": "PeipeiDay3", + "fixState": 0, + "fixStateArgs": null +} \ No newline at end of file diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_开场对话.json.meta b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_开场对话.json.meta new file mode 100644 index 000000000..3152fd088 --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_开场对话.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 79249a45e32ddeb4685b0231f364da37 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_流程结束.json b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_流程结束.json new file mode 100644 index 000000000..502649535 --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_流程结束.json @@ -0,0 +1,77 @@ +{ + "fixDataContainer": { + "ClueData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "punchTapeFavorites": [] + }, + "AibisDream.ClinicData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "characterName": "佩佩", + "faceName": "不开心", + "poseName": "佩佩背后别手", + "hasDevice": false, + "isShow": true + }, + "EyeData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "currentState": 1 + }, + "ChipData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isChipRemoved": true + }, + "UFData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isUFCoverRemoved": false, + "isUFRemoved": false, + "isColorRemoved": false + } + }, + "floatDict": { + "$memoryCount": 0.0, + "$PlugCount": 7.0, + "$chipDiscussCount": 0.0, + "$ufDiscussCount": 0.0, + "$eyeDiscussCount": 0.0, + "$memDiscussCount": 0.0, + "$emoDiscussCount": 0.0, + "$logicDiscussCount": 0.0, + "$speakerDiscussCount": 0.0, + "$UFPhotoID_PeipeiTalk": 1.0, + "$Yarn.Internal.Visiting.检查视觉": 1.0, + "$Yarn.Internal.Visiting.检查情绪": 1.0, + "$Yarn.Internal.Visiting.检查逻辑": 1.0, + "$Yarn.Internal.Visiting.检查语言": 1.0, + "$Yarn.Internal.Visiting.检查色觉": 1.0, + "$Yarn.Internal.Visiting.检查UF": 1.0, + "$Yarn.Internal.Visiting.记忆": 0.0, + "$Yarn.Internal.Visiting.EmoPlugIn": 0.0, + "$Yarn.Internal.Visiting.SpeakPlugIn": 0.0, + "$Yarn.Internal.Visiting.LogicPlugIn": 0.0, + "$Yarn.Internal.Visiting.ColorPlugIn": 0.0, + "$Yarn.Internal.Visiting.MemoryPlugIn": 0.0, + "$Yarn.Internal.Visiting.UFPlugIn": 0.0, + "$Yarn.Internal.Visiting.EyePlugIn": 0.0, + "$Yarn.Internal.Visiting.检查记忆": 1.0 + }, + "stringDict": { + "$gameStage": "流程结束" + }, + "boolDict": { + "$isFinishedUFCheck": false, + "$isFinishedEyeCheck": false, + "$hasUncheckedMemory": false, + "$isPeipeiBE": true, + "$PlugAll": true, + "$Memory1Fade_Peipei": true, + "$Memory2Fade_Peipei": true, + "$Memory3Fade_Peipei": true, + "$ufSeen": false, + "$ufKnown": false, + "$ufpurposeKnown": false, + "$chipmissingKnown": false, + "$eyeproblemKnown": false, + "$eyenocolorKnown": false, + "$eyecolorKnown": false, + "$isCheckedPunchTapeFormEye": false + }, + "curSceneKey": "PeipeiFixScene", + "curTalkSceneSo": "PeipeiDay3", + "fixState": 1, + "fixStateArgs": "" +} \ No newline at end of file diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_流程结束.json.meta b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_流程结束.json.meta new file mode 100644 index 000000000..6079550a7 --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_流程结束.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6f04d8109851341438454eb65fb13105 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_清除记忆色彩.json b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_清除记忆色彩.json new file mode 100644 index 000000000..18ccb4f4f --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_清除记忆色彩.json @@ -0,0 +1,77 @@ +{ + "fixDataContainer": { + "ClueData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "punchTapeFavorites": [] + }, + "AibisDream.ClinicData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "characterName": null, + "faceName": null, + "poseName": null, + "hasDevice": false, + "isShow": false + }, + "EyeData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "currentState": 1 + }, + "ChipData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isChipRemoved": true + }, + "UFData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isUFCoverRemoved": false, + "isUFRemoved": false, + "isColorRemoved": false + } + }, + "floatDict": { + "$memoryCount": 0.0, + "$PlugCount": 7.0, + "$chipDiscussCount": 0.0, + "$ufDiscussCount": 0.0, + "$eyeDiscussCount": 0.0, + "$memDiscussCount": 0.0, + "$emoDiscussCount": 0.0, + "$logicDiscussCount": 0.0, + "$speakerDiscussCount": 0.0, + "$UFPhotoID_PeipeiTalk": 1.0, + "$Yarn.Internal.Visiting.检查视觉": 1.0, + "$Yarn.Internal.Visiting.检查情绪": 1.0, + "$Yarn.Internal.Visiting.检查逻辑": 2.0, + "$Yarn.Internal.Visiting.检查语言": 1.0, + "$Yarn.Internal.Visiting.检查色觉": 1.0, + "$Yarn.Internal.Visiting.检查UF": 1.0, + "$Yarn.Internal.Visiting.记忆": 0.0, + "$Yarn.Internal.Visiting.EmoPlugIn": 0.0, + "$Yarn.Internal.Visiting.SpeakPlugIn": 0.0, + "$Yarn.Internal.Visiting.LogicPlugIn": 0.0, + "$Yarn.Internal.Visiting.ColorPlugIn": 0.0, + "$Yarn.Internal.Visiting.MemoryPlugIn": 0.0, + "$Yarn.Internal.Visiting.UFPlugIn": 0.0, + "$Yarn.Internal.Visiting.EyePlugIn": 0.0, + "$Yarn.Internal.Visiting.检查记忆": 1.0 + }, + "stringDict": { + "$gameStage": "清除记忆色彩" + }, + "boolDict": { + "$isFinishedUFCheck": false, + "$isFinishedEyeCheck": false, + "$hasUncheckedMemory": false, + "$isPeipeiBE": false, + "$PlugAll": true, + "$Memory1Fade_Peipei": false, + "$Memory2Fade_Peipei": false, + "$Memory3Fade_Peipei": false, + "$ufSeen": false, + "$ufKnown": false, + "$ufpurposeKnown": false, + "$chipmissingKnown": false, + "$eyeproblemKnown": false, + "$eyenocolorKnown": false, + "$eyecolorKnown": false, + "$isCheckedPunchTapeFormEye": false + }, + "curSceneKey": "PeipeiFixScene", + "curTalkSceneSo": "PeipeiDay3", + "fixState": 3, + "fixStateArgs": "" +} \ No newline at end of file diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_清除记忆色彩.json.meta b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_清除记忆色彩.json.meta new file mode 100644 index 000000000..8a25cd048 --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_清除记忆色彩.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5982b3d3f8fc3364fae07e593c87cb2e +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_看画.json b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_看画.json new file mode 100644 index 000000000..63c48a370 --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_看画.json @@ -0,0 +1,77 @@ +{ + "fixDataContainer": { + "ClueData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "punchTapeFavorites": [] + }, + "AibisDream.ClinicData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "characterName": null, + "faceName": null, + "poseName": null, + "hasDevice": false, + "isShow": false + }, + "EyeData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "currentState": 1 + }, + "ChipData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isChipRemoved": true + }, + "UFData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isUFCoverRemoved": false, + "isUFRemoved": false, + "isColorRemoved": false + } + }, + "floatDict": { + "$memoryCount": 0.0, + "$PlugCount": 7.0, + "$chipDiscussCount": 0.0, + "$ufDiscussCount": 0.0, + "$eyeDiscussCount": 0.0, + "$memDiscussCount": 0.0, + "$emoDiscussCount": 0.0, + "$logicDiscussCount": 0.0, + "$speakerDiscussCount": 0.0, + "$UFPhotoID_PeipeiTalk": 1.0, + "$Yarn.Internal.Visiting.检查视觉": 1.0, + "$Yarn.Internal.Visiting.检查情绪": 1.0, + "$Yarn.Internal.Visiting.检查逻辑": 1.0, + "$Yarn.Internal.Visiting.检查语言": 1.0, + "$Yarn.Internal.Visiting.检查色觉": 1.0, + "$Yarn.Internal.Visiting.检查UF": 1.0, + "$Yarn.Internal.Visiting.记忆": 0.0, + "$Yarn.Internal.Visiting.EmoPlugIn": 0.0, + "$Yarn.Internal.Visiting.SpeakPlugIn": 0.0, + "$Yarn.Internal.Visiting.LogicPlugIn": 0.0, + "$Yarn.Internal.Visiting.ColorPlugIn": 0.0, + "$Yarn.Internal.Visiting.MemoryPlugIn": 0.0, + "$Yarn.Internal.Visiting.UFPlugIn": 0.0, + "$Yarn.Internal.Visiting.EyePlugIn": 0.0, + "$Yarn.Internal.Visiting.检查记忆": 1.0 + }, + "stringDict": { + "$gameStage": "看画" + }, + "boolDict": { + "$isFinishedUFCheck": false, + "$isFinishedEyeCheck": false, + "$hasUncheckedMemory": false, + "$isPeipeiBE": false, + "$PlugAll": true, + "$Memory1Fade_Peipei": true, + "$Memory2Fade_Peipei": true, + "$Memory3Fade_Peipei": true, + "$ufSeen": false, + "$ufKnown": false, + "$ufpurposeKnown": false, + "$chipmissingKnown": false, + "$eyeproblemKnown": false, + "$eyenocolorKnown": false, + "$eyecolorKnown": false, + "$isCheckedPunchTapeFormEye": false + }, + "curSceneKey": "PeipeiFixScene", + "curTalkSceneSo": "PeipeiDay3", + "fixState": 1, + "fixStateArgs": "" +} \ No newline at end of file diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_看画.json.meta b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_看画.json.meta new file mode 100644 index 000000000..bc52eba79 --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_看画.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: eb911abc7e6187443a8fa128fb712279 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_给佩佩自己的色觉晶圆.json b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_给佩佩自己的色觉晶圆.json new file mode 100644 index 000000000..9e7ba9dc1 --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_给佩佩自己的色觉晶圆.json @@ -0,0 +1,77 @@ +{ + "fixDataContainer": { + "ClueData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "punchTapeFavorites": [] + }, + "AibisDream.ClinicData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "characterName": null, + "faceName": null, + "poseName": null, + "hasDevice": false, + "isShow": false + }, + "EyeData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "currentState": 1 + }, + "ChipData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isChipRemoved": true + }, + "UFData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isUFCoverRemoved": false, + "isUFRemoved": false, + "isColorRemoved": false + } + }, + "floatDict": { + "$memoryCount": 0.0, + "$PlugCount": 7.0, + "$chipDiscussCount": 0.0, + "$ufDiscussCount": 0.0, + "$eyeDiscussCount": 0.0, + "$memDiscussCount": 0.0, + "$emoDiscussCount": 0.0, + "$logicDiscussCount": 0.0, + "$speakerDiscussCount": 0.0, + "$UFPhotoID_PeipeiTalk": 1.0, + "$Yarn.Internal.Visiting.检查视觉": 1.0, + "$Yarn.Internal.Visiting.检查情绪": 1.0, + "$Yarn.Internal.Visiting.检查逻辑": 1.0, + "$Yarn.Internal.Visiting.检查语言": 1.0, + "$Yarn.Internal.Visiting.检查色觉": 1.0, + "$Yarn.Internal.Visiting.检查UF": 1.0, + "$Yarn.Internal.Visiting.记忆": 0.0, + "$Yarn.Internal.Visiting.EmoPlugIn": 0.0, + "$Yarn.Internal.Visiting.SpeakPlugIn": 0.0, + "$Yarn.Internal.Visiting.LogicPlugIn": 0.0, + "$Yarn.Internal.Visiting.ColorPlugIn": 0.0, + "$Yarn.Internal.Visiting.MemoryPlugIn": 0.0, + "$Yarn.Internal.Visiting.UFPlugIn": 0.0, + "$Yarn.Internal.Visiting.EyePlugIn": 0.0, + "$Yarn.Internal.Visiting.检查记忆": 1.0 + }, + "stringDict": { + "$gameStage": "给佩佩自己的色觉晶圆" + }, + "boolDict": { + "$isFinishedUFCheck": false, + "$isFinishedEyeCheck": false, + "$hasUncheckedMemory": false, + "$isPeipeiBE": false, + "$PlugAll": true, + "$Memory1Fade_Peipei": true, + "$Memory2Fade_Peipei": true, + "$Memory3Fade_Peipei": true, + "$ufSeen": false, + "$ufKnown": false, + "$ufpurposeKnown": false, + "$chipmissingKnown": false, + "$eyeproblemKnown": false, + "$eyenocolorKnown": false, + "$eyecolorKnown": false, + "$isCheckedPunchTapeFormEye": false + }, + "curSceneKey": "PeipeiFixScene", + "curTalkSceneSo": "PeipeiDay3", + "fixState": 1, + "fixStateArgs": "" +} \ No newline at end of file diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_给佩佩自己的色觉晶圆.json.meta b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_给佩佩自己的色觉晶圆.json.meta new file mode 100644 index 000000000..f37581e8c --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_给佩佩自己的色觉晶圆.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4c8eed27eb72558408d5f9e5638f24d8 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_继续清除记忆色彩.json b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_继续清除记忆色彩.json new file mode 100644 index 000000000..94c9296ee --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_继续清除记忆色彩.json @@ -0,0 +1,77 @@ +{ + "fixDataContainer": { + "ClueData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "punchTapeFavorites": [] + }, + "AibisDream.ClinicData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "characterName": null, + "faceName": null, + "poseName": null, + "hasDevice": false, + "isShow": false + }, + "EyeData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "currentState": 1 + }, + "ChipData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isChipRemoved": true + }, + "UFData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isUFCoverRemoved": false, + "isUFRemoved": false, + "isColorRemoved": false + } + }, + "floatDict": { + "$memoryCount": 0.0, + "$PlugCount": 7.0, + "$chipDiscussCount": 0.0, + "$ufDiscussCount": 0.0, + "$eyeDiscussCount": 0.0, + "$memDiscussCount": 0.0, + "$emoDiscussCount": 0.0, + "$logicDiscussCount": 0.0, + "$speakerDiscussCount": 0.0, + "$UFPhotoID_PeipeiTalk": 1.0, + "$Yarn.Internal.Visiting.检查视觉": 1.0, + "$Yarn.Internal.Visiting.检查情绪": 1.0, + "$Yarn.Internal.Visiting.检查逻辑": 1.0, + "$Yarn.Internal.Visiting.检查语言": 1.0, + "$Yarn.Internal.Visiting.检查色觉": 1.0, + "$Yarn.Internal.Visiting.检查UF": 1.0, + "$Yarn.Internal.Visiting.记忆": 0.0, + "$Yarn.Internal.Visiting.EmoPlugIn": 0.0, + "$Yarn.Internal.Visiting.SpeakPlugIn": 0.0, + "$Yarn.Internal.Visiting.LogicPlugIn": 0.0, + "$Yarn.Internal.Visiting.ColorPlugIn": 0.0, + "$Yarn.Internal.Visiting.MemoryPlugIn": 0.0, + "$Yarn.Internal.Visiting.UFPlugIn": 0.0, + "$Yarn.Internal.Visiting.EyePlugIn": 0.0, + "$Yarn.Internal.Visiting.检查记忆": 1.0 + }, + "stringDict": { + "$gameStage": "继续清除记忆色彩" + }, + "boolDict": { + "$isFinishedUFCheck": false, + "$isFinishedEyeCheck": false, + "$hasUncheckedMemory": false, + "$isPeipeiBE": true, + "$PlugAll": true, + "$Memory1Fade_Peipei": true, + "$Memory2Fade_Peipei": true, + "$Memory3Fade_Peipei": true, + "$ufSeen": false, + "$ufKnown": false, + "$ufpurposeKnown": false, + "$chipmissingKnown": false, + "$eyeproblemKnown": false, + "$eyenocolorKnown": false, + "$eyecolorKnown": false, + "$isCheckedPunchTapeFormEye": false + }, + "curSceneKey": "PeipeiFixScene", + "curTalkSceneSo": "PeipeiDay3", + "fixState": 1, + "fixStateArgs": "" +} \ No newline at end of file diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_继续清除记忆色彩.json.meta b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_继续清除记忆色彩.json.meta new file mode 100644 index 000000000..7b77bb619 --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_继续清除记忆色彩.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bdd05361907f4704ab432e248c6416c7 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_色觉校准.json b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_色觉校准.json new file mode 100644 index 000000000..49554041d --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_色觉校准.json @@ -0,0 +1,77 @@ +{ + "fixDataContainer": { + "ClueData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "punchTapeFavorites": [] + }, + "AibisDream.ClinicData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "characterName": null, + "faceName": null, + "poseName": null, + "hasDevice": false, + "isShow": false + }, + "EyeData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "currentState": 1 + }, + "ChipData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isChipRemoved": false + }, + "UFData, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null": { + "isUFCoverRemoved": false, + "isUFRemoved": false, + "isColorRemoved": false + } + }, + "floatDict": { + "$memoryCount": 0.0, + "$PlugCount": 7.0, + "$chipDiscussCount": 0.0, + "$ufDiscussCount": 0.0, + "$eyeDiscussCount": 0.0, + "$memDiscussCount": 0.0, + "$emoDiscussCount": 0.0, + "$logicDiscussCount": 0.0, + "$speakerDiscussCount": 0.0, + "$UFPhotoID_PeipeiTalk": 1.0, + "$Yarn.Internal.Visiting.检查视觉": 1.0, + "$Yarn.Internal.Visiting.检查情绪": 1.0, + "$Yarn.Internal.Visiting.检查逻辑": 1.0, + "$Yarn.Internal.Visiting.检查语言": 1.0, + "$Yarn.Internal.Visiting.检查色觉": 1.0, + "$Yarn.Internal.Visiting.检查UF": 1.0, + "$Yarn.Internal.Visiting.记忆": 0.0, + "$Yarn.Internal.Visiting.EmoPlugIn": 0.0, + "$Yarn.Internal.Visiting.SpeakPlugIn": 0.0, + "$Yarn.Internal.Visiting.LogicPlugIn": 0.0, + "$Yarn.Internal.Visiting.ColorPlugIn": 0.0, + "$Yarn.Internal.Visiting.MemoryPlugIn": 0.0, + "$Yarn.Internal.Visiting.UFPlugIn": 0.0, + "$Yarn.Internal.Visiting.EyePlugIn": 0.0, + "$Yarn.Internal.Visiting.检查记忆": 1.0 + }, + "stringDict": { + "$gameStage": "色觉校准" + }, + "boolDict": { + "$isFinishedUFCheck": false, + "$isFinishedEyeCheck": false, + "$hasUncheckedMemory": false, + "$isPeipeiBE": false, + "$PlugAll": true, + "$Memory1Fade_Peipei": true, + "$Memory2Fade_Peipei": true, + "$Memory3Fade_Peipei": true, + "$ufSeen": false, + "$ufKnown": false, + "$ufpurposeKnown": false, + "$chipmissingKnown": false, + "$eyeproblemKnown": false, + "$eyenocolorKnown": false, + "$eyecolorKnown": false, + "$isCheckedPunchTapeFormEye": false + }, + "curSceneKey": "PeipeiFixScene", + "curTalkSceneSo": "PeipeiDay3", + "fixState": 3, + "fixStateArgs": "" +} \ No newline at end of file diff --git a/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_色觉校准.json.meta b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_色觉校准.json.meta new file mode 100644 index 000000000..9f0cf6a60 --- /dev/null +++ b/Assets/StreamingAssets/TestSaveFiles/PeipeiDay3_色觉校准.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 97063b7a436da5b4ea79f621763c9d02 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: