Passable Inside Tiles, Unmoveable Character

EmmeryFlame

Warper
Member
Joined
Oct 7, 2015
Messages
4
Reaction score
0
First Language
English
Primarily Uses
Hello, I am new to this site and still some what new to RPG Maker, I have watched tutorials

and have managed to get the hang of most stuff!

I am am now making my own original game rather then following the tutorial video any more and have come

across a problem when making doors. You have probably had this brought up before many times and before you say

ANYTHING, yes! My tiles are passable, ALL of them!! The floors have a O for passable, I would even had already

checked for a star in the top left of the tiles but for some reason there isn't one..so oh well I guess?

I have looked everywhere for answers, even checked here slightly and can't find anything! I

am seriously confused to what I have done wrong. Could someone please help me out??
 

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,098
Reaction score
13,704
First Language
English
Primarily Uses
RMMV
The star needs to be in the top left of the B tile. If it's not there, you need to put it there, not go "oh well, there isn't one". If that's an O, your character will be able to walk almost anywhere, and if it's an X they'll hardly be able to walk anywhere.


If you set the top left B tile to a star and there's still an issue, can you access the menu by pressing Escape? Can you at least turn in different directions? If you can't do those things, you have an autorun event, either on the map, or in the common events, that needs to be disabled. This includes events set to autorun even if there are no event commands.
 

Andar

Veteran
Veteran
Joined
Mar 5, 2013
Messages
31,367
Reaction score
7,676
First Language
German
Primarily Uses
RMMV

EmmeryFlame

Warper
Member
Joined
Oct 7, 2015
Messages
4
Reaction score
0
First Language
English
Primarily Uses
The star needs to be in the top left of the B tile. If it's not there, you need to put it there, not go "oh well, there isn't one". If that's an O, your character will be able to walk almost anywhere, and if it's an X they'll hardly be able to walk anywhere.

If you set the top left B tile to a star and there's still an issue, can you access the menu by pressing Escape? Can you at least turn in different directions? If you can't do those things, you have an autorun event, either on the map, or in the common events, that needs to be disabled. This includes events set to autorun even if there are no event commands.
So what you're saying is that the B tileset HAS to have a star? Well again I checked and there wasn't a tile empty for a star to even be...but on closer inspection I think I have sussed it out based on what you are saying. I had a certain tileset on B that wasn't on the already premade "interior" set, so looking at the one I had made myself and comparing it to the rpg makers premade one there was something wrong...

*goes to do said checking and testing*

Yes! I believe I have worked it out, I had something mixed up with my tileset designing, wasn't a case of not making it a star or an O, it was just which tiles I had put in tabs B and etc.

Thank you for your comments and answers x
 

Andar

Veteran
Veteran
Joined
Mar 5, 2013
Messages
31,367
Reaction score
7,676
First Language
German
Primarily Uses
RMMV
wasn't a case of not making it a star or an O, it was just which tiles I had put in tabs B and etc.
wrong - please read the description behind the link I gave in post #3 above.
It doesn't matter what tilesheet you place in the B slot - the first tile of the B-slot will ALWAYS have its grafic erased, even if there is one, and it always has to be set manually to star to prevent passability problems.
 

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,098
Reaction score
13,704
First Language
English
Primarily Uses
RMMV
I think all of the default tilesets have all of the tiles used. The only one that is empty is the top left B tile. You cannot use that as a regular tile. It must be empty (well it doesn't HAVE to be, but you can't draw with it), and it MUST have a star as passage setting.
 

EmmeryFlame

Warper
Member
Joined
Oct 7, 2015
Messages
4
Reaction score
0
First Language
English
Primarily Uses
wrong - please read the description behind the link I gave in post #3 above.

It doesn't matter what tilesheet you place in the B slot - the first tile of the B-slot will ALWAYS have its grafic erased, even if there is one, and it always has to be set manually to star to prevent passability problems.
well surprisingly the tilesets I selected for tab B did NOT have an erased slot for a star.
 

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,098
Reaction score
13,704
First Language
English
Primarily Uses
RMMV
You arguing about it is not going to change the fact. The top left tile in the B tileset MUST have a star. If it doesn't, then change it.


If you set it to have a star and you can still walk everywhere, then it is possible you have used a different blank tile in the B-E set to draw over everything, with a passability of O.


If that is not the case, then you may have a script that's affecting it.


If that is not the case, then you may have done a Set Move Route to set the player to THROUGH at some point, and it has not been changed back.


We can only tell you the reasons that would cause the behaviour you're seeing. You need to follow our suggestions and tell us the results of what happens when you do, if you want us to help solve your problem.
 

Andar

Veteran
Veteran
Joined
Mar 5, 2013
Messages
31,367
Reaction score
7,676
First Language
German
Primarily Uses
RMMV
well surprisingly the tilesets I selected for tab B did NOT have an erased slot for a star.
I think you don't understand what I'm talking about.

Make a test tileset with something that does have a tile on the first position - for example a tileset where you place OUTSIDE_C into the B-slot. It has that columns in the top part.

Now make a map with that tileset and try to place the top part of the very first column on the map. That is why we say the first tile of B is always erased.
 

EmmeryFlame

Warper
Member
Joined
Oct 7, 2015
Messages
4
Reaction score
0
First Language
English
Primarily Uses
I think you don't understand what I'm talking about.

Make a test tileset with something that does have a tile on the first position - for example a tileset where you place OUTSIDE_C into the B-slot. It has that columns in the top part.

Now make a map with that tileset and try to place the top part of the very first column on the map. That is why we say the first tile of B is always erased.
Well that was the problem, it didn't have a spare slot for a star, but now I've changed it to where it does have a slot for a star.

It's all good now and I'm not arguing about what you guys are saying Shaz, I am just telling you what was wrong with my thing. 

Never said anyone was wrong or whatever just telling it how it was in my thing. I don't think you were understanding what I was

trying to explain, yes I do want help and suggestions and I HAVE learnt something I didn't know until one of you said a thing.

Anyway I thank you all for your help, my issue was I just put a wrong tileset selection on the wrong tab and didn't realize that it needed a space for

a star even though ALL the tiles were passable. Now it has been corrected and I no longer have the issue x

Apologies for any mix ups or anything confusing!
 

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,098
Reaction score
13,704
First Language
English
Primarily Uses
RMMV
I think I did misunderstand. I didn't see anywhere where you said you changed it to a star - you kept saying it wasn't a star and I assumed you hadn't changed it, so the problem was still there.


Glad you got it sorted :)
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

People3_5 and People3_8 added!

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.

Forum statistics

Threads
105,868
Messages
1,017,083
Members
137,583
Latest member
write2dgray
Top