자유게시판

##################################################
# 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 41184
잡담 여러분 안녕하세요 5 쵸쵸 2010.06.06 292
잡담 그러고보니 , 3 zero_Som 2010.03.27 292
잡담 강현문님 몰랐는데 4 멋지다준기 2010.03.04 292
잡담 이거기적인데ㅋㅋㅋㅋㅋ 7 §포뇨§ 2010.02.28 292
잡담 포뇨님 이거슬 몬스터로 8 zero_som 2010.02.25 292
잡담 드디어 서른! 6 §포뇨§ 2010.02.25 292
잡담 오늘따라 자게가 폭발하는듯. 7 비애 2010.02.24 292
잡담 여러분 모두 잠들 시간이에요^^ 2 알중: 2010.02.23 292
잡담 랄라랄 1 고개들면헤샷 2009.03.10 292
잡담 안녕들 7 こなた 2009.02.12 292
잡담 으악 나의 분란글 어디갔냐!!!!!!!!!!! 4 Evangelista 2011.02.11 291
잡담 밤이 외로워요 6 시트르산 2011.01.26 291
잡담 운이 좋은건가..아니면 문자가 전송안되는건가.. 3 칼리아 2011.01.25 291
잡담 뭐여 2 거스 2011.01.22 291
잡담 One Night.................. >_< 1 Alkaid 2011.01.13 291
잡담 흠.. 몇월호에 넣을까; 10 칼리아 2010.12.24 291
잡담 얼굴인증레이스에 참여 1 사일런트 2010.07.26 291
잡담 오오오.... VX왠지 쉽고 그래픽땡기는뎈ㅋㅋ 5 JEWAPPI 2010.06.21 291
잡담 으흠 서버가 필요행행행 2 JEWAPPI 2010.06.07 291
잡담 주말 of 자게 Braker 1 zero_som 2010.03.06 291
목록
Board Pagination Prev 1 ... 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 ... 755 Next
/ 755