자유게시판

##################################################
# 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 47412
잡담 새로운 게임 제작툴...... 5 비극ㆍ 2011.01.17 299
잡담 One Night.................. >_< 1 Alkaid 2011.01.13 299
잡담 캐드작 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ 9 질풍처럼 2011.01.12 299
잡담 사이드뷰 스킬 정리 완료~ 3 파이어 2011.01.05 299
잡담 전 크리스마스날... 4 코르뉴 2010.12.25 299
잡담 ...제 각오가 허세가 될듯...ㅋㅋ;; 3 질풍처럼 2010.12.24 299
잡담 시험을 너머 돌아왔더니 2 서풍의계곡 2010.12.08 299
잡담 심심해서 만들어본.. 5 현문 2010.12.08 299
잡담 변화가 왔다 ㅡ! 1 Luxmea 2010.11.22 299
잡담 선 땄습니다. 6 현문 2010.11.13 299
잡담 라이네크님~ 3 현문 2010.09.26 299
잡담 거 참 이상하넹...? 6 JEWAPPI 2010.08.04 299
잡담 오늘도 포인트 사냥 8 누군가 2010.07.23 299
잡담 정말게임만들기 5 나이러스 2010.07.10 299
잡담 왘 레벨3이다 15 WinHouse 2010.07.08 299
잡담 으음.... 놀라운 사실들... 4 노력쟁이 2010.06.18 299
잡담 골터졌다!!! 4 - 츠 바 사 - 2010.06.12 299
잡담 안녕하세요~ 4 - 츠 바 사 - 2010.06.12 299
잡담 여러분 안녕하세요 5 쵸쵸 2010.06.06 299
잡담 왠지 눈을 괴롭히고 싶었다. 4 zero_Som 2010.03.27 299
목록
Board Pagination Prev 1 ... 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 ... 756 Next
/ 756