From 4d5d8d10b0e035bbb7f65ed17edf2b0fd4720184 Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 16 Jul 2026 01:55:15 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=ED=88=AC=20=EB=8C=80=EC=83=81=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C=20UI=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Global/UIText.model | 190 ++++++++++++++++++++++++ ui/RunUIGroup.ui | 342 +++++++++++++++++--------------------------- 2 files changed, 320 insertions(+), 212 deletions(-) create mode 100644 Global/UIText.model diff --git a/Global/UIText.model b/Global/UIText.model new file mode 100644 index 0000000..f5ca7e2 --- /dev/null +++ b/Global/UIText.model @@ -0,0 +1,190 @@ +{ + "Id": "", + "GameId": "", + "EntryKey": "model://uitext", + "ContentType": "x-mod/model", + "Content": "", + "Usage": 0, + "UsePublish": 1, + "UseService": 0, + "CoreVersion": "26.5.0.0", + "StudioVersion": "0.1.0.0", + "DynamicLoading": 0, + "ContentProto": { + "Use": "Json", + "Json": { + "Version": 1, + "Name": "UIText", + "BaseModelId": null, + "Id": "uitext", + "Components": [ + "MOD.Core.UITransformComponent", + "MOD.Core.SpriteGUIRendererComponent" + ], + "Properties": [ + { + "Type": { + "$type": "MODNativeType", + "type": "MOD.Core.MODVector2, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Name": "RectSize", + "DisplayName": "RectSize", + "ShowInInspector": true, + "Link": { + "Target": { + "$type": "MODNativeType", + "type": "MOD.Core.UITransformComponent, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Property": "RectSize" + } + }, + { + "Type": { + "$type": "MODNativeType", + "type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" + }, + "Name": "Text", + "DisplayName": "Text", + "ShowInInspector": true, + "Link": { + "Target": { + "$type": "MODNativeType", + "type": "MOD.Core.TextComponent, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Property": "Text" + } + }, + { + "Type": { + "$type": "MODNativeType", + "type": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" + }, + "Name": "FontSize", + "DisplayName": "FontSize", + "ShowInInspector": true, + "Link": { + "Target": { + "$type": "MODNativeType", + "type": "MOD.Core.TextComponent, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Property": "FontSize" + } + }, + { + "Type": { + "$type": "MODNativeType", + "type": "MOD.Core.MODColor, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Name": "FontColor", + "DisplayName": "FontColor", + "ShowInInspector": true, + "Link": { + "Target": { + "$type": "MODNativeType", + "type": "MOD.Core.TextComponent, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Property": "FontColor" + } + }, + { + "Type": { + "$type": "MODNativeType", + "type": "MOD.Core.MODDataRef, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Name": "ImageRUID", + "DisplayName": "ImageRUID", + "ShowInInspector": true, + "Link": { + "Target": { + "$type": "MODNativeType", + "type": "MOD.Core.SpriteGUIRendererComponent, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Property": "ImageRUID" + } + }, + { + "Type": { + "$type": "MODNativeType", + "type": "MOD.Core.MODColor, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Name": "Color", + "DisplayName": "Color", + "ShowInInspector": true, + "Link": { + "Target": { + "$type": "MODNativeType", + "type": "MOD.Core.SpriteGUIRendererComponent, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Property": "Color" + } + } + ], + "Values": [ + { + "TargetType": "MOD.Core.UITransformComponent", + "Name": "anchoredPosition", + "ValueType": { + "$type": "MODNativeType", + "type": "MOD.Core.MODVector2, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Value": { + "$type": "MOD.Core.MODVector2, MOD.Core", + "x": 0.0, + "y": 0.0 + } + }, + { + "TargetType": "MOD.Core.UITransformComponent", + "Name": "RectSize", + "ValueType": { + "$type": "MODNativeType", + "type": "MOD.Core.MODVector2, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Value": { + "$type": "MOD.Core.MODVector2, MOD.Core", + "x": 100.0, + "y": 100.0 + } + }, + { + "TargetType": "MOD.Core.UITransformComponent", + "Name": "AlignmentOption", + "ValueType": { + "$type": "MODNativeType", + "type": "MOD.Core.AlignmentType, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Value": 0 + }, + { + "TargetType": "MOD.Core.SpriteGUIRendererComponent", + "Name": "ImageRUID", + "ValueType": { + "$type": "MODNativeType", + "type": "MOD.Core.MODDataRef, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Value": { + "$type": "MOD.Core.MODDataRef, MOD.Core", + "DataId": "" + } + }, + { + "TargetType": "MOD.Core.SpriteGUIRendererComponent", + "Name": "Color", + "ValueType": { + "$type": "MODNativeType", + "type": "MOD.Core.MODColor, MOD.Core, Version=26.5.0.0, Culture=neutral, PublicKeyToken=null" + }, + "Value": { + "$type": "MOD.Core.MODColor, MOD.Core", + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 + } + } + ], + "EventLinks": [], + "Children": [] + } + } +} \ No newline at end of file diff --git a/ui/RunUIGroup.ui b/ui/RunUIGroup.ui index 1d458a6..5ab0867 100644 --- a/ui/RunUIGroup.ui +++ b/ui/RunUIGroup.ui @@ -53043,7 +53043,7 @@ { "id": "0cb0016a-0000-4000-8000-00000cb0016a", "path": "/ui/RunUIGroup/CombatHud/MonsterStatus1/TargetMarker", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { "name": "TargetMarker", "path": "/ui/RunUIGroup/CombatHud/MonsterStatus1/TargetMarker", @@ -53126,7 +53126,7 @@ "AnimClipPlayType": 0, "EndFrameIndex": 2147483647, "ImageRUID": { - "DataId": "" + "DataId": "f86110df71ce48dbbcbc8d38bd1076ad" }, "LocalPosition": { "x": 0.0, @@ -53141,10 +53141,10 @@ "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0.95, - "g": 0.08, - "b": 0.05, - "a": 0.0 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "DropShadow": false, "DropShadowAngle": 30.0, @@ -53176,53 +53176,6 @@ "RaycastTarget": false, "Type": 1, "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, - "DropShadow": false, - "DropShadowAngle": 30.0, - "DropShadowColor": { - "r": 0.0, - "g": 0.0, - "b": 0.0, - "a": 0.72 - }, - "DropShadowDistance": 32.0, - "Font": 0, - "FontColor": { - "r": 1.0, - "g": 0.94, - "b": 0.28, - "a": 1.0 - }, - "FontSize": 30, - "MaxSize": 72, - "MinSize": 8, - "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, - "a": 1.0 - }, - "OutlineDistance": { - "x": 1.0, - "y": -1.0 - }, - "OutlineWidth": 4.0, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "△", - "UseOutLine": true, - "Enable": true } ], "@version": 1 @@ -54783,7 +54736,7 @@ { "id": "2d9fa3fe-1072-4215-931d-c52b770f5e3b", "path": "/ui/RunUIGroup/CombatHud/MonsterStatus2/TargetMarker", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { "name": "TargetMarker", "path": "/ui/RunUIGroup/CombatHud/MonsterStatus2/TargetMarker", @@ -54866,7 +54819,7 @@ "AnimClipPlayType": 0, "EndFrameIndex": 2147483647, "ImageRUID": { - "DataId": "" + "DataId": "f86110df71ce48dbbcbc8d38bd1076ad" }, "LocalPosition": { "x": 0.0, @@ -54882,10 +54835,10 @@ "SortingLayer": "MapLayer1", "StartFrameIndex": 0, "Color": { - "r": 0.95, - "g": 0.08, - "b": 0.05, - "a": 0.0 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "DropShadow": false, "DropShadowAngle": 30.0, @@ -54917,53 +54870,6 @@ "RaycastTarget": false, "Type": 1, "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, - "DropShadow": false, - "DropShadowAngle": 30.0, - "DropShadowColor": { - "r": 0.0, - "g": 0.0, - "b": 0.0, - "a": 0.72 - }, - "DropShadowDistance": 32.0, - "Font": 0, - "FontColor": { - "r": 1.0, - "g": 0.94, - "b": 0.28, - "a": 1.0 - }, - "FontSize": 30, - "MaxSize": 72, - "MinSize": 8, - "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, - "a": 1.0 - }, - "OutlineDistance": { - "x": 1.0, - "y": -1.0 - }, - "OutlineWidth": 4.0, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "△", - "UseOutLine": true, - "Enable": true } ], "@version": 1 @@ -56532,7 +56438,7 @@ { "id": "d855de11-ba35-4d79-90be-144e4a4f5127", "path": "/ui/RunUIGroup/CombatHud/MonsterStatus3/TargetMarker", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { "name": "TargetMarker", "path": "/ui/RunUIGroup/CombatHud/MonsterStatus3/TargetMarker", @@ -56615,7 +56521,7 @@ "AnimClipPlayType": 0, "EndFrameIndex": 2147483647, "ImageRUID": { - "DataId": "" + "DataId": "f86110df71ce48dbbcbc8d38bd1076ad" }, "LocalPosition": { "x": 0.0, @@ -56631,10 +56537,10 @@ "SortingLayer": "MapLayer1", "StartFrameIndex": 0, "Color": { - "r": 0.95, - "g": 0.08, - "b": 0.05, - "a": 0.0 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "DropShadow": false, "DropShadowAngle": 30.0, @@ -56666,53 +56572,6 @@ "RaycastTarget": false, "Type": 1, "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, - "DropShadow": false, - "DropShadowAngle": 30.0, - "DropShadowColor": { - "r": 0.0, - "g": 0.0, - "b": 0.0, - "a": 0.72 - }, - "DropShadowDistance": 32.0, - "Font": 0, - "FontColor": { - "r": 1.0, - "g": 0.94, - "b": 0.28, - "a": 1.0 - }, - "FontSize": 30, - "MaxSize": 72, - "MinSize": 8, - "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, - "a": 1.0 - }, - "OutlineDistance": { - "x": 1.0, - "y": -1.0 - }, - "OutlineWidth": 4.0, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "△", - "UseOutLine": true, - "Enable": true } ], "@version": 1 @@ -58281,7 +58140,7 @@ { "id": "dc4ad9ad-af51-492d-9dda-dc904df8395a", "path": "/ui/RunUIGroup/CombatHud/MonsterStatus4/TargetMarker", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { "name": "TargetMarker", "path": "/ui/RunUIGroup/CombatHud/MonsterStatus4/TargetMarker", @@ -58364,7 +58223,7 @@ "AnimClipPlayType": 0, "EndFrameIndex": 2147483647, "ImageRUID": { - "DataId": "" + "DataId": "f86110df71ce48dbbcbc8d38bd1076ad" }, "LocalPosition": { "x": 0.0, @@ -58380,10 +58239,10 @@ "SortingLayer": "MapLayer1", "StartFrameIndex": 0, "Color": { - "r": 0.95, - "g": 0.08, - "b": 0.05, - "a": 0.0 + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 }, "DropShadow": false, "DropShadowAngle": 30.0, @@ -58415,53 +58274,6 @@ "RaycastTarget": false, "Type": 1, "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, - "DropShadow": false, - "DropShadowAngle": 30.0, - "DropShadowColor": { - "r": 0.0, - "g": 0.0, - "b": 0.0, - "a": 0.72 - }, - "DropShadowDistance": 32.0, - "Font": 0, - "FontColor": { - "r": 1.0, - "g": 0.94, - "b": 0.28, - "a": 1.0 - }, - "FontSize": 30, - "MaxSize": 72, - "MinSize": 8, - "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, - "a": 1.0 - }, - "OutlineDistance": { - "x": 1.0, - "y": -1.0 - }, - "OutlineWidth": 4.0, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "△", - "UseOutLine": true, - "Enable": true } ], "@version": 1 @@ -86245,6 +86057,112 @@ ], "@version": 1 } + }, + { + "id": "adb87906-c48e-4425-ad89-299bf9f9d96c", + "path": "/ui/RunUIGroup/CombatHud/PlayerTargetMarker", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "PlayerTargetMarker", + "path": "/ui/RunUIGroup/CombatHud/PlayerTargetMarker", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 30, + "pathConstraints": "////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "uiempty", + "sub_entity_id": null, + "root_entity_id": "adb87906-c48e-4425-ad89-299bf9f9d96c", + "replaced_model_id": null + }, + "modelId": "uiempty", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": -1516.52332, + "y": -970.8926 + }, + "OffsetMin": { + "x": -1596.52332, + "y": -1050.89258 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 80.0, + "y": 80.0 + }, + "UIMode": 1, + "UIScale": { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -1556.52332, + "y": -1010.89258 + }, + "Rotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "Position": { + "x": -1556.52332, + "y": -1010.89258, + "z": 1254.9397 + }, + "QuaternionRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": -1.0 + }, + "Scale": { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + "ZRotation": 0.0, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "ImageRUID": { + "DataId": "f86110df71ce48dbbcbc8d38bd1076ad" + }, + "OverrideSorting": false, + "Color": { + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 + }, + "DropShadow": false, + "RaycastTarget": false, + "Enable": true + } + ], + "@version": 1 + } } ] }