XP 스크립트

http://www.gamebaker.com/rmxp/script-xs/transfer-music.htm
맵을 이동할 때, 맵 이동 대상이 현재 플레이어가 있는 맵이라면 현재 지정된 맵의 음악을 처음부터 시작하지 않게 합니다.


#=============================================================================
# ** SG Transfer Player Music Fix
#=============================================================================
# sandgolem
# Version 2
# 13.07.06
#=============================================================================
#
# To use this script-x, copy it and insert it in a new section above "Main",
# but under the default script-xs and the SDK if you're using it.
#
#=============================================================================

begin
SDK.log('SG Transfer Player Music Fix', 'sandgolem', 2, '13.07.06')
if SDK.state('SG Transfer Player Music Fix') != true
@sg_transmusicfix_disabled = true
end
rescue
end

if !@sg_transmusicfix_disabled
#--------------------------------------------------------------------------

class Game_Map
alias sandgolem_transmusicfix_gamemap_autoplay autoplay
def autoplay
if $sg_autoplay_temp != $game_temp.player_new_map_id
sandgolem_transmusicfix_gamemap_autoplay
end
$sg_autoplay_temp = nil
end
end

class Scene_Map
alias sandgolem_transmusicfix_scenemap_transfer transfer_player
def transfer_player
$sg_autoplay_temp = $game_map.map_id
sandgolem_transmusicfix_scenemap_transfer
end
end

#--------------------------------------------------------------------------
end

**맵을 옮겨도 이전 맵의 음악이 계속 재생되는 버그를 수정한 버전입니다.

Who's 백호

?

이상혁입니다.

http://elab.kr


List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 스크립트 자료 게시물 작성시 주의사항 습작 2012.12.24 6203
581 전투 전투 특수효과 ActionEX 스크립트 1 file 백호 2009.02.21 1660
580 전투 KGC_FusionEnemy(에너미 융합) 1 백호 2009.02.22 1660
579 전투 Active Time Battle 2.62 by パラ犬 file Alkaid 2010.09.06 1660
578 장비 장비착용시 올스탯 표시 2 file 백호 2009.02.21 1665
577 스킬 [KGC]시간차스킬 스크립트 -일종의 죽음의 선고?- 1 file 백호 2009.02.22 1666
576 기타 [KGC]강화스크립트 백호 2009.02.21 1667
575 메뉴 Ryex's Collapsing CMS 2.51 3 Alkaid 2010.09.05 1667
574 메뉴 메뉴 화면 개조 스크립트 1 백호 2009.02.21 1668
573 전투 Battle Report 1.6 by Raziel@rmxp.org 1 file 백호 2009.02.22 1672
572 기타 포커(Blackjack) 게임을 도입하는 스크립트 5 file 백호 2009.02.21 1675
571 아이템 아이템제한스크립트 ps인간 2009.01.23 1680
570 이동 및 탈것 마우스 이동 조금 뜯어봤습니다. file 백호 2009.02.21 1680
569 메뉴 메뉴에서 커맨더실행하기 5 WMN 2008.04.06 1682
568 상점 밑에 글 영어로 뜨는거 수정(여관시스템) 7 file 백호 2009.02.22 1684
567 전투 렙업했을때 포인트 주고 스탯 올리기 7 file 백호 2009.02.21 1685
566 전투 Minkoff's Animated Battlers - Enhanced 13.2 by DerVVulfman Alkaid 2010.09.10 1687
565 기타 레벨업포인트 3 백호 2009.02.22 1693
564 기타 Book Event v2 by Bruth 5 백호 2009.02.22 1694
563 장비 장비품개조 - KGC_AlterEquipment (8/12일자) 2 file 백호 2009.02.22 1695
562 기타 레벨업스크립트(xp) 2 게임을만들자! 2014.08.05 1695
Board Pagination Prev 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 ... 52 Next
/ 52