Jump to content

Search the Community

Showing results for tags 'range'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter
  • DayZ Italia's Lista Server
  • DayZ Italia's Forum Generale

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 12 results

  1. I am trying to create a weapon based on ADR-97 TR and using 25 mm HE shells (inherited from 40 mm HE). Everything is okay but when I try to put a bigger distance (500m, 1000m, 2000m for example), the weapon just fires without changes. However, it worked for everything else. What should I do? My config.cpp: https://www.dropbox.com/s/ho5aw314uqv6d7s/config.cpp?dl=0 CfgAmmo: class G_40mm_HEDPUC: G_40mm_HE { hit = 630; indirectHit = 30; indirectHitRange = 10; warheadName = "HEDPUC"; explosive = 0.8; caliber = 5; }; class G_25mm_HEDPUC_special: G_40mm_HEDPUC { hit = 720; indirectHit = 25; indirectHitRange = 7; warheadName = "HEDPUC"; explosive = 0.3; caliber = 4; typicalSpeed = 750; maxSpeed = 1000; thrust = 35; thrustTime = 15; tracerScale = 3.0; tracerStartTime = 0.05; tracerEndTime = 12; timeToLive = 60; }; CfgMagazines: class 12Rnd_25mm_SMG_03: 50Rnd_570x28_SMG_03 { displayName = "50rnd 25 mm ADR-97 Magazine (U)"; ammo = "G_25mm_HEDPUC_special"; count = 15; mass = 20; initSpeed = 750; }; CfgWeapons: class SMG_03_TR_cheat: SMG_03_TR_khaki { baseWeapon = "SMG_03_TR_cheat"; displayName = "ADR-97 TR 5.7 mm (Upgraded)"; magazines[] = {"75Rnd_570x28_SMG_03","50Rnd_570x28_SMG_03"}; muzzles[] = {"this"}; modes[] = {"SingleB","FullAutoB"}; recoil = "recoil_empty_c"; class Single; class FullAuto; class SingleB: Single { reloadTime = 0.05; dispersion = 0.00007; }; class FullAutoB: FullAuto { reloadTime = 0.05; dispersion = 0.00007; }; class WeaponSlotsInfo { class CowsSlot: CowsSlot_Rail_Boost { iconPosition[] = {0.4,0.3}; iconScale = 0.2; }; class PointerSlot: PointerSlot_Rail { iconPosition[] = {0.33,0.37}; iconScale = 0.25; }; class MuzzleSlot: MuzzleSlot_57 { iconPosition[] = {0.0,0.5}; iconScale = 0.25; }; mass = 52; allowedSlots[] = {901,801,701}; }; }; class SMG_03_TR_cheat_25mm: SMG_03_TR_cheat { baseWeapon = "SMG_03_TR_cheat_25mm"; displayName = "ADR-97 GL 25 mm (Upgraded)"; magazines[] = {"12Rnd_25mm_SMG_03"}; muzzles[] = {"this"}; modes[] = {"SingleB"}; recoil = "recoil_empty_c"; initSpeed = -0.5; maxZeroing = 2400; class SingleB: SingleB { reloadTime = 0.25; dispersion = 0.00004; }; class WeaponSlotsInfo { class CowsSlot: CowsSlot_Rail_Boost { iconPosition[] = {0.4,0.3}; iconScale = 0.2; }; class PointerSlot: PointerSlot_Rail { iconPosition[] = {0.33,0.37}; iconScale = 0.25; }; class MuzzleSlot{}; mass = 55; allowedSlots[] = {901,801,701}; }; };
  2. MIL_BombRanges This is technically a mission, but it's intended use is as a means to determine how far a bomb will travel, unguided, when dropped in level flight: https://steamcommunity.com/sharedfiles/filedetails/?id=2373287174 The script is contained within the mission, so you will need to unpack it in order to adjust the options (there aren't many). In a nutshell, you open up the mission in the editor, select your aircraft and/or bomb, then edit a small section of the init.sqf to set the range of speeds and altitudes that will be recorded when dropping bombs. The script will automatically set speeds and altitudes for the player, meaning all you have to do is select your weapon after the mission starts and keep off the controls while the script runs. Further instructions and considerations are contained within the init.sqf. For anyone interested, I already populated a spreadsheet (requires MS Excel or a PDF viewer) using bombs dropped from Firewill's F/A-18 Hornet: MIL_BombRanges (Dropbox) Edit: bombs will generally fly further when guided, these ranges were based on unguided releases. For anyone further interested, below is the code I've used to do this. There'd be plenty of ways to do this, however it evolved as I continually streamlined the results to fit nicely into Excel, and I'm not an Excel guru. So it did it's fair share of evolving...... init.sqf release.sqf
  3. I played on launch and had EVERY SINGLE shooting range challenge except the final PM (because it was broken) at GOLD. It all got wiped at some point. I'm assuming it was at the intro of seasons. Came back this season and began doing them but came to find that the final challenges for a few of the machine guns and subs are near IMPOSSIBLE to get gold on. I'm pretty good at the game, like, really good according to the angry messages I get but I can't hit those all 10 of those spread out moving targets on Suomi KP/31 final challenge in 10 seconds. I got 10.77 and it's not going down. Please beef up those timers a little bit.
  4. Does anyone know how I can get the range than a mine will trigger at? I've had a look through one of the configs for a mine but didn't find it, or what I thought would be it. Thanks.
  5. Hi everyone Is there away to increase this range? I found that tho the laptop will see the camera that is out of range you can't control it, was hope to make it so all laptops around a base could reach/control all camera's
  6. Hi there people, Is there a way to make a static artillery emplacement such as a mortar have an infinite range across an entire map via a script? I don't like using the virtual combat support modules as I like to hear/see the artillery being fired from a base camp far from the front lines. I've used the ALiVE mod and MCC forward observer artillery interface before however these both still require the artillery gun to be in range. I don't want to have to move Artillery vehicles across the map to get within range ya see. Thanks in advance, - Jack
  7. Hi there people, Is there a way to make a static artillery emplacement such as a mortar have an infinite range across an entire map via a script? I don't like using the virtual combat support modules as I like to hear/see the artillery being fired from a base camp far from the front lines. I've used the ALiVE mod and MCC forward observer artillery interface before however these both still require the artillery gun to be in range. I don't want to have to move Artillery vehicles across the map to get within range ya see. Thanks in advance, - Jack
  8. Does anyone know how the ranging system works for the ams? I've heard someone say that it has a mildot type system, but it makes no sense to me. Any insight is much appreciated.
  9. I'm making a post after looking through a few topics and consulting with one of my contacts. We have tried a number of fixes, but none have solved the problem. Scenario: There is a rifle qualification range and a pistol qualification range on the same mission. Controls are linked to scripts via addAction to either raise targets at 1 of 3 set distances at the rifle range or to raise the pistol targets in sequence. The rifle targets need to reset after being hit, while the pistol targets need to stay down after being hit. Problem: Through various scripts, I was able to get the ranges to work properly when loaded in the editor. However, on the server, the combinations will either make all the targets pop up or stay down despite trying a number of combinations. Attempts: Since one of the topics I found mentioned locality, I tried implementing if (isServer) line in pistol range scripts - Scripts would not work at all on server. Also tried moving nopop = true/false; into target objects' init lines - Does not work. Moving nopop = false; line to rifle range scripts - Targets initially in up position, stay down when hit. Upon executing scripts, will reset as intended in editor, but not in server. Moved lines from init.sqf into range.sqf file executed from init.sqf - Organizes it better but does not address issue. Scripts: There is a execVM "range.sqf"; line in the init.sqf file which calls the range.sqf script: One of the rifle range scripts: Pistol Range Script: There are also scripts to reset the ranges after use, but those are working as intended so I don't think I need to post them.
  10. Hi guys!! I'll buy a GPU to play Wasteland Altis on full servers (around 75~100 player) with the maximum range of vision possible (graphic settings can be reduced). I want to get the R7 370 ... but I'm in doubt if I get the 2gb or 4gb version. Can someone help me? My specs: CPU FX6300 Corsair 8GB 1333mhz RAM PSU CX600 V2 Corsair Hyper 212 Cooler Tower dual fan CoolerMaster Sorry for my english. I need to use google translate Tu guys!!!
  11. All, Hello. I've been tossing around the idea of having a structured Multipurpose Range Complex (MPRC) set of missions developed for Arma 3. This would allow armored crews to conduct gunnery in accordance with (IAW) Army crew qualification standards. I'm a 21 year US Army veteran, and spend my career on M2 ODS and M2 ODS SA variants of the Bradley. I'm Master Gunner qualified so I know how to conduct gunnery in the real world, and would like to translate that to the virtual battlefields of Arma. Commanders use gunnery to rate their crews readiness and identify training strengths and weaknesses for their crews prior to combat operations or follow on section or platoon gunnery. Gunnery was a major training event, and was basically an armored units "report card" for the training year. What I need is someone who can create the targetry assets. I would be using the Army's TC 25-8 manual for the dimensions of the targets. Basically, the Army uses plywood cut targets to simulate armor and pc targets, and troop silhouettes for the troop target arrays. I have the dimensions and all the tools for asset creation. What I don't have is a modeler and texture guy to actually create the targets. There would be some scripting involved as well. Just something for to intiate the target being raised and remain exposed for 50 seconds or until a registered hit knocked it down, whichever happened first. We could work together to set the targets as per Army standards IAW the HBCT FM 3-20.21. There is a newer manual out, but I'm not sure its currently in the public domain. Let me know what you guys think. I think the MilSim groups out there that run armor would love to have a standard gunnery table to rate their crews and keep them battle ready for the units Operation nights. Plus, it would give that unit commander an overall assessment of his armor crews readiness. And its just damn fun to have that inter-rivalry between the crews. Let me know if anyone is interested!! I've linked a video showing some aspects of gunnery for Abrams. https://www.youtube.com/watch?v=pDIL88x3GJU
  12. So Bohemia recently nerfed the scopes ranges so now they don't go as far is there a way I can change this on my server to get them back up higher?
×