Cant find the location of save game files.

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
User avatar
Jimmbob
Trained
Trained
Posts: 138
Joined: 09 Mar 2008, 16:15
Location: England!

Cant find the location of save game files.

Post by Jimmbob »

im using windows vista and i cant find the location of the save game files for warzone2100 2.1Beta 4 any ideas?
sorry if this has been asked before. the only files i can find are (fonts, Locale, mods and styles.) which is in C:\Program Files\Warzone 2100.

Thanks for any help =)
Tiberian
Trained
Trained
Posts: 128
Joined: 28 Mar 2008, 13:51
Location: Australia

Re: Cant find the location of save game files.

Post by Tiberian »

try going to my documents/warzone 2100 2.1, they should be there
User avatar
Jimmbob
Trained
Trained
Posts: 138
Joined: 09 Mar 2008, 16:15
Location: England!

Re: Cant find the location of save game files.

Post by Jimmbob »

I just checked there, i cant even find a warzone folder im ny documents. ive even tried uninstalling it and reinstalling it and it still dident appear there.
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: Cant find the location of save game files.

Post by Buginator »

Jimmbob wrote:I just checked there, i cant even find a warzone folder im ny documents. ive even tried uninstalling it and reinstalling it and it still dident appear there.
Well, I suggest you run warzone with --debug wz
Then it should show you the write dir in stdout.txt. (File will be at same location as warzone2100.exe)

(just run the game, then quit out)

If you still can't find it, then post the stdout.txt file here.
User avatar
Jimmbob
Trained
Trained
Posts: 138
Joined: 09 Mar 2008, 16:15
Location: England!

Re: Cant find the location of save game files.

Post by Jimmbob »

I have tired what you said, Warzone dident even start up but this appeared in the location of warzone2100.exe
You do not have the required permissions to view the files attached to this post.
Troman
Trained
Trained
Posts: 424
Joined: 12 Aug 2006, 15:40

Re: Cant find the location of save game files.

Post by Troman »

Jimmbob wrote:I have tired what you said, Warzone dident even start up but this appeared in the location of warzone2100.exe
Remove the dot between "dubug" and "wz", like this:

Code: Select all

--debug wz
User avatar
Jimmbob
Trained
Trained
Posts: 138
Joined: 09 Mar 2008, 16:15
Location: England!

Re: Cant find the location of save game files.

Post by Jimmbob »

ahh xD thanks! but! :( nothing appears there now. i even tried seaching for stdout.txt. but nothing. sorry that im being a pain
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: Cant find the location of save game files.

Post by Buginator »

Jimmbob wrote:ahh xD thanks! but! :( nothing appears there now. i even tried seaching for stdout.txt. but nothing. sorry that im being a pain
The stdout.txt (or stderr.txt) should be in the same directory where the warzone2100.exe is.

Try --debug all
User avatar
Jimmbob
Trained
Trained
Posts: 138
Joined: 09 Mar 2008, 16:15
Location: England!

Re: Cant find the location of save game files.

Post by Jimmbob »

Sorry for not replying sooner =) Found them just this very moment! thanks for your help =)
fisk0
Trained
Trained
Posts: 245
Joined: 17 Aug 2008, 16:59
Location: Stockholm, Sweden

Re: Cant find the location of save game files.

Post by fisk0 »

I have noticed that in beta 4 for Windows XP save games and all that stuff is in a directory at the bottom of a pretty complicated directory structure, in 2.0.10 they used to be in My Documents\Warzone 2100, but now they are in (x):\Documents and Settings\(username)\Local settings\Application Data\Warzone 2100 2.1\
... and both Local Settings and Application Data are hidden folders, and yeah, "Local Settings" is my translation of the swedish name of the folder, since I'm using a swedish version of XP, I'm not entirely sure that is what it's called in english versions.
Desktop: AMD Athlon X3 440 3.0ghz, 4GB RAM, Radeon HD4200, Windows 7 Professional 64-bit
Laptop: AMD Athlon X2 QL-64 2.1Ghz, 3GB RAM, Radeon HD3200, Windows Vista Home Basic 32-bit & Ubuntu 9.04 64-bit
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: Cant find the location of save game files.

Post by Buginator »

fisk0 wrote:I have noticed that in beta 4 for Windows XP save games and all that stuff is in a directory at the bottom of a pretty complicated directory structure, in 2.0.10 they used to be in My Documents\Warzone 2100, but now they are in (x):\Documents and Settings\(username)\Local settings\Application Data\Warzone 2100 2.1\
... and both Local Settings and Application Data are hidden folders, and yeah, "Local Settings" is my translation of the swedish name of the folder, since I'm using a swedish version of XP, I'm not entirely sure that is what it's called in english versions.
Pesky, isn't it?

Anyway, I use --configdir path/dir_name and that is what it uses. (just make sure that path/dir_name it exists first!) [Example: c:\blah would be --configdir c:\blah]
I don't like MS's scheme, which is what we were using before.