View Single Post
Old
  (#16)
RUNGSI is Offline
Senior Member
 
Posts: 454
Join Date: Jan 2002
Location: Charlotte NC USA
   
Default 04-27-2003, 11:34 AM

the ammo.urc file is calling to the name in your weapons .tik file
Just edit this line in your weapons .tik file:
classname Weapon
weapontype mg
name "BAR" <--- right there

just change that to your weapons name and then include your new weapons hud_ammo_.urc file

example for a M3A1 greasegun
m3a1.tik file:
classname Weapon
weapontype smg
name "M3A1"

then make a .urc file named
hud_ammo_m3a1.urc
and edit the toplinein the urc
menu "hud_ammo_M3A1"
  
Reply With Quote