Nixo 10 Posted May 3, 2010 Hello. I did not find anyone else who has started a topic like this so here it goes. I am making my own Garand for private use.... (atm) And I would need to create a new magazine class. since arma does not have a 8 round magazine shooting the garand rounds. I am also creting a springfield. The problem there is I am using the external m24 class for that.... That's fine by me so now it is using the m24 rounds. But now the problem is... When I am trying to aim I am aiming through the m24 scope. And I have standard ironsights on the Spring. So what should I add to my config here. If you could answere these 2 questions it would be much appreciated. Thanks. Share this post Link to post Share on other sites
granQ 293 Posted May 3, 2010 to define the mag.. its basicly: class CfgMagazines { class CA_Magazine; // External class reference class my_grand_8rnd_mag : CA_Magazine { scope = 2; displayName = "Not 7.62 mm Magazine"; ammo = "B_9x19_Ball"; count = 8; initSpeed = 398; }; }; then you want to change ammo, add library text and init speed I guess.. but this is what you need in an ugly way. Good luck.. sorry not much more of a help.. falling a sleep here just thought would reply some at least.. Share this post Link to post Share on other sites
Nixo 10 Posted May 4, 2010 Thanks granQ! ugly is good. Since it is only for private use atm. =) Thumbs up! Share this post Link to post Share on other sites