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 6202
461 기타 디버그 윈도우 강화! 3 file 백호 2009.02.21 1550
460 스킬 랜덤 스킬 스크립트 2 file 백호 2009.02.21 979
459 전투 랜덤 전투음악 by Fomar0153@rmxp.org 1 백호 2009.02.22 1008
458 기타 랜덤 지하 감옥 작성 스크립트 1 file 백호 2009.02.21 1338
457 전투 랜덤으로 적을 출현시키는 스크립트 백호 2009.02.21 1216
456 레벨 9999 스크립트 23 WMN 2008.03.17 2218
455 전투 레벨 상승 화면 개조 스크립트 4 file 백호 2009.02.21 1884
454 기타 레벨, 능력치 무한 스크립트 3 백호 2009.02.22 1712
453 기타 레벨,능력치 9999 3 백호 2009.02.22 1596
452 기타 레벨9999만들기스크립 23 해파리 2009.04.10 3344
451 기타 레벨9999스크립트 4 백호 2009.02.21 1151
450 전투 레벨업 시스템 제거 스크립트 file 백호 2009.02.21 1117
449 기타 레벨업스크립트(xp) 2 게임을만들자! 2014.08.05 1695
448 전투 레벨업시 능력치 표시 2 백호 2009.02.22 1621
447 기타 레벨업시 전회복 by ccoa 8 백호 2009.02.22 2514
446 기타 레벨업포인트 3 백호 2009.02.22 1693
445 기타 레벨을 표시해주는 스크립트 5 백호 2009.02.22 2405
444 저장 렉없는 자동세이브 스크립트 2 백호 2009.02.22 1591
443 저장 렉없는 자동세이브(중복임??) 4 캉쿤 2011.09.12 1991
442 저장 렉없은 자동 세이브 15 알피지GM 2010.03.07 2328
Board Pagination Prev 1 ... 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 ... 52 Next
/ 52