mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2025-02-21 03:00:54 +00:00
Updated readme file for new savegame/config writing/loading behavior.
This commit is contained in:
parent
00dd6821ab
commit
f6f2c9379f
2 changed files with 13 additions and 5 deletions
|
@ -111,6 +111,14 @@ How To Run
|
|||
|
||||
to the command line. This is disabled by default.
|
||||
|
||||
KMQuake2 writes/reads savegames, config files, demos, etc. to <userprofile>/Saved Games/KMQuake2 on Windows Vista
|
||||
and later, and to My Documents/My Games/KMQuake2 on Windows 2000/XP/2003.
|
||||
Auto-downloaded files are saved to <userprofile>/Downloads/KMQuake2 on Windows Vista and later, and
|
||||
My Documents/My Downloads/KMQuake2 on Windows 2000/XP/2003.
|
||||
|
||||
The classic Quake 2 behavior of writing to the Quake2 folder can be restored by adding the parameter
|
||||
"-portable" to the command line, or by placing an empty text file called "portable.cfg" in the baseq2 folder.
|
||||
|
||||
An OpenGL 1.2 compatible 3D accelerator, OpenGL 1.4 support or higher (GeForce FX/Radeon 9500 or better) recommended.
|
||||
(Note: 3Dfx cards are NOT supported)
|
||||
Pentium III or Athlon 800MHz+
|
||||
|
|
|
@ -22,11 +22,11 @@ Changes as of v0.20 update 8:
|
|||
- Added font upscaling (with optional blending by Skuller from Q2Pro) for old 128x128 fonts. Use cvar r_font_upscale to enable,
|
||||
value of 1 is pixel copy, value of 2 enables blending. Requires vid_restart for changes to take effect.
|
||||
|
||||
- Now reads/writes savegames, config files, demos, etc. to Saved Games/KMQuake2 on Windows Vista and later, and to
|
||||
My Documents/My Games/KMQuake2 on Windows 2000/XP/2003.
|
||||
Autodownloaded files are now written to Downloads/KMQuake2 on Windows Vista and later, and My Documents/My Downloads/KMQuake2 on
|
||||
Windows 2000/XP/2003.
|
||||
The classic Quake 2 behavior of writing to the Quake2 folder can be restored by adding the parameter"-portable" to the command line,
|
||||
- Now reads/writes savegames, config files, demos, etc. to <userprofile>/Saved Games/KMQuake2 on Windows Vista
|
||||
and later, and to My Documents/My Games/KMQuake2 on Windows 2000/XP/2003.
|
||||
Autodownloaded files are now written to <userprofile>/Downloads/KMQuake2 on Windows Vista and later,
|
||||
and My Documents/My Downloads/KMQuake2 on Windows 2000/XP/2003.
|
||||
The classic Quake 2 behavior of writing to the Quake2 folder can be restored by adding the parameter "-portable" to the command line,
|
||||
or by placing an empty text file called "portable.cfg" in the baseq2 folder.
|
||||
|
||||
- Now compresses .sav and .sv2 savegame files into .savz files. It will still read savegames from earlier
|
||||
|
|
Loading…
Reference in a new issue