RPGXP 스크립트
2013.10.01 06:44

발소리 스크립트

조회 수 1730 추천 수 0 댓글 6
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

이전에 올라온 것 보다 조금 더 간단합니다.

 

#==============================================================================
# ■ 발소리(ver 0.95) 
# by 피놀
#==============================================================================

 

module PLAN_STEP_SE
  # TAG[태그 ID] = RPG::AudioFile.new("파일명", 볼륨, 피치)
  TAG    = []
  TAG[1] = RPG::AudioFile.new("se_asioto_tuti01", 80)   # 흙 위를 걷는 소리
  TAG[2] = RPG::AudioFile.new("se_asioto_kusa01", 80)   # 풀 위를 걷는 소리
  TAG[3] = RPG::AudioFile.new("se_asioto_ki01", 80)     # 나무 위를 걷는 소리
  TAG[4] = RPG::AudioFile.new("se_asioto_tuti02", 80)   # 흙 위를 걷는 소리
  TAG[5] = RPG::AudioFile.new("se_asioto_isi01", 80)    # 돌 위를 걷는 소리
  TAG[6] = RPG::AudioFile.new("se_asiuoto_yuki01", 80)  # 눈 위를 걷는 소리
  TAG[7] = RPG::AudioFile.new("se_asioto_za01", 80)     # 행진
end


#==============================================================================
# 걾 Game_Character
#==============================================================================

class Game_Character
  #--------------------------------------------------------------------------
  # 걶 뺖릶몵돿
  #--------------------------------------------------------------------------
  def increase_steps
    $game_map.terrain_tag($game_player.x, $game_player.y)
     #화면상에서의 위치
    if ($game_map.display_y - 128 <= @real_y and $game_map.display_y + 16 * 128 > @real_y) and
       ($game_map.display_x - 128 <= @real_x and $game_map.display_x + 21 * 128 > @real_x)
      tag = $game_map.terrain_tag(self.x, self.y)
      $game_system.se_play(PLAN_STEP_SE::TAG[tag])
    end
    # 정지 카운트를 클리어
    @stop_count = 0
  end
end

# 걾 Game_Character
#==============================================================================

#발소리를 수정하시려면 module PLAN_STEP_SE 부분을 수정하시면 됩니다.

#==============================================================================

?

  1. 메뉴 스크립트 Zer0 CMS

    Date2013.10.01 CategoryRPGXP 스크립트 By Views1384 Votes0
    Read More
  2. 메뉴에 얼굴 그래픽 표시

    Date2013.09.24 CategoryRPGXP 스크립트 By청담 Views833 Votes0
    Read More
  3. 메뉴에 퀘스트 있는거

    Date2013.10.12 CategoryRPGXP 스크립트 By 운 Views1960 Votes2
    Read More
  4. 메뉴에서 실제시간 보는 스크립트

    Date2013.09.24 CategoryRPGXP 스크립트 By청담 Views607 Votes0
    Read More
  5. 메세지에 얼굴, 이름등 다양한 기능 넣기 UMS 스크립트

    Date2013.12.10 CategoryRPGXP 스크립트 By데노제 Views1618 Votes0
    Read More
  6. 모든 글자에 외곽선 넣는 스크립트

    Date2013.09.20 CategoryRPGXP 스크립트 By청담 Views1186 Votes0
    Read More
  7. 모든 글자에 외곽선을 넣어주는 스크립트

    Date2013.09.26 CategoryRPGXP 스크립트 By Views808 Votes1
    Read More
  8. 모션 스크립트

    Date2013.12.06 CategoryRPGXP 스크립트 By 운 Views2060 Votes0
    Read More
  9. 몬스터 도감

    Date2013.09.24 CategoryRPGXP 스크립트 By청담 Views1430 Votes0
    Read More
  10. 문과 상자를 쉽게 만들수 있는 스크립트

    Date2013.10.21 CategoryRPGXP 스크립트 By Views2244 Votes0
    Read More
  11. 물가에가면 캐릭터를 반사시켜주는 스크립트

    Date2007.12.02 CategoryRPGXP 스크립트 By창조도시 Views4490 Votes6
    Read More
  12. 물가에가면 캐릭터를 반사시켜주는 스크립트

    Date2007.12.02 CategoryRPGXP 스크립트 By창조도시 Views4994 Votes7
    Read More
  13. 미니맵 스크립트

    Date2013.09.20 CategoryRPGXP 스크립트 By청담 Views1875 Votes0
    Read More
  14. 미니맵 스크립트

    Date2013.10.01 CategoryRPGXP 스크립트 By Views2177 Votes0
    Read More
  15. 반칸이동

    Date2010.07.18 CategoryRPGXP 스크립트 ByA.M.S Views2184 Votes0
    Read More
  16. 반칸이동

    Date2010.07.18 CategoryRPGXP 스크립트 ByA.M.S Views2446 Votes0
    Read More
  17. 발소리 스크립트

    Date2013.10.01 CategoryRPGXP 스크립트 By Views1730 Votes0
    Read More
  18. 밤낮 설정

    Date2013.10.01 CategoryRPGXP 스크립트 By Views994 Votes0
    Read More
  19. 복권 스크립트

    Date2013.09.24 CategoryRPGXP 스크립트 By청담 Views927 Votes0
    Read More
  20. 복권 스크립트

    Date2013.10.01 CategoryRPGXP 스크립트 By Views1147 Votes0
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 Next
/ 8






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

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