Regarding the original question:
Quote:
Originally Posted by Thilock_Dominus
So instead of ~/dominions3 then set it to ~/.dominions3
|
Set the environmental variable DOM3_CONF to '~/.dominions3/'. I have the following in my .bashrc:
Code:
DOM3PRE="DOM3_CONF='~/.dominions3/'"
DOM3OPTIONS="--scoredump -afcn --nograss"
alias dom3="$DOM3PRE dominions3 $DOM3OPTIONS"
The DOM3PRE sets the config directory like you want, the DOM3OPTIONS are my personal preferences for playing the game.