Don't spam logs and replays all over my home directory kthx.

Logs and replays are written to subdirectories of the "Support" folder. Default location is <game dir>/Support/; Can be overridden on game start.
This commit is contained in:
Paul Chote
2010-07-08 12:21:28 +12:00
parent fb6c44bce3
commit fdc85b6e48
7 changed files with 43 additions and 18 deletions

View File

@@ -24,6 +24,8 @@ namespace OpenRA.GameRules
{
public class UserSettings
{
public readonly string SupportDir = null;
// Debug settings
public bool UnitDebug = false;
public bool PathDebug = true;