sonsalt6 105 Posted May 6, 2016 Updated mod v1.5 available at withSIX. Download now by clicking: 1 Share this post Link to post Share on other sites
corellian_storm 20 Posted May 7, 2016 Would you be entertaining any thoughts on doing a Blaser R93 Tactical 2 chambered for .338 Lapua Magnum? I haven't seen one of these babies in A3 yet so I thought it would be pretty awesome. I know that Australian Special Forces have been using them with devastating effect in Afghanistan. Keep up the great work, cheers! http://www.sigsauer.com/CatalogProductDetails/tactical-2.aspx https://en.m.wikipedia.org/wiki/Blaser_R93_Tactical I second it. There is no 338 I will not second. And ADF tech is right up my alley 1 Share this post Link to post Share on other sites
Focisz 3 Posted May 7, 2016 Finally an addon with marksman/sniper rifles instead of another M4, keep it up. I also have a suggestion. Implementing https://forums.bistudio.com/topic/182380-weapon-eventhandler-framework/ (similiarly to the NIArms AWM and springfield) would add a lot to immersion. Share this post Link to post Share on other sites
irving_mainway 105 Posted May 7, 2016 Finally an addon with marksman/sniper rifles instead of another M4, keep it up. I also have a suggestion. Implementing https://forums.bistudio.com/topic/182380-weapon-eventhandler-framework/ (similiarly to the NIArms AWM and springfield) would add a lot to immersion. That's already been mentioned to the mod makers, unfortunately they determined that it would just take too much animation work (because its a bullpup I think it would be a challenge to actually make a bolt cycling animation look right on the SRS and I think even the Tac-50 and 338 would require different animations as the 50 is much bigger). I agree that it would be nice though, really like how the WEF turned out on the NIArms stuff. Edit: Almost forgot to mention, that you very much for the prompt updates for this mod. Share this post Link to post Share on other sites
arkhir 135 Posted May 7, 2016 Hey hey people, I've just finished curating a zeus experience for two of my players. I've made a mission using your mod, the main premiss was that they were two ST7 snipers supporting Marines in their deployment (AI). The first part of the mission was based around providing recon and observation on the checkpoint, the second part was defending said checkpoint, third part - finding mortars, then on top of that there was some countersniping and other cool stuff. My players (well, one of them; the marksman) enjoyed the addon greatly. Quality of the models is superb, and we like the compatibility with ACE3. Couple of suggestions though: Avoid defining your own bullet classes. — You can use the default .338 and .50 bullets that have already been defined with ACE Ballistics. — If you really want to have your own classes, make sure the ballistics are done properly or inherited from correct rounds. My player has reported that said bullet had a placeholder ballistics compatible with .408 cheytac Some new sounds perhaps? Vanilla sounds are sweet and dandy but you might want to make your mod even better with some awesome firing sounds. Ask around, I think LAxemann or Jarhead will have some samples laying around :) 3 Share this post Link to post Share on other sites
Miroslaw Kowalski 54 Posted May 8, 2016 Thanks for your feedback guys :) @arkhir the problem with using bullets from ACE Ballistics is that it would add dependencies to our addon which we would like to keep as few as possible. Maybe we'll do an optional config that replaces the current magazines with magazines that use ACE Bullets. 2 Share this post Link to post Share on other sites
corellian_storm 20 Posted May 8, 2016 Thanks for your feedback guys :) @arkhir the problem with using bullets from ACE Ballistics is that it would add dependencies to our addon which we would like to keep as few as possible. Maybe we'll do an optional config that replaces the current magazines with magazines that use ACE Bullets. I'm one of the people who doesn't use ACE, so thanks for that :) Share this post Link to post Share on other sites
arkhir 135 Posted May 9, 2016 Thanks for your feedback guys :) @arkhir the problem with using bullets from ACE Ballistics is that it would add dependencies to our addon which we would like to keep as few as possible. Maybe we'll do an optional config that replaces the current magazines with magazines that use ACE Bullets. That's a non-problem though; there will be no dependency for ACE3 mod if you just inherit from main vanilla A3 bullet class (not ace3 class). Your bullet will then take ballistics defined for vanilla .338 bullet without having any dependencies other than vanilla. Or alternatively you can just make a magazines using proper vanilla bullets that will be configured for ACE3 ballistics anyways... Which is something you're already doing, but you're basing your bullets off the wrong class (.408) so they inherit .408's ballistics, I believe. Call me out on that if I'm wrong; I didn't check it in the config viewer. ACE bullets defined in ACE3 mod (338 example — please notice how ACE3 doesn't add unique class to default bullet, only using the B_338_Ball native arma 3 class: class B_338_Ball : BulletBase { timeToLive=10; airFriction=-0.00059133; typicalSpeed=915; ACE_caliber=8.585; ACE_bulletLength=39.573; ACE_bulletMass=16.2; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ballisticCoefficients[]={0.322}; ACE_velocityBoundaries[]={}; ACE_standardAtmosphere="ICAO"; ACE_dragModel=7; ACE_muzzleVelocities[]={880, 915, 925}; ACE_barrelLengths[]={508.0, 660.4, 711.2}; }; So to make it work with ACE Advanced Ballistics without having any dependencies, you can either: - define bullets used in your magazines as children to the B_338_Ball class (just for example — find more specifics here) class AWC_338_bullet_classname_or_something_else_i_guess: B_338_Ball { //other bullet code// }; - or define your magazines using vanilla A3 bullets, to inherit ACE3 properties given to the bullets: class AWC_338_mag: 10Rnd_338_Mag { // ... // ammo = "B_338_Ball"; // ... // }; - or just flat out define these values for your bullet and weapon... I don't think it having these values defined in configs will cause any dependency issues, I mean Toadie has done it to his AWM, and people who use ACE3 Ballistics can enjoy it, people who don't also don't lose the possibility of playing with his weapon... 2 Share this post Link to post Share on other sites
Miroslaw Kowalski 54 Posted May 9, 2016 We'll take a look at it thanks Share this post Link to post Share on other sites
Miroslaw Kowalski 54 Posted May 15, 2016 Hey guys, I just found out that there is a 12.7x99mm bullet in the vanilla CfgAmmo class so here's a quick fix changing the 12.7x99mm bullets from inheriting the .408 to inheriting proper .50 cal values: https://drive.google.com/open?id=0B-RvJkmk8dpyeHJUV1RTcGhyVTg changelog v1.6: - updated 12.7x99mm ammo class 3 Share this post Link to post Share on other sites
Guest Posted May 15, 2016 Release frontpaged on the Armaholic homepage. AWC Arms v1.6 Community Base addons A3 Share this post Link to post Share on other sites
sonsalt6 105 Posted May 15, 2016 Updated mod v1.6 available at withSIX. Download now by clicking: 1 Share this post Link to post Share on other sites
Walterros 2 Posted May 15, 2016 Hi there, Saw the update changing the bullet class of the Tac .50, props for that. Is it safe to expect a similar class change for the SRS with .338? I'm looking forward to incorporating this mod, I've been waiting for a decent bolt action sniper rifle for ages but I'm hesitant to use it as my unit uses ACE advanced ballistics. Share this post Link to post Share on other sites
Miroslaw Kowalski 54 Posted May 15, 2016 The SRS already uses vanilla .338 ammo Share this post Link to post Share on other sites
Selvo Domenico 17 Posted June 20, 2016 Hey Kowalski nice mod i had very much fun using it :) Now some German words (sorry guys) Coole Arbeit, find ich ziemlich cool das ihr von AWC jetzt auch noch euer eigenes Waffenpacket gemacht habt war ne coole Zeit bei euch, konnte leider nichtmehr aktiv sein aus zeitlichen Gründen und war dumm von mir nicht Bescheid zu sagen. Das ist irgendwie untergegangen :P und jetzt bin ich hier über diesen Thread gestolpert, naja wollt ich nur mal loswerden. Macht weiter mit der tollen Arbeit und liebe grüße von nem ehemaligen Contractor. 1 Share this post Link to post Share on other sites
Jordi.M 35 Posted November 5, 2016 Would you guys consider to make a larue snper rifle like in Madal of honor warfighter the 7.62 version Share this post Link to post Share on other sites
Scotty_Z 46 Posted May 25, 2017 1 hour ago, Dargham.iraq said: Hi , can you make heavy bolt action sniper rifle ? like 12.7 mm or 14.5 mm it will be nice . It's against four rules to request things from mod makers 1 Share this post Link to post Share on other sites
phantomphan 54 Posted May 25, 2017 a. Your digging up an old thread, b. Mod making is a hobby, and creators make what they want. c. There is an entire thread dedicated to requests, so go there. 1 Share this post Link to post Share on other sites
darkxess 60 Posted August 7, 2017 @Miroslaw Kowalski Hey man, can you possibly sign this so it can be used on servers/MP? Thanks :) Share this post Link to post Share on other sites
quickdagger 170 Posted September 14, 2017 Too bad I only saw this mod now! Keep it up Miroslaw! Very nice choice of weapons! Share this post Link to post Share on other sites
pennaleo 0 Posted January 8 Any updated links for this? none of the ones in this thread work? Share this post Link to post Share on other sites