메모장에서 게임 디렉토리 \data\scripts\main.lua 파일을 열고 TranslateStringTable( STRINGS) 의 다음 줄에 다음을 삽입합니다.
Theinput: addkeyuphandler (key _ 1, function()
If the input: is keydown (key _ ctrl) then
Local main character = thesim: findfirstentitywithtag ("player")
Localmap = thesim: findfirstentitywithtag ("minimap")
If MainCharacter and map then
Local x, y, z = maincharacter.transform: getworldposition ()
Map.minimap: showarea (x, y, z, 10000)
끝
끝
끝
);
게임에서 Ctrl+1 을 눌러 지도를 완전히 열 수 있습니다.
이론적으로 20 판 지원