PDA

View Full Version : dmflags help


notright
03-19-2004, 04:06 AM
hello i wonder if anyone can help i want to up the amount of bullets in my server but i am having trouble doing this i want to up the amount to 150 for machine guns and smgs if anyone can help would be great :D

Domz
03-19-2004, 05:47 AM
you'll have to open up and edit a file called pak1.pk3 which can be found in your C:\Program Files\EA GAMES\MOHAA\mainta directory

from there you click on a folder called "models", then click on "weapons"... then you must open up and edit each mg/smg TIK file

they are the following...

thompsonsmg.tik (US smg)
bar.tik (US mg)
mp40.tik (german smg)
mp44.tik (german mg)
sten.tik (british smg)
Uk_W_Vickers.tik (british mg)
ppsh_smg.tik (russian smg)

in order to change each weapon's set ammo to 150, you'll need to look in each of these files for something called "dm startammo"

here's what to look for...

[code:1]//========================================//
// AMMO //
//======================================//

firetype bullet
ammotype "smg"
meansofdeath bullet
bulletcount 1
clipsize 30
ammorequired 1

sp startammo 30
dm startammo 180
sprealism startammo 30
dmrealism startammo 120[/code:1]
where it says "dm startammo", delete 180 and enter 150... do this for each of the files i posted above, save the changes and you're all set to go!

-Domz