Put Save Files on Flash Drive
Moderator: Moderator
Put Save Files on Flash Drive
Does anybody know how to set up tome so that it is completely contained on a flash drive? My main problem is that I cannot figure out how to set save file location in order that it always saves into the flash drive.
Re: Put Save Files on Flash Drive
I don't think this is possible without some sort of secondary program that would manage it.
My feedback meter decays into coding. Give me feedback and I make mods.
Re: Put Save Files on Flash Drive
ToME's command line arguments can let you do this. For example, on Windows, create a shortcut to t-engine.exe and add
to the end of the command (if F: is your flash drive).
Code: Select all
--home f:\
Re: Put Save Files on Flash Drive
Alright, thanks a lot Castler! That's real nifty.
Just to make sure, you put the --home f:\ at the end of the file address? So it would look something like
?
And this should work for all windows computers? On other operating systems, I guess they put the flash drive somewhere else.
Just to make sure, you put the --home f:\ at the end of the file address? So it would look something like
Code: Select all
f:\tome.exe -- home f:\
And this should work for all windows computers? On other operating systems, I guess they put the flash drive somewhere else.
Re: Put Save Files on Flash Drive
Obivously replace f with the correct drive letter.
My feedback meter decays into coding. Give me feedback and I make mods.
Re: Put Save Files on Flash Drive
Yes, but there's no space after the --.Desent wrote:Just to make sure, you put the --home f:\ at the end of the file address?
Code: Select all
f:\tome.exe --home f:\
Other OSes should work similar, although they refer to flash drives differently.