Home   Help Search Login Register  

Author Topic: weapons.cfg in resistance  (Read 647 times)

0 Members and 1 Guest are viewing this topic.

petree87

  • Guest
weapons.cfg in resistance
« on: 25 Nov 2002, 23:34:30 »
I've looked all over for the solution to this question but no one seems to know.  The question is:

What is the format of weapons.cfg in resistance and how can you edit it?  Is there a program that I can download to change the values, or is there a certain format that i can use and edit it manually?  Someone please help me.

                            Regards,
                              Peter

McCoy

  • Guest
Re:weapons.cfg in resistance
« Reply #1 on: 18 Dec 2002, 09:30:42 »
U wright the following to add a weapon to a crate:

this addWeaponCargo ["M16",5];

(this will add 5 M16 to crate. The weaponstype inside " " marks, and the number of weapons after the comma).

For adding ammo:

this addMagazineCargo ["M16",50];

(this will add 50mags  to ur crates).

For weaponslist for 1.85, check:

http://www.ofpec.com/editors/tutorial_view.php?id=27