Alphafox 0 Posted February 8, 2008 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
raedor 8 Posted February 8, 2008 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
Maddmatt 1 Posted February 8, 2008 In the editor: Empty/ammo. In the special crates That's if you don't use the addweapon scripting method that raedor suggested. Share this post Link to post Share on other sites
Col. Faulkner 0 Posted February 8, 2008 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
Alphafox 0 Posted February 8, 2008 Thanks a lot guys! it worked Share this post Link to post Share on other sites