질문과 답변

Extra Form



캐릭터들이 보이지 않게 저장을 하고싶은데 어디서 손을 대야하나요?


Comment '4'
  • ?
    은현 2015.09.11 07:48
    http://avangs.info/kin/1469197
    해당 글이 도움이 될 것 같습니다. 스크립트 내용은 페이스칩으로 대체하는 경우지만
    스크립트에서
    73번째줄인 draw_face($game_party.leader.face_name, $game_party.leader.face_index, 350, y) 이 부분을 지우시거나 앞에#을 붙여주시면 페이스칩도 보이지 않게됩니다.
  • ?
    은현 2015.09.11 08:02
    위 링크의 스크립트를 확인 해보니 다른분은 잘 되신다고 하시는데 저는 오류가 나네요.
    같은 분이 작성했지만 조금 다른 스크립트 입니다. 혹 위에것이 안되시면 이걸로 해보세요

    # =============================================================================
    # TheoAllen - Face Graphics on Save Menu
    # Version : 1.1
    # Contact : www.rpgmakerid.com (or) http://theolized.blogspot.com
    # (This script is translated by AbsoluteIce)
    # =============================================================================
    ($imported ||= {})[:Theo_SaveMenuFace] = true
    # =============================================================================
    # CHANGE LOGS:
    # -----------------------------------------------------------------------------
    # 2013.06.03 - Include map name as save header
    # 2013.06.02 - Started and finished script
    # =============================================================================
    =begin

    Introduction :
    This script gives the ability to see faces on the save menu

    How to use :
    Put below material and above main

    Terms of use :
    This script has a special condition, Feel free to use it.

    Note :
    This script lets you handle the look of the save menu. If you use another
    persons script that changes the way/design of the save menu, its highly
    possible that this script is compatible with it.

    =end
    # =============================================================================
    Include_Mapname = true # Set true / false to not include mapname
    # =============================================================================
    module DataManager

    def self.make_save_header
    header = {}
    header[:characters] = $game_party.characters_for_savefile
    header[:playtime_s] = $game_system.playtime_s
    header[:faces] = $game_party.faces_for_savefile
    header[:map_name] = $game_map.display_name
    header
    end

    end

    class Window_SaveFile

    def refresh
    contents.clear
    change_color(normal_color)
    name = Vocab::File + " #{@file_index + 1}"
    draw_text(4, 0, 200, line_height, name)
    @name_width = text_size(name).width
    #draw_party_characters(152, 58)
    draw_party_faces(80, 0)
    draw_mapname(0,0,contents.width,2)
    draw_playtime(0, contents.height - line_height, contents.width - 4, 2)
    end

    def draw_mapname(x,y,width,align)
    return unless Include_Mapname
    header = DataManager.load_header(@file_index)
    return unless header
    draw_text(x,y,width,line_height,header[:map_name],align)
    end

    def draw_party_faces(x, y)
    header = DataManager.load_header(@file_index)
    return unless header && header[:faces]
    puts header[:faces].size
    header[:faces].each_with_index do |data, i|
    draw_face(data[0], data[1], x + i * 96, y)
    end
    end

    end

    class Game_Party < Game_Unit

    def faces_for_savefile
    battle_members.collect do |actor|
    [actor.face_name,actor.face_index]
    end
    end

    end
  • ?
    request 2015.09.12 18:17
    해본 결과 window savefile 51번쨰 줄에서 오류가 뜨더군요

    아마도 vxa라서 그러는거같네요...

    vx는 없나요ㅜㅜ
  • ?
    request 2015.09.12 20:24
    아 다행이도 savefile에서 잠깐 만지니 됬네요 ^^

    답변감사드립니다!

List of Articles
종류 분류 제목 글쓴이 날짜 조회 수
공지 묻고 답하기 가이드 습작 2014.06.14 12442
RMVX 저장및 로드시 캐릭터들이 보이지 않는 방법 4 file request 2015.09.09 249
RMVX 주인공이 나무 윗부분을 걸어다녀요(?) 6 file Thyella 2016.07.20 249
RMVX 에틴님의 srpg 한글화 ver.100907 스크립트 오류 3 file SIES 2015.07.02 251
RMVX 화면을 어둡게하고싶은디 안돼요 4 아쳐 2015.04.22 251
RMVX 게임 완성했는데 다른컴퓨터에서 소리가 안나요 4 MUTLG 2016.01.12 252
RMVX 제가 네코데브에서 vx맵칩과 vxa맵칩을 혼용해 사용이 가능하다 들엇는데 1 file 맵배치모르는개초보 2015.01.20 257
RMVX 방 열쇠 얻는 방법좀 알려주세요 2 roykim09 2015.05.13 257
RMVX 데이터 베이스에서 스킬을 조절할 대 "정신 관계도"는 무슨 역활입니까? 5 file 후비고 2015.09.27 259
RMVX 타이틀 메뉴창을 바꾸고 싶습니다. 페포릴 2016.01.17 260
RMVX 타일을 깔았는데 그 주변이 바닥 타일이 아니라 공백으로 변해버리는 경우에 대해서. 2 file 위리리릴 2015.12.28 260
RMVX 걸어 다닐때 화면이 빨개집니다. 4 아아아ㅏ앙ㅇㅇㅇㅇ 2015.01.03 264
RMVX 캐릭터메이커VX 2 file ProjectPeBo 2017.07.21 264
RMVX 테스트 플레이 오류 : Script 'Cache' line 80: RGSSError occurred. failed to create bitmap 해결방법좀 알려주세요ㅠㅠ 꿈꾸는레인 2018.08.03 264
RMVX 메뉴 금지 1 ba람이 2014.12.18 265
RMVX 이벤트로 아이템창을 호출하려면 어떻게 해야하나요? 2 MMM 2015.03.14 266
RMVX 문열고 들어와서 말하는npc는 어떻게하나요? 2 file chol4723 2015.01.12 268
RMVX 배포용 게임작성 오류 7 file 빨간버섯 2015.02.16 269
RMVX 아이템 설명을 2줄로 만들 수 있을까요? 3 file 빡새 2015.03.24 270
RMVX 이 스크립트의적용 5 나루토페인 2015.02.01 270
RMVX 이 스크립트를 살짝 수정하고 싶은데 고수분들 도와주세요(자체해결) 1 기관차 2014.11.06 271
Board Pagination Prev 1 ... 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 ... 127 Next
/ 127