Jump to content
Sign in to follow this  
Alphafox

KSVK and M107 problem

Recommended Posts

Hi!

I recently installed all patches till 1.08 on my russian DVD version, but i cant find the KSVK and the M107 rifles in the editor.

Any suggestions what could be the problem?

Thanks

Tim

Share this post


Link to post
Share on other sites

I think there are no specific units with them, you have to add them via addWeapon/-Magazine. Check the biki for how to do it + class names. Link in my sig.

Share this post


Link to post
Share on other sites

In the editor: Empty/ammo. In the special crates wink_o.gif

That's if you don't use the addweapon scripting method that raedor suggested.

Share this post


Link to post
Share on other sites

Good luck working out how to do it from the "Biki"

To give a soldier one of these rifles, place him in the editor

and type one of the following lines into his "Initialisation" field:

removeAllWeapons this; this addMagazine "5Rnd_127x108_KSVK"; this addWeapon "KSVK"; this addMagazine "5Rnd_127x108_KSVK"

...or ...

removeAllWeapons this; this addMagazine "10Rnd_127x99_M107"; this addWeapon "M107"; this addMagazine "10Rnd_127x99_M107"

Add more "addMagazine" lines as desired to give him more magazines.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×