Topic: Rtcw Coop armor adding code?

hallow:-) i have some Q about armor code.

i'm really enjoy this mod with my friend. but level difficulty is too hard(Even in easy level!),
me and my friend are suffer to enemy's cruel gun fire.
they are like sniper who can hit the coin at 2 miles away! 
but if we had a full of armor, this game will be more easy to us.

so i decide to make some tweak that all player start and respawn in full armor condition.
it could be possible if i tweak script files in 'maps' folder/ rtcw coop.pack file.
but i can't find any code about adding armor.

so, this is my question!   
is there any code to adding armor to player?
like this form:

giveweapon weapon_knife
        giveweapon weapon_luger
            setclip weapon_luger 8
        giveweapon weapon_mp40
            setclip weapon_mp40 32
        giveweapon weapon_mauserrifle
            setclip weapon_mauserrifle 10

i'd really thanks if someone make me know about the solution.
waiting for answer.
last, if you hard to understand my words, sorry about my poor english.

Re: Rtcw Coop armor adding code?

setarmor 100

Add this in the list. This only affects the first spawn after map start, not everytime you respawn. I think 100 is max, but I might be wrong.

! Mind that you must make a new pk3 for the files you edit, named eg. z_blabla.pk3. And if you spread it to others you might affect others game too.

Re: Rtcw Coop armor adding code?

oh, this code is work! thank you so much! as you said, this code work only first spawn.
and more, maximum armor count is 999, but it is slowly decreasing to 100.
thanks your kindness!

Re: Rtcw Coop armor adding code?

Oh ok right. 100 is just regular max in normal play. You are welcome, glad to be of assistance.