##
## This is a system-wide heroes configuration file
## (read before any user's configuration)
##

## Try to get the sound-tracks filenames from here:
soundconf: $(data-dir)/mod/sound.conf

## Uncomment the following lines if you want to share
## a global score file, or global game saves.
## The path must exists, Heroes is not smart
## enough to create missing directories.  You will probably also
## want to create the file yourself in order to set the file's
## permissions and/or ownership, and maybe given some
## additional permissions to the heroes binary.
## The `ifdef/endif' construct here means the global files will
## only be used if the binary is either SUID or SGID.
#ifdef suid-or-sgid
#setrsc: score-file $(sys-dir)/scores
#setrsc: saved-games-file $(sys-dir)/savedgames
#endif

## $(sys-dir) defaults to /var/games/heroes, is this what you want?
#setrsc: sys-dir /another/path/heroes
