[한화] YEP.19 – Save Event Locations
NPC’s often reset their map locations when a player reenters a map. However, you can change that using this plugin by having the game save their event locations!
유저가 맵을 다시 불러올 때 NPC는 항상 위치를 리셋합니다.이제 이 플러그인으로 이벤트의 위치를 저장할 수 있습니다
Introduction
Normally in RPG Maker MV, leaving a map and returning to it will reset the map positions of all the events. For certain types of maps, such as puzzles, you would want the map to retain their locations.
보통 뮤직비디오에서 지도를 벗어나 다시 들어가면 사건의 위치가 리셋된다.어떤 유형의 지도, 예를 들면 미로류에 대해 당신은 그들의 위치를 저장할 수 있기를 희망합니다.
Notetags
Map Notetag:
This will cause the map to save every event’s location on that map. After leaving and returning to that map, the events will be reloaded onto their last saved positions in addition to the direction they were facing.
이벤트 위치를 저장할 수 있습니다.맵을 다시 불러오면 이벤트가 이전에 저장된 위치로 들어갑니다
Event Notetag:
This will enable this specific event to save its location on this map. After leaving and returning to the map, the event will be reloaded onto its last saved position in addition to the direction it was facing.
이것은 특정 이벤트의 위치를 저장할 수 있다.지도를 다시 불러오면 이벤트는 그가 저장한 위치로 들어갑니다.
If you wish to reset the position of the Event, simply use the Event Editor and use “Set Event Location” to anchor the event’s location to the desired point as if you would normally.
이벤트 위치를 초기화하려면 이벤트 편집기로 이벤트 위치를 지정하면 됩니다.
Plugin Commands
Plugin Command
ResetAllEventLocations
This resets all the event locations on the map.
맵의 모든 이벤트 위치 초기화
Happy RPG Making!
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
다양한 언어의 JSONJSON은 Javascript 표기법을 사용하여 데이터 구조를 레이아웃하는 데이터 형식입니다. 그러나 Javascript가 코드에서 이러한 구조를 나타낼 수 있는 유일한 언어는 아닙니다. 저는 일반적으로 '객체'{}...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.