diff --git a/Assets/Bundles/Audio/Default/H3P2-Default_231.ogg b/Assets/Bundles/Audio/Default/H3P2-Default_231.ogg new file mode 100644 index 0000000..70d3717 Binary files /dev/null and b/Assets/Bundles/Audio/Default/H3P2-Default_231.ogg differ diff --git a/Assets/Bundles/Audio/Default/OriginStation_Cue_127.ogg b/Assets/Bundles/Audio/Default/OriginStation_Cue_127.ogg new file mode 100644 index 0000000..5f73c2d Binary files /dev/null and b/Assets/Bundles/Audio/Default/OriginStation_Cue_127.ogg differ diff --git a/Assets/Scenes/BigWorld_Journey_3.unity b/Assets/Scenes/BigWorld_Journey_3.unity index b6f35da..19a5fa5 100644 --- a/Assets/Scenes/BigWorld_Journey_3.unity +++ b/Assets/Scenes/BigWorld_Journey_3.unity @@ -3977,19 +3977,6 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 4a0eddc0d4694b3f49a0137f6ff13985, type: 3} m_Name: m_EditorClassIdentifier: - materialTemplate: {fileID: 0} - resolution: 2049 - octavesCount: 9 - persistence: 0.45 - frequency: 4 - tileWidth: 2000 - minAltitude: 0 - maxAltitude: 1000 - useBiomes: 0 - biomeDensity: 1 - limitBrightness: 4 - distributionResolution: 257 - layers: [] --- !u!1 &1056909826 GameObject: m_ObjectHideFlags: 0 @@ -8009,8 +7996,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0} - m_AnchoredPosition: {x: 3, y: -182.99066} - m_SizeDelta: {x: 300, y: 10} + m_AnchoredPosition: {x: 164.7, y: -181.6} + m_SizeDelta: {x: 465.8406, y: 12.7487} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &2061173570445452660 GameObject: @@ -8219,8 +8206,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0} - m_AnchoredPosition: {x: 3, y: -182.99066} - m_SizeDelta: {x: 300, y: 10} + m_AnchoredPosition: {x: 164.7, y: -181.6} + m_SizeDelta: {x: 465.8406, y: 12.7487} m_Pivot: {x: 0.5, y: 0.5} --- !u!225 &2061173570986036584 CanvasGroup: @@ -8242,7 +8229,7 @@ RectTransform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2061173570986036586} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: 0, y: 0, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: @@ -8252,7 +8239,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -277.17, y: 11.3} + m_AnchoredPosition: {x: -346, y: -20} m_SizeDelta: {x: 100, y: 100} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &2061173570986036586 diff --git a/Assets/Scenes/HomeWorld_Journey1.unity b/Assets/Scenes/HomeWorld_Journey1.unity index 5869fc9..e1e7720 100644 --- a/Assets/Scenes/HomeWorld_Journey1.unity +++ b/Assets/Scenes/HomeWorld_Journey1.unity @@ -28712,6 +28712,8 @@ MonoBehaviour: - Gion3.ogg - OriginStation.ogg - TrainToTheFuture.ogg + - H3P2-Default_231.ogg + - OriginStation_Cue_127.ogg useAssetBundle: 0 BundleLoader: {fileID: 2050239838} AudioBundle: {fileID: 0} @@ -28836,7 +28838,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 0 + m_IsActive: 1 --- !u!4 &2071059688 Transform: m_ObjectHideFlags: 0 diff --git a/Assets/Scripts/SingleUtils/HomeWorld_Initialize.cs b/Assets/Scripts/SingleUtils/HomeWorld_Initialize.cs index be90d74..195bcf0 100644 --- a/Assets/Scripts/SingleUtils/HomeWorld_Initialize.cs +++ b/Assets/Scripts/SingleUtils/HomeWorld_Initialize.cs @@ -19,7 +19,9 @@ public class HomeWorld_Initialize : MonoBehaviour "Gion3.ogg", "OriginStation.ogg", "TrainToTheFuture.ogg", - "AsBefore.ogg" + "AsBefore.ogg", + "OriginStation_Cue_127.ogg", + "H3P2-Default_231.ogg" //"Finality-HOYO-MiX.ogg" }; public bool useAssetBundle = false; diff --git a/Assets/Scripts/Startup.cs b/Assets/Scripts/Startup.cs index 3ca6883..2b0194e 100644 --- a/Assets/Scripts/Startup.cs +++ b/Assets/Scripts/Startup.cs @@ -28,8 +28,8 @@ namespace JTN { if (changeResolutionAutomatically && useStartupScriptHere) { - Screen.SetResolution(1533, 862, false); - Debug.Log("Changed game resolution to 1533x720"); + Screen.SetResolution(1280, 720, false); + Debug.Log("Changed game resolution to 1280x720"); } } else @@ -44,6 +44,7 @@ namespace JTN UIDocument UIDoc = ObjectWithUIDocument.GetComponent(); VisualElement root = UIDoc.rootVisualElement; root.Q("Container").visible = true; + root.Q("ExtraContent").visible = true; } private void Start() { @@ -53,6 +54,7 @@ namespace JTN VisualElement root = UIDoc.rootVisualElement; root.Q