|  | 
| 
 
 
 
 
 
 
 
 
    
    
 |  | 
 
 
	
		|  |  
	
	
		
	
	
	| 
			
			 
			
				October 27th, 2007, 07:28 PM
			
			
			
		 |  
	| 
		
			
			| 
 Second Lieutenant |  | 
					Join Date: Dec 2005 Location: Everywhere 
						Posts: 495
					 Thanks: 0 
		
			
				Thanked 13 Times in 1 Post
			
		
	      |  |  
    
	| 
				 Re: make all AI\'s allied 
 Um. Copy+paste, and increase the numbers by one each time. How hard could it be? 
				__________________Unus vocis. Unus manus. Unus Universitas. Unus Deus. Is est meus fatum praeeo pro totus populus.
 Ut est meus fortuna.
 
 
 |  
	
		
	
	
	| 
			
			 
			
				October 27th, 2007, 08:35 PM
			
			
			
		 |  
	| 
		
			|  | 
 National Security Advisor |  | 
					Join Date: Sep 2003 Location: Eastern Finland 
						Posts: 7,110
					 Thanks: 145 
		
			
				Thanked 153 Times in 101 Posts
			
		
	      |  |  
    
	| 
				 Re: make all AI\'s allied 
 Not hard, but boring. Achieving a boring thing is actually much harder than achieving a hard one.  |  
	
		
	
	
	| 
			
			 
			
				October 29th, 2007, 09:09 AM
			
			
			
		 |  
	| 
		
			
			| 
 Private |  | 
					Join Date: May 2007 Location: Southwest UK 
						Posts: 2
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 Re: make all AI\'s allied 
 
	Quote: 
	
		| Valandil said: Um. Copy+paste, and increase the numbers by one each time. How hard could it be?
 
 |  Even easier; put it into excel. It has an auto increment feature which allows you to drag down a list of cells and increment the contents. You could then manually delete the lines which you did not want.
				__________________<font color="red">Please imagine something witty is written here</font>
 |  
	
		
	
	
	| 
			
			 
			
				October 29th, 2007, 12:28 PM
			
			
			
		 |  
	| 
		
			
			| 
 BANNED USER |  | 
					Join Date: May 2004 Location: Kali4nia 
						Posts: 146
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  |  
    
	| 
				 Re: make all AI\'s allied 
 
	Quote: 
	
		| Eljay said: 
 
	Even easier; put it into excel. It has an auto increment feature which allows you to drag down a list of cells and increment the contents. You could then manually delete the lines which you did not want.Quote: 
	
		| Valandil said: Um. Copy+paste, and increase the numbers by one each time. How hard could it be?
 
 |  
 |  Cool. Export the whole list to a text file and attach it to this thread please |  
	
		
	
	
	| 
			
			 
			
				October 29th, 2007, 12:39 PM
			
			
			
		 |  
	| 
		
			|  | 
 National Security Advisor |  | 
					Join Date: Oct 2003 Location: Helsinki, Finland 
						Posts: 5,425
					 Thanks: 174 
		
			
				Thanked 695 Times in 267 Posts
			
		
	      |  |  
    
	| 
				 Re: make all AI\'s allied 
 
	Quote: 
	
		| Wikd Thots said: 
 
	Cool. Export the whole list to a text file and attach it to this thread pleaseQuote: 
	
		| Eljay said: 
 
	Even easier; put it into excel. It has an auto increment feature which allows you to drag down a list of cells and increment the contents. You could then manually delete the lines which you did not want.Quote: 
	
		| Valandil said: Um. Copy+paste, and increase the numbers by one each time. How hard could it be?
 
 |  
 |  
 |  I don't know about everyone else, but to me this line here sounds like a demand/order that others produce what you need for you, even after you have been provided with instructions, even fairly extensive ones that allow automating a lot of it. That sort of thing gets on the nerves fairly quickly. How about trying your own hand at it? |  
	
		
	
	
	| 
			
			 
			
				October 29th, 2007, 01:20 PM
			
			
			
		 |  
	| 
		
			
			| 
 National Security Advisor |  | 
					Join Date: Nov 2006 Location: Oxford, UK 
						Posts: 5,921
					 Thanks: 194 
		
			
				Thanked 855 Times in 291 Posts
			
		
	      |  |  
    
	| 
				 Re: make all AI\'s allied 
 Agreed that Wikd Thots is rude (habitually). However, I can't think that this could be done so easily in Excel - but I could do it in a minute or so in Perl. All I'd need is the highest nation number in the game. Do you know what it is Edi (don't have the database here)? |  
	
		
	
	
	| 
			
			 
			
				October 29th, 2007, 01:32 PM
			
			
			
		 |  
	| 
		
			|  | 
 First Lieutenant |  | 
					Join Date: May 2007 Location: Reading, PA 
						Posts: 724
					 Thanks: 93 
		
			
				Thanked 37 Times in 27 Posts
			
		
	      |  |  
    
	| 
				 Re: make all AI\'s allied 
 The nation numbers range from 0 to 70. 
				__________________Men do not quit playing because they grow old; they grow old because they quit playing.
 Oliver Wendell Holmes
 |  
	
		
	
	
	| 
			
			 
			
				October 29th, 2007, 02:06 PM
			
			
			
		 |  
	| 
		
			|  | 
 National Security Advisor |  | 
					Join Date: Oct 2003 Location: Helsinki, Finland 
						Posts: 5,425
					 Thanks: 174 
		
			
				Thanked 695 Times in 267 Posts
			
		
	      |  |  
    
	| 
				 Re: make all AI\'s allied 
 It is actually very easy to do in Excel. Just add "#allies 1 " to two cells, select, drag down until you have 70, then "#allies 2 " and so forth. Then the next column gets 1, dragged down so it autoincrements, then repeat for others. Copy paste the whole lot to a text editor and replace all tabs with a single space and eliminate the rest. Done.
 Still a lot more work than with a script.
 Nation numbers go from 0 to 70, with 23, 24 and 25 as special monsters and several others currently not in use. You need to refer to the DB to see which lines need to be eliminated.
 |  
	
		
	
	
	
	
	
	
	| 
	|  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 
 |  |  |  |  |