Ace 스크립트

#==============================================================================
# ** TDS Text Skip
#    Ver: 1.0
#------------------------------------------------------------------------------
#  * Description:
#  This script allows you to skip messages by pressing the cancel key (B) X.
#------------------------------------------------------------------------------
#  * Features:
#  Skip text boxes.
#------------------------------------------------------------------------------
#  * Instructions:
#  Just put it in your game and pres the the cancel key (B) X to skip text.
#------------------------------------------------------------------------------
#  * Notes:
#  None.
#------------------------------------------------------------------------------
# WARNING:
#
# Do not release, distribute or change my work without my expressed written
# consent, doing so violates the terms of use of this work.
#
# If you really want to share my work please just post a link to the original
# site.
#
# * Not Knowing English or understanding these terms will not excuse you in any
#   way from the consequenses.
#==============================================================================
# * Import to Global Hash *
#==============================================================================
($imported ||= {})[:TDS_Text_Skip] = true

#==============================================================================
# ** Window_Message
#------------------------------------------------------------------------------
#  This message window is used to display text.
#==============================================================================

class Window_Message < Window_Base
  #--------------------------------------------------------------------------
  # * Alias Listing
  #-------------------------------------------------------------------------- 
  alias tds_text_skip_window_message_wait_for_one_character wait_for_one_character
  alias tds_text_skip_window_message_input_pause            input_pause
  #--------------------------------------------------------------------------
  # * Determine if all text should be skipped
  #--------------------------------------------------------------------------
  def skip_all_text? ; $TEST and Input.press?(:B) end
  #--------------------------------------------------------------------------
  # * Wait After Output of One Character
  #--------------------------------------------------------------------------
  def wait_for_one_character(*args, &block)
    # Return if Skipping All Text
    return if skip_all_text?
    # Run Original Method
    tds_text_skip_window_message_wait_for_one_character(*args, &block)
  end 
  #--------------------------------------------------------------------------
  # * Input Pause Processing
  #--------------------------------------------------------------------------
  def input_pause(*args, &block)
    # Return and Remove Pause if skipping all text
    return self.pause = false if skip_all_text?    
    # Run Original Method
    tds_text_skip_window_message_input_pause(*args, &block)
  end
end

 

 

 

 

※ 스크립트에 필요한 버튼은

 

  def skip_all_text? ; $TEST and Input.press?(:B) end

로 수정하는 듯 합니다.

 

출처

http://rpgmaker.net/scripts/rmvxace/

Who's 스리아씨

?
뺘라뺘뺘
Atachment
첨부 '1'
  • ?
    율리율리 2014.02.26 00:47
    이거 테스트 플레이때만 작동하는 스크립트인가요?
  • profile
    AANNSS 2016.01.07 08:57
    아, 제가 실험해보니까 이거 스크립트에서 주황색으로 TDS_Text_Skip라고 되있는곳을 Text_Skip으로 바꾸고
    아래에 $TEST and Input.press?라고 되있는곳을 Input.press?라고 바꾸면 테스트 플레이 이외에도 스킵이 되네요.
  • profile
    AANNSS 2015.12.24 02:01
    이거 x로 스킵하는데 스킵버튼을 컨트롤로 어떻게 바꾸나요? def skip_all_text? ; $TEST and Input.press?(:B) end 이 안에 들어있는 B를
    단순히 Ctrl 로 바꾸면 안되던데...
  • profile
    데크크래프트 2016.02.05 02:11
    http://rpgmaker.net/scripts/296/
    원 출저 여기군요... ;~:... 크레딧 작업할떄 좀 찾느라 애먹었습니다...ㅠㅠ

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 스크립트 자료 게시물 작성시 주의사항 습작 2012.12.24 5890
공지 RPG VX ACE 유용한 링크 모음 16 아방스 2012.01.03 29747
117 변수/스위치 TYPE74RX-T: 셀프 스위치를 실시간으로 조작 Alkaid 2011.12.23 3382
116 그래픽 Khas Awesome Light Effects BugFix 12 file 허걱 2013.01.15 3381
115 HUD 동방프로젝트(풍신록) 맵 이름 표시 3 file 스리아씨 2013.09.24 3313
114 메뉴 시스템 칼라 스크립트 3 file 스리아씨 2013.10.27 3312
113 아이템 아이템 팝업 스크립트 15 스리아씨 2013.10.17 3307
112 변수/스위치 변수/스위치 전역 저장 시스템 ( 게임이 종료 및 재시작되어도 값이 변하지 않는 변수와 스위치를 설정 ) 7 미루 2013.07.11 3279
111 타이틀/게임오버 코아 코스튬씨의 랜덤 타이틀 출력 스크립트를 VX Ace용으로 변환 (테스트용) 1 Alkaid 2011.12.29 3237
110 기타 아이템 합성 스크립트 4 file 스리아씨 2013.09.26 3217
109 기타 던전 자동생성 4 Alkaid 2012.09.08 3203
108 맵/타일 XPMAP-EX : XPマップスクリプト by A Crying Minister (WHITE-FLUTE) file 습작 2013.06.09 3176
107 전투 Etude87_SRPG_converter_for_Ace_Add_on ver.1.02 2 습작 2013.02.18 3148
106 아이템 Tactics Ogre PSP Crafting System by Mr.Bubble 6 Alkaid 2012.09.17 3105
105 전투 GTBS v2 for VX Ace by GubiD 1 Alkaid 2013.07.19 3100
104 기타 Hurt Faces V1.2 (상처에 고통스러워하는 액터의 얼굴을 출력해봅시다.) 5 file spice 2014.09.19 3076
» 메시지 Text Skip [ 메시지 스킵 ] 4 file 스리아씨 2013.09.26 3057
102 HUD 화폐단위 표시 구분 5 file 허걱 2014.03.19 3010
101 타이틀/게임오버 Title Skip System - 타이틀 스킵 9 허걱 2012.12.17 2960
100 스킬 galvs]매직샤드 시스템. 1 file 글쎄,왜 난 적용이 안될까? 2013.06.09 2937
99 상점 VXAce SkillShop 스크립트 3 file 아이미르 2012.10.30 2923
98 저장 MSX - Window_SaveFile I & II 5 file Alkaid 2013.02.09 2922
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 Next
/ 11