|
2025-12-26 17:25
조회: 61
추천: 0
미니체력바에서 마나게이지 문제입니다.ㅠㅠ아래 동영상에서 이상한점이 미니마나바가 264에서 게이지가 떨어져야 하는데 180정도? 부터 게이지가 아래로 떨어져요 그래서 60정도 남았을때 게이지가 완전히 사라지구요 이거 수정할라해두 능력이 모자라서 ai에서 물어물어 이것저것 해봤는데 안되네요 ㅠㅠ 이틀째 씨름중인데 가르침을 부탁드립니다.ㅠㅠㅠ 아래에 소스 파일을 남길께요 예전 단테님의 파일을 이미지만 수정한건데 한번 봐주세요 ㅠㅠ ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ https://www.youtube.com/watch?v=mcjsIJn5pSE { "type": "HUDPanelHD", "name": "HUDPanel", "fields": { "priority": -100, "anchor": { "x": 0.5, "y": 1 }, "rect": { "x": -1454, "y": -412, "width": 2952, "height": 764 }, "skillsOnRow": 13, }, "children": [ { "type": "ClickCatcherWidget", "name": "BGClickCatcher", "fields": { "rect": { "x": 70, "y": 195, "width": 2774, "height": 250 } } }, { "type": "AttributeBallWidget", "name": "ManaBall", "fields": { "rect": { "x": 2268, "y": 65, "width": 348, "height": 350 }, "attribute": "mana", "maxSmoothingSeconds": 1.0, "jumpSmoothingSeconds": 0.25, "potionPreviewTransparency": 0.5, }, "children": [ { "type": "AnimatedImageWidget", "name": "BallImage", "fields": { "filename": "PANEL/HUD_02/HealthManaAnimation/HealthIdle/4k/globe_health_man_idle", "fps": 20, "useAdvancedColoring": true, "recolorRange": { "hue": [ 0.0, 1.01 ], "saturation": [ 0.0, 1.01 ], "value": [ 0.0, 1.01 ] }, "hsvTransform": [ -0.3333, -0.05, -0.05, 0.0 ], }, }, { "type": "ImageWidget", "name": "EdgeImage", "fields": { "rect": { "y": 3, "scale": 2.0 }, "filename": "PANEL/HUD_02/HealthManaAnimation/HotPoint/FrameSet1/globe_hot_point", "useAdvancedColoring": true, "recolorRange": { "hue": [ 0.0, 1.01 ], "saturation": [ 0.0, 1.01 ], "value": [ 0.0, 1.01 ] }, "hsvTransform": [ -0.3333, -0.1, -0.00, 1.0 ], }, }, { "type": "TextBoxWidget", "name": "ValueDisplay", "fields": { "anchor": { "x": 0.5 }, "rect": { "x": 5, "y": 190 }, "style": { "pointSize": "$XMediumLargeFontSize", "alignment": { "v": "bottom", "h": "center" }, "spacing" : "$MinimumSpacing", "dropShadow": "$DefaultDropShadow", }, } }, ] }, { "type": "ImageWidget", "name": "ManaBarBG", "fields": { "rect": { "x": 1312, "y": -1016, "width": 162, "height": 150, "scale": 0.6 }, //미니 마나틀 조정 "filename": "PANEL/HUD_102/minimp_bg" } }, { "type": "AttributeBallWidget", "name": "ManaBarMana", "fields": { "rect": { "x": 1312, "y": -1016, "width": 162, "height": 150, "scale": 0.6 }, //미니 마나바 조정 "attribute": "mana", "minLiquidWidth": 2, "minLiquidHeight": 2, "maxSmoothingSeconds": 1.0, "jumpSmoothingSeconds": 0.25, "smoothDecrease": false, "potionPreviewTransparency": 0.35, "poisonHsvTransform": [ 0.3, 0.0, 0.0, 0.0 ] }, "children": [ { "type": "AnimatedImageWidget", "name": "BallImage", "fields": { "filename": "PANEL/HUD_102/minimp_mana", "useAdvancedColoring": true, "hsvTransform": [ -0.3333, 0.0, 0.0, 0.0 ] } }, { //마나 수치 불필요시 삭제 시작점 "type": "TextBoxWidget", "name": "ValueDisplay", "fields": { "rect": { "x": 143, "y": 80 }, //마나 숫자위치 조정 "style": { "pointSize": "$XMediumLargeFontSize", "fontColor": "$FontColorLightBlue", //마나 색상 변경시 수정 "alignment": { "v": "bottom", "h": "left" }, "spacing" : "$MinimumSpacing", "dropShadow": "$DefaultDropShadow" } } }, //마나 수치 불필요시 삭제 종료점 { "type": "ClickCatcherWidget", "name": "click_catcher", //미니 마나바 클릭방지 "fields": { "rect": { "x": 0, "y": 0, "width": 105, "height": 103 } } } ] }, { "type": "AttributeBallWidget", "name": "HealthBall", "fields": { "rect": { "x": 294, "y": 65, "width": 348, "height": 350 }, "attribute": "health", "minLiquidHeight": 2, "maxSmoothingSeconds": 1.0, "jumpSmoothingSeconds": 0.25, "smoothDecrease": false, "potionPreviewTransparency": 0.35, "poisonHsvTransform": [ 0.3, 0.0, 0.0, 0.0 ] }, "children": [ { "type": "AnimatedImageWidget", "name": "BallImage", "fields": { "filename": "PANEL/HUD_02/HealthManaAnimation/HealthIdle/4k/globe_health_man_idle", "fps": 24, // To not be in sync with mana. "useAdvancedColoring": true, "recolorRange": { "hue": [ 0.0, 1.01 ], "saturation": [ 0.0, 1.01 ], "value": [ 0.0, 1.01 ] }, "hsvTransform": [ -0.3333, -0.05, -0.5, 0.0 ], }, }, { "type": "ImageWidget", "name": "EdgeImage", "fields": { "rect": { "y": 3, "scale": 2.0 }, "filename": "PANEL/HUD_02/HealthManaAnimation/HotPoint/FrameSet1/globe_hot_point", }, }, { "type": "TextBoxWidget", "name": "ValueDisplay", "fields": { "anchor": { "x": 0.5 }, "rect": { "x": 5, "y": 190 }, "fontType": "16pt", "style": { "pointSize": "$XMediumLargeFontSize", "alignment": { "v": "bottom", "h": "center" }, "spacing" : "$MinimumSpacing", "dropShadow": "$DefaultDropShadow", }, } }, ] }, { "type": "ImageWidget", "name": "HealthBarBG", "fields": { "rect": { "x": 1313, "y": -1020, "width": 170, "height": 162, "scale": 0.6 }, //미니 체력틀 조정 "filename": "PANEL/HUD_102/minihp_bg" } }, { "type": "AttributeBallWidget", "name": "HealthBarLife", "fields": { "rect": { "x": 1313, "y": -1020, "width": 170, "height": 162, "scale": 0.6 }, //미니 체력바 조정 "attribute": "health", "minLiquidWidth": 2, "maxSmoothingSeconds": 1.0, "jumpSmoothingSeconds": 0.25, "smoothDecrease": false, "potionPreviewTransparency": 0.35, "poisonHsvTransform": [ 0.3, 0.0, 0.0, 0.0 ] }, "children": [ { "type": "AnimatedImageWidget", "name": "BallImage", "fields": { "filename": "PANEL/HUD_102/minihp_life", "useAdvancedColoring": true, "hsvTransform": [ -0.3333, -0.05, -0.5, 0.0 ] } }, { "type": "TextBoxWidget", "name": "ValueDisplay", "fields": { "rect": { "x": 143, "y": 44 }, //체력 숫자위치 조정 "style": { "pointSize": "$XMediumLargeFontSize", "fontColor": "$FontColorLightRed", //체력수치 색상 수정 "alignment": { "v": "bottom", "h": "left" }, "spacing" : "$MinimumSpacing", "dropShadow": "$DefaultDropShadow" } } }, { "type": "ClickCatcherWidget", "name": "click_catcher", //미니 체력바 클릭방지 "fields": { "rect": { "x": 0, "y": 0, "width": 165, "height": 162 } } } ] }, { "type": "SkillSelectButtonWidget", "name": "BowCounter", "fields": { "rect": { "x": 1285, "y": -1010 }, //화살갯수 위치 조정 "side": "left", }, "children": [ { "type": "TextBoxWidget", "name": "QuantityText", "fields": { "rect": "$SkillHotkeyTextRect", "style": { "pointSize": "$SmallFontSize", "fontColor": "$FontColorGold", //화살갯수 색상 수정 "alignment": { "v": "bottom", "h": "left" }, "spacing" : "$MinimumSpacing", "dropShadow": "$DefaultDropShadow" } } }, ] }, { "type": "SkillSelectButtonWidget", "name": "SkillBindTemplate", "fields": { "rect": { "x": 690, "y": 140, "scale": 0.5}, "side": "bind", "skillIconFilenames": "$SkillIconFilenames", }, "children": [ { "type": "TextBoxWidget", "name": "HotkeyText", "fields": { "rect": "$SkillHotkeyTextRect", "style": "$SkillHotkeyTextStyle", } }, { "type": "TextBoxWidget", "name": "QuantityText", "fields": { "rect": "$SkillQuantityTextRect", "style": "$SkillQuantityTextStyle", } }, ] }, { "type": "ImageWidget", "name": "Overlay", "fields": { "filename": "PANEL/HUD_02/front_panel", "rect": { "x": 34 }, }, }, { "type": "ExpBarWidget", "name": "ExpBar", "fields": { "rect": { "x": 694, "y": 234 }, "filename": "PANEL/HUD_02/experience_bar", "hitMargin": { "top": 20, "bottom": 15 }, }, "children": [ { "type": "AnimatedImageWidget", "name": "ExpFlashLeft", "fields": { "rect": { "x": -5, "y": -7, }, "filename": "PANEL/HUD_02/LevelAnimation/leftFlash", "blendMode": "black", "fps": 14, "loop": false, "hideOnComplete": false, "playing": false, }, }, { "type": "AnimatedImageWidget", "name": "ExpFlashRight", "fields": { "rect": { "x": 765, "y": -7, }, "filename": "PANEL/HUD_02/LevelAnimation/rightFlash", "blendMode": "black", "fps": 14, "loop": false, "hideOnComplete": false, "playing": false, }, }, ] }, { "type": "Widget", "name": "MiniMenu", "fields": { "rect": { "x": 716, "y": 330, "width": 500, "height": 70 } }, "children": [ { "type": "MiniMenuButtonWidget", "name": "MiniMenuCharacter", "fields": { "menu": "character", "filename": "PANEL/HUD_02/Character", "hoveredFrame": 2, "statusUpdateNormalFrame": 3, "statusUpdatePressedFrame": 4, "statusUpdateHoveredFrame": 5, "tooltipOffset": { "y": -30 }, "rect": { "x": -2, "y": -6 }, }, }, { "type": "MiniMenuButtonWidget", "name": "MiniMenuInventory", "fields": { "menu": "inventory", "filename": "PANEL/HUD_02/Inventory", "hoveredFrame": 2, "tooltipOffset": { "y": -30 }, "rect": { "x": 212, "y": -6 }, }, }, { "type": "MiniMenuButtonWidget", "name": "MiniMenuSkillTree", "fields": { "menu": "skillTree", "filename": "PANEL/HUD_02/SkillTree", "hoveredFrame": 2, "statusUpdateNormalFrame": 3, "statusUpdatePressedFrame": 4, "statusUpdateHoveredFrame": 5, "tooltipOffset": { "y": -30 }, "rect": { "x": 69, "y": -6 }, }, }, { "type": "MiniMenuButtonWidget", "name": "MiniMenuAutoMap", "fields": { "menu": "autoMap", "filename": "PANEL/HUD_02/AutoMap", "hoveredFrame": 2, "tooltipOffset": { "y": -30 }, "rect": { "x": 282, "y": -6 }, }, }, { "type": "MiniMenuButtonWidget", "name": "MiniMenuParty", "fields": { "menu": "party", "filename": "PANEL/HUD_02/Messages", "hoveredFrame": 2, "tooltipOffset": { "y": -30 }, "rect": { "x": 352, "y": -6 }, }, }, { "type": "MiniMenuButtonWidget", "name": "MiniMenuQuestLog", "fields": { "menu": "questLog", "filename": "PANEL/HUD_02/QuestLog", "hoveredFrame": 2, "statusUpdateNormalFrame": 3, "statusUpdatePressedFrame": 4, "statusUpdateHoveredFrame": 5, "tooltipOffset": { "y": -30 }, "rect": { "x": 142, "y": -6 }, }, }, { "type": "MiniMenuButtonWidget", "name": "MiniMenuPauseMenu", "fields": { "menu": "pauseMenu", "filename": "PANEL/HUD_02/PauseMenu", "hoveredFrame": 2, "tooltipOffset": { "y": -30 }, "rect": { "x": 422, "y": -6 }, }, } ] }, { "type": "RunButtonWidget", "name": "RunButton", "fields": { "rect": { "x": 719, "y": 281 }, "hitMargin": { "top": 5, "bottom": 5, "right": 15 }, "filename": "PANEL/HUD_02/Sprint", "inactiveNormalFrame": 0, "inactivePressedFrame": 1, "inactiveHoveredFrame": 2, "activeNormalFrame": 3, "activePressedFrame": 4, "activeHoveredFrame": 5, } }, { "type": "StaminaBarWidget", "name": "StaminaBar", "fields": { "rect": { "x": 765, "y": 292 }, "filename": "PANEL/HUD_02/stamina_bar", "hitMargin": { "top": 20, "bottom": 15, "left": 0, "right": 15 }, "maxSmoothingSeconds": 1.0, "jumpSmoothingSeconds": 0.25, } }, { "type": "SkillSelectButtonWidget", "name": "LeftSkillButton", "fields": { "rect": { "x": 1257, "y": 271 }, "side": "left", "skillIconFilenames": "$SkillIconFilenames" }, "children": [ { "type": "TextBoxWidget", "name": "HotkeyText", "fields": { "rect": "$SkillHotkeyTextRect", "style": "$SkillHotkeyTextStyle", } }, { "type": "TextBoxWidget", "name": "QuantityText", "fields": { "rect": "$SkillQuantityTextRect", "style": "$SkillQuantityTextStyle", } }, ] }, { "type": "SkillSelectButtonWidget", "name": "RightSkillButton", "fields": { "rect": { "x": 1528, "y": 271 }, "side": "right", "skillIconFilenames": "$SkillIconFilenames" }, "children": [ { "type": "TextBoxWidget", "name": "HotkeyText", "fields": { "rect": "$SkillHotkeyTextRect", "style": "$SkillHotkeyTextStyle", } }, { "type": "TextBoxWidget", "name": "QuantityText", "fields": { "rect": "$SkillQuantityTextRect", "style": "$SkillQuantityTextStyle", } }, ] }, /*{ //큐브 도움말 아이콘 주석처리로 삭제 "type": "ButtonWidget", "name": "GuideOpen", "fields": { "rect": { "x": 2133, "y": 62, "scale": 1 }, //큐빙공식 아이콘 위치조정 "filename": "PANEL/HUD_102/cubehelp_on", "onClickMessage": "PanelManager:OpenPanel:CubeGuide", "hoveredFrame": 1, "tooltipString": "큐빙공식 도움말", "sound": "select", } },*/ { "type": "ImageWidget", "name": "BeltPopupArrow", "fields": { "filename": "PANEL/HUD_02/belt_popped_row", "rect": { "x": 1703, "y": 280 }, }, }, { "type": "BeltWidget", "name": "Belt", "fields": { "rect": { "x": 1704, "y": 278 }, "poppedRowFilename": "PANEL/HUD_02/belt_popped_row", "poppedCapFilename": "PANEL/HUD_02/belt_popped_cap", "cellOffsetInRow": { "x": 12, "y": 6 }, "itemOffsetInCell": { "x": 1, "y": 1 }, "cellPadding": { "x": 27, "y": 15 }, "cellSize": "$ItemCellSize", }, "children": [ { "type": "TextBoxWidget", "name": "HotkeyLabelTemplate", "fields": { "text": "123", "rect": { "x": 2, "y": 60, "width": 130 }, "style": { "pointSize": "$MediumFontSize", "fontColor": "$FontColorGoldYellow", "options": { "hideOverflow": true }, } } } ] }, // friends ★★★★★ { "type": "ButtonWidget", "name": "FriendsListButton", "fields": { "rect": { "x": 580, "y": 5 }, // 0,844 "hoveredFrame": 2, "filename": "LobbyFinalFriends_Button", "onClickMessage": "PanelManager:TogglePanel:FriendsListPanel", "tooltipString": "@FriendsList", } }, { "type": "LevelUpButtonWidget", "name": "StatUp", "fields": { "type": "stats", "labels": ["@strlvlup", "@strlvlup"], "isFloating": true, "rect": { "x": 406, "y": -164 }, "filename": "PANEL/HUD_02/quest_button", "leftPanelOffset": { "x": 1080 }, "hoveredFrame": 3, "disabledFrame": 2, "disabledTint": { "a": 1 } }, "children": [ { "type": "TextBoxWidget", "name": "Label", "fields": { "anchor": { "x": 0.5 }, "rect": { "y": -3 }, "fontType": "16pt", "style": { "pointSize": "$XMediumLargeFontSize", "alignment": { "v": "bottom", "h": "center" }, "spacing" : "$MinimumSpacing", "dropShadow": "$DefaultDropShadow", } } } ] }, { "type": "LevelUpButtonWidget", "name": "SkillUp", "fields": { "type": "skills", "labels": [ "@strnewskl", "@strnewskl" ], "isFloating": true, "rect": { "x": 2368, "y": -164 }, "filename": "PANEL/HUD_02/quest_button", "rightPanelOffset": { "x": -1080 }, "hoveredFrame": 3, "disabledFrame": 2, "disabledTint": { "a": 1 } }, "children": [ { "type": "TextBoxWidget", "name": "Label", "fields": { "anchor": { "x": 0.5 }, "rect": { "y": -3 }, "fontType": "16pt", "style": { "pointSize": "$XMediumLargeFontSize", "alignment": { "v": "bottom", "h": "center" }, "spacing" : "$MinimumSpacing", "dropShadow": "$DefaultDropShadow", } } } ] }, { "type": "LevelUpButtonWidget", "name": "QuestAlert", "fields": { "type": "quests", "labels": ["@CfgQuestLog", "@CfgQuestLog"], "isFloating": true, "rect": { "x": 406, "y": -164 }, "filename": "PANEL/HUD_02/quest_button", "leftPanelOffset": { "x": 1080 }, "newStatsButtonOverlapOffset": { "y": -210 }, "hoveredFrame": 3, "disabledFrame": 2, "disabledTint": { "a": 1 } }, "children": [ { "type": "TextBoxWidget", "name": "Label", "fields": { "anchor": { "x": 0.5 }, "rect": { "y": -3 }, "fontType": "16pt", "style": { "pointSize": "$XMediumLargeFontSize", "alignment": { "v": "bottom", "h": "center" }, "spacing" : "$MinimumSpacing", "dropShadow": "$DefaultDropShadow", } } } ] } ] }
EXP
25,465
(63%)
/ 26,201
초보입니다~!!!
|
Beatsin