Chaos Project

RPG Maker => Tutorials => Tutorial Requests => Topic started by: dark-archangel on January 20, 2008, 10:29:50 am

Title: can someone help me?
Post by: dark-archangel on January 20, 2008, 10:29:50 am
I need a little help....
can someone to make a tutorial about tilesets...I mean about pasages,priorities and how can I fix the walking on the top of the trees?
Title: Re: can someone help me?
Post by: Memor-X on January 26, 2008, 05:35:48 am
i can help you abit, but not too much

Priorities: as far as i've gathered, they determin the priority of tiles overlappting eachother and the player, 5 means they will overlap everything and float on the very top, like pipes in the celling wile 0 means that everyting is ontop of it, also the positions of the tiles in the layers matter aswell, if you have a tile on the 2nd player with a piroity of 5 while you have a tile on the top layer with a piroity of 0, the 5 will show up on top, i get that when i stick fences behind a house under the roof

Passages: i'm not sure what you mean by this but i saw your talking about here you have 4 arrows and you can chnage then to dots, this shows the direction the events an player are blocked at on that tile, if you have a tile with north as a square while the others are arrows, it means on that tile you can't leave it by going north or enter it by going south, it's like the passibility with the X, O and [] but more control on where their blocked, you would mostly use this all the time for cliffs where you can walk to the edge of one, go around and to the other side of it giving the impression that you've gotten high up or went down

fixing up walking on trees, well if you look on the defult RTP Tilesets in the database you can see just how they set up a tree perfectly, follow that example and you should be fine

that's all the help i can give
Title: Re: can someone help me?
Post by: dark-archangel on January 26, 2008, 12:35:40 pm
I mean the simple passage,not the 4 dir passage
Title: Re: can someone help me?
Post by: Starrodkirby86 on January 26, 2008, 03:40:39 pm
If you don't want to walk on top of trees, but still want to go through them, set the tree's back to circles. Then go to Priority, and set it to something like *5.

---

Of course, Memor-X made an excellent explanation, the only thing I can add is that for a simple Passage, an O means passable and an X means it is a wall. Even though O is passable, the tile can still go over the player, this is through priorities. Also, there is a [] (Square) pass choice, but only for the autotiles. These are wall ceilings. The black things with the border basically.

For priority, consider the layer system, where you can put more than one thing. Usually, the highest layer wins right? Well, if their priorities are different, the one with the higher priority will be over the weaker one. But if they're the same, then layers will do their job. That's my two-cents, which is probably unhelpful.
Title: Re: can someone help me?
Post by: Blizzard on January 26, 2008, 04:00:31 pm
What I usually do: I use one tile with no graphic as wall on the third layer. That way I can easily and bugfree shape where the player can walk and where he can't.
Title: Re: can someone help me?
Post by: dark-archangel on January 27, 2008, 05:14:59 am
bliz : can repeat,I mean I don;t understood what you wanna tell
Title: Re: can someone help me?
Post by: Blizzard on January 27, 2008, 06:34:34 am
It's a little bit hard to explain. I use two tiles. One is impassable while the other is passable. The tiles have no graphic whatsoever, if I add them on the map, nothing can be seen. I use those two dummy tiles to set up the passability correctly in my maps. Like, I fill out all empty space that the player CAN walk on with the passable tile while I fill out the space he CAN'T walk on with the impassable one.
Title: Re: can someone help me?
Post by: dark-archangel on January 27, 2008, 09:54:46 am
whatever....
Title: Re: can someone help me?
Post by: Starrodkirby86 on January 27, 2008, 06:47:45 pm
What he means is that on the tileset, he'll have a blank tile that has a passage of X. He then puts this blank tile that has the passage of X whatever place he deems impassable for the player. So he doesn't really need to care about the whole tileset kaboodle in the Database.

Here's an example: (http://img168.imageshack.us/img168/6039/examplepb3.png)
Title: Re: can someone help me?
Post by: dark-archangel on January 28, 2008, 06:06:23 am
I understand,but in this was,sometimes is hard :P
Title: Re: can someone help me?
Post by: Calintz on January 29, 2008, 04:47:03 pm
So then this is resolved???
Title: Re: can someone help me?
Post by: dark-archangel on January 30, 2008, 07:44:54 am
yup....I fixed it :)