Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Fluxpuppy on Thu 05/05/2022 19:17:07

Title: moving Views/characters/etc Into sub folders in the side lists after using them?
Post by: Fluxpuppy on Thu 05/05/2022 19:17:07
Probably a bit of a dumb question, I've managed to figure most stuff out myself with the help of tutorials and the AGS guide but I'd like to ask about something.

In the lists to the right (I've forgotten the technical name) where you have your views, sounds, characters, objects, etc.

If I have been creating characters just under the 'character' header but realise I should probably arrange them into folders now that my game is growing, can I do that at any point?
or does it creating coding problems moving things about like that? same for views, I'd just like to move things into subfolders so I dont have to scroll down a big list, if not i'll just have to live with it haha.

thanks!  :=
Title: Re: moving Views/characters/etc Into sub folders in the side lists after using them?
Post by: Matti on Thu 05/05/2022 19:46:12
That's no problem. Just create folders and put the things in there, this doesn't mess up anything.

I think the technical term is project tree  :)
Title: Re: moving Views/characters/etc Into sub folders in the side lists after using them?
Post by: Fluxpuppy on Fri 06/05/2022 02:51:51
Quote from: Matti on Thu 05/05/2022 19:46:12
That's no problem. Just create folders and put the things in there, this doesn't mess up anything.

I think the technical term is project tree  :)

Project tree, that's it!
and awesome! thanks! that's a great help.