조회 수 679 추천 수 0 댓글 0
Atachment
첨부 '1'
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄


첨부파일 1번은 그 스크립트를 사용하고 나오는 오류입니다.


이 스크립트 http://rpgxp.zetyx.net/ 여기서 찾았는데요..
여기서 하라는 데로 폴더 만들고 파일도 넣었는데도 이러네요..
어디에 문제가 있는건가요?

참고로 그 스크립트가 있는 주소는
http://lee5948.cafe24.com/zeroboard/zboard.php?id=rgss1&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&keyword=avi&select_arrange=headnum&desc=asc&no=11
입니다.

아래는 스크립트 원본 입니다.
class Scene_Movie

def initialize(movie,length,exit_to_game=true)
   @readini = Win32API.new 'kernel32', 'GetPrivateProfileStringA', %w(p p p p l p), 'l'
   @movie_name = Dir.getwd()+"\Movies\"+movie+".<font color=FF001E style=background-color:FFF000;>avi</font>"
   @counter = length*10
   @exit_to_game = exit_to_game
   main
end

def main
   game_name = "" * 256
   @readini.call('Game','Title','',game_name,255,".\Game.ini")
   game_name.delete!("")
   Graphics.transition
   @wnd = Win32API.new('user32','FindWindowEx','%w(l,l,p,p)','L')
   @temp = @wnd.call(0,0,nil,game_name).to_s
   @movie = Win32API.new('winmm','mciSendString','%w(p,p,l,l)','V')
   @movie.call("open ""+@movie_name+"" alias FILE style 1073741824 parent " + @temp.to_s,0,0,0)
   @message = Win32API.new('user32','SendMessage','%w(l,l,l,l)','V')
  
   @detector = Win32API.new('user32','GetSystemMetrics','%w(l)','L')
   @width = @detector.call(0)
   if @width == 640
     fullscreen
     Screen::update
     sleep(1)
     Screen::update
     sleep(1)
     Screen::update
     sleep(1)
   end
  
   @movie.call("play FILE",0,0,0)
   loop do
    sleep(0.1)
    @message.call(@temp.to_i,11,0,0)
    Graphics.update
    @message.call(@temp.to_i,11,1,0)
    Input.update
    if Input.trigger?(Input::B)
      Input.update
      break
    end
    @counter = @counter - 1
    if @counter <= 0
      break
     end
   end
   @movie.call("close FILE",0,0,0)
   if @exit_to_game
     $scene = Scene_Map.new
   else
     $scene = nil
   end
   Graphics.freeze
   if @width == 640
     fullscreen
   end
end
end

def fullscreen()

$full.call(18,0,0,0)
$full.call(13,0,0,0)
$full.call(18,0,2,0)
$full.call(13,0,2,0)
end
$full = Win32API.new('user32','keybd_event','%w(l,l,l,l)','')

여기까지 입니다. 5번째 줄에서 오류가 나네요..

?

List of Articles
번호 제목 글쓴이 날짜 조회 수
1667 다우징머신 같은 스크립트.. Strawbe_Lee 2005.09.17 264
1666 얼굴에 눈코입이 없는 얼굴을 칠하려면?? file 서실이가자 2005.09.17 315
1665 시디키요.. 파란별☆ 2005.09.17 125
1664 [RPGXP][왕초보] 이벤트 질문! WideBodyKit 2005.09.17 306
1663 [RPGXP][왕초보] 이벤트 질문! WideBodyKit 2005.09.17 360
1662 [RPGXP][왕초보] 이벤트 질문! ggummoon 2005.09.17 417
1661 rpgxp]avi 실행시키는 스크립트에서 오류가 납니다... 셀샤스 2005.09.17 356
» rpgxp]avi 실행시키는 스크립트에서 오류가 납니다... file 오렌지맨 2005.09.17 679
1659 제가 직접 캐릭터를 도트로 찍어서 만들고 싶은데...! ojk02 2005.09.17 268
1658 ~_~ Kises S 2005.09.17 97
1657 밤낮 하는고 말인데요 ㅜ.ㅠPLZ~ 남자의로망스 2005.09.17 163
1656 알만툴xp 를 하는데 실행하거나 테스트시 이런 오류가 떠요 크리스트호 2005.09.17 370
1655 rpg2000에서 데미지 공식이 있던데.. 어둠의그림자 2005.09.17 419
1654 [RPG2003]턴알에서 무기끼고 몹 공격하면 에러납니다 초코렛 2005.09.16 393
1653 c언어와 함수 약손 2005.09.16 321
1652 대략 leecyid 2005.09.16 425
1651 c언어와 함수 호진짱 려 2005.09.16 479
1650 칸나누기 file Asua_ 2005.09.16 278
1649 칸나누기 술취한멍청이 2005.09.16 310
1648 아아~ 루비 스크립터를 갑자기 배우고 싶어집니다. 큰농구공 2005.09.16 150
Board Pagination Prev 1 ... 354 355 356 357 358 359 360 361 362 363 ... 442 Next
/ 442


[개인정보취급방침] | [이용약관] | [제휴문의] | [후원창구] | [인디사이드연혁]

Copyright © 1999 - 2016 INdiSide.com/(주)씨엘쓰리디 All Rights Reserved.
인디사이드 운영자 : 천무(이지선) | kernys(김원배) | 사신지(김병국)