Quote:
Originally Posted by drgene113
I installed it from the desktop, so I dont think i installed it to a custom directory. I repaired my permissions on my mac.
Would you know what folders to check so that I can completely uninstall/delete the OOPS file sand try startign all over again.
|
Well, from what I've noticed, OOTP9 puts itself in the Applications folder, in your Documents folder, and in a hidden folder in your home directory. The Applications and Documents folders are easy to delete, just go in and drag OOTP-related stuff into the Trash. With the hidden folder, you have to open a Terminal window and run this:
rm -rf ~/.Out\ of\ the\ Park\ Developments/
I usually just type rm -rf ~/.Out and then hit Tab to have the Terminal auto-complete it for me, rather than typing the whole thing in.