1 # Default metaserver URL
2 META_URL="http://meta.freeciv.org/metaserver.php"
4 # We want default MODPACK_LIST_URL constructed compile time, so not giving
5 # one here. This is just an example.
6 # MODPACK_LIST_URL="http://modpack.freeciv.org/${DATASUBDIR}/modpack.list"
8 # Where to store user files. Note that changing this after user has already stored
9 # something to the old dir with older version of the projects means that those
10 # files won't be used any more.
11 # Use '/' as portable directory separator character - those will be converted to '\'
12 # as needed depending on the target environment.
13 FREECIV_STORAGE_DIR="~/.freeciv"