Quote:
Originally Posted by Gandalf Parker
Not enough answers for me.
/usr/local/games
~/dominions3
C:\program files\dominions3
C:\program files\programming\dominions3
F:\program files\dominions3
G:\program files\dominions3
I dont have a mac yet. But Ive considered installing it on my iPod and my xBox 
|
How many computers do you have dom3 installed at? o_0
The reason I made this poll is; I was thinking to make a script that allow the user to switch themes in Dom3, but basically it's only helpful if Dom3 is installed ~/dominions3 as it requires permission to switch files globally...which defeat the purpose a little (for easy use).
The script should something like;
Code:
#!/bin/bash
cd ~/dominions3/[custom theme] && cp -r gui*.tga mapbg.tga ~/dominions3 &
cd ~/dominions3 && ./dom3 -u --enablemod [mod.dm]
cd ~/dominions3/[default theme] && cp -r gui*.tga mapbg.tga ~/dominions3 &
Or something along the lines.