XP 스크립트

Source Thread:  http://save-point.org/thread-3981.html

  RPG 만들기 XP의 기본 오디오 모듈 대체 스크립트입니다.  이 스크립트는 winmm.dll(윈도우 미디어 재생기의 그거)을 사용하기 때문에 재생 가능한 파일형식은 현재 시스템에 설치되어 있는 코덱의 제한을 받습니다.  일단 스크립트와 작동은 데모를 보시기 바랍니다.


Features

  • Multiple channels of BGM, BGS and ME, allowing you to play multiple background sounds simultaneously
  • Default commands still function as normal
  • Script calls for additional channels
  • Allows the end-user to make music start and loop where he wants (some edits required)
  • Comes with a custom loop-point editor (makes the edits for you)


Demo Download: http://www.fileden.com/files/2008/10/3/2126590/Files/RPGMaker/RMXP/Demo/Audio_Module.zip


**루프구간 지정은 Game_System::bgm_play에 루프시킬 파일명과 루프구간을 밀리세컨드 단위로 지정함으로써 이루어집니다(원본은 톱니바퀴성의 MP3 루프연주: http://members.jcom.home.ne.jp/cogwheel/script/xp_mp3.html ).


**ogg 재생에 문제가 있는 경우(데모에서 전투 BGM이 ogg형식 사용) Xiph.org에서 Vorbis DirectShow Filter를 다운해서 설치해야 합니다.