질문과 답변

Extra Form

화면크기를 스크립트 메인에 Graphics.resize_screen(640, 480) 로 변경했습니다.

그랬더니 Khas Awesome Light Effects 스크립트의 색조변경이 잘리네요.

혹시 저 스크립트에서 크기를 어디서 조정할 수 있나요?

 

그리고 스크립트 설명에서

1. Map size
# This script searches surfaces on the map, in order to cut the light pictures.
# In a huge map, the number of surfaces may increase a lot, affecting the
# DYNAMIC LIGHT SOURCE only. Map size does not influence the static sources.

라고 나와있는데 저 맵사이즈가 화면 크기는 아니죠? 맵의 크기겠죠?

 

 

Comment '2'
  • ?
    말뚝이 2014.12.07 21:51
    470번째 쯤에 있는
    #--------------------------------------------------------------------------
    # ● Create Weather Viewport
    #--------------------------------------------------------------------------
    def create_weather_viewport
    dispose_weather_ex_viewport
    @viewport_weather_ex = Viewport.new(-32, -32, 530, 487) <- 이 부분을 화면 너비보다(640, 480) 크게 해주시면 잘 적용됩니다.
    @viewport_weather_ex.z = MOG_WEATHER_EX::WEATHER_SCREEN_Z
    @viewport_weather_ex.ox = ($game_map.display_x * 32)
    @viewport_weather_ex.oy = ($game_map.display_y * 32)
    end
  • ?
    overmind 2015.01.18 17:13
    이 스크립트가 어디에 있죠...?

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