Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
smallmodel committed Sep 9, 2024
1 parent 603444a commit e151c6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/getting_started_running.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ You can now start a local OpenMOHAA server or play on a server.

## User data location

The location of user data, like console logs, saves and config files can be found in different locations depending on the platform:
The location of user-writable data, like the console logfile, saves and configuration files can be found in different locations depending on the platform:

- `%APPDATA%\openmohaa\<game_name>` on Windows
- `~/.openmohaa/<game_name>` on Linux

This has two advantages:
This is by design since ioquake3 and has two advantages:
- On a multi-user system, each user will have their own configuration file
- It doesn't overwrite the existing MOHAA configuration in the MOHAA installation directory.

The location of user-writable data can be changed manually by setting the `fs_homepath` variable in the command-line argument. The value can be a relative path (relative to the current working directory) or an absolute path.

Note that the configuration file isn't created nor written automatically on a dedicated server (**omohaaded**).

## Playing with bots
Expand Down

0 comments on commit e151c6e

Please sign in to comment.