RPGXP 스크립트
2013.09.26 01:28

정지 모션 스크립트

조회 수 713 추천 수 1 댓글 2
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

module XRXS_BreakActs
  #그래픽 파일
  SUFFIX = "_Act"
  #40이 1초입니다.
  WCOUNT = 100

  def character_name
    filename = super
    if @breakacting
      new_name = filename + SUFFIX
      filename = new_name if RPG_FileTest.character_exist?(new_name)
    end
    return filename
  end
  def breakact=(B)
    @breakacting = b
    @step_anime  = b
  end
  def update
    super
    if controllable?
      if @breakact_count.to_i > 0
        @breakact_count -= 1
      else
        self.breakact = true
      end
    else
      @breakact_count = WCOUNT
      self.breakact = false
    end
  end
end
class Game_Player < Game_Character
  include XRXS_BreakActs
end
class Game_Player < Game_Character
  def controllable?
    return !(moving? or $game_system.map_interpreter.running? or
            @move_route_forcing or $game_temp.message_window_showing)
  end
end

 

 

플레이어를 조작하지 않고 설정된 시간이 지나면 원래의 캐릭터 그래픽의 파일명에  "_Act"를 추가한 파일을 검색해

예) 원이 007-Fighter07 이라면 007-Fighter-Act 와 같이

해당 캐릭터 그래픽으로 변경하여 정지 애니메이션을 실행합니다.

 

?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수 추천 수
40 RPGXP 스크립트 장비 레벨 제한 2 2013.10.01 906 1
39 RPGXP 스크립트 장비제련 스크립트 청담 2013.09.24 1026 0
38 RPGXP 스크립트 전메뉴 반투명화 2 2013.10.01 768 0
» RPGXP 스크립트 정지 모션 스크립트 2 2013.09.26 713 1
36 RPGXP 스크립트 죽었을경우 마을로이동 스크립트 1 청담 2013.09.24 1067 0
35 RPGXP 스크립트 지정한 아이템 갯수 제한 스크립트 청담 2013.09.24 1136 0
34 RPGXP 스크립트 직업명 띄우기 청담 2013.09.24 772 0
33 RPGXP 스크립트 직업명 표시 file A.M.S 2010.10.24 1787 0
32 RPGXP 스크립트 직업명 표시 file A.M.S 2010.10.24 2103 0
31 RPGXP 스크립트 창고 시스템 2 창조도시 2008.01.18 1738 3
30 RPGXP 스크립트 창고 시스템 2 창조도시 2008.01.18 2168 3
29 RPGXP 스크립트 창고 시스템 1 청담 2013.09.24 988 0
28 RPGXP 스크립트 촬영 기술(부드러운 맵스크롤) 2 청담 2013.09.24 1652 0
27 RPGXP 스크립트 최초 시작화면에 제작자 정보를 띄워보자. 6 창조도시 2008.04.04 1961 5
26 RPGXP 스크립트 최초 시작화면에 제작자 정보를 띄워보자. 6 창조도시 2008.04.04 2530 5
25 RPGXP 스크립트 캐릭터 그림자 2 청담 2013.09.24 1548 0
24 RPGXP 스크립트 커다란 그래픽 좁은 길 못지나가는 스크립트 청담 2013.09.24 868 0
23 RPGXP 스크립트 컬러 비트맵 타이틀 스크립트 3  운 2015.01.20 854 1
22 RPGXP 스크립트 퀘스트 스크립트 21  운 2013.10.12 3103 2
21 RPGXP 스크립트 퀘스트스크립트 2 1 file A.M.S 2010.10.24 2511 1
Board Pagination Prev 1 2 3 4 5 6 7 8 Next
/ 8






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

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