자유게시판

##################################################
# 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'

  1. 아방스 게시물 · 댓글 작성 규칙 (최근 수정일 2015.11.25)

    Date2012.07.17 Category공지 By완폐남™ Views47344
    read more
  2. D-16 :: 91년생 멸망의 날... 얼마 남지 않았군(?).

    Date2009.10.27 Category잡담 ByMania Views908
    Read More
  3. 게임이름 패도의길-레퀴엠- --> 카오틱 히어로스 ~ 시간의 검~ // 으로 변경... 타이틀 사진이랑 캐릭터소개 합니다 "ㅆ";

    Date2009.10.27 By라이네크 Views1578
    Read More
  4. 바니걸 세이버 완성 +_+..?

    Date2009.10.27 Category잡담 By봉시기 Views1100
    Read More
  5. 진정한 논리퀴즈...

    Date2009.10.27 Category잡담 By코르뉴 Views1245
    Read More
  6. 후웁... 라이네크님 카나미님.

    Date2009.10.26 Category잡담 By시옷전사 Views1113
    Read More
  7. 내일 영화봅니답

    Date2009.10.26 Category잡담 Byzero_som Views1445
    Read More
  8. 중간고사결과!!!!!

    Date2009.10.26 Category잡담 Byvx가좋나xp가좋나 Views778
    Read More
  9. 오류가 떠요 ㅠㅠ..(어디에 올릴지 몰라서 이곳에 올려봅니다.)

    Date2009.10.26 By만득이 Views1916
    Read More
  10. 할일없는아방스 회원을 위한 논리퀴즈.

    Date2009.10.26 Category잡담 Byzero_som Views1651
    Read More
  11. 패도의길 . 총 사용가능한? 액터들 공개..

    Date2009.10.26 By라이네크 Views1148
    Read More
  12. 두번째마을 맵배치... 조언좀 많이해주세요

    Date2009.10.26 By라이네크 Views1130
    Read More
  13. 시험점수!!

    Date2009.10.26 Category잡담 By칼리아 Views927
    Read More
  14. 이번엔 폭포랄까...

    Date2009.10.26 Category잡담 By코르뉴 Views968
    Read More
  15. 무한의검제 99% 완성판

    Date2009.10.26 By라이네크 Views1086
    Read More
  16. 오늘도 실시간 그림 수정놀이 ;ㅇ;(바니걸 세이버)1차명암

    Date2009.10.26 Category잡담 By봉시기 Views954
    Read More
  17. 개구락지

    Date2009.10.25 Category잡담 By코르뉴 Views869
    Read More
  18. 라이네크님 스크립트예요ㅋ

    Date2009.10.25 Category잡담 By완폐남™ Views594
    Read More
  19. 쪼금 흉내내본 고스트라이더

    Date2009.10.25 Category잡담 By小子非 Views1207
    Read More
  20. ㅇㅅㅇ..;;; 아직 반도 못그렸는뎈 ㅠㅠ

    Date2009.10.25 Category잡담 By봉시기 Views1450
    Read More
  21. 배 만드는게 장난이 아니네요ㅎㅎ

    Date2009.10.25 Category잡담 BySkybound Views947
    Read More
목록
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