mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 11:20:56 +00:00
25 lines
738 B
TeX
25 lines
738 B
TeX
|
\section {Savegames}
|
||
|
Savegames are by default put in the current directory. You can specify the save
|
||
|
in the config file by setting the savepath parameter. See the example config
|
||
|
file later in this readme.\\
|
||
|
~\\
|
||
|
You can also use the environment variable SCUMMVM\_SAVEPATH to specify where to
|
||
|
put save games. Don't forget the trailing directory separator. Also be aware
|
||
|
that saved games may break between ScummVM releases.\\
|
||
|
~\\
|
||
|
Bash (Unix) example:
|
||
|
\begin{verbatim}
|
||
|
export SCUMMVM_SAVEPATH=/tmp/scummvm_savegames/
|
||
|
\end{verbatim}
|
||
|
Windows example:
|
||
|
\begin{verbatim}
|
||
|
set SCUMMVM_SAVEPATH=C:\saved_games\
|
||
|
\end{verbatim}
|
||
|
|
||
|
%%next section
|
||
|
\input {06_01.tex}
|
||
|
%%% Local Variables:
|
||
|
%%% mode: latex
|
||
|
%%% TeX-master: "readme"
|
||
|
%%% End:
|