Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

savegames in "my documents"


angrysquirrel
 Share

Recommended Posts

angrysquirrel

okay, I've put in about 30 hours on this game. My hard drive was goin a bit crazy so I reformatted it.  My games are on another hard drive.  I boot up vice city and my save games are now gone.  Kudos to whatever programmer at rockstar decided to change what has been the normal placement of savegames on a pc since the 1980's.  Namely, to move the savegames OUT of the game directory!  Rockstar, if you are reading this, whoever made that decision should be FIRED!  :furious:

Link to comment
Share on other sites

Erm, I think they did that so multiple users on XP could have their own savegames and setings. I thought it was a good idea...  :bored:

Link to comment
Share on other sites

NitroJames

I like that set up as well. Not to sound mean or anything, but you should have backed the files up b4 you reformatted your HD (maybe put the save game files on a floppy disc or something)

Link to comment
Share on other sites

Don't most people backup the my documents folder before formatting? Or is that just me who only wants to save documents :)

Link to comment
Share on other sites

Click Here

I only use my documents for downloads and such but no pictures and installations.  ;)

Link to comment
Share on other sites

angrysquirrel

I can understand your point about multiple savegames with profiles, but it is much easier to put "joes savegame" in the savegame directory of the game.  (Rockstar could also allow more than 8 savegames if a user wanted more).

 

As for backing up "my documents" folder, I never use it.  My documents are saved on a different hard drive.  This is to ensure that my data is safe in the event that the hardest working drive (my windows C drive, which is the drive that strangely has the vice city save game files in it) crashes.

 

As for other games have been doing it for ages, I bet I can name more games that save the savegames in the program directory than in the "my documents" directory. (probably about 500 to 1 if not more).

 

Anyway, I think it was a stupid move by Rockstar, but I am happy to hear your opinions on the subject.  :p

Link to comment
Share on other sites

I can understand your point about multiple savegames with profiles, but it is much easier to put "joes savegame" in the savegame directory of the game.  (Rockstar could also allow more than 8 savegames if a user wanted more).

But let's say you like having your controls one way and someone else likes his the other way. By having the files in mydocuments,whenever that person logs onto his account,their settings will automatically be loaded. This also prevents you deleting someone else's files by accident.

 

I just did a format and lost one of my game saves because somhow it became corrupt. But the other one worked.

Basically I started over and did the aumbulance missions(kinda disapointed when it stopped at 12). Bought the hide outs that are available then started doing the missions.

It probably only took me a couple hours to get back where I was,and that was about 45% complete.

Link to comment
Share on other sites

As for backing up "my documents" folder, I never use it.  My documents are saved on a different hard drive.  This is to ensure that my data is safe in the event that the hardest working drive (my windows C drive, which is the drive that strangely has the vice city save game files in it) crashes.

I just run a bat file to back up my stuff. One click and all my sh*t is being backed up. I also have a restore.bat file that puts everything back after a format.

The only thing that I have to back up manually is my Outlook stuff.

Link to comment
Share on other sites

Here's a sample of my bat file:

 

echo off:: 6:04 AM 3/30/2003::   //////////////////////////////////////::  //      Documents and Settings  //:: /////////////////////////////////////:: ++++++++++++++++++++:: +         Start Menu         +:: ++++++++++++++++++++xcopy "C:\Documents and Settings\John\Start Menu\Games\*.*" "D:\Backup\Documents and Settings\John\Start Menu\Games\" /D /e /yxcopy "C:\Documents and Settings\John\Start Menu\Programz\*.*" "D:\Backup\Documents and Settings\John\Start Menu\Programz\" /D /e /y:: +++++++++++++++++++:: +         Favorites         +:: +++++++++++++++++++xcopy "C:\Documents and Settings\John\Favorites\*.*" "D:\Backup\Documents and Settings\John\Favorites\" /D /e /yxcopy "C:\Documents and Settings\Web Design\Favorites\*.*" "D:\Backup\Documents and Settings\Web Design\Favorites\" /D /e /y:: +++++++++++++++++:: +         Send To       +:: +++++++++++++++++xcopy "C:\Documents and Settings\John\SendTo\Games.lnk" "D:\Backup\Documents and Settings\John\SendTo\" /D /yxcopy "C:\Documents and Settings\John\SendTo\Programz.lnk" "D:\Backup\Documents and Settings\John\SendTo\" /D /yxcopy "C:\Documents and Settings\John\SendTo\Startup.lnk" "D:\Backup\Documents and Settings\John\SendTo\" /D /y:: ++++++++++++++++++++++:: +        My Documents         +:: ++++++++++++++++++++++xcopy "C:\Documents and Settings\John\My Documents\*.*" "D:\Backup\Documents and Settings\John\My Documents\" /D /e /y

 

 

 

Link to comment
Share on other sites

it also means in the eventuality you have to uninstall or delete your games directory it means you can carry one with your games once u reinstall it.

Link to comment
Share on other sites

I also dislike it, but wtf? Didnt you play GTA3? THey saved it there aswell. THey need a setup more like Motocross Madness2. Each Player his there own profile, which is a folder with there controls, savegames etc. ANd you just choose which to load in the game.

 

I also dont really backup anything in My Documents, i made an F: Partition for any files or whatever to backup, and on a weekly basis, i copy them over to my backup drive in my XP1600 for safe keeping. My Games are in D: Drive, and whenever i format, i just rename each game folder, reinstall that game, and cut/paste its contents back so i dont lose anything (Like new cars for Vice/GTA3, etc.) :D

 

ANd cause i reinstall them, i also get all the registry settings back.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.