| 
	
		
	
	
		| MoH General Discussion General Discussion about Medal of Honor: Allied Assault, expansions and Pacific Assault |  
	
	
		
	
	
	
		|   Help with scripts for crosshair! anyone? free beer for help! |  
	|  |  |  
	| Senior Member 
				 
				Posts: 1,469 Join Date: Sep 2002 Location: At the bar | 
   
		
            
             Help with scripts for crosshair! anyone? free beer for help! - 
            
          
		
		
				
		
				12-13-2002, 07:22 PM
			
			
			
		 
               
 trying to rezize the crosshair. want to change the size from 16x16 yo 32x48. Need to know what pak file the script is in and maybe what its called. this is givin me a headache for sure. |  
	|  | 
			
			
			
				
			
			
			   |  |  |  
	
		
	
	
	
		|   By the way |  
	|  |  |  
	| Senior Member 
				 
				Posts: 1,469 Join Date: Sep 2002 Location: At the bar | 
   
		
            
             By the way - 
            
          
		
		
				
		
				12-13-2002, 07:48 PM
			
			
			
		 
               
 BTW , I have the hud shader but can't figure how to change the size there . I figure there has to be another script detailing the sizing somewhere. can't find anything though. Wermy has a great idea for a crosshair and it will look badass if I can get the damned game to quit resizing it to 16x16. help here please!!!!!!!!!!!! |  
	|  | 
			
			
			
				
			
			
			   |  |  |  
	
		
	
	
	|  |  |  
	| Senior Member 
				 
				Posts: 2,324 Join Date: Nov 2002 Location: ATX        | 
   
		
            
             
				
            
          
		
		
				
		
				12-13-2002, 07:52 PM
			
			
			
		 
               
 this is the urc from the elite crosshair... its alot bigger than the stock one
 i donno which var controls what so heres the whole script
 
 [quote:9531d]menu "crosshair" 512 512 NONE 1
 bgcolor 0 0 0 0
 align centerx centery
 
 resource
 Label
 {
 name "Default"
 rect 0 0 512 512
 fgcolor 1.00 1.00 1.00 1.00
 bgcolor 0.00 0.00 1.00 0.00
 borderstyle "NONE"
 shader textures/hud/crosshair
 //direction from_right .0
 }
 end.[/quote:9531d]
 |  
	|  | 
			
			
			
				
			
			
			   |  |  |  
	
		
	
	
	|  |  |  
	| Senior Member 
				 
				Posts: 1,469 Join Date: Sep 2002 Location: At the bar | 
   
		
            
             
				
            
          
		
		
				
		
				12-13-2002, 07:58 PM
			
			
			
		 
               
 do me a favor and email me that entire script.  punkniner@evilemail.com |  
	|  | 
			
			
			
				
			
			
			   |  |  |  
	
		
	
	
	|  |  |  
	| Senior Member 
				 
				Posts: 2,324 Join Date: Nov 2002 Location: ATX        | 
   
		
            
             
				
            
          
		
		
				
		
				12-13-2002, 08:07 PM
			
			
			
		 
               
 thats it man.. thats all that came with the crosshair.urc file 
 just open the old one and compare whats different
 |  
	|  | 
			
			
			
				
			
			
			   |  |  |  
	
		
	
	
	|  |  |  
	| Senior Member 
				 
				Posts: 2,324 Join Date: Nov 2002 Location: ATX        | 
   
		
            
             
				
            
          
		
		
				
		
				12-13-2002, 08:08 PM
			
			
			
		 
               
 menu "crosshair" 16 16 NONE 1bgcolor 0 0 0 0
 align centerx centery
 
 resource
 Label
 {
 name "Default"
 rect 0 0 16 16
 fgcolor 1.00 1.00 1.00 1.00
 bgcolor 0.00 0.00 1.00 0.00
 borderstyle "NONE"
 shader textures/hud/crosshair
 //direction from_right .1
 }
 end.here is the original that came with the game (stock)
 
 |  
	|  | 
			
			
			
				
			
			
			   |  |  |  
	
		
	
	
	|  |  |  
	| Senior Member 
				 
				Posts: 2,324 Join Date: Nov 2002 Location: ATX        | 
   
		
            
             
				
            
          
		
		
				
		
				12-13-2002, 08:10 PM
			
			
			
		 
               
 basically change this line
 menu "crosshair" x x NONE 1
 
 change x to what the size you want the crosshair to be in ur case
 
 menu "crosshair" 32 48 NONE 1
 
 and this line
 
 rect 0 0 x x
 
 in ur case
 
 rect 0 0 32 48
 |  
	|  | 
			
			
			
				
			
			
			   |  |  |  
	
		
	
	
	|  |  |  
	| Senior Member 
				 
				Posts: 2,324 Join Date: Nov 2002 Location: ATX        | 
   
		
            
             
				
            
          
		
		
				
		
				12-13-2002, 08:12 PM
			
			
			
		 
               
 menu "crosshair" 32 48 NONE 1 bgcolor 0 0 0 0
 align centerx centery
 
 resource
 Label
 {
 name "Default"
 rect 0 0 32 48
 fgcolor 1.00 1.00 1.00 1.00
 bgcolor 0.00 0.00 1.00 0.00
 borderstyle "NONE"
 shader textures/hud/crosshair
 //direction from_right .0
 }
 end.
 
 
 
 
 
 
 
 there that would be the script you want
 |  
	|  | 
			
			
			
				
			
			
			   |  |  |  
	
		
	
	
	|  |  |  
	| Senior Member 
				 
				Posts: 1,469 Join Date: Sep 2002 Location: At the bar | 
   
		
            
             
				
            
          
		
		
				
		
				12-13-2002, 08:12 PM
			
			
			
		 
               
 lol, thats the problem, i cant find the crosshair.urc file. I know I've seen it before but have no idea where it is now. |  
	|  | 
			
			
			
				
			
			
			   |  |  |  
	
		
	
	
	|  |  |  
	| Senior Member 
				 
				Posts: 1,469 Join Date: Sep 2002 Location: At the bar | 
   
		
            
             
				
            
          
		
		
				
		
				12-13-2002, 08:15 PM
			
			
			
		 
               
 nm, finally found it. |  
	|  | 
			
			
			
				
			
			
			   |  |  |  
	
		
	
	
	|  |  |  
	| Senior Member 
				 
				Posts: 2,324 Join Date: Nov 2002 Location: ATX        | 
   
		
            
             
				
            
          
		
		
				
		
				12-13-2002, 08:45 PM
			
			
			
		 
               
 o you couldve just asked i found it in like 10 seconds heh.. wheres my beer? |  
	|  | 
			
			
			
				
			
			
			   |  |  |  
	
		
	
	
	|  |  |  
	| Senior Member 
				 
				Posts: 1,469 Join Date: Sep 2002 Location: At the bar | 
   
		
            
             
				
            
          
		
		
				
		
				12-13-2002, 10:12 PM
			
			
			
		 
               
 In the mail now! Hope you like pabst blue ribbon! |  
	|  | 
			
			
			
				
			
			
			   |  |  |  
	
		
	
	
	|  |  |  
	| Senior Member 
				 
				Posts: 178 Join Date: May 2002 Location: Syracuse, NY | 
   
		
            
             
				
            
          
		
		
				
		
				12-13-2002, 10:19 PM
			
			
			
		 
               
 Try the gimmebeeranyway.pak file, cause I like beer.  oOo: |  
	|  | 
			
			
			
				
			
			
			   |  |  |  
	
		
	| 
	|  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 Off 
 |  |  |  
    
    
    Powered by vBulletin® Version 3.8.12 by ScriptzBin Copyright ©2000 - 2025, vBulletin Solutions Inc. 
    vBulletin Skin developed by: vBStyles.com
    
     
    
    
    © 1998 - 2007 by Rudedog Productions  | All trademarks used are properties of their respective owners. All rights reserved.
     |