Add Sockets to grotto scene
parent
dddf94aa0b
commit
a2fc2e3f65
|
@ -11,8 +11,8 @@ Tree("32_Grotto_Kueche_Intro") {
|
|||
BTC.Run("AudioSource.AUDIO.Kueche1FIntro")
|
||||
|
||||
// Schuerze greifen
|
||||
BTC.Run("NamedGrabEvent.INTERACTABLES.Schuerze")
|
||||
BTC.Hide("GO.INTERACTABLES.Schuerze")
|
||||
BTC.Run("GO/NamedGrabEvent.INTERACTABLES.Schuerze")
|
||||
BTC.Hide("GO/NamedGrabEvent.INTERACTABLES.Schuerze")
|
||||
//BTC.GetKeyDown("Return")
|
||||
BTC.Run("AudioSource.AUDIO.Kueche2FIntro")
|
||||
|
||||
|
@ -65,37 +65,43 @@ Tree("32_Grotto_Kueche_Zwiebeln_schneiden") {
|
|||
// Zutaten leuchten
|
||||
// ...
|
||||
|
||||
// Zutaten auf die Arbeitsflaeche legen
|
||||
// Zutaten auf die Arbeitsflaeche legen mithilfe Sockets
|
||||
Composite(Marathon) {
|
||||
Composite(Sequence) {
|
||||
BTC.Show("GO/NamedGrabEvent.SOCKETS.RisottoSocket")
|
||||
BTC.Run("NamedGrabEvent.INTERACTABLES.Risotto")
|
||||
BTC.Set("Collider.INTERACTABLES.Arbeitsflaeche", "otherTag", "Risotto")
|
||||
BTC.Run("Collider.INTERACTABLES.Arbeitsflaeche")
|
||||
BTC.Run("GO/NamedGrabEvent.SOCKETS.RisottoSocket")
|
||||
BTC.Hide("GO/NamedGrabEvent.SOCKETS.RisottoSocket")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
BTC.Show("GO/NamedGrabEvent.SOCKETS.SalzSocket")
|
||||
BTC.Run("NamedGrabEvent.INTERACTABLES.Salz")
|
||||
BTC.Set("Collider.INTERACTABLES.Arbeitsflaeche", "otherTag", "Salz")
|
||||
BTC.Run("Collider.INTERACTABLES.Arbeitsflaeche")
|
||||
BTC.Run("GO/NamedGrabEvent.SOCKETS.SalzSocket")
|
||||
BTC.Hide("GO/NamedGrabEvent.SOCKETS.SalzSocket")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
BTC.Show("GO/NamedGrabEvent.SOCKETS.PfefferSocket")
|
||||
BTC.Run("NamedGrabEvent.INTERACTABLES.Pfeffer")
|
||||
BTC.Set("Collider.INTERACTABLES.Arbeitsflaeche", "otherTag", "Pfeffer")
|
||||
BTC.Run("Collider.INTERACTABLES.Arbeitsflaeche")
|
||||
BTC.Run("GO/NamedGrabEvent.SOCKETS.PfefferSocket")
|
||||
BTC.Hide("GO/NamedGrabEvent.SOCKETS.PfefferSocket")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
BTC.Show("GO/NamedGrabEvent.SOCKETS.WeissweinSocket")
|
||||
BTC.Run("NamedGrabEvent/NamedOutline.INTERACTABLES.Weisswein")
|
||||
BTC.Set("Collider.INTERACTABLES.Arbeitsflaeche", "otherTag", "Weisswein")
|
||||
BTC.Run("Collider.INTERACTABLES.Arbeitsflaeche")
|
||||
BTC.Run("GO/NamedGrabEvent.SOCKETS.WeissweinSocket")
|
||||
BTC.Hide("GO/NamedGrabEvent.SOCKETS.WeissweinSocket")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
BTC.Show("GO/NamedGrabEvent.SOCKETS.BouillonSocket")
|
||||
BTC.Run("NamedGrabEvent/NamedOutline.INTERACTABLES.Bouillon")
|
||||
BTC.Set("Collider.INTERACTABLES.Arbeitsflaeche", "otherTag", "Bouillon")
|
||||
BTC.Run("Collider.INTERACTABLES.Arbeitsflaeche")
|
||||
BTC.Run("GO/NamedGrabEvent.SOCKETS.BouillonSocket")
|
||||
BTC.Hide("GO/NamedGrabEvent.SOCKETS.BouillonSocket")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
BTC.Show("GO/NamedGrabEvent.SOCKETS.OlivenoelSocket")
|
||||
BTC.Run("NamedGrabEvent.INTERACTABLES.Olivenoel")
|
||||
BTC.Set("Collider.INTERACTABLES.Arbeitsflaeche", "otherTag", "Olivenoel")
|
||||
BTC.Run("Collider.INTERACTABLES.Arbeitsflaeche")
|
||||
BTC.Run("GO/NamedGrabEvent.SOCKETS.OlivenoelSocket")
|
||||
BTC.Hide("GO/NamedGrabEvent.SOCKETS.OlivenoelSocket")
|
||||
}
|
||||
}
|
||||
// Keine Reaction
|
||||
|
|
|
@ -0,0 +1,146 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &-5913085340061733947
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 11
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
version: 7
|
||||
--- !u!21 &2100000
|
||||
Material:
|
||||
serializedVersion: 8
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: SocketTransparentMat
|
||||
m_Shader: {fileID: 4800000, guid: 8d2bb70cbf9db8d4da26e15b26e74248, type: 3}
|
||||
m_Parent: {fileID: 0}
|
||||
m_ModifiedSerializedProperties: 0
|
||||
m_ValidKeywords:
|
||||
- _ALPHAPREMULTIPLY_ON
|
||||
- _RECEIVE_SHADOWS_OFF
|
||||
- _SURFACE_TYPE_TRANSPARENT
|
||||
m_InvalidKeywords: []
|
||||
m_LightmapFlags: 4
|
||||
m_EnableInstancingVariants: 0
|
||||
m_DoubleSidedGI: 0
|
||||
m_CustomRenderQueue: 3000
|
||||
stringTagMap:
|
||||
RenderType: Transparent
|
||||
disabledShaderPasses:
|
||||
- DepthOnly
|
||||
- SHADOWCASTER
|
||||
m_LockedProperties:
|
||||
m_SavedProperties:
|
||||
serializedVersion: 3
|
||||
m_TexEnvs:
|
||||
- _BaseMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _BumpMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _DetailAlbedoMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _DetailMask:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _DetailNormalMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _EmissionMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _MainTex:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _MetallicGlossMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _OcclusionMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _ParallaxMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _SpecGlossMap:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- unity_Lightmaps:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- unity_LightmapsInd:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- unity_ShadowMasks:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
m_Ints: []
|
||||
m_Floats:
|
||||
- _AlphaClip: 0
|
||||
- _AlphaToMask: 0
|
||||
- _Blend: 0
|
||||
- _BlendModePreserveSpecular: 1
|
||||
- _BlendOp: 0
|
||||
- _BumpScale: 1
|
||||
- _ClearCoatMask: 0
|
||||
- _ClearCoatSmoothness: 0
|
||||
- _Cull: 2
|
||||
- _Cutoff: 0.594
|
||||
- _DetailAlbedoMapScale: 1
|
||||
- _DetailNormalMapScale: 1
|
||||
- _DstBlend: 10
|
||||
- _DstBlendAlpha: 10
|
||||
- _EnvironmentReflections: 1
|
||||
- _GlossMapScale: 0
|
||||
- _Glossiness: 0
|
||||
- _GlossinessSource: 0
|
||||
- _GlossyReflections: 0
|
||||
- _Metallic: 0
|
||||
- _Mode: 3
|
||||
- _OcclusionStrength: 1
|
||||
- _Parallax: 0.005
|
||||
- _QueueOffset: 0
|
||||
- _ReceiveShadows: 0
|
||||
- _SampleGI: 0
|
||||
- _Shininess: 0
|
||||
- _Smoothness: 0.5
|
||||
- _SmoothnessSource: 0
|
||||
- _SmoothnessTextureChannel: 0
|
||||
- _SpecSource: 0
|
||||
- _SpecularHighlights: 1
|
||||
- _SrcBlend: 1
|
||||
- _SrcBlendAlpha: 1
|
||||
- _Surface: 1
|
||||
- _UVSec: 0
|
||||
- _WorkflowMode: 1
|
||||
- _ZWrite: 0
|
||||
m_Colors:
|
||||
- _BaseColor: {r: 0.5188679, g: 0.4919455, b: 0.4919455, a: 0}
|
||||
- _Color: {r: 0.51886785, g: 0.49194545, b: 0.49194545, a: 0}
|
||||
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
|
||||
m_BuildTextureStacks: []
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: f6dc75ad58e34453eb50f8df8c8b5486
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 2100000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -14,12 +14,12 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
m_LayerNames:
|
||||
- Default
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
- Olivenoel
|
||||
- Weisswein
|
||||
- Bouillon
|
||||
- Salz
|
||||
- Pfeffer
|
||||
- Risotto
|
||||
-
|
||||
-
|
||||
-
|
||||
|
|
|
@ -1 +1 @@
|
|||
2024-07-31T15:04:09.6476550Z
|
||||
2024-08-02T13:24:20.7729020Z
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue