Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: magiclight on Fri 19/08/2022 10:35:30

Title: Delete walkable area ?
Post by: magiclight on Fri 19/08/2022 10:35:30
Ok, silly question, I have a walkable area in a  room, I don't want it any more, sure, I can clear it/fill it so the character can walk anywhere, but is there no way to actually remove an existing walkable area, I don't want it at all there ?
Title: Re: Delete walkable area ?
Post by: Crimson Wizard on Fri 19/08/2022 11:07:02
There's always a fixed persistent number of walkable areas in AGS, regardless of whether they are painted or not, so don't bother yourself with that.
Title: Re: Delete walkable area ?
Post by: Brian925 on Tue 17/01/2023 05:55:34
I think what you mean is you don't know how to erase it?

Basically, you have to go to the room you have the walkable area, click "show this rooms" and scroll it to "walkable areas". You'll notice in the properties, all of the walkable areas have a property 1, 2, 3, 4 etc. If you click that drop down menu and set it to "walkable ID area 0" that will put you in eraser mode. then you just drag the square like you are creating a walkable area....but instead of creating it, it will erase what currently exists in that space.

I thought this was an important topic, so I chose to bump it since I had the same problem in the past.

Title: Re: Delete walkable area ?
Post by: Khris on Tue 17/01/2023 09:03:21
I don't really understand the question tbh, what's the difference between clearing it and erasing it?
And how does filling it remove it?
Title: Re: Delete walkable area ?
Post by: Nahuel on Tue 17/01/2023 12:08:20
???
Actions (https://adventuregamestudio.github.io/ags-manual/acintro2.html) this seems to be pretty simple, I would recommend to get the tutorial documentation read Starting Off (https://adventuregamestudio.github.io/ags-manual/StartingOff.html)

Quote[...] You can use the right mouse button with the drawing tools to erase areas in the same way that you use the left button to add them.

You can freehand removing parts and then with fill area tool you right click, and it's gone if there' no connections...