맵 10개(map02~map11) 생성: 공식 스셌러리 배경 10종 + 몬스터 2마리, sector 등록
map01 템플릿 복제, 엔티티 GUID 재발급. 배경은 공식 MapleStory 맵에서 수확한 Background 타입 RUID 10종(맵마다 다르게). 몬스터는 기존 4종에서 랜덤 2마리 + 랜덤 위치. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -19,7 +19,17 @@
|
||||
"name": "sector01",
|
||||
"maxUserNo": 16,
|
||||
"entries": [
|
||||
"map://map01"
|
||||
"map://map01",
|
||||
"map://map02",
|
||||
"map://map03",
|
||||
"map://map04",
|
||||
"map://map05",
|
||||
"map://map06",
|
||||
"map://map07",
|
||||
"map://map08",
|
||||
"map://map09",
|
||||
"map://map10",
|
||||
"map://map11"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
6663
map/map02.map
Normal file
6663
map/map02.map
Normal file
File diff suppressed because it is too large
Load Diff
6672
map/map03.map
Normal file
6672
map/map03.map
Normal file
File diff suppressed because it is too large
Load Diff
6666
map/map04.map
Normal file
6666
map/map04.map
Normal file
File diff suppressed because it is too large
Load Diff
6660
map/map05.map
Normal file
6660
map/map05.map
Normal file
File diff suppressed because it is too large
Load Diff
6660
map/map06.map
Normal file
6660
map/map06.map
Normal file
File diff suppressed because it is too large
Load Diff
6669
map/map07.map
Normal file
6669
map/map07.map
Normal file
File diff suppressed because it is too large
Load Diff
6663
map/map08.map
Normal file
6663
map/map08.map
Normal file
File diff suppressed because it is too large
Load Diff
6660
map/map09.map
Normal file
6660
map/map09.map
Normal file
File diff suppressed because it is too large
Load Diff
6654
map/map10.map
Normal file
6654
map/map10.map
Normal file
File diff suppressed because it is too large
Load Diff
6654
map/map11.map
Normal file
6654
map/map11.map
Normal file
File diff suppressed because it is too large
Load Diff
@@ -4,13 +4,20 @@ const TEMPLATE = 'map/map01.map';
|
||||
const SECTOR = 'Global/SectorConfig.config';
|
||||
const MAP_NUMBERS = [2, 3, 4, 5, 6, 7, 8, 9, 10, 11];
|
||||
|
||||
// 공식 라이브러리 배경 RUID 풀 (맵마다 1개씩, 서로 다르게)
|
||||
// 공식 맵에서 수확한 Background-타입 RUID 풀 (맵마다 1개씩, 서로 다르게).
|
||||
// 공식 MapleStory 맵을 import해 각 맵의 BackgroundComponent.TemplateRUID를 수집함.
|
||||
// (라이브러리 검색 cat=background는 AnimationClip을 반환해 Background 타입이 아니었음 → 사용 불가)
|
||||
const BACKGROUNDS = [
|
||||
'79c95db9fdbb4c4796771733d069e3e2', '1d4a335a5416401f8e289d78a03fd0c3',
|
||||
'731a9cd1cce045e19d50fdcdc9a20be9', '695805b1809243fd9376e2bba113ebde',
|
||||
'454804df4c7e4701997ec8a8de088597', '01992685f5d147b3a5c18fabf584807f',
|
||||
'c861e9cb2d0b4d91be5d4d6aedf796b1', 'ee2e13a352d64611906760c1b722df67',
|
||||
'8e89019c54d14aed875e54f13fa14109', 'fa936edd365f47e4b5622c19b1a80a0c',
|
||||
'794ad8421e2543d8a6d2c70307637450', // 기본 템플릿(문서 예시)
|
||||
'65c4167ea7484196b890022354e5a4a4', // Henesys
|
||||
'23801e25ab854f3189454a4fa9d01761', // Edelstein
|
||||
'f91f8b5b2b1e47208fb18f2cbd2a5e8d', // Fox Point Village
|
||||
'd84241f17de344a097f5b96ac914f1d2', // Lith Harbor
|
||||
'60741c3333334297b9f211939e02a4fc', // Ellinia
|
||||
'0c398bbb2cf6400992532465b9d53024', // Perion
|
||||
'f9e546932b014c0e867365a796c8dc91', // Kerning City
|
||||
'2ee96aa776e8480b849c1fb9a4d4c05c', // Orbis
|
||||
'b7c47cfae79e40e9b1352469a78af0bd', // Ludibrium
|
||||
];
|
||||
|
||||
// Task 1 결과: B 폴백 (라이브러리 변형 미사용). 비어 있으면 기존 템플릿 몬스터를 그대로 사용.
|
||||
|
||||
Reference in New Issue
Block a user