shuko 59 Posted August 15, 2010 I made/used this in one of my missions and since I've had multiple people asking for it. Here it is. I wanted to make a mission with insurgents mortaring a base, but I wanted it to be more challenging and realistic than the fancy satellite map targeting system you get from the Artillery module (I doubt the takibans have such things ;)) or a silly map click system. This little script waits for the player to get in to a mortar (vehicle type defined as parameter) and then just displays the current azimuth and elevation. This makes map reading and having forward observers more important. SHK_insurgentMortar.sqf Example mission j2PrXskzXZk You probably want to make your own ballistics tables to help the players. Here are mine, for the Podnos: Share this post Link to post Share on other sites
Murklor 10 Posted August 15, 2010 Uhm... Couldnt you simply include a rough range distance in the azimuth/elevation counter? Like so: Azimuth: 60.3 Elevation: 49.1 Approx. Range: 3052 In my case it snaps to every 72m (ie 49), but of course it could easily snap to every 144m like in your second table too (snapping every 360m would be a little too much I think). This would still avoid satellite tracking/map clicking and keep an element of uncertainty/calulation, while being far more accessible to your average gamer. Share this post Link to post Share on other sites
yort 10 Posted August 15, 2010 Is there a way of adding this to a default mortar weapon in the config, that way when ever it is chosen in the editor it will always use your script?? Share this post Link to post Share on other sites
buliwyf 4 Posted August 15, 2010 I like it... :inlove: Share this post Link to post Share on other sites
shuko 59 Posted August 15, 2010 Is there a way of adding this to a default mortar weapon in the config, that way when ever it is chosen in the editor it will always use your script?? I'm sure it's possible to make it so that it's automatically used for all podnos/m252 variants. As I said, this was just made for one specific missions. People are free to modify it. :) ---------- Post added at 07:39 PM ---------- Previous post was at 07:37 PM ---------- while being far more accessible to your average gamer. I guess it could be added as an option pretty easily. Then again, I'm sure the "average gamer" just wants the satellite targeting. :P Share this post Link to post Share on other sites
Murklor 10 Posted August 15, 2010 Then again, I'm sure the "average gamer" just wants the satellite targeting. :P Well maybe I should say slightly more average ;) Even with a 144m accuracy elevation counter, its still gonna be ass-hard to aim the thing in a generic situation. Share this post Link to post Share on other sites
alleycat 28 Posted September 6, 2010 Does this work without issues in MP? Share this post Link to post Share on other sites
shuko 59 Posted September 18, 2010 Does this work without issues in MP? I haven't had any problems with it. Please, do report if you encounter any. Share this post Link to post Share on other sites
Stugwi 0 Posted September 20, 2010 (edited) This is nice SHK but it still gives me the Arty computer option?, any way to disable the computer option? Cheers Edit, Solution: enableEngineArtillery false; Edited September 20, 2010 by Stugwi edit Share this post Link to post Share on other sites
shark-attack 2 Posted September 24, 2010 Thanks for sharing this ! Just what i ve been looking for Share this post Link to post Share on other sites
shuko 59 Posted September 29, 2010 Uhm... Couldnt you simply include a rough range distance in the azimuth/elevation counter? Like so:Azimuth: 60.3 Elevation: 49.1 Approx. Range: 3052 Updated the .sqf, but not example. Share this post Link to post Share on other sites
Antigoon 10 Posted June 21, 2011 Having a problem with this. If you would use the artillery computer, you would have the option between close, medium and far range. However I want to use the script it as it was originally intended,...without it. So when I started creating my own rangetables (I don't use the estimated distance either), I realised I only have the "close range" option. From 100m (ele 85) to 500m (ele 50). I guess this is the default range when entering a podnos (simulating the charge). Is there a way to make it possible to switch between ranges (charges) without enabling the artillery computer? Share this post Link to post Share on other sites
kylania 568 Posted June 21, 2011 At least with ACE using the T-E system you can press "F" to switch between Close, Med and Far. Share this post Link to post Share on other sites
Antigoon 10 Posted June 21, 2011 Damn, kylania, you can do that in vanilla aswell!:icon_ohmygod: Share this post Link to post Share on other sites
kylania 568 Posted June 21, 2011 Thought so, but never use the arty computer and was already in game and couldn't check. ;) Share this post Link to post Share on other sites
1para{god-father} 105 Posted July 5, 2011 Hi Shuko, Is it possible to have the map coordinates up once the mortar lands, so they know how much to change there firing? Not a marker but the coordinates i.e 0125,0643 Also distance seems to be Off , but running this in Lingor , could thatbe the issue ? Share this post Link to post Share on other sites
Antigoon 10 Posted July 5, 2011 I made some distance charts of my own on the flattest surface I could find. Keeping the elevation steady, the mortar is pretty precise. What you need to consider at larger ranges, is the difference in height between the firing position and target. Distance can vary quite a bit depending on whether you're higher or lower relative to the targetarea. Share this post Link to post Share on other sites
1para{god-father} 105 Posted July 5, 2011 (edited) Charts would be good, but have tested and the Distance seems to not be working , tested with the US Mortar and the shortest range should be approx 440m but the distance on screen is like 2K ??? Is it set to use the distance on podnos ? Which may differ from the us Mortar ? Anyhow a grid position after it has been shot would be good so they know where it lands and how much approx to adjust, still not easy but it will help, as we tried in a mission and it was hard ass to get a hit on target ! i.e with the elevation on mountains etc.. like you said ! Edited July 5, 2011 by psvialli Share this post Link to post Share on other sites