질문과 답변

Extra Form

1. RPGXP에는 2003에 있던 맵칩 교체라던가 일정타일끼리 교환하는 것이 불가능한가요?

 

2. 애니메이션이 화면색조변경에 가려지게 되어있던데  애니메이션도 화면 색조변경에 관계없이 1순위로 위에 나타나게 할 수는 없나요?

 

3. 그리고 애니메이션이 픽쳐아래에 원래 가려지게 되어있는데, 그 우선순위도 바꾸는 방법이 없을까요?

 

 

타일셋의 교체가 없다니...  좀 충격이 큽니다.....

Who's 석진이

?

----------------------------------------------------------------------------

이름: 曺 錫眞

경력:

만화11년

RPG2003 9년

BGM작곡 8년

홈가꾸기 6년

헤어디자인 3년

2009 CVCC Tech Fair Portfolio 1st place

2010 CVCC Tech Fair Portfolio 1st place

2011 CVCC Tech Fair Portfolio 1st place

2010 CVCC Art Fair Tin Drawing 3st place

2010 연말 콘서트 보컬

택견 3개월

Mix Martial Art 4년

절권도 1년

야마카시1년

기타:

2011/3/19 마인크래프트 숨겨진 동굴 상자 발견 스샷도있음

한팔 두손가락 팔굽혀펴기 3번 하면 엄지손가락 쓰림

2010 가을 no hand backflip 성공

2010 겨울 벽차고 no hand backflip 성공

2010 겨울 벽 타고 3발자국 뛰어올라 backflip 착지 성공

초딩때 멋모르고 오는고백 그냥 다받아줘서 3다리(?) 걸치다

여차저차 천천히 다 잃음.  왜냐면 당시 나는 나가서 철봉하는게 더 재미있었다.

여자대처술대신 힘을 얻은것이다.....

2010~2011 망할 피직스로 한해를 고통받았음  왜골랐는지 모를 미친 온라인 클래스

2011년 3월 요즘 알만툴게임 정황을 보기위해 급 등장

2011년 3월  더블제이님의 메탈페이블 제작팀원이 되었다.

2011년 5월 이벤트 전문 질문답변을 시작함.

2011년 5월 어린이게임을 만들고있다.


-탈퇴 준비중- 어린이 게임 이후엔 이제 알만 다 손 놓을계획.

------------------------------------------------------------------------------

 

싸움쟁이

http://www.seokjin49.wo.to

싸움쟁이 만화 홈페이지.
싸움쟁이 만화, 음악, 게임, 유튜브 채널, 스케치 등 제공.

Comment '9'
  • ?
    Alkaid 2011.06.03 12:43

    타일셋 교체는 스크립트를 사용하여 구현 가능합니다.(스크립트가 예전 phylomortis.com에 있었다만....)  그리고 XP의 경우 가로 크기만 맞춰주면 타일셋을 얼마든지 크게 만드는 것이 가능하죠(그렇다고 해도 32000픽셀 넘어가면 제대로 쓸 수 있다는 보장 없음).


    - 예전 phylomortis.com에 올라왔던 타일셋 바꾸기 스크립트: http://save-point.org/showthread.php?tid=2754

    - ccoa씨의 타일셋 교환 스크립트 - http://save-point.org/showthread.php?tid=2414


  • ?
    석진이 2011.06.04 10:26

    감사합니다!

    링크를 눌러보지않아서

    사용법이 어떨지 감이안잡히지만 일단 해보고

    모르는것이 있다면 그때 다시 질문드리겠습니다.

    감사합니다 :)

  • ?
    Alkaid 2011.06.04 12:49

    (이 사이트... 이번엔 또 뭔일 생긴 거야........ OTL)

    Ryethe씨의 스크립트는 일단 별도로 올리기로 하죠.

  • ?
    석진이 2011.06.04 10:31
    Not Found


    The requested URL was not found on this server.


    Servage.net Clustered Webhosting running enhanced Apache Webserver

     

    라는데.... 저만그런가요 );  ?

  • ?
    만능태도 2011.06.03 17:18

    말씀하시는게 타일a -> 타일b 로 변신 (ex. 닫힌 오크통이 -> 열린오크통으로)하는건지.

    아니면 Alkaid 님 말처럼 새로운 추가타일을 원하는건지. (이 경우 DB에서 통합타일을 사용하면 됨.)

     

    전자라면 이벤트로 구현하시면 됩니다. (극히 노가다가 되겠지만서도)

    이벤트 그래픽을 이용해서 만든후 특정조건(스위치or변수 등등)이 되면 그래픽을 변환시켜주면 되지요.

     

  • ?
    Alkaid 2011.06.03 20:01

    사실 이벤트노가다 보다는 스크립트 사용이 더 쉽습니다.(스크립트는 이미 링크했음)

  • ?
    석진이 2011.06.04 10:16

    예, 노가다성이 심하며 효율이 떨어지기때문에 배제한 방법입니다.

  • ?
    Alkaid 2011.06.04 12:57
    #==============================================================================
    # Change Map Tileset by Ryethe
    #------------------------------------------------------------------------------
    # This script restores yet another missing feature in RPG Maker XP relative to 
    #RPG Maker 2000 and 2003. This script allows you to change the tileset used by 
    #the current map. This is especially useful on maps that use multiple elevations, 
    #since you can change the tileset priorities as the player changes elevation. 
    #To use this script, add the variable declaration to Game_Map, as shown. Then, 
    #add the new method replace_tileset to Game_Map. Next, add the red text at the 
    #very beginning of the update method in Spriteset_Map. To change the tileset, 
    #use the "Script" command to call $game_map.replace_tileset(x), where x is the 
    #ID number of the new tileset, as shown in the database.
    #==============================================================================
    
    #==============================================================================
    # ** Game_Map
    #------------------------------------------------------------------------------
    #  This class handles the map. It includes scrolling and passable determining
    #  functions. Refer to "$game_map" for the instance of this class.
    #==============================================================================
    
    class Game_Map
    # ---------------
      attr_accessor :new_tileset #타일셋 변경
      #--------------------------------------------------------------------------
      # * Setup Map ID
      #--------------------------------------------------------------------------
      alias rhythe_tileset_change_game_map_setup setup
      def setup(map_id)
        rhythe_tileset_change_game_map_setup(map_id)
        @new_tileset = false    
      end
      #--------------------------------------------------------------------------
      # * Replace Current Tileset to other
      #--------------------------------------------------------------------------
      def replace_tileset(new_tiles) # New Method
        tileset = $data_tilesets[new_tiles]
        @tileset_name = tileset.tileset_name
        @autotile_names = tileset.autotile_names
        @panorama_name = tileset.panorama_name
        @panorama_hue = tileset.panorama_hue
        @fog_name = tileset.fog_name
        @fog_hue = tileset.fog_hue
        @fog_opacity = tileset.fog_opacity
        @fog_blend_type = tileset.fog_blend_type
        @fog_zoom = tileset.fog_zoom
        @fog_sx = tileset.fog_sx
        @fog_sy = tileset.fog_sy
        @battleback_name = tileset.battleback_name
        @passages = tileset.passages
        @priorities = tileset.priorities
        @terrain_tags = tileset.terrain_tags
        $game_map.new_tileset = true
      end
    end
    
    
    #==============================================================================
    # ** Spriteset_Map
    #------------------------------------------------------------------------------
    #  This class brings together map screen sprites, tilemaps, etc.
    #  It's used within the Scene_Map class.
    #==============================================================================
    
    class Spriteset_Map
      #--------------------------------------------------------------------------
      # * Frame Update
      #--------------------------------------------------------------------------
      alias rhythe_tileset_change_spriteset_map_update update
      def update
        if $game_map.new_tileset == true #타일셋 변경
        @tilemap.tileset = RPG::Cache.tileset($game_map.tileset_name)
        @tilemap.priorities = $game_map.priorities
        for i in 0..6
          autotile_name = $game_map.autotile_names[i]
          @tilemap.autotiles[i] = RPG::Cache.autotile(autotile_name)
        end
        $game_map.new_tileset = false
        end
        rhythe_tileset_change_spriteset_map_update    
      end
    end
    
  • ?
    석진이 2011.06.05 04:13

    헉... 어지럽다...  ););  천천히 읽으면서 사용해볼게요.  정말 감사합니다 :)


List of Articles
종류 분류 제목 글쓴이 날짜 조회 수
공지 묻고 답하기 가이드 습작 2014.06.14 12397
RMXP 타일셋 질문 3 로돌프 2010.09.07 6330
RMXP 제발 도와주세요, 타일 세트에 관련된... 4 핸디로 2010.09.08 5974
RMXP 스크립트 오류.. 4 아옹옹니 2010.09.07 5801
RMXP rpg xp rpg vx 캐릭터 질문 2 레고 2012.10.02 5313
RMXP RPGXP에서 셀프스위치 조작할때요 2 z아베크롬비 2012.09.22 5114
RMXP 게임화면크기를이렇게줄이는방법좀알려주세요 2 file 크리플 2011.05.22 5060
RMXP rpg 2000 실행하면 오류가 떠요 ㅠ file 가데스 2011.04.20 5026
RMXP 맵칩으로 맵만들고 테스트했는데.... 1 sdasdqsd 2012.06.24 4926
RMXP 오니의 스위치를 이용한~ 간단한 맵이동 왕딱지초 2013.02.19 4858
RMXP 타일을 다운 받았는데 나무나 산 주위가 하얗게되네요 2 황제님 2010.09.09 4842
RMXP RPG XP 게임실행 오류... 도와주세요!!! 1 file 블라블라 2012.01.08 4832
RMXP RPGxp 대화말옆에 캐릭얼굴 뜨게 하는방법좀요.. 2 RPG진리 2010.09.10 4441
RMXP RPGXP 메뉴 스크립트 오류문의 1 메인제작재혁♥ 2012.06.24 4403
RMXP Rpgxp 맵칩 제작 1 미친존재감 2012.01.09 4401
RMXP rgss플레이어가이상함 1 멋진놈 2010.09.20 4305
RMXP 드래곤 퀘스트 IV 시스템 스크립트 구현을 원합니다. 3 지나가는떡꼬치 2012.06.26 4193
RMXP RPGXP 특정 사운드소스 출력 오류 2 아놔아아 2012.02.21 4100
RMXP rpg xp 대화창이랑 폰트 어떻게 바꾸나요? 1 매콤한빨간모자 2012.09.08 3999
RMXP 스크립트=정기적병렬처리 이벤트? 3 stonesoup 2012.04.19 3989
RMXP RPG2000일판 어플로케일 돌리는데 오류가... 1 영혀늬 2011.07.10 3945
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 90 Next
/ 90