자유게시판

##################################################
# MOG_BATTLEBACK_XP V1.0                         #
##################################################
# By Moghunter
# http://www.atelier-rgss.com
##################################################
# Allow you to use a picture as a background in battles
##################################################
# Inside the GRAPHICS folder, create a new folder named Battlebacks.
# Put the pictures inside the Battlebacks folder.
# To select an picture as a Battleback, use the command Call Script in a event,
# with this code:

# $game_system.bb = "FILE_NAME"
#
# In the place of FILE_NAME you have to put the  name of the Battleback picture.
# If you want that the map graphic be your Batteback, just place a name of a absent
# file.
#
##################################################
#############
#   CONFIG    #
#############
module MOG_VX02
# On/OFF Wave Effect
BB_WAVE_SWITCH = 54
# On/OFF VX Standard
BB_VXEDITION_SWITCH = 55
end
#-------------------------------------------------
$mogscript = {} if $mogscript == nil
$mogscript["battleback_xp"] = true
#-------------------------------------------------
###############
# Game_System #
###############
class Game_System
attr_accessor :bb
alias mog_vx02_initialize initialize
def initialize
mog_vx02_initialize
@bb = ""
end
end
###############
# Module Cache #
###############
module Cache 
  def self.battleback(filename)
    load_bitmap("Graphics/battlebacks/", filename)
  end
end
#################
# Spriteset_Battle #
#################
class Spriteset_Battle
include MOG_VX02
  def create_battleback
    @battleback_sprite = Sprite.new(@viewport1)
    source = Cache.battleback($game_system.bb.to_s) rescue empty
    if  $game_switches[BB_WAVE_SWITCH] == true
    bitmap = Bitmap.new(640, 480)
    else
    bitmap = Bitmap.new(544, 416)
    end
    bitmap.stretch_blt(bitmap.rect, source, source.rect)
    bitmap.radial_blur(90, 12) if  $game_switches[BB_VXEDITION_SWITCH] == true
    @battleback_sprite.bitmap = bitmap
    wave_on if  $game_switches[BB_WAVE_SWITCH] == true
 end
def wave_on
    @battleback_sprite.ox = 320
    @battleback_sprite.oy = 240
    @battleback_sprite.x = 272
    @battleback_sprite.y = 176 
    @battleback_sprite.wave_amp = 8
    @battleback_sprite.wave_length = 240
    @battleback_sprite.wave_speed = 120    
end
def empty
   @battleback_sprite.bitmap =  $game_temp.background_bitmap
 end
def create_battlefloor
    if  $game_switches[BB_VXEDITION_SWITCH] == true
    @battlefloor_sprite = Sprite.new(@viewport1)
    @battlefloor_sprite.bitmap = Cache.system("BattleFloor")
    @battlefloor_sprite.x = 0
    @battlefloor_sprite.y = 192
    @battlefloor_sprite.z = 1
    @battlefloor_sprite.opacity = 128
    else
    @battlefloor_sprite = Sprite.new(@viewport1)
    end
  end
end

 

TAG •

Who's 라이네크

?

작품연대기

XP - 아인 스토리 (만들다가 어려워서 포기)

VX - 타르타로스 -운명의검- (모든것을 쏟아부엇지만 아버님이 삭제하셔서 멸망)

2003 - 타르타로스 -운명의검- Again (다시 2003으로 도전하지만 몇달만에 컴터를다시키니 자료증발)

XP - 엘티어즈 ~고대의병기~ (현재만드는중 이건 완성한다 ... 젠장..)

 

으으 자료복구할방법은 업는겝니까 ㅠㅠ

지금만드는건 완성시킨다 젠장

Comment '2'

List of Articles
분류 제목 글쓴이 날짜 조회 수
공지 아방스 게시물 · 댓글 작성 규칙 (최근 수정일 2015.11.25) 17 file 완폐남™ 2012.07.17 40977
잡담 아으.. 요즘 진짜 Star..★ 2009.10.19 862
잡담 우허 오랜만에 들어왔는데 많이 바꼈어! 귤농 2009.10.18 1083
개인 서버 구축했습니다 하하하 2 정체불명 2009.10.18 1163
온라인 1 小子非 2009.10.18 1050
잡담 세미(기사) 선정리 끝 ;; 채색끝'ㅇ' 10 봉시기 2009.10.18 1386
패도의길 -레퀴엠- .. ~~ 어비스의 인도자 "데블리언 나이트" vs 세리프 ~~ 4 라이네크 2009.10.18 987
잡담 잘 쓰세요.. 2 이기동 2009.10.17 1207
젠장 왜 모습이안보여.. 망할 카두기 1 라이네크 2009.10.17 1087
잡담 10월 26일.. 칼리아 2009.10.17 1068
잡담 요즘 하는짓 1 이프 2009.10.17 766
VX 액알 ..만드는데 미치겠습니다... 2 전설속의연 2009.10.17 826
잡담 HEROs Dark 제작 임시 중단합니다. 2 완폐남™ 2009.10.16 876
잡담 사용하는 RPG 1 누군가 2009.10.16 736
잡담 앨리스 5 카르와푸딩의아틀리에 2009.10.16 1133
잡담 역시 우스이의 회 홈페이지는 번역기를 돌려서봐야제맛.... 1 vx가좋나xp가좋나 2009.10.16 1199
잡담 클로이(여흑사제) 도트 +_+...그리고 세미(기사)러프그림 10 봉시기 2009.10.16 1745
잡담 완폐남님 요청(?) 그림 4 봉시기 2009.10.15 1027
피와 땀을 흘리며 바꿧습니다 "ㅆ"ㅎㅎ 4 라이네크 2009.10.15 1093
선택지를 꾸몃는데.. "ㅆ";; 3 라이네크 2009.10.14 954
잡담 잘 쓰시길.... 이기동 2009.10.14 916
목록
Board Pagination Prev 1 ... 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 ... 755 Next
/ 755