save games folder

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
BMB
Posts: 3
Joined: Sun Dec 10, 2006 11:00 am

save games folder

Post by BMB »

Is there any way to have SCUMMVM save games to "my documents\scummvm" or somthing like that, so that every person loged on to the computer has there own saved games?
User avatar
Raziel
ScummVM Porter
Posts: 1524
Joined: Tue Oct 25, 2005 8:27 am
Location: a dying planet

Re: save games folder

Post by Raziel »

BMB wrote:Is there any way to have SCUMMVM save games to "my documents\scummvm" or somthing like that, so that every person loged on to the computer has there own saved games?
ScummVM
OPTIONS - PATH tab - "Save Path"
BMB
Posts: 3
Joined: Sun Dec 10, 2006 11:00 am

Re: save games folder

Post by BMB »

Raziel wrote:
BMB wrote:Is there any way to have SCUMMVM save games to "my documents\scummvm" or somthing like that, so that every person loged on to the computer has there own saved games?
ScummVM
OPTIONS - PATH tab - "Save Path"
That will give me an absolute path. What I need is a path based on a system folder ("My Documents")
User avatar
sev
ScummVM Lead
Posts: 2279
Joined: Wed Sep 21, 2005 1:06 pm
Contact:

Re: save games folder

Post by sev »

BMB wrote:That will give me an absolute path. What I need is a path based on a system folder ("My Documents")
No, that is not possible, and I don't really think we will implement that. What you can use is to create separate shortcut for each user, i.e. put it on their own desktop and call ScummVM with '-c' command line option. Something like this:

Code: Select all

scummvm -c "c:\documents and settings\user1\my documents\scummvm\scummvm.ini"
Eugene
User avatar
Firebird
Posts: 6
Joined: Sun Mar 05, 2006 3:19 pm

Post by Firebird »

I think

Code: Select all

scummvm --savepath=%USERPROFILE%\My Documents
could do the trick, but i did not test it myself.
Post Reply