save games folder
Moderator: ScummVM Team
save games folder
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?
- Raziel
- ScummVM Porter
- Posts: 1541
- Joined: Tue Oct 25, 2005 8:27 am
- Location: a dying planet
- Contact:
Re: save games folder
ScummVMBMB 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?
OPTIONS - PATH tab - "Save Path"
Re: save games folder
That will give me an absolute path. What I need is a path based on a system folder ("My Documents")Raziel wrote:ScummVMBMB 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?
OPTIONS - PATH tab - "Save Path"
Re: save games folder
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:BMB wrote:That will give me an absolute path. What I need is a path based on a system folder ("My Documents")
Code: Select all
scummvm -c "c:\documents and settings\user1\my documents\scummvm\scummvm.ini"
I think
could do the trick, but i did not test it myself.
Code: Select all
scummvm --savepath=%USERPROFILE%\My Documents