by ichadwick on Sun Jul 24, 2011 12:55 pm
Bingo. Thanks for identifying that location. Would likely never have looked there. Sure exposes the soft underbelly of VS4.
There are two ways to fix it and restore the missing projects:
1. Edit the INI file by manually adding the identifiers and updating the count. Simple cut-and-paste of the directory name seems to work. No errors, crashes or other unwanted effects have happened to me from doing it this way. Yet...
2. Deleting the unseen items and re-installing the projects. This is the longer of the two, but might be safter since I can't tell if VS4 is doing something extra in the background while installing. But might not be necessary.
Interesting issues raised by this...
Why are the project files first installed in the user/documents directory then duplicated in the AppData directory? That's very inefficient - I suspect deleting them from the documents directory after installation will be safe (will try and report back). While they're not large files, these extra files add to times in indexing, searches, etc. Note that the directory names in the documents area are project names, but in the AppData area they are numeric strings and you have to open those directories to determine what the project name is.
Why the need for the lengthy numeric identifier for the AppData location? Why not simply use the project name or the style name? Neither the project name nor the identifier are visible in VS4 - although the INI files in each identify a tooltip text (TooltipText=grunge), nothing of this sort shows in VS4 as far as I've been able to determine. Bug? Or dropped feature? Having the project name visible somewhere would be a great benefit.
Each project also has a style name (StyleName=grunge) in the INI file but it doesn't seem to be used or displayed anywhere. Seems a waste of resources to name it and then have the program ignore that name.
Why doesn't the instant project manager have ANY user tools to delete, reassign or reinstall projects? Why no simple, user-friendly text-based list of projects like a normal directory?
There doesn't seem any mechanism to edit or alter an instant project once it's installed. If I download one I like, but want to make a minor, permanent change, it seems I have to resave it as a separate (new) project, and cannot overwrite an existing one. To remove the older one, I have to close VS4, open the AppData directory in Explorer, determine which of the cryptic number strings is the project directory I want to delete, remove the directory, edit the INI file to make sure it's gone and update the project count, then re-open VS4. That's a very awkward and unfriendly system. If there's a better, more efficient way, please let me know.
If you've used the instant projects, you will realize another issue: VS4 always goes back to the AppData directory when you try to replace a placeholder image or video, rather than retaining the last-used directory. So if you have six or seven images (or more) to replace, you have to direct the program to the correct directory each time you replace one. That's quite tedious, especially if the files you want are buried deep in another drive location. Simply remembering the last directory would save users a lot of time and aggravation. VS4 really needs some better user tools for this component.
Anyway, thanks for the help in identifying that problem.