View Single Post
  #1  
Old January 13th, 2009, 02:30 AM
Thilock_Dominus's Avatar

Thilock_Dominus Thilock_Dominus is offline
Second Lieutenant
 
Join Date: Jan 2004
Location: Denmark
Posts: 471
Thanks: 23
Thanked 28 Times in 16 Posts
Thilock_Dominus is on a distinguished road
Default Re: Where do/did you installed Dom3?

Quote:
Originally Posted by Gandalf Parker View Post
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.
__________________
| Ubuntu Linux 12.04 64-bit |

Nosophoros: The Vampire Lords - v1.02
Conquest of Elysium 3 GUI mods

Last edited by Thilock_Dominus; January 13th, 2009 at 02:40 AM..
Reply With Quote