Adventure Game Studio

Community => General Discussion => Topic started by: MrColossal on Fri 24/02/2006 21:08:44

Title: Access Folders like program
Post by: MrColossal on Fri 24/02/2006 21:08:44
Hey people who may know more than me.

I'm looking for a free version of this type of program:

http://www.shelltoys.com/access_folders/

Making game art and such means I have to save pictures in one folder, levels in another, reference in another and concept in another, these folders aren't always right near each other and a program like Access Folders is awesome! You define favourites and just click one button and you're presented with them all for easy workability!

Now, Access Folders is cheap [20 bucks] but I'd rather not buy it! So, anyone know of any other programs like this that are free?

And no, I won't steal it, I'm not about to use stolen programs at work.

Any help would be AWESOME!

Eric
Title: Re: Access Folders like program
Post by: Ghormak on Fri 24/02/2006 21:26:55
I don't know of any programs... but you could always place shortcuts to these folders somewhere convenient, like the desktop or the root of your art folder or something? But you may have thought of this already. And I guess it isn't quite as handy as Access Folders.

... hey, you're surrounded by programmers where you are! Have one of them write a program like this for you!

(I'm helpful!)
Title: Re: Access Folders like program
Post by: RickJ on Fri 24/02/2006 21:59:07
I just use the toolbars that come with windows.  My navigation toolbar looks like this:


(http://www.gaia-spa.com/project/AGSToolbar.png)

For anyone who doesn't know how to make their own toolbars to do this here is the procedure.
Title: Re: Access Folders like program
Post by: MrColossal on Fri 24/02/2006 22:50:06
You misunderstand me Rick...

Having a custom toolbar at the bottom of the screen won't help me when the file manager pops up asking me to save a file in a specific folder.
Title: Re: Access Folders like program
Post by: ManicMatt on Fri 24/02/2006 22:52:14
Ah, now that would be REALLY useful!

Although's Rick's advise didn't go to waste, I didn't know you could do that.
Title: Re: Access Folders like program
Post by: Renal Shutdown on Fri 24/02/2006 23:15:02
You could just save them in My Documents in folders that start 0001*, 0002*, etc.
Title: Re: Access Folders like program
Post by: Traveler on Fri 24/02/2006 23:16:09
I'm not sure if this is what you're looking for, but you can download TweakUI from Microsoft and use it to set up folder shortcuts for the Open/Save dialogs, like this:

(http://www.2dadventure.com/ags/savedlg.gif)

You have 5 slots to use. TweakUI is free and this featue is supported by Windows itself, TweakUI is just necessary to make the setting itself. (One could do it manually even without TweakUI, by editing the registry.) Here is the setting:

(http://www.2dadventure.com/ags/tweakui.gif)

Here is the Powertoys link:
http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx

HTH
Title: Re: Access Folders like program
Post by: MrColossal on Sat 25/02/2006 01:08:31
Quote from: Spleen on Fri 24/02/2006 23:15:02
You could just save them in My Documents in folders that start 0001*, 0002*, etc.

No I can't, they have to be in certain folders in order for compilers to work and for our source control to work.

Traveler:

I'll give it a shot, beats paying for things!

edit: tried it... It appears I can't use more than 33 characters for a folder location... ungood!
Title: Re: Access Folders like program
Post by: Kweepa on Sat 25/02/2006 01:32:13
Quote from: MrColossal on Sat 25/02/2006 01:08:31
edit: tried it... It appears I can't use more than 33 characters for a folder location... ungood!

Did you try using the registry after TweakUI?
Call each Custom Place something unique in TweakUI, then search the registry for that (run... regedit, Ctrl-F) and edit the value.
Title: Re: Access Folders like program
Post by: Traveler on Sat 25/02/2006 01:47:18
Here it is:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\PlacesBar

I don't know if you're used to editing the registry, so here comes the standard disclaimer ;)    :

If you directly edit the registry without knowing what you do, you can irreversibly damage your system installation. Proceed at your own risk.

Edit: I quickly tried editing manually to see if a longer item would show up, it works fine. I don't think there is a limit in the registry setting itself.
Title: Re: Access Folders like program
Post by: MrColossal on Sat 25/02/2006 02:22:09
well... this is kinda getting awkward so I guess 20 bucks it is!

I'd rather not have to go into the registry or edit subst driver paths every time I switch projects...

Maybe I'll just put in a requisition form and have them buy it for me.

Thanks though! If anyone can think of a free version still, feel free to post!

Eric
Title: Re: Access Folders like program
Post by: Traveler on Sat 25/02/2006 03:34:16
Why don't you create a folder in which you place shortcuts to your project folders, then put a single item in you places bar to this one top folder? This way, if you need to open/save something, you click once in the places bar and then double click the shortcut of your choice to open the folder?

You do the same 2 click as you'd do with that program, but for free. :)
Title: Re: Access Folders like program
Post by: Kweepa on Sat 25/02/2006 04:32:34
You can create a .reg file that changes all the PlacesBar entries at once, then just double click it to change projects.
Cut and paste this into notepad, and change the values as necessary.
Then save as Whatever.reg.

REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\Placesbar]
"Place0"=dword:00000011 ; My Computer
"Place1"=dword:00000005 ; My Documents
"Place2"="x:\\path\\to\\data"
"Place3"="x:\\other\\path\\to\\data"
"Place4"="x:\\final\\silly\\path"
Title: Re: Access Folders like program
Post by: edmundito on Sat 25/02/2006 19:39:55
I don't know about you guys, but I got a "recent" folder on my save as dialog. I'm on winxp sp2... maybe that's the one that has the option.
Title: Re: Access Folders like program
Post by: RickJ on Mon 27/02/2006 01:17:28
Steve,  Thanks for that neat little trick.   ;D