질문과 답변

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 12460
RMVXA 그림 맵 3 :3 2015.08.28 197
RMVXA ACE스크립트중에 특정 엔딩에 따른 타이틀 분기 글이 사라졌네요ㅜㅜ 2 동생 2015.08.30 192
기타 RPG VX게임 글자가 안나와요 8 file 헤르나오 2015.08.30 6980
RMVX vx가 실행이 안됩니다. 이경로 2015.08.30 152
RMVXA 일본어 vx ace 게임을 번역하려고 합니다 우훟뤃 2015.08.31 189
RMVXA 탈것의 초기위치 2 유우니사막 2015.08.31 170
RMVXA 메뉴->아이템->특정 아이템 사용 시 그림을 띄우는 방법에 대해 질문 드립니다. 7 file 류미엘 2015.09.01 276
기타 원드라이브로 파일 올려서 공유하면 안되나요?? 3 드래곤규 2015.09.02 355
RMVXA npc 호감도 올리기로, 선물 시스템을 만들려고하는데.. [vxace] 3 CJY 2015.09.02 386
RMVXA 레벨을 올리는 이벤트 깡쨩 2015.09.02 117
기타 치트오매틱 오류? 4 뀨잉뀨잉 2015.09.03 1688
기타 [2d 격투 만들기 2nd] 점프중 이동 질문입니다 file 줄기 2015.09.03 153
RMVXA 질문합니다. 6 file 류미엘 2015.09.06 171
RM2k3 rpg2003 폰트는 어떻게 바꾸나요? 천둥번들 2015.09.06 317
RMVX [RPG VX] 사이드뷰 문제입니다 ㅠㅠ 고글고글 2015.09.07 173
RMVXA 캐릭터 칩 Import 크기 및 잘림 현상 4 file 가온누리오 2015.09.08 267
기타 강좌 세븐나이츠 2015.09.08 121
RMVXA 문장 부분에 띄운 부분에 이물질(?)이 있는 것 같이 표시됩니다..ㅠㅠ 3 file kusiyaro 2015.09.09 175
RMVX 저장및 로드시 캐릭터들이 보이지 않는 방법 4 file request 2015.09.09 249
RMVXA 배틀 할때 4명 이상의 파티로 배틀 할 수 있는 법은 없나요? 2 야느와르 2015.09.10 175
Board Pagination Prev 1 ... 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 ... 517 Next
/ 517