VX 스크립트

Screenshot

스크립트는 여기부터 시작합니다.
#==============================================================================
# ** [ERZVX] Detailled Call Script Error Message (13. April 2008 01:14)
#------------------------------------------------------------------------------
#  Shows some details about error in call script and don't exit game.
#==============================================================================

class Game_Interpreter
  #--------------------------------------------------------------------------
  # * Script
  #--------------------------------------------------------------------------
  def command_355
    script = @list[@index].parameters[0] + "n"
    loop {
      if @list[@index+1].code == 655        # Second line of script and after
        script += @list[@index+1].parameters[0] + "n"
      else
        break
      end
      @index += 1
    }
    begin
      eval(script)
    rescue Exception
      msg  = "Error Type:n#{$!.class}nn"
      msg += "Map ID:n#{@map_id}nn"
      msg += "Event ID:n#{@event_id}nn"
      line = $!.message[7, 1].to_i
      msg += "Error's line number:n#{line}nn"
      lines = script.split(/n/)
      msg += "Error's line:n#{lines[(line - 1)]}nn"
      msg += "Whole script:n#{script}"
      print(msg)
    end
    return true
  end
end
Comment '3'
  • ?
    21stcentury 2008.10.28 23:07
    컥...뭐지...
  • ?
    Aakerse 2009.01.16 11:04
    그냥 맵 정보 나오는 건가?
  • ?
    훈덕 2009.01.30 08:51
    스크립트 에러메시지 정보를 좀더 자세하게 해주고
    게임이 강제종료되지 않게 해준다는군요.

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 스크립트 자료 게시물 작성시 주의사항 3 습작 2012.12.24 5398
197 기타 땅파기 18 file 비극ㆍ 2010.04.19 3013
196 메뉴 Final Fantasy VII Menu System 8 비극ㆍ 2010.04.19 3506
195 기타 스크린샷 기능 14 비극ㆍ 2010.04.19 2090
194 타이틀/게임오버 타이틀에서 홈페이지 연결 17 비극ㆍ 2010.04.19 2271
193 기타 메뉴에서 애니매이션 사용! 12 비극ㆍ 2010.04.19 3022
192 기타 그림자 없애기... 3 비극ㆍ 2010.04.19 1642
191 기타 세이브 포인트 2 비극ㆍ 2010.04.19 2518
190 기타 레벨업 이펙트... 20 비극ㆍ 2010.04.19 3768
189 기타 Lock Screen 3 비극ㆍ 2010.04.19 2012
188 그래픽 토마스 에디슨(파티클 엔진 비슷) 9 file 비극ㆍ 2010.04.19 3432
187 기타 전투후 이어지는 베경음 9 비극ㆍ 2010.04.19 2190
186 이동 및 탈것 자동 이동 시스템 20 file 허걱 2010.04.21 4303
185 메뉴 매우 간단명료한 메뉴. 32 file 비극ㆍ 2010.04.23 6619
184 메시지 직접 생각해서 만든 "문장 속 특정 단어 색 바꾸기" 10 file X.66 2010.04.28 4363
183 스킬 [ultimate series]스킬,아이템 데미지계산식을 자기입맛에 맞게 고치는 스크립트 16 file EuclidE 2010.05.04 4373
182 기타 [자작]게임 실행시 파일 체크 프로그램. 또는 파일 실행기. 16 file NightWind AYARSB 2010.05.20 3193
181 원경 원경(파노라마) 바꾸기 9 file 허걱 2010.05.28 3369
180 타이틀/게임오버 Graphics Load System 1.0.1 14 file NightWind AYARSB 2010.06.10 3230
179 변수/스위치 HG_Variables : 변수 확장 시스템 11 file 허걱 2010.06.14 2957
178 퀘스트 HG_QUEST_SYSTEM 29 file 허걱 2010.06.18 4130
Board Pagination Prev 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 Next
/ 32