module Fog_Map_Settings
#============================================================================
# * Configure Fog numbers -> names for setup timesaving. Format:
# {fognumber => 'fogname.extension', ...}
# where 'Fogname.extension' must be the name of a fog picture and its extension
# located in the pictures folder
#============================================================================
Fog_names = {1 => 'fog.png'}
#============================================================================
# * Set maps you wish to have fogs here. Format:
# Fog_maps = {mapID => Fog number, mapID2 => Fog number, ...}
#============================================================================
Fog_maps = {57 => 1, 65 => 1}
#============================================================================
# * Set up fog settings. Uses (fog number => setting, ...) format
# - Opacity - Opacity of fog, ranging from 0 (invisible) to 255 (opaque)
# - Zoom - size of fog. '1' is normal not '100'.
여기서 보면
Fog_maps = {57 => 1, 65 => 1} 이렇게 나오느데
57번 맵에서 안개효과가 나타난다고해서
{1 => 1, 2 => 1}
이렇게 설정햇더니 들어가니까 오류뜨네요
1번이 바로 첫번째맵에서 켜지는거아닌가요 ?
해당 스크립트는 맵ID를 잘못적어넣엇다고 오류가 뜨는 물건은 아닙니다.
추측하건데, 포그 스크립트용 그림파일을 받지 않으셨거나, 재대로된 경로에 두지 않았을수 있습니다.
질문을 하실때는 오류 메세지를 기입해주시면 보다 정확한 답변이 가능합니다.