질문과 답변

Extra Form

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번이 바로 첫번째맵에서 켜지는거아닌가요 ?

Comment '2'
  • ?
    하얀슬픔 2010.12.03 10:26

    해당 스크립트는 맵ID를 잘못적어넣엇다고 오류가 뜨는 물건은 아닙니다.

    추측하건데, 포그 스크립트용 그림파일을 받지 않으셨거나, 재대로된 경로에 두지 않았을수 있습니다.

    질문을 하실때는 오류 메세지를 기입해주시면 보다 정확한 답변이 가능합니다.

  • ?
    vx맨 2011.04.05 20:11

    흠..


List of Articles
종류 분류 제목 글쓴이 날짜 조회 수
공지 묻고 답하기 가이드 습작 2014.06.14 12408
Board Pagination Prev 1 2 3 4 5 Next
/ 5