직접 계속 만들어보려고하는데 답이 없네요 ㅠ

파티창 안에서 레벨, 위치 띄워주는 걸 찾아서 초상화 파일에 넣으면 될 거 같은데 도저히 안 됩니다

dataglobaluilayouts 경로에 있는 partypanel.json 파일 안에서 이것 저것 해보니

partypanel.json은 레거시 모드일 때 적용되는 파일 같더라구요

그래서 partypanelhd.json에서 찾아보는데 레벨, 위치 띄워주는 게 PlayerInfo 인 거 같아서

partypanelhd.json 내용 중 Health 아래 쪽에 이어서 붙여줬는데

{
    "type": "HealthBarWidget", "name": "Health",
    "fields": {
        "rect": { "y": -37, "width": 120, "height": 30 },
        "transparency": 0.95,
        "backgroundTransparency": 0.95,
    }
},
{
    "type": "TextBoxWidget", "name": "PlayerInfo",
    "fields": {
        "rect": { "x": 108, "y": 62, "width": 340, "height": 68 },
        "style": {
            "fontColor": "$FontColorGold",
            "pointSize": "$SmallPanelFontSize",
            "alignment": { "h": "left", "v": "top" },
            "options": { "newlineHandling": "standard", "pipeCharacterBehavior" : "handle", "lineWrap": true },
            "spacing": { "leading": 0.95 },
        },
        "text": "",
        "truncateWithEllipsis": true,
    }
},

막상 hireablespanelhd.json에 넣어놓고 접속해서 보면 적용도 안 되어있고;

제가 경로나 파일을 잘못 찾은 걸까요?

아니면 수정하는 방법이 잘못 된 걸까요?