Files
maplecontest/Global/SectorConfig.config
gahusb a309da2a99 feat(lobby): 로비 전용 맵 + NPC 4종 월드 엔티티 생성기 (P15)
map01 클론→lobby.map(헤네시스 배경), 몬스터 제거, NPC 4종(공식 메이플 NPC 스프라이트)+머리위 마크 배치. 각 NPC에 TouchReceiveComponent+script.LobbyNpc, 루트에 script.LobbyMobility(PlayerLock 제거). SectorConfig map://lobby 등록.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 12:27:44 +09:00

35 lines
727 B
Plaintext

{
"Id": "",
"GameId": "",
"EntryKey": "config://sectors",
"ContentType": "x-mod/config",
"Content": "",
"Usage": 0,
"UsePublish": 1,
"UseService": 0,
"CoreVersion": "26.5.0.0",
"StudioVersion": "0.1.0.0",
"DynamicLoading": 0,
"ContentProto": {
"Use": "Json",
"Json": {
"Sectors": [
{
"id": "sector01",
"name": "sector01",
"maxUserNo": 16,
"entries": [
"map://map01",
"map://map02",
"map://map03",
"map://map04",
"map://map05",
"map://lobby"
]
}
],
"AllowOverMaxEntryCountPerSector": false,
"config_id": "config://sectors"
}
}
}