RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[RESOLVED][RM2K]Image Sets?

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 67
RMRK Junior
I've been trying to find what the sprite dimensions for characters and tiles are so I can make my own graphics, but surprisingly I can't find them anywhere. *kicks Google*

Someone has to of asked for sprite dimensions. Can someone lead me somewhere that lists the sprite dimensions for tiles and characters and stuff, or just post them here?
« Last Edit: July 23, 2011, 03:52:46 PM by 11clock »

**
Rep: +0/-0Level 67
RMRK Junior
Okay, so I found out about the templates for chipsets and charsets and whatever.

http://rpgcrisis.net/archive/index.php?/topic/1044-templates-rm2k3/

However, it's not explained how they work. Can someone explain what I put in each box? It's strait forward for the facesets, but not for the others.

**
Rep: +0/-0Level 67
RMRK Junior
which one would you like to know? you can figure out how they work by looking at the RTP chipsets or other chipsets RPG Maker gives you, looking at them in the program, and comparing them to those templates, but i can tell you about specific ones if youd like. just name which ones.

if youre using RM2K, the path for the RTP images should be here:
C:\Program Files\ASCII\RPG2000\RTP

**
Rep: +0/-0Level 67
RMRK Junior
which one would you like to know? you can figure out how they work by looking at the RTP chipsets or other chipsets RPG Maker gives you, looking at them in the program, and comparing them to those templates, but i can tell you about specific ones if youd like. just name which ones.

if youre using RM2K, the path for the RTP images should be here:
C:\Program Files\ASCII\RPG2000\RTP

I mainly want to know about the Chipsets. I took some peaking around the files and I think I have a good idea now, but I can't really be too sure.

**
Rep: +0/-0Level 67
RMRK Junior

 


1. the BLACK and BLUE tiles are normally for water. each black and blue section is separated into 3 x 4 sections. how they work is that each column of a section (starting from the left) is one frame of animation; i.e. if you compare it to the basis chipset, go left to right in one of the water sections and its like 3 frames of animation. you get 3 frames of animation per 3 x 4 section. all the different water tiles are there so that they can autotile, i.e. have it so you can just 'draw' water on your map... they cover all the angles you have to have to make your water look smooth. if you copy the structure of how they did it (i.e. horizontal water, then vertical, etc) from a chipset with water you should be fine. common uses are: water, deep water, and water with snow around it.

2. the GREEN and YELLOW section right under the water is for animations. you can make 3 tiles that animate, with 4 frames each. each column is one tile; the animation starts from the top. if you compare it to the basis chipset from the RTP its got a waterfall, a whirlpool, and an ice-block like thing... all the animations start at the top and end at the bottom, frames each. you can put things like animated flowers, waterfalls, or just random animated extras here.

3. the LIGHT BLUE and BLACK and GREY and BLACK sections are all for autotiles; there are no differences between the two colors as far as I know of. how the autotile sections work is this way: the top left tile is if you just drew a single tile in RPG Maker, the top middle tile is what surrounds it, and the top right is for bridging corners. the bottom 3x3 section of it (stay alert, haha, the whole section is still 3 x 4, nothing different) is if you drew a 3x3 'square' of the tile on RPG Maker. RPG Maker will take all the tiles and information from each of these sections so you can draw smooth tiles. you get 12 auto tile spaces not counting water. you can put things like grass, dirt, snow, house borders, etc. here.

4. the GREEN and YELLOW section is where you place any tile thats not an autotile or water, and also has NO transparency. things can be put in any order here and it doesnt matter. use this area to just put any extras you have in, such as mountain structures, stairs, variants of floor tiles, anything you can think of that DOESNT have transparency. but on the blank chipset image, the one tile where it says TRANSP. MUST be kept open; it can be any color you like but it has to be a different color than anything on the tileset. thats your transparent color. when you place that on the map, it takes the tile away and shows a parallax background that you can choose for any map; thats what its for.

SECOND LAYER
5. anything ORANGE AND BLUE is designated for the second layer of tiles. this is where you put things that have transparent parts, i.e. tree tiles, flowers, chairs, rocks, statues, etc. the color surrounding it is the transparent color: the color that WONT show up in the editor/ingame. it should be the same color as the transparent tile in the GREEN and YELLOW section we just covered up above. tiles in here can be in any order and it doesnt matter where they are placed. but you also have a transparent tile here, too; its at the beginning of the section. keep that blank (i.e. the same color as your transparent color) as that is your blank second layer tile.

thats it, i hope i explained that well; if you have any other questions just write it in this topic. :) good luck with your tileset!

**
Rep: +0/-0Level 67
RMRK Junior
Alright, thanks!

Irrelevant question, but is there a place here where I can request for facesets and character sets?

**
Rep: +0/-0Level 67
RMRK Junior