| 
   
		
            
             
				
            
          
		
		
				
		
				12-01-2004, 06:23 AM
			
			
			
		 
               
 If you installed it into the default location then just copy and paste what's below.
 [code:92222]"C:\Program Files\EA GAMES\Medal of Honor Pacific Assault(tm)\mohpa.exe" +set developer 1 +set cl_playintro 0 +set ui_skip_eamovie 1 +set ui_skip_titlescreen 1 +set ui_skip_legalscreen 1[/code:92222]
 
 
 If you installed into a different location than default, you will need to open the properties of the shortcut, find the target and change:
 
 mohpa_setup.exe
 
 to
 
 mohpa.exe
 
 then add
 [code:92222] +set developer 1 +set cl_playintro 0 +set ui_skip_eamovie 1 +set ui_skip_titlescreen 1 +set ui_skip_legalscreen 1[/code:92222]
 after the quotation marks, be sure to leave a space in between the final quotation mark and the + that starts it.
 |