|  | 
| 
 
 
 
 
 
 
 
 
    
    
 |  | 
 
 
	
		|  |  
	
	
		
	
	
	| 
			
			 
			
				January 9th, 2008, 04:35 AM
			
			
			
		 |  
	| 
		
			|  | 
 General |  | 
					Join Date: Sep 2004 Location: Irving, TX 
						Posts: 3,207
					 Thanks: 54 
		
			
				Thanked 60 Times in 35 Posts
			
		
	      |  |  
    
	| 
				 Re: Command line? 
 Hmm. Pardon me for being a Mac afficianado...  Although not a knowledgeable one. How do you implement these command lines on a Mac? 
				__________________Be forewarned, anything I post is probably either 1) Sophomoric humor, 2) Satire, 3) A gross exaggeration of the power I currently possess, 4) An outright lie, or 5) Drunken ramblings.
 
 I occasionally post something useful.
 |  
	
		
	
	
	| 
			
			 
			
				January 9th, 2008, 10:04 AM
			
			
			
		 |  
	| 
		
			
			| 
 National Security Advisor |  | 
					Join Date: Nov 2006 Location: Oxford, UK 
						Posts: 5,921
					 Thanks: 194 
		
			
				Thanked 855 Times in 291 Posts
			
		
	      |  |  
    
	| 
				 Re: Command line? 
 It's exactly the same on a Mac as on Linux. (Although re-reading the above thread I see that wasn't described explicitly).
 To get a terminal, go to Applications->Utilities->Terminal. Then get to your dominions directory, and finally type:
 ./dom3 --options
 (replacing --options with whatever you want to use from the list Edi gave)
 To get the list from Dominions itself, type
 ./dom3 --help
 
 If you're not accustomed to using the terminal, finding the Dominions directory may be a little tricky. To help you here're some commands:
 cd pig  : Change to the directory called pig
 cd ..   : Go up a directory
 ls      : List the files and directories in your current directory
 
 Hope that helps!
 |  
	
		
	
	
	| 
			
			 
			
				January 9th, 2008, 03:06 PM
			
			
			
		 |  
	| 
		
			|  | 
 General |  | 
					Join Date: Sep 2004 Location: Irving, TX 
						Posts: 3,207
					 Thanks: 54 
		
			
				Thanked 60 Times in 35 Posts
			
		
	      |  |  
    
	| 
				 Re: Command line? 
 Thanks! 
				__________________Be forewarned, anything I post is probably either 1) Sophomoric humor, 2) Satire, 3) A gross exaggeration of the power I currently possess, 4) An outright lie, or 5) Drunken ramblings.
 
 I occasionally post something useful.
 |  
	
		
	
	
	| 
			
			 
			
				January 10th, 2008, 12:15 AM
			
			
			
		 |  
	| 
		
			
			| 
 Corporal |  | 
					Join Date: Jan 2004 Location: Wilmington, Delaware, USA 
						Posts: 191
					 Thanks: 1 
		
			
				Thanked 13 Times in 2 Posts
			
		
	      |  |  
    
	| 
				 Re: Command line? 
 Well, there are some differences between the MacOS and Linux versions. So, first, to find your copy of Dominions, start the Terminal (as previously described).  At the prompt, type:
 find . -name Dominions3 -type f
 
 this will find the file named Dominions3, and ignore all the directories with Dominions3 in their name.  Find will print an answer that looks like:
 
 ./dominions3/Dominions3.app/Contents/MacOS/Dominions3
 
 It might be a little different.  cd to that directory.  You can use cut and paste in the terminal to get the directory name, and just leave off the "Dominions3" at the end.
 
 Unfortunately, there's a bug in the Mac port, so we're going to have to change directories again. (I had you go here because the system can find this directory for you.) So, type
 
 cd ../Resources
 
 Now you can type
 
 ../MacOS/Dominions3 --help
 
 and Dominions will list all its options in the terminal. To set some options, just replace "--help" with what you want. For example, "--fullscreen" will, well, start Dominions in full screen mode.
 
 Hope this helps.
 
				__________________ 
				No plan survives contact with the enemy. 
--Helmut von Moltke
 
Have too may pretender files to keep track of? Use catgod  to view them.
			 |  
	
		
	
	
	| 
			
			 
			
				January 10th, 2008, 01:15 AM
			
			
			
		 |  
	| 
		
			|  | 
 General |  | 
					Join Date: Sep 2004 Location: Irving, TX 
						Posts: 3,207
					 Thanks: 54 
		
			
				Thanked 60 Times in 35 Posts
			
		
	      |  |  
    
	| 
				 Re: Command line? 
 Yes, it does help. Thanks for the detailed explanation. 
				__________________Be forewarned, anything I post is probably either 1) Sophomoric humor, 2) Satire, 3) A gross exaggeration of the power I currently possess, 4) An outright lie, or 5) Drunken ramblings.
 
 I occasionally post something useful.
 |  
	
		
	
	
	| 
			
			 
			
				January 10th, 2008, 08:33 AM
			
			
			
		 |  
	| 
		
			
			| 
 National Security Advisor |  | 
					Join Date: Nov 2006 Location: Oxford, UK 
						Posts: 5,921
					 Thanks: 194 
		
			
				Thanked 855 Times in 291 Posts
			
		
	      |  |  
    
	| 
				 Re: Command line? 
 Ah okay, I didn't know there were differences between Linux and Mac versions. |  
	
		
	
	
	| 
			
			 
			
				January 10th, 2008, 10:37 AM
			
			
			
		 |  
	| 
		
			
			| 
 Corporal |  | 
					Join Date: Jan 2004 Location: Wilmington, Delaware, USA 
						Posts: 191
					 Thanks: 1 
		
			
				Thanked 13 Times in 2 Posts
			
		
	      |  |  
    
	| 
				 Re: Command line? 
 Those are the only ones:  the binary has a different name, it's in a different place, and it's got a bug that makes it path-dependent.  It's otherwise identical, and so almost all advice about Dom3 works on either Linux or MacOS. 
				__________________ 
				No plan survives contact with the enemy. 
--Helmut von Moltke
 
Have too may pretender files to keep track of? Use catgod  to view them.
			 |  
	
		
	
	
	
	
	
	
	| Thread Tools |  
	|  |  
	| Display Modes |  
	
	| 
		
		 Hybrid Mode |  
	| 
	|  Posting Rules |  
	| 
		
		You may not post new threads You may not post replies You may not post attachments You may not edit your posts 
 HTML code is On 
 |  |  |  |  |